/*
	PrestaShop CSS
	18 used colors:
	10 grays: #303231 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #303231;
	text-align:center;
}

/* 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;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: 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; text-align: center }
.inline_list img { display: block }
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 */
ul.idTabs {
	list-style-type:none;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:3px;
	font-size:10px;
}
ul.idTabs li a.selected{
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	width:110px;
	text-align:left;
	color:#666!important;
	background:transparent url(../img/hr_product.gif) bottom right no-repeat!important;
	padding-bottom:10px;
}
ul.idTabsShort li a.selected{
	color:#000!important;
	background:transparent url(../img/hr_product.gif) bottom left no-repeat!important;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }
.product_detail #more_info_sheets {
	padding:10px 0;
	font-size:12px;
	height: 165px;
	overflow: auto;
}

ul.idTabsShort {padding-bottom:10px;background:transparent url(../img/hr_product.gif) bottom left no-repeat!important;}
* html ul.idTabsShort {padding-bottom:0;}

/* global style */
a {
	color: #2F3131;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #c47644;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #303231;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #303231;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #C47644;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	margin-top: 16px;
	height: 100px;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	text-align: center;
}
#header #logo {
	float: left;
	height: 80px;
	width: 630px;
	text-align: right;
}
h1#logo a {
	display: block;
	width: 300px;
	height: 84px;
	margin: 0 auto;
}
#hook_top {
	text-align: right;
	float: right;
	margin: 0 0 30px 0;
	width: 350px;
	height: 50px;
}
#left_column, #center_column, #right_column {
	float: left;
}
.column {
	width: 210px;
}
#left_column {
	clear: left;
}
#center_column {
	width: 980px;
	margin: 0 auto 0;
	z-index: 1;
}
#right_column {
	width: 0;
}
#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
}

/* 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: #303231
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.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
}

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
 	margin: 0 auto;
    padding-bottom: 6px;
	margin-top: 1.5em;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: white;
}
table.std tbody tr td, table.std tfoot tr td {
	border-bottom: 1px solid #EDECE8;
}
table.std thead th {
	background-color: transparent;
	border-top: 1px solid #EDECE8;
	border-bottom: 1px solid #EDECE8;
	height:24px;
	color: #303231;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
	border-left: 1px solid #EDECE8;
}
table.std thead th.last_item {
	background-position: top right;
	border-right: 1px solid #EDECE8;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #303231;
	text-align: right;
	white-space: nowrap;
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #C47644;
	font-size: 12px;
	font-weight: normal;
	 padding: 0.5em;
}
form.std fieldset {
	border: 1px solid #f3edd7;
	margin-bottom: 1em;
	padding-bottom: 1em
}
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 h4, form.std p {
	padding: 0.2em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select, span.editable {
	vertical-align: middle;
	outline: none;
	border:1px solid #EFEBE6;
}
input, textarea, select { 	padding-left:2px;
	padding-right:2px;}

input.text {
	height:18px;

}
.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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #fff!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	height: 18px;
	padding-left:5px;padding-right:5px;
	background-color: #C47746 !important;
}

/* 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 -36px;
	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 {

}

/* 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 {

}

/* 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 {

	/*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 {

	/*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 {

	/*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 {

	/*background-image: url('../img/button-large.png')*/
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-color: #c47644; }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-color: #c47644; }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-color: #c47644; }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-color: #c47644; }

/* 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 { 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 {
	color: #2F3131;
	font-size: 1.1em;
	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 {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color:#C47644;
	text-transform:capitalize;

}
#product .warning_inline {float:right;}
#category .warning_inline {margin:0;padding:0;text-align:center;clear:both;}
/* success */
.success {
	color: #2F3131;
	background-color: #F3EDD8;
	border: 1px dashed #C0B29C;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em;
}
.success_inline {
	color: #2F3131;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 14px;
	padding:5px;
	width:970px;
	color:#C47644;
	text-transform:uppercase;
	background:#F3EDD8;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#C47644;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination {
	float: left;
	font-size: 10px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;

}
ul.pagination {
	list-style: none;
	float: right;
	 padding: 0 5px;
}
ul.pagination li {
	display: inline;
	float: left;
	font-size: 10px;
}
ul.pagination li, ul.pagination a, ul.pagination span {

}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	font-weight: bold;
}
ul.pagination li.truncate {
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {

}
#pagination_previous a, #pagination_previous_top a {background: #fff url('../img/thumbs_left.gif') no-repeat 0 -4px;}
#pagination_next a, #pagination_next_top a {background: #fff url('../img/thumbs_right.gif') no-repeat 0 -4px;}
#pagination_previous, #pagination_previous_top {
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span, #pagination_previous_top a, #pagination_previous_top span {
	border-left: none;
}
#pagination_next, #pagination_next_top {
	padding-right: 6px;
}
#pagination_next a, #pagination_next span, #pagination_next_top a, #pagination_next_top span {
	border-right: none;
}
li.disabled span {
	color: #ccc;
}

