/*
	PrestaShop CSS
	Theme Coton
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font: normal 12px Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: center;
	background: #f1ead7;
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
}
.footer_links li {
	float: centre{left};
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; width:49% }
.inline_list li a { float: left; margin-right:20px; font:normal 13px Georgia, Arial, sans-serif }
.inline_list li a.txt { margin-top:10px }
.inline_list img { display:block;border:1px solid #ccc; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	margin-top: 24px;
	padding:0 0 0 6px;
	border-bottom: 8px solid #5d5349;
}
ul.idTabs li {
	float: left;
}
.idTabs a {
	display: block;
	padding: 0 20px;
	font-size:14px;
	line-height:30px;
	font-family:Georgia, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	background:#b8b6b6;
}
.idTabs .selected {background:#c49e3a url('../img/tab_bg_selected.jpg') repeat-x 0 0;}

/* IdTabs Short*/
.idTabsShort a {
	
}
.idTabsShort .selected {background:#c49e3a url('../img/tab_bg_selected_short.jpg') repeat-x 0 0;}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #333;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	margin:0 0 10px 0;
	padding:0;
	height:auto;
	font-weight:normal;
	font-size:24px;
	font-family:Georgia, Airal, sans-serif;
	width:475px;
	color:#000;
	background:none;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #333;
	margin-left: 1em
}
h2 {
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 30px;
	color: #333;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #333;
	margin-left: 1em
}
h3 {
	font-weight:normal;
	font-size: 18px;
}
h4 {
	font:normal 16px Arial, sans-serif;
}

/* global layout */
#page {
	width: 1006px;
	margin: 0 auto 10px auto;
	padding:0 0 10px 0;
	text-align: left;
	background:#fff;
}
#header_logo {
	float: left;
	display: block;
	margin-top:5px;
	width: 264px;
}
img.logo {
	float: left;
	margin:5px;
	font-size: 2em;
	font-weight: bold
}
#header #baseline {
	position:absolute;
	top:58px;
	left:195px;
	font-size:18px;
	font-style:italic;
	color:#b7b7b7;
}

