/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #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; 
}
html{
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

html,body
{
   /* width: 100%;
    height: 100%;*/
    overflow-x:hidden;
    height:100%;
 
}

body {
	background-color: white;
	font-size: 12px;
	font-family:Arial, Helvetica, Sans-Serif;
	color: #323232;
	text-align: left;
	height:100%;
}

/* 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;display:inline-block;padding-top:4px;}
.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 */
.idTabs {
	list-style-type: none;
	margin-top:30px;min-height:20px;border-radius:3px;-moz-border-radius:3px;padding:10px;
}
ul.idTabs li {
	float: left;margin-right:10px;
}
.idTabs a {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;padding-left:10px;
	color: #dddddd;font-family:"centschbook_btroman";font-size:12px;float:left;cursor:pointer
}
.idTabs a span{float:left;padding:3px 10px 3px 0;line-height:15px;}
:root .idTabs a span { line-height:17px\0 }
.idTabsShort .selected, .idTabsShort .selected span{background-repeat:no-repeat;float:left;}

.idTabs .selected ,.idTabs a:hover{background-position:0 0;text-decoration:none}
.idTabs .selected  span,.idTabs a:hover span{background-position:100% 100%;height:15px;text-decoration:none}
/* IdTabs Short*/
.idTabsShort a {
	width: auto;padding-left:10px;
}
.idTabsShort .selected {cursor:default;}
div.sheets {
	clear: both;
	padding:20px 0;
	line-height:18px;
}
.des_preso{overflow:hidden;}
div.sheets  img{float:left;padding:20px!important;}
div.sheets  h5{color:#0a0c07;font-family:"centschbook_btroman";font-size:14px;}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #0a0c07;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: underline }
.input:focus { outline: 0 }
ul,ol,li{list-style:none}
a img {
	outline: none;
	border: none;
	text-decoration: none
}
#products-comparison h1{margin-bottom:20px;background:none;padding-top:0;color:#0a0c07}
h1 {
	font-size:15px;
	line-height:15px;font-family:"centschbook_btroman";
	margin:0 0 10px;padding:10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #dddddd;border-radius:3px;-moz-border-radius:3px;
}
#category h1, #product h1{padding:10px 0;font-size:16px;background:none}
h1 span {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #374853;
	margin-left: 1em;font-family:"arial";
}
h2 {
	font-size:15px;
	line-height:15px;font-family:"centschbook_btroman";
	margin:0 0 10px;padding:10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #dddddd;border-radius:3px;-moz-border-radius:3px;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 5px 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	max-width: 1060px;
	width:95%;
	margin: 0 auto 2px auto;
	text-align: left;background-position:0 0;background-repeat:repeat-x;
	position:relative;
	min-width:800px;
	height:90%;
	z-index:100;
}
#page-home{
	max-width: 1060px;
	width:95%;
	margin: 0 auto 2px auto;
	text-align: left;background-position:0 0;background-repeat:repeat-x;
	position:relative;
	min-width:800px;
	z-index:100;
}
#footer_width{
	width:100%;
	position:relative;
	background:#b50028;
	overflow:hidden;
}
#footer_width.margin_top20{
	margin-top:-2%;
}
#footer_width.margin_top50{
	height:40%;
	margin-top:-5%;
}
#footer_width.margin_top50 #footer{
	position:relative;
	top:22px;
}

#top_of_header{width:100%;background:#b50028;height:67px;min-width:800px;}
#flame_home_header_area{width:100%;min-height:10px;position:relative;top:-3px;z-index:12;min-width:900px;}
#flame_home_header_area .left{float:left;background:url('default/img/flame_home_flip_vertical.png') no-repeat left;width:50%;height:67px;z-index:11;}
#flame_home_header_area .right{float:right;background:url('default/img/flame_home_flip_horizontal.png') no-repeat right;width:50%;height:67px;z-index:11;min-width:400px;}
#flame_menu{width:100%;background:#ea0039;height:28px;position:relative;top:-10px;z-index:10;}