#nProducts.pagination { float: left; }

form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }

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

/* Header */
#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 {
	clear: both;
	float:left;
	font-size: 11px;
    text-align: center;
    margin-top:20px;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
}
div.block h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal!important;
	font-size: 1.1em;
	padding-left: 0.5em;
	padding-top: 2px;
	line-height: 1.1em;
	color: #605f61;
	height: 19px;
}
div.block h4 a { color: #303231 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
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: 0 0.7em;
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	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 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { margin: 0.5em 0; }
#center_column div.block { width: 536px; 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 li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #303231;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	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;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#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: #303231;
	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: #303231;
	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
}
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 tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
}
td.cart_product a:hover img { border: 1px solid #EDECE8; }
td.cart_description a { text-decoration: none;font-size:10px; }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
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 { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
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;margin-top: 0.6em; }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 60%
}
#order tfoot p.submit {width:30%!important;}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 0;
	padding: 0.7em
}
form#voucher fieldset p {
	width:150px;
}

#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;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#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: 100%;
	margin: 1em 0
}

/*MakeOpen*/

#cart_left {width:800px;margin-right:10px;float:left;}
#cart_right {width:160px;float:left;margin-top:1.5em;}
#cart_total {width:335px;float:right;}
#blc_temsoncart {width:335px;float:right;}
#cart_voucher {width:335px;}
#cart_total #cart_voucher, #cart_total td {background:#f3edd8;}
#cart_total td.cart_voucher {background:transparent;padding:5px 0;}
#cart_total tr.cart_total_price_ttc {font-size:1.4em;font-weight:bold;}
#order #center_column h2 {background:#f3edd7;margin-top:0;font-size:11px;padding-left:10px;color:#C47644}

#productsoncart_list {border:0px solid #f3edd8;border-top:0;}
#productsoncart_list h4 {text-align:center;background:#C47644;color:#F3EDD8;text-transform:uppercase;}
#productsoncart_list ul {list-style-type:none;margin:10px 0;}
#productsoncart_list ul li {text-align:center;margin-bottom:10px;}

#order-detail-content {margin-bottom:0px!important;;}
#order-detail-content div.color_picker {width:130px!important;margin: 10px 0;}
#order-detail-content div.color_picker a.color_pick {
	float: left;
	margin: 4px;
	cursor: pointer;
}
#order-detail-content div.color_picker a.color_pick:hover {
	border: 1px solid #000000 !important;
}
#order-detail-content div.color_picker a.color_pick {width:15px;height:15px;border:1px solid #E6E4E0!important;}
.title_color_picker_cart {font-size:0.9em;margin:0!important;padding:0!important;line-height:0.9em;}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px;
}
#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: 30px;
	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: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #303231
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#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: 0.6em
}
#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 .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#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 */
.payment_module {
	display: block;
	width:48%;float:left;margin-right:2%!important;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	border:0;
	text-align:center;
	padding: 0.6em;
	text-decoration: none;
	min-height:80px;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border:0;
	background-color: #F6E9E0;
	color: #374853;
}