#columns {
	padding-top: 28px;
	background:#fff;
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 191px;
	margin:0 13px 0 21px;
	overflow: hidden
}
#center_column {
	width: 556px;
	margin: 0 0 30px 0;
	overflow: hidden
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 191px;
	margin: 0 21px 0 13px;
	overflow: hidden
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h2 {
	margin-top:0;
	font-weight:bold;
	font-size:24px;
	color:#000;
}
.rte h3, .mceContentBody h3 { font-size: 18px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 
#center_column .rte p {font:normal 12px Arial, sans-serif;}

/* /global RTE fields */

/* global table style */
div.table_block {
	padding-bottom: 6px;
	margin: 20px auto 2em;
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
}
.std {font-size: 12px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font:bold 12px Arial, sans-serif !important;
	color:#000;
	border:1px solid #7e8961;
}
/*class table.std */
.std td,.std th { padding: 12px 10px }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	vertical-align: top;
}
.std thead th {
	height: 24px;
	font: bold 10px Arial, sans-serif;
	color: #546038;
	text-align: left;
	text-transform:uppercase;
	border-bottom:1px solid #7E8961;
	background:#e2e7d2;
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std {
	clear: both;
	font:normal 12px Arial, sans-serif;
}
form.std h3 {
	margin:0;
	padding:3px 10px;
	font: normal 1em Georgia,Arial,Sans-Serif;
	color: #fff;
	background: url("../img/block_header.png") repeat-x scroll left top #5C5249;
	border:none;
}
form.std fieldset {
	margin:0;
	padding:0;
	border:none;
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std .std h3 {
	margin:0;
	padding: 10px;
	height: 19px;
	font: bold 1.2em/1.3em Garamond,Arial,Sans-Serif;
	color: #fff;
	text-shadow: 0 -1px 0 #A48123;
	text-transform: uppercase;
	background: url("../img/block_header.png") repeat-x scroll left top #C39D39;
	border:none;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	width: 160px;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin: 0 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	outline: none;
	background:#fff;
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large {
	display: block;
	padding:5px 10px;
	height:auto;
	width:auto;
	font:normal 11px Arial, sans-serif !important;
	color:#fff !important;
	text-align: center;
	text-decoration: none!important;
	background:#869168 url(../img/button-large.png) repeat-x 0 0;
	border:1px solid #869168;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	cursor: pointer;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -60px;
	cursor: default;
	color: #888!important
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -30px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.png')
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	border-color: #666;
	width: 60px;
	background-image: url('../img/button-small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	/*width: 124px;
	background-image: url('../img/button-medium.png')*/
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/* width: 180px;
	background-image: url('../img/button-large.png') */
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/* prev button */
a.prevbutton {
	cursor: pointer;
   display: block;
	padding:0 0 0 24px;
	font:bold 11px Arial, sans-serif !important;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#c59f3b url(../img/prevbutton_bg.png) no-repeat 0 0;
	border:none;
}
	a.prevbutton span {
		display:block;
		padding:6px 12px 5px 0;
		background:#c59f3b url(../img/prevbutton_bg.png) no-repeat 100% 0;
	}
	a.prevbutton:hover span {color:#000;}
	a.prevbutton:hover  {background-position: 0 0;}
	
/* next button */
a.nextbutton {
	cursor: pointer;
   display: block;
	padding:0 24px 0 0;
	font:bold 11px Arial, sans-serif !important;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#c59f3b url(../img/nextbutton_bg.png) no-repeat 100% 0;
	border:none;
}
	a.nextbutton span {
		display:block;
		padding:6px 0 5px 12px;
		background:#c59f3b url(../img/nextbutton_bg.png) no-repeat 0 0;
	}
	a.nextbutton:hover span {color:#000;}
	a.nextbutton:hover  {background-position: 100% 0;}

/* next inputbutton */
.nextinputbutton {
	cursor: pointer;
	display: block;
	float:right;
	padding:0 24px 0 0;
	font:bold 11px Arial, sans-serif !important;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#c59f3b url(../img/nextbutton_bg.png) no-repeat 100% 0;
	border:none;
	border-radius: 3px 3px 3px 3px;
}
	.nextinputbutton input {
		float:none;
		margin:0;
		padding:5px 0 4px 12px;
		text-transform:uppercase;
		background:#c59f3b url(../img/nextbutton_bg.png) no-repeat 0 0;
		border:none;
	}
	.nextinputbutton:hover  input {
		color:#000;
		background-position: 0 0;
	}



/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { color:#666666; text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	font-weight: bold;
	font-size: 14px;
	color: #010101;
	white-space: nowrap;
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	margin: 20px 0 !important;
	padding:14px 22px !important;
	color: #333;
	font: normal 12px Arial,Verdana, sans-serif;
	background: #f4e0a9;
	border: 1px solid #edc661;
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	margin-bottom:5px;
	font:normal 11px/18px Arial, sans-serif;
	color: #666;
}
	.breadcrumb a {
		color: #666;
		text-decoration: none;
	}
		.breadcrumb a:hover { text-decoration: underline }
	.breadcrumb .navigation-pipe { padding: 0 0.6em }

/* pagination.tpl ****************************************************************************** */
div.pagination {float:right;}
ul.pagination {
	list-style: none;
	float: left;
	line-height:46px;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font:normal 11px/46px Arial, sans-serif;
	color: #666;
}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
	line-height: 46px;
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	color: #666;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	line-height: 46px;
}
#pagination_previous {
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #666;
}

form.pagination {
	float:left;
	margin-right:10px;
}
#center_column form.pagination p {
	margin:0;
	padding:0;
}
form.pagination label {}
form.pagination select { }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input {  }
#center_column form.pagination .button_mini {display:inline-block;}

/* steps (like order step) ********************************************************************* */
ul#order_step { background-color: white }
ul.step {
	list-style: none;
	margin-bottom:30px;
	height: 42px;
	font:bold 11px Arial, sans-serif;
	text-transform:uppercase;
}
ul.step li {
	float: left;
	height: 42px;
	width: 110px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat center bottom;
}
	ul.step li span {
		display:inline-block;
		padding:3px 7px 0 7px;
		height:23px;/* 25 */
	}
ul.step li.step_current {background: transparent url('../img/step_current.gif') no-repeat center bottom;}
	ul.step li.step_current span {
		color:#fff;
		background:#fff url(../img/step_current_span.gif) no-repeat top center;
	}
ul.step li.step_done {background: transparent url('../img/step_done.gif') no-repeat center bottom;}
	ul.step li.step_done a {
		display: inline-block;
		padding: 3px 0 0;
		text-decoration:none;
	}
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom center; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom center; }

/* product-sort.tpl **************************************************************************** */
#productsSortForm p {margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

/* Header ************************************************************************************** */
#header {
	position:relative;
	height:138px;
}
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer ************************************************************************************** */
#footer {
	position:relative;
	clear: both;
	margin:0px 0px 0 0px;
	padding-bottom: 10px;
	background:#e2e7d2;
}
/* liste benefices */
#footer .listBenefits {
	height:85px;
	background:#e2e7d2;
	border-bottom:1px solid #949e79;
}
	#footer .listBenefits li {
		list-style-type:none;
		float:left;
		padding:25px 0 0 100px;
		height:45px;/* 50 */
		width:120px;/* 246 */
		font:normal 13px Arial, sans-serif;
		color:#4a562a;
		background:transparent url(../img/block_listBenefits_pict.png) no-repeat 50px 0px;
	}
		#footer .listBenefits li.listBenefits1 {background-position:40px 0px;}
		#footer .listBenefits li.listBenefits2 {background-position:45px -100px;}
		#footer .listBenefits li.listBenefits3 {background-position:40px -200px;}
		#footer .listBenefits li.listBenefits4 {background-position:40px -300px;}