#header{background-position:top left;background-repeat:no-repeat;height:67px;padding-top:10px;position:absolute;width:100%;min-width:950px;max-width:1030px;}
#header_logo {width:auto;display: block;left:41%;top:-20px;z-index:105;position:absolute;}
img.logo {
	float: left;max-width:215px;max-height:100px;margin-top:0;
}
#header_center {position:relative;z-index:9;width:100%;margin-top:-42px;height:80%;}
#header_right {position:relative;z-index:100;float:right;width:43%;min-width:450px;max-width:460px;}
#header_left {position:relative;z-index:100;float:left;width:43%;min-width:500px;}
#left_column, #center_column, #right_column { float: left }
#left_column {
	/*clear: left;*/
	width: 15%;
	margin-left: 20px;
	overflow: hidden;
	margin-top:11px;
	float:left;
	padding:10px;
}
#index  #center_column {width:100%;margin:0px}
#center_column {
	width: 80%;
	margin: 0 0 30px 0;
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	border-right:1px solid #ddd;
	margin-top:30px;
	float:left;
	min-width:800px;
}
#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: 240px;
	margin-left: 20px;
	overflow: hidden
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	color: #4b3123
}
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 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 {
	margin: 0 auto 2em;
	width: 100%
}
.std {font-size: 12px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
table#carrierTable{margin-top:20px;}
table.std{border-collapse:collapse;border-spacing:0;width:100%;}
.std td{padding:10px 15px;}
.std td.carrier_price{text-align:right}
.std tr.alternate_item td,.std tr.alternate_item th{background-color:#f1f2f4}
.std thead th{background:url('../img/bkg_std_thead.png') repeat-x top left;color:#fff;font-size:12px;font-weight:400;height:35px;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 15px;font-family:"centschbook_btroman";}
.std thead th.first_item{background:url('../img/bkg_std_thead_first.png') no-repeat top left;}
.std thead th.last_item{background:url('../img/bkg_std_thead_last.png') no-repeat top right;}
.std thead th.cart_quantity.item{text-align:left}
.std th.last_item{text-align:right}
.std tfoot td,.std tfoot td#free_shipping{color:#6f5a4f;font-size:12px;font-weight:700;text-align:right;text-transform:none;white-space:nowrap;}
.std tfoot tr.cart_free_shipping td{color:#a6a4a1!important}
.std tfoot tr.cart_free_shipping td.price{font-weight:700!important}
#cart_summary tfoot tr.cart_total_price.last td,#cart_summary tfoot tr.cart_total_price.last td.price{font-size:18px!important;border-bottom:none!important;color:#000}
#cart_summary th{background:#b50028;color:white;}
.std tbody tr td{border-bottom:1px solid #dcdcdc}
/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #000;
	font-size: 14px;font-weight:400;margin:0 0 15px!important;text-transform:uppercase;font-family:"centschbook_btroman";
}
form.std fieldset {
	margin-bottom: 1em;
	padding-bottom: 1em;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 h4, form.std p {
	clear: both;   padding: 0.3em 0;
}
form.std label, form.std p span {
	float: left;
	text-align: right;margin-right:5px;
	width: 30%
}
form.std p span.like_input {
	width: auto;
}
input, textarea, select, span.editable {
	font-size: 11px;	outline: none
}
input, textarea, select { border: 1px solid #dadada;border-radius:3px;-moz-border-radius:3px; }
input.text {	height:23px;line-height:23px;padding:0 10px;}
input{height:23px;line-height:23px;padding:0 10px;}
select{padding:3px;line-height:18px;}
textarea{padding:10px;}
.checkbox input, .radio input { border: none;height:auto;border:none;padding:0 }
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:214px;
	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: 400;
	font-size: 12px!important;
	text-align: center;font-family:"Georgia";
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 25px;text-transform:uppercase;
	height: 25px
}

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

/* 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 {
	width: auto;
	background: url('../img/button-small.png') repeat-x 0 0;padding-left:15px;padding-right:15px;border-radius:3px;-moz-border-radius:3px;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: auto;
	background: url('../img/button-medium.png') repeat-x 0 0;padding-left:15px;padding-right:15px;border-radius:3px;-moz-border-radius:3px;
}
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: auto;
	background: url('../img/button-large.png') repeat-x 0 0;padding-left:15px;padding-right:15px;border-radius:3px;-moz-border-radius:3px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background: url('../img/button-medium_exclusive.png') repeat-x 0 0;border-radius:3px;-moz-border-radius:3px;}
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: url('../img/button-large_exclusive.gif') repeat-x 0 0; border-radius:3px;-moz-border-radius:3px;color:#dddddd!important;}

/* 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: #080707;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error{background:#feece2;border:1px dotted #eda4a7;color:#d21a07;margin:.3em 0 1.5em;padding:1em .8em;clear:both;overflow:hidden;}
.error p{font-weight:700;text-transform:none}
.error li{list-style-position:inside;list-style-type:decimal;padding-left:7px;color:#12140e;}
.warning{background:#ffe4a1;border:1px dashed #e3b174;color:#a8852b;margin:.3em 0 1.5em!important;padding:5px 10px;clear:both}
#search .warning,#category  .warning{margin:5px 20px!important;}
.warning_inline{color:#B82B55 ;font-weight:700}
.success{color:green;font-weight:700;margin:.2em 1em;padding:.3em .8em 1em;clear:both}
.success_inline{color:green;font-weight:700}

/* breadcrumb.tpl */
/*.breadcrumb {line-height:14px;
	font-size: 11px;color: #6b5318;overflow:hidden;padding:0 0 8px;font-weight:400;text-transform:uppercase;margin-bottom:20px;background: #f5da95 url("../img/bkg_breadcrumb.jpg") no-repeat left bottom;width:920px;clear:both;min-height:20px;padding:8px 20px 2px;font-weight:400;font-family:"centschbook_btroman";}*/
.breadcrumb {line-height:14px;
	font-size: 11px;color: #6b5318;overflow:hidden;padding:0 0 8px;font-weight:400;text-transform:uppercase;margin-bottom:20px;width:920px;clear:both;min-height:20px;padding:8px 20px 2px;font-weight:400;font-family:"centschbook_btroman";}
.breadcrumb .navigation-pipe { padding:0 5px ;float:left;text-indent:-9999px; background: url("../img/bkg_navigation_bread.png") no-repeat center 3px;margin:0 7px 0 10px;}
.breadcrumb a {
	text-decoration: none;
	color: #6b5318;float:left;
}
.breadcrumb a:hover { text-decoration: none;color:#0a0c07 }

/* pagination.tpl */
div.pagination{margin-top:0;float:left;}
ul.pagination{float:left;margin-top:5px;}
ul.pagination li{display:inline;float:left;margin-right:.3em}
ul.pagination li a{color:#505050}
ul.pagination a,ul.pagination span{display:block;line-height:16px;padding:0 .4em 0 0;font-size:11px;font-weight:400}
ul.pagination .current span,ul.pagination li a:hover{text-decoration:none}
ul.pagination li.truncate{background:none;padding:.3em}
#pagination_previous a,#pagination_previous span{border-left:none;background: url('../img/icon_pre.png') no-repeat left 4px;padding-left:10px;}
#pagination_next a,#pagination_next span{border-left:none;background: url('../img/icon_next.png') no-repeat right 5px;padding-right:10px}
#pagination_next{padding-right:6px}
li.disabled span {
	color: #505050;
}
form.pagination { text-align: left ;width:auto;float:left;}
form.pagination p{overflow:hidden;margin:0!important}
form.pagination label {
	vertical-align: bottom;
	float:left;line-height:26px;margin:0 10px 0 0;
}
form.pagination select { float:left ;margin-top:0;}
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right; }
form.pagination  input.button_mini {background:#6c1d0d;padding:0 10px 1px;width:auto;color:#fff!important;font-weight:400;height:26px;line-height:26px;border-radius:3px;-moz-border-radius:3px;text-transform:uppercase;margin:0 0 0 10px;float:left}
.sortPagiBar{float:right;width:auto;}
form.nbrItemPage.pagination{display:none;}
form#productsSortForm,form.compare{float:right;margin-left:20px;}
.content_sortPagiBar{overflow:hidden;float:right;margin:30px;margin-bottom:15px;}

/* steps (like order step) */
ul.step {
	list-style: none;
	margin:0 0 30px;
	height: auto;min-height:21px;
	width: auto;float:right;padding:9px 10px 4px;border-radius:3px;-moz-border-radius:3px;
}
ul.step li {
	height: auto;
	float: left;margin-bottom:5px;
	width: auto;margin-right:5px;padding-left:10px;
	text-align: center;color:#bebaba;font-size:11px;font-family:"centschbook_btroman";text-transform:uppercase;background-repeat:no-repeat
}
ul.step li  span{float:left;padding:0px 10px 0px 0;height:17px;white-space:nowrap;line-height:17px;}
ul.step li  a{color:#bebaba;line-height:17px;height:17px;margin-right:5px;}
ul.step li.step_current,ul.step li.step_current_end{background-position:0 0;}
ul.step li.step_current span,ul.step li.step_current_end span{background-position:100% 100%}
ul.step li.step_todo {}
ul.step li#step_end {  }
ul.step li#step_end { }
ul.step li#step_end.step_current {}
ul#order_step {}

/* product-sort.tpl */
#center_column .sortPagiBar p {margin:0}
#productsSortForm label, #productsSortForm select { float:left }
#productsSortForm select { font-size: 1em ;margin-left:10px;}
#productsSortForm label{line-height:25px;}
.compare input{margin-left:10px;}
/* 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;overflow:hidden;padding-bottom:30px;width:1060px;margin:0 auto;
}
#footer ul li{display:block;margin-bottom:10px;}
#footer ul li a{color:#4e220a}
.manufacturerContainer{margin-bottom:10px;overflow:hidden}
.codespot_cmsfooter{overflow:hidden;padding:0px 0 0px;border-bottom:1px solid #e1dddb;margin-bottom:15px;}
/*.codespot_cmsfooter .block_cms{width:210px;float:left;margin-right:30px;}*/
.codespot_cmsfooter .block_cms{width:35%;float:left;margin-right:30px;}
.codespot_cmsfooter .block_cms.block_1{width:450px;}
.codespot_cmsfooter .block_cms.block_3{width:55%;margin-right:0}
.codespot_cmsfooter .block_cms.block_1 .left{width:auto;float:left;padding-right:15px;}
.codespot_cmsfooter .block_cms.block_1 .left img{padding-bottom:10px;}
.codespot_cmsfooter .block_cms.block_1 .right{width:210px;float:left}
.codespot_cmsfooter .block_cms.block_1 .right p{color:#6e574a}
.codespot_cmsfooter .block_cms.block_1 .right span{clear:left;background-repeat:no-repeat;background-position:center right;padding:0 15px 0 0;font-weight:400;text-transform:uppercase;font-family:"centschbook_btroman";float:left;margin-top:20px}
.codespot_cmsfooter .block_cms.block_1 .right span a{font-size:11px;}
.codespot_cmsfooter .block_cms.block_1 .right span a:hover{text-decoration:none;color:#080707}
.codespot_cmsfooter .block_cms h5{font-size:14px;font-weight:400;text-transform:uppercase;font-family:"centschbook_btroman";margin-bottom:20px;}
.codespot_cmsfooter .block_cms h5.follow_on{margin-bottom:13px;width:30%;float:left;}
.codespot_cmsfooter .block_cms h5{float:left;margin-right:10px;}
.codespot_cmsfooter .block_cms .follow_on,.codespot_cmsfooter .block_cms .payment_method{margin-top:30px;}
.codespot_cmsfooter .block_cms.block_2 .follow li,.codespot_cmsfooter .block_cms .payment_method ul li{width:auto;float:left;margin:2px 10px 0 0}
ul.follow{margin-top:22px;width:100%;}
#footer .copy{width:auto;float:left;}
#footer .copy,#footer .copy a{color:whitesmoke;}
/* Default block style */
div.block-cms h1 a { color: #374853; text-decoration: none; }
div.block-cms h1 a:hover { text-decoration: underline; }
div.block {
	margin-bottom: 20px;
	width: 240px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
}
div.block h4 {
	text-transform: uppercase;
	font-family: "centschbook_btroman";
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;padding:10px 15px;margin-bottom:15px;
	color: #dddddd;border-radius:3px;-moz-border-radius:3px;
}
div.block h4 a { color: #374853 }
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 {
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #4b3123;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
}
div.exclusive h4 {
	text-transform: uppercase;
	font-family: "centschbook_btroman";
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;padding:10px 15px;margin-bottom:15px;
	color: #dddddd;border-radius:3px;-moz-border-radius:3px;
}
div.exclusive h4 a { color: #dddddd }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: #4b3123 }
div.exclusive .block_content {
}

/* block in the center column */
#center_column p { margin: 0.5em 0; }
#center_column div.block { width: 100%; margin: auto }
#center_column div.block h4 {background:none;padding:5px 0;font-size:18px}

/* 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 #374853;
	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 { }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	padding: 0
}
#center_column .products_block ul li:hover { }
#center_column .products_block ul li {width:146px;float:left;margin:0 15px 0 0;padding-bottom:10px;position:relative}
#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: #374853;
	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;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
}
#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 {}
p.price_container { text-align: left }
#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 }

/* address.tpl */
p.address_navigation { 
	padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
#cart_title{background:none;color:#f50028;font-size:2em;margin-bottom:25px;font-family:Arial;}
.your_shopping{padding:0;color:#96725f;font-style:italic;font-size:11px;}
td.discount_value{white-space:nowrap}
.cart_last_product{margin:0 auto 30px;width:100%;clear:both;display:none;}
.cart_last_product_header{margin-bottom:20px;padding:10px 15px;background: url('../img/bkg_lasted.png') no-repeat top left;background:none;}
.cart_last_product_header .left{color:#000;font-size:12px;font-weight:400;text-transform:uppercase;width:auto;font-family:"centschbook_btroman";line-height:16px}
.cart_last_product a.cart_last_product_img, td.cart_product a {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 85px;
}
td.cart_product a img{border-radius:3px;-moz-border-radius:3px;}
.cart_last_product_content{float:left;padding-top:15px;}
.cart_last_product_content .category_name{margin-bottom:3px!important;}
.cart_last_product_content .price{color:#000}
.cart_last_product_content h5 a{color:#49213d;font-size:12px;font-weight:400;}
.cart_last_product_content h5 a:hover,.cart_last_product_content a:hover{color:#000;text-decoration:none}
.cart_last_product_content a{color:#646464;font-size:12px;font-weight:700}
p.cart_navigation{float:right;padding:1em 0!important;width:25%}
p.cart_navigation a.button_large{float:left;}
p.cart_navigation .exclusive,p.cart_navigation .exclusive_large,p.cart_navigation .exclusive_large_disabled{cursor:pointer;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{}
#cart_summary tfoot tr.cart_total_price td{text-transform:none}
tr.cart_total_price.total_font td{color:#e58da2;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important}
#cart_summary tfoot tr.cart_total_price td.price{font-weight:400;}
tr.cart_total_price td.total_incl,tr.cart_total_price td#total_price{color:#414131;text-transform:uppercase!important}
#cart_summary .price,#cart_summary .price-discount{font-size:14px;font-weight:400;text-decoration:none;font-family:"centschbook_btroman";}
tr.cart_item td{padding:15px;text-align:left}
td.cart_product{padding-left:0!important}
td.cart_product a{
    float: left;margin-right:0;
    text-align: center;}
td.cart_description h5 a,td.cart_ref,td.cart_total,td.cart_discount_description{color:#49213D;font-size:14px;font-weight:400;text-transform:uppercase;font-family:"centschbook_btroman";}
td.cart_description h5 a:hover{color:#000;text-decoration:none}
td.cart_total{text-align:right!important}
td.cart_total .price{font-size:12px;font-weight:700}
tr.cart_item td.cart_unit{text-align:left}
tr.cart_item td.cart_unit .price{padding:0}
td.cart_quantity{text-align:left;width:70px}
td.cart_quantity #cart_quantity_button{float:left!important;position:relative;margin:0 0px 7px 33px;}
td.cart_quantity .code_delete{float:right}
td.cart_quantity .cart_quantity_button{float:right!important}
.cart_quantity_input{background:none repeat scroll 0 0 transparent!important;border:medium none;height:15px!important;line-height:15px!important;margin:0 !important;padding:0;position:absolute;left:-1px;top:15px;text-align:left;width:30px;color:#323232}
td.cart_quantity p,td.cart_quantity a{display:inline;float:left}
td.cart_quantity a.cart_quantity_up{#margin-right:2px}
.cart_quantity_delete{margin-top:20px}
td.cart_quantity p{padding-right:.3em}
td.cart_quantity .icon{margin-top:0;vertical-align:top}
td.cart_quantity a.cart_quantity_down{margin-top:12px}
#order #voucher fieldset,#order-opc #voucher fieldset{border:1px solid grey;border-radius:3px;-moz-border-radius:17px;height:auto;padding:20px;background:#eee;}
#order form#voucher .button,#order-opc form#voucher .button{float:right;height:25px;margin-left:10px;width:auto;padding:0 15px 2px;margin-bottom:5px;}
#order form#voucher h4,#order-opc form#voucher h4{color:#0a0c07;float:left;font-size:14px!important;font-weight:400;margin-right:17px;text-transform:none;padding:15px 20px 15px 0;width:72px;line-height:15px;font-family:"centschbook_btroman";}
#order form#voucher p,#order-opc form#voucher p{border:none;margin:0;padding:0}
#order form#voucher p input,#order-opc form#voucher p input{margin-top:11px}
#order form#voucher p input#discount_name,  #order-opc form#voucher p input#discount_name{float:left;height:23px;width:420px;}
#order form#voucher p label,#order-opc form#voucher p label{color:#0a0c07;float:left;font-size:14px;font-family:"centschbook_btroman";font-weight:400;text-transform:none;padding:14px 10px 14px 0}
#order #form h3.condition_title{margin:0;border:none;padding:0 0 5px;}
#order #form h3{font-size:14px;text-transform:uppercase;font-weight:400;margin-top:10px;padding-top:15px;font-family:"centschbook_btroman";}
#order #form h3.carrier_title{padding-bottom:5px;}
#order p.checkbox input{height:auto;vertical-align:-2px}
#order p#gift_div textarea{height:75px;margin-bottom:15px;margin-top:5px;width:678px}
#order #order_carrier{clear:both;margin-bottom:10px}
#order-opc form#voucher fieldset #display_cart_vouchers{clear:both;float:left;margin-top:5px}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name{color:#DD2A81;cursor:pointer;font-weight:700}
#order-opc #order_carrier{border:1px solid #bdc2c9;clear:both;margin-top:1em;padding:.5em}
#order .order_delivery{float:left;width:100%}

#guest-tracking p.center { width: 100%; text-align: center; }
#guest-tracking p.center input.exclusive_large { display: inline; }

h2.payment_method_header{
	color:#0a0c07;
	border-bottom:1px solid #b50028;
	width:98%;
	margin-bottom:27px;
	float:left;
	margin-top:40px;
}

h2.payment_method_header  span{
	font-size:1.9em;
	margin-right:1em;
}

.opc-main-block h2{
	color:#0a0c07;
	border-bottom:1px solid #b50028;
	width:98%;
	margin-bottom:27px;
	float:left;
	margin-top:40px;
}

.opc-main-block h3{
	font-size:20px;
}

.opc-main-block h2 span{
	font-size:1.9em;
	margin-right:1em;
}

#carrier_area h2 span{
	font-size:1.9em;
	margin-right:1em;
}

#carrier_area h2{
	color:#0a0c07;
	border-bottom:1px solid #b50028;
	width:98%;
	margin-bottom:27px;
	float:left;
	margin-top:40px;
}

#new_account_form{
	border-top: 1px solid #aaa;
    padding: 10px;
    margin-right: 15px;
    padding-top: 30px;
}

#new_account_title{
	margin-top: 12px !important;
}

.cart_navigation_checkout{
	/*margin-top:-122px !important;*/
}
.cart_navigation_checkout .button_large{
	background:#b50028;
	background-image:none;
	color:white !important;
}

#address_invoice_form .button_large{
	background:#b50028;
	background-image:none;
	color:white !important;
}

.address_add .button_large{
	background:#b50028;
	color:white !important;
	background-image:none !important;
}

.cart_navigation_checkout .button_large{
	background:#b50028;
	color:white !important;
}


/* views block */
#views_block {
	margin: 0 auto 10px;
	width:335px;overflow:hidden;position:relative;
}
#thumbs_list {
	overflow: hidden;	width: 285px;margin:0 auto;float:left}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 85px;
	margin-right:10px
}
#thumbs_list li a.thickbox{display:block;}
#thumbs_list li a.thickbox img{border-radius:3px;-moz-border-radius:3px;}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.png') no-repeat center left;
	text-indent: -3000px;
	width:17px;
	height:88px;
	float: left;
	margin-top:0;
	padding-left:0;
}
#view_scroll_right { background-image: url('../img/thumbs_right.png');float:right}
span.view_scroll_spacer {margin-right:13px;float:left}

/* 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: #374853
}
#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 }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	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
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#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;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul 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(../../../modules/productcomments/img/star.gif) no-repeat 0 0;height:12px !important}
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
.star{margin-top:3px;}
.cancel a:hover{background-position: 0 -16px}
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -24px }
.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;
}

.page404_input { float: left; }

#order #discount_name { width: 130px; }
.colorthemes{width:auto;float:right;margin-right:15px;margin-top:30px}
.colorthemes ul li{width:auto;float:left;padding:0 6px;}
.colorthemes ul li a{color:#fff;font-size:12px;}
.theme-default .nivo-controlNav a{width:16px!important;height:16px!important;}
.codespot_menuheart{clear:both;overflow:hidden;margin:20px 0}
.codespot_menuheart .left{width:460px;float:left;padding-right:20px;}
.codespot_menuheart .right{width:459px;float:left;padding-left:20px;border-left:1px solid #d7ccc5;}
.codespot_menuheart .block_banner img{float:left;padding-right:20px;}
.codespot_menuheart .block_banner p{font-size:15px;line-height:17px;padding-bottom:7px;margin-top:15px!important}
.codespot_menuheart .block_banner a.clickhere{background-repeat:no-repeat;background-position: center right;padding-right:12px;font-size:11px;text-transform:uppercase;font-family:"Georgia";margin-top:15px;}
.codespot_menuheart .block_banner a.clickhere:hover{text-decoration:none;color:#000!important}
p.category_name a{font-size:12px;font-weight:700}
span.availability,span.outofstock{font-size:11px;font-weight:700;margin:3px 0;display:block;text-transform:none;color:#c39379}
#order h1,#order_step{width:auto;display:inline}
#order h1,#authentication h1{float:left;min-width:268px;width:auto;margin-bottom:30px}
#order  #center_column,#authentication  #center_column {background-repeat:no-repeat;background-position:0 0}
#password form.std p span, #password form.std label {
    width: 30%;text-align:left;line-height:24px;margin-right:5px;
}
#contact-form form.std label, #contact-form form.std p span{
    float: left;
    line-height: 22px;
    margin-right: 5px;
    text-align: left;
    width: 23%;
}
#password p input#email {width:220px;}

#address form.std p.text input {
    width: 244px;margin-right:2px
}
#address form.std p.required select, select#currency_payement {
    width: 264px;height:24px;#height:20px;
}
select#currency_payement{vertical-align:2px\0;#vertical-align:-3px;    }
#address form.std p.required label,#address form.std p.text label{line-height:25px;} 
#address form.std p.required.select label{line-height:23px;#line-height:18px;}
p.select label{#line-height:18px;}
#address form.std p.textarea textarea {
    color: #5C5C5C;
    font-size: 11px;
    height:80px;
    margin: 0;
    padding: 10px;
    width: 244px;
}
#address #submitAddress.button{float:left; background:#b50028; color:white!important;}
#address p.submit2 .button{float:left;margin-right:10px}
#product #more_info_sheets #idTab5 #sendComment p input, #product #more_info_sheets #idTab5 #sendComment p textarea {
    width: 271px;
}
#product #more_info_sheets #idTab5 #sendComment p label {
    line-height: 24px;
}
#product #more_info_sheets #idTab5  input{#line-height:23px;}
#product #more_info_sheets #idTab5 #sendComment p.submit input {    width: 120px;}
#product #more_info_sheets #idTab5 p input#addCommentButton{ display:inline-block;line-height:25px;overflow:visible}
:root #product #more_info_sheets #idTab5 p input#addCommentButton { line-height:26px\0; }
#order form#form{clear:both}
.cart_navigation.codespot_payment a.button,#addresses  .clear.address_add  a.button_large{float:left}
#addresses  .clear.address_add {overflow:hidden}
.colorthemes ul li a:hover,.top_search a.icon_search:hover{text-decoration:none}
.delivery_call{width:100%;float:right;margin:0px 10px 10px 0;position:relative;max-width:700px;min-width:690px;max-height:34px;}
.delivery_call  .topblock{width:30%;float:right;margin-right:20px;padding:4px 0 4px 40px;max-width:120px;min-width:117px;overflow-y:hidden;}
.delivery_call .delivery,.delivery_call .call{background-repeat:no-repeat;background-position:0 0;position:relative;top:-12px;}
.delivery_call .delivery{max-width:165px;}
.delivery_call p{font-size:10px;text-transform:uppercase;font-weight:400}
.delivery_call p span{display:block;width:100%;font-size:12px;font-weight:700}
.column_cat.block{overflow:hidden;margin:40px 0 20px!important}
.column_cat #cat_1,.column_cat #cat_2,.column_cat #cat_3{width:306px;float:left;margin-right:20px;}
.column_cat #cat_3{margin-right:0}
.column_cat h4{background:none;font-size:18px!important;font-family:"centschbook_btroman";margin-bottom:25px!important;}
.column_cat .item_cat{position:relative}
.column_cat  .nav a,#featured-products_block_center   .nav a{float:left;background-repeat:no-repeat;position:absolute;top:10px;width:7px;height:12px;background-position:0 0;text-indent:-9999px;}
.column_cat  .nav a.prev,#featured-products_block_center   .nav a.prev{right:12px;}
.column_cat  .nav a.next,#featured-products_block_center   .nav a.next{background-position:100% 100%;right:0;}
.column_cat .item_cat #slideshow_category_column_1,.column_cat .item_cat #slideshow_category_column_2,.column_cat .item_cat #slideshow_category_column_3{width:305px;overflow:hidden}
.column_cat .item_cat ul li{width:303px;float:left;border:1px solid #ededed;border-radius:3px;-moz-border-radius:3px;padding:0}
.column_cat .item_cat ul li a.product_image{width:auto;float:left;height:152px;}
.column_cat .item_cat ul li a.product_image img{border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;}
.column_cat .item_cat ul li .right{width:117px;float:left;background: url(../img/bkg_arrow_d.png) no-repeat left center;min-height:112px;margin-left:-8px;padding:15px 20px 10px 28px;min-height:127px}
.column_cat .item_cat ul li .right h3{margin:0 0 5px}
.column_cat .item_cat ul li .right h3 a{font-size:12px;font-family:"centschbook_btroman";font-weight:400;text-transform:uppercase;line-height:15px}
.column_cat .item_cat ul li .right h3 a:hover{color:#f4c238;text-decoration:none}
ul li p.unit-rating{background-repeat:repeat-x;background-position:0 0;height:10px;}
ul li p.unit-rating span{float:left;text-indent:-9999px;background-repeat:repeat-x;background-position:100% 100%;height:10px;}
.column_cat .item_cat ul li .right .products_list_price{margin:7px 0 10px;font-size:14px;font-family:"centschbook_btroman";font-weight:400}
.column_cat .item_cat ul li .right .products_list_price span{font-weight:400}
.column_cat .item_cat ul li .right  a.button,a.ajax_add_to_cart_button,a.exclusive.ajax_add_to_cart_button{background-repeat:no-repeat;background-position: center right;padding-right:12px;font-size:11px;text-transform:uppercase;font-family:"Georgia";width:auto;float:left;font-weight:400;clear:left;padding-left:0;height:auto;line-height:15px;text-align:left}
.codespot_bannercart{/*overflow:hidden;*/margin:5px 0 10px}
.codespot_bannercart p{width:auto;float:left}
#featured-products_block_center{position:relative;overflow:hidden;margin:5px 15px 20px 0!important;width:800px!important;float:left}
#featured-products_block_center #homefeatured{width:800px!important;}
#featured-products_block_center #homefeatured ul li{border:1px solid #ededed;border-radius:3px;-moz-border-radius:3px;padding:0 15px 31px;width:116px;}
#featured-products_block_center #homefeatured ul li a.product_image{width:146px;margin-left:-15px}
#featured-products_block_center #homefeatured h3{background:url('../img/bkg_up_arrow.png') no-repeat top center;margin-top:-9px;padding-top:25px;position:relative;min-height:25px}
#featured-products_block_center #homefeatured h3 a{font-size:12px;font-family:"centschbook_btroman";font-weight:400;text-transform:uppercase;line-height:15px}
#featured-products_block_center #homefeatured h3 a:hover{color:#f4c238;text-decoration:none}
#featured-products_block_center #homefeatured p.price_container{clear:left;margin:10px 0 5px}
#featured-products_block_center #homefeatured p.price_container span{font-size:14px;font-family:"centschbook_btroman";font-weight:400}
#index  #center_column  .advertising_block{width:auto;float:left;padding-top:53px;}
#compare_shipping #availableCarriers_table{width:100%!important;margin-top:20px!important;}
form#compare_shipping_form.std label {
    line-height: 23px;
    text-align: left;
    white-space: nowrap;
}
#compare_shipping_form #states #id_state, #compare_shipping_form #id_country {
    width: 270px;
}
#compare_shipping_form #zipcode {
    margin-right: 5px;
    padding: 0 5px;
    width: 258px;
}
#order-opc h2{padding:10px 0}
.ac_results{width:215px!important;}
a.product_image img,a.product_img_link img{border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;}
a.ajax_add_to_cart_button:hover span,a.ajax_add_to_cart_button:hover{color:#000!important}
/* 1.5.2 */
#footer p.center.clearBoth{clear:both;float:left;}
#footer p.center.clearBoth a{color:#8b645b}
/* category */
#new-products .sortPagiBar #productsSortForm,#manufacturer .sortPagiBar #productsSortForm,#prices-drop .sortPagiBar #productsSortForm, #best-sales .sortPagiBar #productsSortForm,#search .sortPagiBar #productsSortForm{float:left;}
#manufacturer .sortPagiBar, #prices-drop .sortPagiBar, #best-sales .sortPagiBar,#search .sortPagiBar,#new-products .sortPagiBar{float:left;}
#center_column form.compare p{margin:0;}
/* detail order */
form#sendOrderMessage p label{text-align:left;}
#block-order-detail h4 input.button.exclusive{margin-bottom:10px;}
#block-order-detail table.std td{padding:10px;}
#block-order-detail .table_block table.std td{text-align:right;}
/* payment */
select#currency_payement{display:block;margin:6px 0 0;width:220px;}
/* shippng  */
.delivery_options_address input.delivery_option_radio{border:none;}
.delivery_options .delivery_option{
	float: left;
    width: 99%;
    margin-bottom: 24px;
    border-bottom: 1px solid #aaa;
    padding-bottom:25px;
}
.delivery_options .delivery_option_carrier{
	margin-top:12px;
	font-weight:bold;
}

.order_carrier_content .checkbox{
	float:left;
	width:100%;
}

/* guest checkout one page chua login */
#order-opc .account_creation.customerprivacy p.required{width:4%;float:left;margin:0;}
#order-opc .account_creation.customerprivacy p.required input{margin:0 !important}
form.std .account_creation.customerprivacy input{border:none;background:none;}
form.std .account_creation.customerprivacy label{padding:0;text-align:left;width:94%;}
/* guest checkout 5 buoc chua login */
#authentication form#new_account_form{clear:both;padding:0 20px;}
#authentication form#new_account_form #opc_account_form input.text{width:225px;}
#authentication form#new_account_form #opc_account_form p.required.select select{width:246px;}
#authentication form#new_account_form #opc_account_form select,#authentication form#new_account_form #opc_account_form select,#authentication form#new_account_form #opc_account_form select{width:80px;}
#authentication form#new_account_form #opc_account_form p.radio.required input[type="radio"]{height:auto;line-height:18px;vertical-align:0px;}
#authentication form#new_account_form #opc_account_form p.radio.required label.top{line-height:16px;}
#authentication form#new_account_form #opc_account_form p.checkbox input[type="checkbox"]{vertical-align:-1px;}
#authentication form#new_account_form #opc_account_form p.checkbox{padding:0 0 0 176px;margin:0;}
#authentication form#new_account_form p.cart_navigation.required{padding-left:290px !important}
#authentication form#new_account_form p.cart_navigation.required span{float:none;}
/* add address save */
#address #center_column p.lnk{margin-top:10px !important;}
#address .lnk a{background:#12140e;color:#d9d9d9 !important;float:left;text-decoration:none;font-size:12px;font-weight:700;height:26px;line-height:26px;text-transform:uppercase;display:block;text-align:center;padding:0 12px;border:1px solid #12140e;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}
/* compare */
a.cluetip{opacity:1 !important;color:#585858;}
a.cluetip:hover{color:#DD8818;}
/* order-detail */
#order-detail-content #cart_summary .cart_quantity{text-align:center;}
#order-detail-content #cart_summary .cart_quantity span{float:none !important;}
.required sup{font-size:12px \0}
a.cluetip:hover{color:#DD8818;}
/* payment */
#module-cheque-payment #center_column,#module-bankwire-payment #center_column{width:100%}
#module-cheque-payment #left_column,#module-bankwire-payment #left_column{display:none;}
#module-cheque-payment #center_column h3,#module-bankwire-payment #center_column h3{clear:both;}
/* order */
#order #center_column p.success{clear:both;padding-left:0px;}
.resume td{padding:0 10px;}
.paiement_block{clear:both;}
p.cart_navigation.payment a.button{float:left;}
.cart_voucher{margin-bottom:15px;width:78%;float:right;margin-right:10px;position:relative;margin-top:0;}
.title_offers{
	width:100%!important;
}
#order-confirmation #center_column p{clear:both;}
.column_cat .add_to_cart_bg span.exclusive{padding:0;background-repeat:no-repeat;background-position:right center;text-align:left;float:left;padding-right:12px;margin:0 !important;height:auto;line-height:17px;}

@font-face {
    font-family: 'centschbook_btroman';
    src: url('../fonts/century/century-webfont.eot');
    src: url('../fonts/century/century-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century/century-webfont.woff') format('woff'),
         url('../fonts/century/century-webfont.ttf') format('truetype'),
         url('century-webfont.svg#centschbook_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Product ad*/
.content_scene_cat{
	float:left;
	width:45%;
	border-left:1px solid;
}
img#categoryImage{
	width:100%;
}
#category h1{
	float:left;
	width:50%;
	font-size:25px;
	text-align:center;
	top:50px;
	position:relative;
	line-height:32px;
}

/* media queries */
@media only screen and (device-width:768px){
       /* default iPad screens */
       #left_column{
       	display:none;
       }
       
       .home_page_video_under_950{
       	max-width:375px !important;
       }
       .find_out_more_under_950{
       	margin-right:10px;
       }
       
       #pb-left-column iframe{
       	max-width:280px !important;
       }
}

@media (min-width: 481px) and (max-width: 1200px){
      /* For portrait layouts only */
      #left_column{
       		display:none;
       }
       
       #pb-left-column iframe{
       	max-width:280px !important;
       }
       
       #more_info_block{
       	width:22%;
       }
    }
    
@media (min-width: 1150px) and (max-width: 1500px){

	.home_page_video_under_950{
       	max-width:550px !important;
       }
       .find_out_more_under_950{
       	margin-right:10px;
       }
       
    .home_page_video_over_1700_homepage_message{
    	left:3%!important;
    }

}

@media (min-width: 950px) and (max-width: 1150px){
	.home_page_video_under_950{
       	max-width:375px !important;
       }
    .home_page_video_over_1700_homepage_message{
    	left:0%!important;
    }
    
    .home_page_video_over_1700_homepage_ad{
		left: 64%!important;
	}
}

@media (min-width: 481px) and (max-width: 950px){
	.home_page_video_under_950{
       	max-width:375px !important;
       }
    .home_page_video_over_1700_homepage_message{
    	left:0%!important;
    }
}
    
@media (min-width: 1500px){
	.home_page_video_over_1700_homepage_video{
		left:31%!important;
	}
	.home_page_video_over_1700_homepage_ad{
		left: 65%!important;
	}
	
	.home_page_video_over_1700_homepage_message{
		left:11%!important;
	}

}

.idTabs a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 10px;
	background: -moz-linear-gradient(
		top,
		#000000 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#000000),
		to(#000000));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	background:#555;
}

#search_block_top{
	display: block; width: 122px; float: right; position: relative; margin-top: -22px; margin-left:10px;
}
.search_query{
    float: left; position: relative; width: 64px;
}
.top_search form input[type="submit"]{
	width:10px;
	background:url('default/img/button-medium.png') no-repeat;
	position:relative;
	left:5px;
}

#header_user{
	margin-right:50px;
}

.bc_line{
	z-index:1000;
	position:relative;
	float:left;
}

.recipe_title{
	position:relative;
	float:left;
	width:20%;
	font-size:20px;
	font-family:corbel;
	color:orangered;
	margin-top:24px;
}

.recipe_download{
	margin-top:30px;
	width:60%;
	float:left;
	margin-left:10px;
}

.recipe_download_list{
	
}

.recipe_download_list a{
	font-size:16px;
	margin-bottom:20px;
	margin-top:10px;
}