/* 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
}

/* crosselling block */
#crossselling {
	margin: 0 auto 0;
	height: 120px;
	width: 100%
}
#crossselling_noscroll {
	margin: 0 auto 0;
	height: 120px;
	width: 100%
}
#crossselling_list {
	overflow: hidden;
	float: left;
	width: 96%
}
#crossselling_list ul {
	padding-left: 0;
	list-style-type: none
}
#crossselling_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	overflow: hidden
}
#crossselling_list li a { margin: auto }
#crossselling_scroll_left,
 #crossselling_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px
}
#crossselling_scroll_right { background-image: url('../img/thumbs_right.gif') }

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li div.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:18px 118px 0 0;
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {

	margin:15px 0 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */
#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;
}
#view_wishlist #featured-products_block_center ul div li div.wishlist_product_detail, div#mywishlist div#block-order-detail ul li div.wishlist_product_detail {
	margin-left: 35px;
	float: left;
}
div#mywishlist div#block-order-detail ul li div.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 {

}
#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(../../../modules/productcomments/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
}




/*Module attributesoncategories*/
#product_list .attributesoncategories {margin-bottom:5px;padding: 0 0px 0 10px;}

#product_list .attributesoncategories div.color_picker {}
#product_list .attributesoncategories div.color_picker a.color_pick {
	dispay:inline-block;
	padding:0;
	line-height:23px;
	margin: 2px;
	cursor: pointer;
}
#product_list .attributesoncategories div.color_picker a.color_pick:hover, #product_list .attributesoncategories div.color_picker a.color_pick.selected {
	border: 1px solid #ccc !important;
}
#product_list .attributesoncategories div.color_picker a.color_pick {width:15px;height:15px;border:1px solid #E6E4E0!important;}
/* / Module attributesoncategories*/

#pagination_top {clear:both;border:1px solid #d7d7d7;border-left:0;border-right:0;border-top:0;padding:5px 0;}
#pagination_top .pagination {float:right!important;border-left:1px solid #000000!important;border-right:0;}
#pagination_top, #pagination {border-right:0!important;border-left:0!important;}
#pagination, #pagination_top {margin-bottom:5px!important;width:764px;text-align:right;padding-top:3px;}