/* bloc réseaux sociaux */
#social_block {
	float:left;
	padding:15px 0px 0px 50px;
	width:280px;
}
	#social_block h4 {
		color: #546038;
		font-size: 14px;
		font-weight: bold;
		font-style:normal;
		font-family:Arial, sans-serif;
		text-transform: uppercase;
	}
		#social_block h4 a {
			 color: #546038;
			 text-decoration: none;
		}
	#social_block li {
		list-style-type:none;
		margin: 0px;
		padding: 0 0 0 24px;
		font:normal 11px/24px Arial,Verdana,sans-serif;
		color: #333;
	}
	#social_block li.facebook {background:transparent url(../img/block_social_pict.png) no-repeat 75px 5px;}
	#social_block li.twitter {background:transparent url(../img/block_social_pict.png) no-repeat 75px -27px;}
	#social_block li.rss {background:transparent url(../img/block_social_pict.png) no-repeat 75px -59px;}
		#social_block li a {
			color:#333;
			text-decoration:none;
		}

/* bloc informations contact */
#infoContact_block {
	float:left;
	padding:15px 0 0 0;
	width:185px;
}
	#infoContact_block h4 {
		padding-bottom:5px;
		color: #546038;
		font-size: 14px;
		font-weight: bold;
		font-style:normal;
		font-family:Arial, sans-serif;
		}
		#infoContact_block h4 a {
			 color: #546038;
			 text-decoration: none;
		}
	#infoContact_block h5 {
		font:normal 30px/30px Georgia, Arial, sans-serif;
		color:#333;
	}
	#infoContact_block p {
		color:#333;
		font:normal 11px/18px Arial, sans-serif;
	}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
div.block h4 {
	padding: 3px 10px;
	font: bold 13px Georgia, Arial, Sans-Serif;
	color: #fff;
	background: #5c5249 url('../img/block_header.png') repeat-x top left;
}
div.block h4 a { color: #fff }
div.block ul { list-style: none }
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	padding: 17px 11px;
	background: #fff;
	min-height: 16px
}
div.block li {
	
	list-style-position: outside
}
div.block a {
	color: #666;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	padding: 3px 10px; 
	height: 17px;/* 23 */
	font: bold 1em/1.3em Georgia, Arial,Sans-Serif;
	color: #fff;
	background: url("../img/block_header.png") repeat-x scroll left top #5c5249;
}
div.exclusive h4 a {
	margin:0;
	color: #fff;
}
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive a {
	display:block;
	margin:0 auto;
	width:130px;
}
div.exclusive .block_content {
	background: #fff;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 556px; margin: auto }
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-weight:normal;
	font-size: 13px;
	font-family:Georgia;
	color:#000;
}
.products_block li h5 a {color:#000;}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	width:130px;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { /* background-color: #bdc2c9 */ }
#center_column .products_block ul li {
	float: left;
	margin-top: 0;
	padding: 0 24px;
	width: 132px;/* 180 */
	border-right: 1px dotted #ccc;
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #000;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding: 1em 0!important }
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
#order #nbrProductCart {display:none;}

form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #000;
	font:bold 12px Arial, sans-serif;
	text-decoration: none
}
td#total_product,
td#total_shipping,
td#total_price_without_tax,
td#total_tax,
td#total_price {border-right:none;}