.pagination .ico_top {display:block;padding-left:15px!important;background: #fff url('../img/ico_top.gif') no-repeat 0 2px;}

.back {
    background: url("../img/thumbs_left.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    line-height: 20px;
    padding-left: 15px;
}
.hide{ display: none; }

/*My account*/
.color-myaccount{ color: #c37743; }
#my-account #center_column,
#address #center_column,
#history #center_column,
#order-follow #center_column,
#order-slip #center_column,
#addresses #center_column,
#identity #center_column,
#discount #center_column,
#myalerts #center_column,
#mywishlist #center_column  {background:#F3EDD8;}
#content_account {float:right;width:60%;background:#fff;margin:50px 10px;padding:10px;min-height:325px;}
* html #content_account {height:325px;}
#content_account .error {width:auto;float:none;}
#content_account ul li {margin-top:10px!important;margin-bottom:10px!important;}
#content_account fieldset {border:0;}
#content_account fieldset .text label,#content_account fieldset .password label,#content_account fieldset .select label, #content_account fieldset .radio span {text-align:left;}
#left_column_account {float:left;width:25%;}
#content_account h1, #content_account h2 {color:#c37743;font-size:1.4em;line-height:1.4em;font-weight:normal;}

body#order .order_adresse {width:270px;float:left;padding-left:30px;}
body#order .addresses {width:600px;float:left;border:1px solid #EDECE8;padding:15px 5px 0 5px;}
body#order .info_plus {width:345px;float:left;border:1px solid #EDECE8;padding:15px 5px 5px 5px;margin-left:10px;}
p.order_address_title {
	margin-top: 0!important;
	color:#c37743;
	font-weight: bold;
	font-size: 1em!important;
	line-height: 1.2em;
}

h3.carrier_title, h4.paiement_title {color:#c37743;}
.order_carrier_blc {float:left;width:50%;height:150px;}
.order_carrier_blc table.std tbody tr td, table.std tfoot tr td {border:0;}
.order_carrier_parent_blc {border:1px solid #EDECE8;float:left;}
.carrier_action {width:50px;}
.carrier_name {width:100px;}
#block-history table#order-list thead th {
	border-top: 1px solid #EDECE8;
	border-bottom: 1px solid #EDECE8;
	color: #c37743;
}


/*jcarousel*/
.jcarousel-prev-horizontal, .jcarousel-next-horizontal{
	 position: absolute;
    top: 0;
    cursor: pointer;
	background: #fff url('../img/thumbs_left2.gif') no-repeat center center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:125px;
	float:left;
	margin-top:0;
}
.jcarousel-prev-horizontal {
 left: 0px;
}
.jcarousel-next-horizontal{
	 position: absolute;
	background-image: url('../img/thumbs_right2.gif');
	 top: 0;
  	 right: 0px;
}
.jcarousel-container-horizontal {
    width: 407px;
    padding: 0 20px;
}

 .jcarousel-container-vertical {
    width: 407px;
    padding: 0 20px;
}

.jcarousel-clip-horizontal {
    width:  407px;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {opacity : 0.2;-moz-opacity : 0.2;-ms-filter: "alpha(opacity=20)"; filter: alpha(opacity = 20);}


.accessories_block .jcarousel-container-horizontal {
    width: 360px!important;
}
.accessories_block  .jcarousel-container-vertical {
    width: 360px!important;
}
.accessories_block  .jcarousel-clip-horizontal  {
    width: 360px!important;
}

/*style pack on product page*/

ul#products_packs_list {list-style-type:none;}
ul#products_packs_list li {width:130px;height:130px;float:left;}

/*Pack Page*/

#primary_block div#pack_page_products .pack_product {margin: 10px 0;float:left;}

#primary_block div#pack_page_products, #primary_block .product_pack_buy {
color:#374853;
font-size:1.1em;
padding-left:5px;
}
#primary_block .product_pack_buy { margin-top:10px;position:relative;}
#primary_block .product_pack_buy .exclusive {}
#primary_block .product_pack_buy #add_to_cart .addAdvancedPackToCart {width:140px;text-transform:uppercase;background: #C47644 url(../img/ico_button_addtocart.gif) 0 0 no-repeat!important;padding-left:35px;margin:auto;}
#primary_block .product_pack_title_product {float:left;width:330px;color:#C47745;font-size:18px;font-weight:normal;line-height:18px;text-transform:capitalize;margin-bottom:5px;}
#primary_block .product_pack_title_product a {color:#C47745;}
#primary_block .product_pack_img {text-align:center;float:left;width:100px;}
#primary_block .product_pack_description {float:left;width:460px;}
#primary_block .product_pack_description .discount {color:#CF3421;}
#primary_block .attributes {padding-top:20px;background:transparent url(../img/hr_product.gif) 0 0 no-repeat!important;}
#primary_block .attributes select {width:190px;}
#primary_block .disablePackProduct {text-align:center;float:left;margin-top:25px;margin-left:10px;}
#primary_block .disablePackProduct a {padding-left:20px;font-size:11px;}

#primary_block .disablePackProduct {}
#pack #primary_block #pb-right-column {width:570px;}
#pack-event #primary_block #pb-right-column {width:550px;}



/* /ADVANCEDPACK */

.attribute_title {height:25px;width:100%;}

.product_attribute {margin-right:1%;float:left;min-height:155px;}
#product_attribute_5 {width:66%}
* html #pack #product_attribute_5, * html #pack-event #product_attribute_5 {width:64%}
#product_attribute_1 {margin-left:5%;width:25%}
#product_attribute_5 .attribute_title {width:70%;}
* html .product_attribute {height:180px;}
.product_attribute ul {list-style-type:none;}
.product_attribute ul li {height:25px;width:25px;float:left;margin:1px 1px 15px 1px;padding:0!important;position:relative;}
.product_attribute ul.is_color_attr li {height:45px;margin-right:5px;margin-bottom:5px;}
.product_attribute ul.is_color_attr li a {height:52px;}
.product_attribute ul li a {display:block;height:35px;width:35px;float:left;position:absolute;top:0;left:0;}
.product_attribute ul li a:hover, .product_attribute ul li a.selected {background:transparent url(../img/under_attr.gif) bottom center no-repeat!important;}

.product_attribute ul li.attr_XS {background:transparent url(../img/bg_tailles.gif) 0 0 no-repeat!important;}
.product_attribute ul li.attr_S {background:transparent url(../img/bg_tailles.gif) -26px 0 no-repeat!important;}
.product_attribute ul li.attr_M {background:transparent url(../img/bg_tailles.gif) -52px 0 no-repeat!important;}
.product_attribute ul li.attr_L {background:transparent url(../img/bg_tailles.gif) -79px 0 no-repeat!important;}
.product_attribute ul li.attr_XL {background:transparent url(../img/bg_tailles.gif) -106px 0 no-repeat!important;}
.product_attribute ul li.attr_XXL {background:transparent url(../img/bg_tailles.gif) -133px 0 no-repeat!important;}
.product_attribute ul li.attr_TU {background:transparent url(../img/bg_tailles.gif) -160px 0 no-repeat!important;}


#pack #pb-left-column, #pack-event #pb-left-column {margin:15px 0 0 0;width:400px;}
#pack .back, #pack-event .back {margin-left:120px;}
#pack span.price, #pack-event span.price{
	font-size:12px!important;
	font-weight:bold;
}
#pack .reference, #pack-event .reference {font-size:10px;}


ul#product_list li div.prices b {font-size:12px;}

.block_title_img {margin-top:20px!important;}

#products_packs_list {position:relative;overflow:hidden!important;}
#packs .jcarousel-prev-horizontal, #packs-event .jcarousel-prev-horizontal {
 left: 5px;
 background-image: url('../img/fl_left_look.gif');
 width:41px;
height:450px;
}
#packs .jcarousel-next-horizontal, #packs-event .jcarousel-next-horizontal{
	 position: absolute;
	background-image: url('../img/fl_right_look.gif');
	 height:450px;
  	 right: 0px;
  	 width:41px;
}
#packs .jcarousel-container-horizontal, #packs-event .jcarousel-container-horizontal {
    width: 874px;
    padding: 0 45px;
}

#packs .jcarousel-container-vertical, #packs-event .jcarousel-container-vertical {
    width: 874px;
    padding: 0 45px;

}

#packs .jcarousel-clip-horizontal, #packs-event .jcarousel-clip-horizontal {
    width:  874px;
}

/* ADVANCEDPACK */

#products_packs {width:447px;overflow:hidden;}
#products_packs_list {}


#packs #products_packs .product_pack_line .button_large, #packs #products_packs .product_pack_line_last .button_large {background-color:#f0edda!important;color:#c67546!important;}
#packs #products_packs, #packs-event #products_packs {width:100%;overflow:hidden;}
#packs #products_packs .product_pack_line, #packs #products_packs .product_pack_line_last, #packs-event #products_packs .product_pack_line, #packs-event #products_packs .product_pack_line_last {width:220px;float:left;}
#products_packs_list #packs_full_look {width:550px;margin:0 10px;float:left;margin-top:15px;}
#products_packs_list #packs_full_look a, #products_packs_list #packs_full_look img {display:block;height:500px;width:320px;}
#products_packs_list #packs_left, #products_packs_list #packs_right {width:277px;margin:0 10px;float:left;}
#products_packs_list #packs_right {margin-top:15px;}
#packs .block_title_img {text-align:center;margin:10px 0 0 0!important;}
#packs-event .block_title_img {background:transparent url(../img/fnd_title_looks_event.gif) top center repeat-x!important;text-align:center;margin:0!important;}
#packs #products_packs .product_pack_img, #packs-event #products_packs .product_pack_img {height:400px;border-bottom:1px solid #eeebe5;}
#packs #products_packs .product_pack_img img, #packs-event #products_packs .product_pack_img img {margin-left:-9px;height:400px;}
#packs #products_packs .product_pack_img a, #packs-event #products_packs .product_pack_img a {display:block;height:320px;width:100%;}
#packs #products_packs .product_pack_img a:hover, #packs #products_packs .product_pack_img a.selected, #packs-event #products_packs .product_pack_img a:hover, #packs-event #products_packs .product_pack_img a.selected {}
#packs #products_packs_list, #packs-event #products_packs_list {width:100%}
#products_packs_list .product_pack_line {margin-bottom:10px!important;height:450px;}
#products_packs_list .product_pack_line_last {border-bottom:0;margin-bottom:10px!important;height:450px;}
#products_packs_list .product_pack_items {width:390px;float:left;height:550px;overflow:hidden;}
#products_packs_list .product_pack_items .product_pack_items_scroller {width:390px;}
.jScrollPaneContainer {float:left!important;}
#products_packs_list .product_pack_title_product {height:50px;}
#products_packs_list table tr td {text-align:center;padding: 5px 10px;vertical-align:top;}
#products_packs_list table tr td.sum_product_pack_title, #products_packs_list table tr td.sum_product_pack {width:40px;padding-top:10px;}
#products_packs_list div.pack_save_title{color:#DA0F00;font-size:1em;font-weight:bold;text-align:center;margin:5px 0;}
#products_packs_list table tr td.sum_product_pack {padding-top:30px;}
#products_packs_list table tr td .attributes select { width:130px;}
#products_packs_list .pack_availaible, #primary_block .pack_availaible  {position:absolute;z-index:10;top:0;left:0;background:#fff;width:100%;height:100%;text-align:center;display:none;}
* html #products_packs_list .pack_availaible, * html #primary_block .pack_availaible {height:50px;}
#products_packs_list .product_pack_buy .info_buy {background:#fff;text-align:center;padding:0 5px;}
#products_packs_list .product_pack_buy .info_buy .addAdvancedPackToCart, #products_packs_list .product_pack_buy .info_buy .viewPackButton {margin:5px auto;}
#products_packs_list .quantity_wanted_p_pack{width:130px;}
#products_packs_list p.product_pack_img{margin:0!important;padding:0!important;}
.pack_product_block H4 {
	text-transform: uppercase;
	border: 1px solid #efece5;
	color: #C0B29C;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 10px;
}
#pack .buttons_bottom_block, #pack-event .buttons_bottom_block {text-align:center;}
#pack .info_buy, #pack #wishlist_product, #pack-event .info_buy, #pack-event #wishlist_product {margin-top:0!important;padding-top:0!important;text-align:center;}
#pack a.facebook_like, #pack a.facebook_like:hover,#pack-event a.facebook_like, #pack-event a.facebook_like:hover {text-decoration:none!important;padding-left:3px;}
#pack-event .FBConnectButton_Simple, #pack .FBConnectButton_Simple {background: url(../img/ico_facebook2.gif) top left no-repeat!important;}