tr.cart_total_price td {border-bottom:none;}

td.cart_product a img {
	border: 1px solid #ccc;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description { font-size:12px; }
td.cart_description h5 { font:normal 13px Georgia, Arial, sans-serif; }
td.cart_description a { font-size:10px; text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total {
	font-size:12px;
	color: #000;
}
td.cart_attribute a {
	
	font-size:11px;
	color:#000;
	text-decoration:none;
}
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit {font:bold 12px Arial, sans-serif;}
td.cart_quantity {
	padding-right:0 !important;
	width: 45px;
	text-align: right;
	border-right:none !important;
}
.cart_quantity_input {
	float: left;
	margin: 5px 0 0 0 !important;
	width:20px;
	font:bold 12px Arial, sans-serif;
	background:none;
	border-color:#fff;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
td.cart_total {padding-left:0 !important;}
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price td {padding:2px 5px; }
	tr.cart_total_price .cart_total_price_txt {
		font:normal 12px Arial, sans-serif;
		color:#fff;
		text-transform:uppercase;
		text-align:left;
		background-color:#869168;
	}
	tr.cart_total_price #total_price {
		padding:15px;
		font-size:16px;
		color:#333;
		text-align:center;
	}
td.cart_sup {
	tr.cart_total_price 
	padding:0 1px;
	width:54px;
	border-right:none !important;
}
	td.cart_sup img {
		display:block;
		margin:0 auto;
		width:54px;
	}
#order .cart_last_product {display:none;}
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #88936a;
	padding: 0.7em
}
#order #voucher h4 {
	font-size:12px;
	font-style:normal;
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
#order form#voucher p,
#order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	margin-right: 6em;
	padding-top:6px;
	line-height: 1.5em;
	font-family:Georgia, sans-serif;
	color:#333;
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #c59f3a;
	padding: 0.5em
}
#order #order_carrier h4 {
	display: inline;
	width: 50%;
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span {
	margin: 0 0.2em;
	font-size: 14px;
}
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#cart_voucher {margin:15px 0 20px 0;}
#cart_voucher  p {margin:0; padding:0;}
#cart_voucher  input#discount_name {height:23px;}
#cart_voucher  p.submit .button {
	margin:0;
	padding:0;
	height:23px;
	width:23px;
	border:none;
	border-radius:none;
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 99%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 0 0 5px;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	margin-left:10px;
	height:60px;
	width: 218px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin-right: 13px
}
#thumbs_list li img {border: 1px solid #ccc;}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 22px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 60px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	padding: 10px 0;
	border-top: 1px solid #96a276;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 {
	margin:0;
	font-size:14px;
}
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 15px
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT CHOICE */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	margin-bottom:10px;
	padding: 10px;
	font:normal 12px Arial, sans-serif;
	color:#333;
	text-decoration: none;
	border: 1px solid #869168 !important;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	color: #333;
	background-color: #e2e7d2;
	border: 1px solid #869168;
}

/* order step 4: PAYMENT */
#payment h3 {
	margin:30px 0 20px;
	color:#333;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}

/* View wishlish */
/* ajout pr theme */
#center_column #featured-products_block_center h4 {
	font: bold 1em Georgia, Arial, Sans-Serif;
	line-height: 1.3em;
	color: #fff;
	background: #5C5249 url('../img/block_header.png') repeat-x top left;
}
#center_column #featured-products_block_center .block_content {
	background:#fff;
	border:none;
}
#center_column #featured-products_block_center ul {margin-top:10px; position:relative;}
#center_column #featured-products_block_center li {margin-bottom:18px;}
#center_column #featured-products_block_center li img {border:1px solid #ccc;}
#center_column #featured-products_block_center h5 {
	margin:10px 1px 0 1px;
	height:auto;
	font-size:14px;
	color:#000;
}
#center_column #featured-products_block_center .product_desc {
	margin:2px 1px;
	height:auto !important;
	height:36px;
	min-height:36px;
	font:normal 12px/18px Arial, sans-serif;
	color:#ccc;
}
#center_column #featured-products_block_center .price_container {
	margin:5px 0 10px 0;
	text-align:left;
}
#center_column #featured-products_block_center .price {
	font-size:14px;
	font-family: Arial, sans-serif;
}

a.ajax_add_to_cart_button {
	display: block;
	margin:15px 0 0 0;
	padding:0 0 0 22px;
	height: 24px;
	width:102px;/* 124 */
	font: normal 9px/24px Arial, sans-serif !important;
	color: #fff !important;
	text-decoration: none !important;
	text-align:left;
	text-transform:uppercase;
	background: transparent url(../img/button-medium_add-to-cart.png) no-repeat top left;
	border:none;
	cursor: pointer;
}
	a.ajax_add_to_cart_button:hover {background-position:0 -24px;}


#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}


/* ################################################################################################
	AJOUT POUR LE THEME
################################################################################################ */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}


/* barre d'infos / tri / pagination */
#center_column .sortPagiBar {
	font:normal 11px/46px Arial, sans-serif;
	color:#666;
	background:#eee;
}
	#center_column .sortPagiBar strong {color:#000;}
	#center_column .sortPagiBar select#selectPrductSort {
		margin:13px 10px 0 10px;
		color:#000;
	}

.PrductSort {float:left;}
	
.nbrProduct {
	display:inline-block;
	padding:0 10px;
	line-height:46px;
}

/* lien dans la partie mon compte */
#center_column .lnkbackHome {
	float:right;
	margin:30px 10px 0 0;
	font:bold 12px Arial, Sans-serif;
	color:#333;
}
	.lnkbackHome a {
		color:#333;
		text-decoration:none;
	}
	.lnkbackHome a:hover {text-decoration:underline;}

		
#center_column .lnkbackHomeAccount {
	margin:30px 10px 0 0;
	font:bold 12px Arial, Sans-serif;
	color:#333;
}
	.lnkbackHomeAccount a {
		color:#333;
		text-decoration:none;
	}
	.lnkbackHomeAccount a:hover {text-decoration:underline;}

/* ************************************************************************************************
	header
************************************************************************************************ */
.v2-blockcategoryhome {display:none;}

.v2-blockcategoriestop {
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	background:#000 url(../img/v2-blockcategoriestop_bg.png) repeat-x 0 0;
}
	.v2-blockcategoriestop li {
		float:left;
		font-size:14px;
		line-height:36px;
		font-weight:bold;
	}
		.v2-blockcategoriestop li a {
			margin:0 35px;
			font:normal 18px/39px Georgia, Arial, sans-serif;
			color:#fff;
			text-decoration:none;
		}


/* ************************************************************************************************
	colonne gauche
************************************************************************************************ */


/* ************************************************************************************************
	colonne droite
************************************************************************************************ */
/* bloc why us ************************************************************* */
#highlight_why {
	margin-bottom:15px;
	padding:12px;
	font:normal 12px Arial, Sans-Serif;
	color:#333;
	background:#fff;
	border:1px solid #ccc;
}
	#highlight_why ul {padding-bottom:10px; list-style-type:none;}
		#highlight_why li {padding-bottom:10px;}
	#highlight_why h4,
	#highlight_why strong{color:#333;}
	#highlight_why h4 {
		padding-bottom:5px;
		font:normal 24px "Myriad Pro", Arial, sans-serif;
		color:#666;
	}
	#highlight_why strong  {font-weight:normal; font-size:18px;}
	#highlight_why a {
		float:right;
		color:#333;
		text-decoration:none;
	}
		#highlight_why a:hover {text-decoration:underline;}
		
/* bloc specialist ********************************************************* */
#highlight_specialist {
	margin-bottom:15px;
	padding:12px;
	background:#c49e3a url(../img/block_highlight_specialist_bg.jpg) repeat-x 0 0;
}
	#highlight_specialist h4 {
		padding-bottom:10px;
		font-size:24px;
		font-style:italic;
		color:#000;
	}
	#highlight_specialist p  {
		font:normal 12px Arial, sans-serif; 
		color:#fff;
	}

/* bloc partner ********************************************************* */
#highlight_partner {
	margin-bottom:15px;
	border:1px solid #565656;
	text-align: center;
}