/*CONSEILS*/

div#left_column_conseils ul.bullet li {margin:0.2em 0!important; background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.1em;}

#conseils-matieres #center_column, #conseils-couleurs #center_column,  #conseils-entretien #center_column  {background:#F3EDD8;}
#content_conseils {float:right;width:699px;background:#fff;margin:17px 10px;padding:10px 17px;min-height:391px;position:relative;}
* html #content_conseils {height:391px;}
#content_conseils .error {width:auto;float:none;}
#content_conseils ul li {margin-top:10px!important;margin-bottom:10px!important;}
#content_conseils  p {font-size:11px;}
#left_column_conseils {float:left;width:23%;}
#content_conseils h2 {color:#c37743;font-size:1.4em;line-height:1.4em;font-weight:normal;}
#left_column_conseils .menu_conseils {margin:150px 0 0 15px;}
#left_column_conseils .menu_conseils a { color:#c37743;}
#left_column_conseils h1 a, #left_column_conseils h1 {text-transform:uppercase;font-weight:normal!important;color:#c37743;}
#left_column_conseils h1 a {font-size:1.2em!important;}
#left_column_conseils h1 {font-size:2.2em;}
.carre_conseil {display:block;width:89px;height:89px;float:left;position:relative; margin:0 12px 12px 0;}
a.carre_conseil, a.carre_conseil:hover {text-decoration:none;}
h2.carre_conseil {background:#c37743;color:#fff!important;font-size:15px!important;padding:44px 5px 5px 5px;width:79px!important;height:40px!important;}
h2.couleurs {padding:24px 3px 5px 3px!important;height:60px!important;width:83px!important;}
* html h2.couleurs {padding:20px 3px 5px 3px!important;height:56px!important;}
a.carre_conseil span {display:block;width:89px;height:27px;margin-top:64px;background:#fff;opacity : 0.3;-moz-opacity : 0.3;-ms-filter: "alpha(opacity=30)"; filter: alpha(opacity = 30);}
a.carre_conseil span.opmost {opacity : 0.8!important;-moz-opacity : 0.8!important;-ms-filter: "alpha(opacity=80)"!important; filter: alpha(opacity = 80)!important;}
a.carre_conseil b {font-weight:normal;font-size:11px;display:block;margin:0!important;width:79px;height:27px;position:absolute;z-index:2;left:0;top:64px;line-height:27px;padding:0 5px;}
a.carre_conseil b.multi {line-height:12px!important;}
a.carre_conseil b.clr_1 {color:#fff!important;}
a.carre_conseil b.clr_2 {color:#2F3131!important;}

.conseil_window {position:absolute;z-index:10;top:0;left:0;width:727px;height:411px;background:#fff;display:none;padding:3px;}
.conseil_close_window {position:absolute;top:5px;right:5px;display:block;width:16px;height:16px;background: #C0B29C url('../img/conseils-navig/fermer.jpg') top left no-repeat !important;}

.conseil_img_fiche {float:left;width:230px;padding:3px;}
.conseil_desc_fiche {float:left;width:435px;margin-left:20px;font-size:11px;}
.conseil_entretien {width:435px;height:160px;}
.conseil_desc_fiche h3 {color:#c37743;font-size:1.8em;margin-top:30px;margin-bottom:5px!important;}

.order_carrier_blc table td {height:150px;}

#wrap_content_cooled {background:#F3EDD8;}
/*WRAP TEMPLATE*/
#wrap_content_cooled  {width:980px;display: table; #position: relative; overflow: hidden;height:450px;}
#content_cooled {width:489px;#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;height:450px;}
#content_cooled #inner_cooled {background:#fff;#position: relative; #top: -50%;margin-right:20px;max-height:420px;overflow:auto;}
* html #content_cooled {position:absolute;top:0;right:0;display:block;zoom:1;}
* html #content_cooled #inner_cooled {position:relative;top:0;display:block;zoom:1;height:400px;top:25px;}
#left_column_cooled {float:left;width:300px;}
#left_column_cooled .menu_cooled {margin:150px 0 0 15px;}
#left_column_cooled .menu_cooled a { color:#fff;}
#left_column_cooled h1 a, #left_column_cooled h1 {text-transform:uppercase;font-weight:normal!important;color:#fff;}
#left_column_cooled h1 a {font-size:1.2em!important;}
#content_cooled h2 {color:#c37743;font-size:1.5em;line-height:1.4em;font-weight:normal;}
#content_cooled h3 {color:#c37743;font-size:1.2em;line-height:1.2em;font-weight:bold;}
.opMinus {opacity : 0.2;-moz-opacity : 0.2;-ms-filter: "alpha(opacity=20)"; filter: alpha(opacity = 20);}
.clr_rouille {color:#C37743;}

/*STORELOCATOR*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 10px;
	width: 21px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: block;
}

.jspVerticalBar .jspCap
{
	height: 150px;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	opacity : 0.5;-moz-opacity : 0.5;-ms-filter: "alpha(opacity=50)"; filter: alpha(opacity = 50);
}

.jspVerticalBar .jspArrow
{
	height: 20px;
	width:21px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspArrowUp {background: url(../img/conseils-navig/haut.jpg) top left no-repeat;}
.jspArrowDown {background: url(../img/conseils-navig/bas.jpg) top left no-repeat;}

#locator #content_cooled #inner_cooled {overflow:hidden;}
#locator #content_cooled {width:630px;}
#locator #stores_list {width:282px;height:408px;float:left;padding-bottom:0;padding-right:0;}
#locator #stores_list .scroll-pane{width:282px;height:378px;}
#locator #stores_list h2 {margin-botom:5px;font-weight:normal!important;}
#locator #stores_list h3 {margin-top:0px;font-weight:bold;font-size:1.5em;text-transform:uppercase;}
#locator #stores_list .store {margin:15px 0;font-size:11px;}
#locator #stores_list .store_active {background: url(../img/storelocator/store_active.gif) top right no-repeat;}
#locator #stores_left {width:305px;height:408px;float:left;position:relative;}
#locator #stores_left #map_canvas {width:100%;height:100%;position:absolute;top:5px;left:0;z-index:1;}
#locator #stores_left #photos_canvas {width:100%;height:100%;position:absolute;top:5px;left:0;z-index:2;background:#fff;display:none;}
#locator #stores_left #friends_canvas {width:100%;height:100%;position:absolute;top:5px;left:0;z-index:3;background:#fff;}
#locator #stores_left #friends_canvas fieldset {border:0;}
#locator #stores_left #friends_canvas fieldset label {width:100%;}
#locator #stores_left #friends_canvas fieldset .col1 input, #locator #stores_left #friends_canvas fieldset .col2 input {width:130px;}
#locator #stores_left #friends_canvas fieldset p.submit {padding:0;}
#locator #stores_left #friends_canvas fieldset p.submit input {margin:10px auto!important;}
#locator #stores_list .store .store_title {font-weight:bold;margin-bottom:0}
#locator #stores_list .store .store_desc {margin:0}
#locator #stores_list .store .store_action {font-weight:bold;color:#C37743;font-size:10px;margin-top:0;}
#locator #stores_list .store .store_action a {color:#C37743;}
#locator .menu_cooled {padding-left:20px;margin-top:190px;}
#locator .menu_cooled form {}
#locator .menu_cooled select {width:100px;text-transform:uppercase!important;}
#locator .menu_cooled select option {text-transform:uppercase;}
#locator #storelocator_legend {position:absolute;bottom:15px;font-size:10px;left:30px}

.pad {
    padding: 10px 17px;
}
.right {float:right}
form.newsletter-fr {
	background: url(../img/bg_newsletter.jpg) no-repeat;
	width: 980px;
	height: 450px;
	margin: 0;
}
form.newsletter-en {
	background: url(../img/etre-informe-en.jpg) no-repeat;
	width: 980px;
	height: 450px;
	margin: 0;
}
form.newsletter-fr fieldset, form.newsletter-en fieldset {
	float: right;
	background: #FFF;
	margin: 25px 20px 0 0;
	width: 470px;
	height: 400px;
	border: 0;
}


/*MakeOpen - Categories for AS4*/

#category #center_column {width:764px;}

#category #columns {background:url(../img/separ_cat.gif) 210px 0 repeat-y;}

#columns {float:left;position: relative;}

#category #center_column,
#product #center_column,
#advancesearch #center_column,
#pack #center_column,
#pack-event #center_column,
#packs #center_column,
#view #center_column,
/**/
#category #left_column,
#product #left_column,
#advancesearch #left_column,
#pack #left_column,
#pack-event #left_column,
#packs #left_column,
#view #left_column, #cms #left_column {
	margin-top:36px;
}


#order #columns,
#category #columns,
#product #columns,
#advancesearch #columns,
#pack #columns,
#pack-event #columns,
#packs #columns,
#view #columns, #cms #columns {
	width: 974px;
	border:3px solid #F3EDD8;
	overflow:hidden;
}


#order #center_column .breadcrumb ,
#category #center_column .breadcrumb,
#product #center_column .breadcrumb ,
#advancesearch #center_column .breadcrumb ,
#pack #center_column .breadcrumb ,
#pack-event #center_column .breadcrumb ,
#packs #center_column .breadcrumb ,
#view #center_column .breadcrumb  {
	position:absolute;
	top:0;
	left:0;
}


/*As4*/
.PM_ASForm p.open {background:url(../img/puce_close.gif) 170px 7px no-repeat;}
.PM_ASForm p.close {background:url(../img/puce_open.gif) 170px 7px no-repeat;}
.PM_ASForm ul.bullet li {background:none;padding-left:0;}
.PM_ASForm .PM_ASPriceRange {width:90%;margin-left:8%;}
.PM_ASForm ul.bullet li a {background:url(../img/bullet_as4_crit.gif) 0 0 no-repeat;padding-left:15px;text-decoration:none;}
.PM_ASForm ul.bullet li a:hover, .PM_ASForm ul.bullet li a.PM_ASCriterionLinkSelected {background:url(../img/bullet_as4_crit_selected.gif) 0 0 no-repeat;text-decoration:none;}