/* bloc contact ************************************************************ */
#contact_block .block_content {background:transparent url(../img/design/block_contact_bg.jpg) no-repeat bottom left;}
	#contact_block p {
		font-size:12px;
		line-height:18px;
		color:#333;
	}
	#contact_block p.tel {
		margin:12px 0 15px 35px;
		padding-left:24px;
		font:bold 12px/20px Arial, sans-serif;
		background:transparent url(../img/design/block_contact_pict_tel.png) no-repeat 0 0;
	}
	#contact_block a {
		display:block;
		float:right;
		padding:4px 8px;
		font:bold 10px Arial, sans-serif;
		color:#fff;
		text-transform:uppercase;
		text-shadow: 0 -1px 0 #616b45;
		background:#869269 url(../img/design/bloc_contact_a_bg.png) repeat-x 0 0;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px; 
	}
	#contact_block a:hover {background-position:0 -39px;}
	#contact_block a:active {
		background-color:#a5a5a5;
		background-position:0 -78px;
	}


/* ************************************************************************************************
	footer
************************************************************************************************ */
/* bloc mon compte ****************************************** */
#my_account_footer_block {
	float:left;
	top:85px;
	left:211px;
	padding: 15px 0 0 0;
	width:250px;/* 185 */
}
	#my_account_footer_block h4 {
		font:bold 14px Arial, sans-serif;
		color: #546038;
		text-transform: uppercase;
	}
		#my_account_footer_block h4 a {
			color: #546038;
			text-decoration: none;
		}
	#my_account_footer_block li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		font-size:11px;
		color: #333;
	}
		#my_account_footer_block li a {
			color: #333;
			text-decoration: none;
		}
		
/* bloc information ********************************************** */
#footer #informations_block {
	position: absolute;
	top: 85px;
	left: 409px;
	padding: 25px 0 0;
	width: 165px;
}
	#footer #informations_block h4 {
		font-size: 14px;
		font-weight: bold;
		font-style:normal;
		color: #546038;
		text-transform: uppercase;
	}
	#footer #informations_block li  {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font: 11px/24px Arial,Verdana,sans-serif;
		color: #fff;
		text-transform: uppercase;
	}
	#footer #informations_block li a {
		color: #fff;
		text-decoration: none;
	}
	
/* */
#footerlower {
	margin:10px auto;
	width:1006px;
	font:normal 12px Arial, sasn-serif;
	color:#000;
	text-transform:uppercase;
	text-align:right;
}
	#footerlower a {
		color:#000;
		text-decoration:none;
	}
		#footerlower a:hover {text-decoration:underline;}

/* ************************************************************************************************
	page d accueil
************************************************************************************************ */
#selected_products {
	position:relative;
   margin: 0 0 10px 0;
   padding: 0;
   height: 254px;
   width: 554px;
	border: 1px solid #a1a1a1;
}
	#selected_products #short_description_block {
		margin-left:20px;
		width:260px;
	}
		#selected_products #short_description_block h1 {
			margin-top:10px;
			font-weight:normal;
			font-size:30px;
			letter-spacing:-0.05em;
			text-transform:none;
		}
			#selected_products h1 a {
				color:#000;
				text-decoration:none;
			}
				#selected_products h1 a:hover {text-decoration:underline;}
		#selected_products #short_description_block #short_description_content p {
			font:normal 18px/20px Arial, sasn-serif;
			color:#666;
		}
	#selected_products #image-block {
		position:absolute;
		top:0;
		right:0;
		height:254px;
		width:254px;
	}
		#selected_products #image-block img {height:254px; width:254px;}
		
	#selected_products  .price {
		display:block;
		margin:20px;
		padding:0;
	}
		#selected_products  .price span.our_price_display {
			font-size:36px;
		}
	#selected_products a.ajax_add_to_cart_button {
		margin:0 0 0 15px;
		padding-left:40px;
		height:33px;
		width:150px;/* 190 */
		font:bold 14px/33px Arial, sans-serif !important;
		text-transform:uppercase;
		text-shadow: 0 1px 0 #616b45;
		background:#cc9933 url(../img/button-medium_add-to-cart_first.png) no-repeat 0 0;
	}
	

/* ************************************************************************************************
	page produit
************************************************************************************************ */
#blockBenefits {
	float:right;
	margin-top:20px;
	width:258px;
	background:#e2e7d2;
	border:1px solid #88936a;
}
	#blockBenefits li {
		list-style-type:none;
		float:left;
		padding:9px 11px 8px 45px;
		width:73px;/* 129 */
		font:normal 8px Arial, sans-serif;
		color:#4a562a;
		background:transparent url(../img/blockBenefits_li_pict.png) no-repeat 0 0;
	}
	#blockBenefits li.listBenefits1 {position:relative; background-position:11px 5px;}
		#blockBenefits li.listBenefits1 span {
			position:absolute;
			top:11px;
			left:19px;
			font-size:7px;
			line-height:7px;
			color:#fff;
			text-shadow: 0 1px 0 #4a562a;
		}
			#blockBenefits li.listBenefits1 span strong {font-weight:normal; font-size:14px;}
	#blockBenefits li.listBenefits2 {background-position:11px -55px;}
	#blockBenefits li.listBenefits3 {background-position:11px -115px;}
	#blockBenefits li.listBenefits4 {background-position:11px -175px;}

/* ************************************************************************************************
	page promotion, nouveaux produits
************************************************************************************************ */
#category #center_column,
#new-products #center_column,
#prices-drop #center_column,
#best-sales #center_column {width:760px;}

#category #right_column,
#new-products #right_column,
#prices-drop #right_column,
#best-sales #right_column {display:none;}


/* ************************************************************************************************
	page contact
************************************************************************************************ */
#contact-form #left_column {display:none;}


/* ************************************************************************************************
	page paiement - frais de port
************************************************************************************************ */
#order #form {
	margin-top:20px;
	font:normal 12px Arial, sans-serif;
}
	#order #form h3 {
		margin-top:20px;
		font-size: 13px;
		font-weight: bold;
	}

	#order #orderpaiement h4 {
		margin-top:20px;
		font:normal 12px Arial, sans-serif;
	}
	#order #HOOK_PAYMENT p {margin:0;}


/* ************************************************************************************************
	page cheque
************************************************************************************************ */
.cheque h3 {margin:20px 0;}
.cheque .exclusive_large {
   padding-right: 20px;
	background: url(../img/nextbutton_bg.png) no-repeat scroll 100% 0 #96a276;
}
.cheque .exclusive_large:hover {background: url(../img/nextbutton_bg.png) no-repeat scroll 100% 0 #96a276;}


/* ************************************************************************************************
	page order-slip
************************************************************************************************ */
#order-slip #center_column h4 {
	margin: 0 0 20px;
	font:normal 13px Arial, sans-serif
}
#order-slip table#order-list td.history_invoice {border-right:none;}
#order-slip table#order-list tr.last_item td {border-bottom:none;}


/* ************************************************************************************************
	page adresse
************************************************************************************************ */
#address  #center_column h4 {
	margin:0 0 20px 0;
	font:normal 13px Arial, sans-serif
}
#address form.std {margin-top:30px;}


/* ************************************************************************************************
	page discount
************************************************************************************************ */
#discount table.discount td.discount_expiration_date {border-right:none;}


/* ************************************************************************************************
	module productcategory
************************************************************************************************ */
h2.productscategory_h2 {
	margin-top:20px;
    padding:3px 10px;
    font:bold 13px Georgia,Arial,Sans-Serif;
    color:#fff;
	background:url(../img/block_header.png) repeat-x left top #5C5249;
}
#productscategory_list {margin-bottom:20px;}
#productscategory_list li {text-align:left !important;}
#productscategory_list li img {border:1px solid #ccc;}
#productscategory_list li a {
    margin: auto;
	font-family:Georgia, Arial, sans-serif;
	text-decoration:none;
}
#productscategory_list li a:hover {text-decoration:underline;}


/* ************************************************************************************************
	module productcomment
************************************************************************************************ */
#table_comment td {
	font: italic 11px/24px Georgia,Arial,sans-serif;
	border:none;
}
#table_comment td.td_stars {padding:12px 0;}
#sendComment p.product_comment_delete {float:right}
#sendComment p.product_comment_delete  a {
	display:block;
	height:13px;
	width:13px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0 transparent;
}
#sendComment h3 {
	padding:10px 0;
	font:normal 18px  Georgia, Arial, sans-serif;
	color:#333;
	border-bottom:1px solid #75695d;
	background:#fff;
}




