/*
	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;
}
ul, li{
	list-style:none;
}
body {
	/*background: url("../img/fd_noel.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        /** background: none repeat scroll 0 0 #FFFFFF; **/
        font-size: 12px;
	font-family:  Arial,Verdana, Helvetica, Sans-Serif;
	color: #5d717e;
	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;}

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

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

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li 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.gif) 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: none !important;
    border: none !important;
}
span.grower{ cursor:pointer; }

/* Tabs */
ul.idTabs {
    border-bottom: 1px solid #ddd;
    float: left;
    list-style-type: none;
    width: 100%;
    margin-bottom: 10px;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a:hover,
ul.idTabs li a.selected{
	/*background: url("../img/headerHomeHover.png") repeat scroll center 0 transparent;*/
	color:#784848;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	/*background: url("../img/headerHomeHover.png") repeat scroll center -15px transparent;*/
	background: url("../img/crossselling_accessories.png") repeat scroll center 0 transparent;
	color:#334a52;
	height:30px;
	line-height:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    width: auto;
    padding: 0 10px 0;
}
#crossselling_accessories ul.idTabsShort li a {
    width: inherit;
    padding-right: 15px;
    padding-left: 15px;
    background: url("../img/crossselling_accessories.png") repeat scroll center 0 transparent;
}

ul.idTabsShort li a.selected{
	/*background: url("../img/headerHomeHover.png") repeat scroll center top transparent;
	color:white;
	height:30px;
	line-height:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;*/
}

div.sheets{
	clear:both;
	padding:10px 0;
}
#idTab2 span {
    float: left;
    width: 185px;
    font-weight: bold;
}
div#more_info_sheets ul li.alternate_item{ background: #FFF; }

/* global style */
a {
	color: #5d717e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
#my-account #center_column li a + a {text-decoration: underline;}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	/*font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.gif') no-repeat top left;
	height: 21px;*/
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 {/*font-size: 1.1em; margin: 1em 0; */}
#address h3,
#identity h3 {text-transform:uppercase;margin:10px 0;font-weight: normal;font-size: 12px;color: #000000;}
#identity h3 {font-weight: bold;}
h4 { font-size: 1em; }

/* global layout */
#page {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 980px;
}
#languageandcurrencies{
	position:absolute;
	right:0;
	top:0;
}
#bloc_logo{
    float: left;
    width: 100%;
}
.free_shipping {
    float: right;
    margin-top: 42px;
    width: 188px;
}
.free_shipping img {float: left;}
.free_shipping div {
    float: left;
    width: 120px;
    margin-left: 5px;
    margin-top: 7px;
}
.free_shipping span {
    font-size: 21px;
    color: #000000;
}
.free_shipping .free {
    line-height: 20px;
}
.free_shipping .free.lang-en {text-transform: uppercase;padding-left: 4px;font-weight: bold;letter-spacing: 4px;}
.free_shipping .free.lang-fr {}
.free_shipping .free.lang-es {}
.free_shipping .shipping {line-height: 32px;}
.free_shipping .shipping.lang-en {}
.free_shipping .shipping.lang-fr {text-transform: uppercase;font-weight: bold;}
.free_shipping .shipping.lang-es {text-transform: uppercase;font-weight: bold;}

h1#logo {
    float: left;
    height: 91px;
    margin-bottom: 9px;
    margin-top: 6px;
    width: 624px;
    margin-left: 1px;
}
h1#logo a{
	display:block;
}
#bloc_header{
    background: url("../img/bg_header.jpg") no-repeat scroll 0 top #FFFFFF;
    float: left;
    min-height: 104px;
    width: 100%;
}
#header {
	float: left;
    position: relative;
    text-align: right;
    width: 100%;
}
#left_column, #center_column, #right_column {
	float:left;
}
#left_column {
	float: left;
    margin-right: 20px;
    width: 224px;
}
#category #center_column {
    width: 736px;
	position:relative;
}
#product #center_column {
	margin-bottom: 0;
}
#center_column {
    margin: 0 0 30px;
    width: 100%;
    background: none repeat scroll 0 0 #fff
}
#index #center_column {margin-bottom: 1px;}
#right_column {
    padding-left: 20px;
    width: 220px;
}

/* Column configurations */
#right_column {display:none;}
#left_column {background: none repeat scroll 0 0 #fff;display:none;}
/* Left column enabled */
#manufacturer #left_column,
#search #left_column,
#best-sales #left_column,
#new-products #left_column,
#ventes-flash #left_column,
#category #left_column {display:block;}

#manufacturer #center_column,
#search #center_column,
#best-sales #center_column,
#new-products #center_column,
#ventes-flash #center_column,
#category #center_column {
    width: 736px;
}

/* Right column enabled */
#order #right_column,
#order-confirmation #right_column,
#authentication #right_column,
#password #right_column,
#contact-form #right_column,
#cms #right_column,
#authenticate #right_column,
#order-slip #right_column,
#identity #right_column,
#discount #right_column,
#myalerts #right_column,
#address #right_column,
#addresses #right_column,
#history #right_column,
#my-account #right_column {display:block;}

#order #center_column,
#order-confirmation #center_column,
#authentication #center_column,
#password #center_column,
#contact-form #center_column,
#cms #center_column,
#authenticate #center_column,
#order-slip #center_column,
#identity #center_column,
#discount #center_column,
#myalerts #center_column,
#address #center_column,
#addresses #center_column,
#history #center_column,
#my-account #center_column {
    width: 740px;
	position:relative;
}

/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.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;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
    
	background: none repeat scroll 0 0 #F1F1F3;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: #000000;
    height: 55px;
    line-height: 55px;
    margin-bottom: 18px;
    margin-top: 12px;
	padding-left:12px;
/*    font-size: 19px;
    font-weight: normal;*/
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left:10px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.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;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /global RTE fields */

/* global table style */
div.table_block {
    background: transparent url('../img/table_footer.gif') no-repeat bottom left;
    padding: 0 0 6px 0;
    margin: 1em 0 2em 0 !important;
    width: 480px/*541px*/;
}
#order-slip div.table_block,
#history div.table_block {width: 100%;}
#history div.table_block tfoot,
#order-slip div.table_block tfoot {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
    border:1px solid #DDDDDD;
    border-top : none;
    border-left : none;
}
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: #f1f2f4;
}
table.std tbody tr td.cart_unit,
table.std tbody tr td.cart_quantity,
table.std tbody tr td.cart_total,
table.std tbody tr td.cart_product {text-align: center;}
table.std tbody tr td.cart_description {padding: 0 10px;}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
table.std thead th {
	background: none repeat scroll 0 0 #F1F1F3;
	height:24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
table.discount.std thead th {
    color: #000;
    text-align: center;
    /*font-weight: normal;*/
    /*padding: 17px 15px;*/
    height: 36px;
}
table.discount.std tbody td {color: #555555; padding: 5px 5px; text-align: center; height: 71px; vertical-align: middle;}
table.discount.std tbody td.discount_code, table.discount.std tbody td.discount_description {text-align: left;}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.cart_unit,
table.std thead th.cart_quantity,
table.std thead th.cart_total,
table.std thead th.cart_product {
    text-align: center;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
#order #cart_summary table.std thead th.cart_product {height: 36px; width: 68px;}
#order #cart_summary table.std thead th.cart_description {width: 386px;}
#order #cart_summary table.std thead th.cart_unit {width: 92px;}
#order #cart_summary table.std thead th.cart_quantity {width: 61px;}
#order #cart_summary table.std thead th.cart_total {width: 65px;}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
    border-bottom: 1px solid #D0D1D5;
    color: #555555;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 0.5em;
    padding: 0.5em 0;
    text-transform: uppercase;
}
#authentication form.std h3 {padding-top: 0;margin-bottom: 4px;font-size: 12px;color: #000;}
#contact-form form.std h3 {
    padding: 2px 0 6px 0;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
form.std fieldset {
	border: medium none/*1px solid #d0d3d8*/;
	background: none repeat scroll 0 0 transparent/*#D0D1D5 url('../img/form_bg.jpg') repeat-x top left*/;
	/*margin-bottom: 1em;
	padding-bottom: 1em;*/
    margin-bottom: 8px;
}
form.std fieldset 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: 7px 0;
	clear: both;
	padding-top:10px !important;
	/*float:left;*/
}
#contact-form form.std p { padding: 7px 0 1px 0;}
#identity form.std p {
    padding: 0 0 10px 0!important;
    height: 27px;
    color: #888888;
}
#identity form.std p.select {padding-bottom: 16px!important;}
#identity form.std p.submit {margin-bottom:0;height: 36px;}
form.std label, form.std p span {/*
	float: left;
    padding-right: 10px;
	text-align: right;
	width: 32%;*/
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 150px;
}
#contact-form form.std label, #contact-form form.std input, #contact-form form.std select, #contact-form form.std textarea {
    color: #56524f;
    font-size: 12px;
}
form#create-account_form.std label {width: auto;}
form.std label, form.std p span, input {
    line-height: 24px;
    min-height: 24px;
}
#identity form.std label, #identity form.std p span {color: #888888;}
#identity form.std input, #identity form.std p.radio label {color: #555555;}
#password form.std label {width: 170px;padding-right: 8px;color: #555555;}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0/*0.7em*/;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

select {
    height: 24px;
    padding: 2px 5px;
}
input, textarea, select {
    background: none repeat scroll 0 0 #F1F1F1;
    border: medium none;
	padding: 0 5px;
}
#product form#buy_block select {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #cccccc;
    padding: 1px 1px 1px 5px;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}

input#quantity_wanted {
    width: 16px;
    padding: 0;
    border-right: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    background: #fff;
    text-align: center;
}
.quantityproduct{
    float: left;
    width: 18px;
    height: 58px;
}
.quantityproduct .cart_quantity_down,
.quantityproduct .cart_quantity_up {
    float: left;
    height: 17px;
    width: 18px;
}
textarea, input[type=text],input[type=password] { width:210px; }
.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 {
    margin-left: 160px;
}
form.std p.submit {
/*	padding-left:31%!important;
	margin-bottom: 1.5em;*/
    margin-left: 160px!important;
    margin-bottom: 1.5em;
}
#contact-form form.std p.submit {margin-top: 10px;}
#password h2 + p {color: #888888;}
#password form.std p.submit {
    margin-left: 177px!important;
    padding-top: 13px!important;
}

#center_column form.std p.submit2 {
	/*padding-left:31%;
	margin-bottom: 1.5em;*/
    margin-left: 160px!important;
    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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

/* 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 {
	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 {
	color:white!important;
}

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

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

/* 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.gif');
}
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: 60px;
	/*background-image: url('../img/button-small.gif');*/
}
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,
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
/*	width: 120px;
	background-image: url('../img/button-medium.gif');*/
    background: url("../img/headerHomeHover.png") repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px !important;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
}
.right_side a.button:hover{
	background-position: 0 -21px;
}
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 {/*
	width: 180px;
	background-image: url('../img/button-large.gif');*/
    background: url("../img/headerHomeHover.png") repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px !important;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
}
.button_address a:hover {
    background: url("../img/headerHomeHover.png") repeat scroll 0 0 transparent !important
}
.button_address a {
    background-position: 0 -27px;
}

/* Buttons in my-account pages */
#order input[type=submit],
#order a.exclusive,
#order a.button_large,
#order a.exclusive_large,
#contact-form input[type=submit],
#authentication input.button,
#authentication input.button_large,
#authentication input.button_large_disabled,
#authentication input.exclusive_large,
#authentication input.exclusive_large_disabled,
#authentication a.button_large,
#authentication a.exclusive_large,
#authentication span.button_large,
#authentication span.exclusive_large,
#password input.button,
#password input.button_large,
#password input.button_large_disabled,
#password input.exclusive_large,
#password input.exclusive_large_disabled,
#password a.button_large,
#password a.exclusive_large,
#password span.button_large,
#password span.exclusive_large,
#authenticate input.button,
#authenticate input.button_large,
#authenticate input.button_large_disabled,
#authenticate input.exclusive_large,
#authenticate input.exclusive_large_disabled,
#authenticate a.button_large,
#authenticate a.exclusive_large,
#authenticate span.button_large,
#authenticate span.exclusive_large,
#order-slip input.button,
#order-slip input.button_large,
#order-slip input.button_large_disabled,
#order-slip input.exclusive_large,
#order-slip input.exclusive_large_disabled,
#order-slip a.button_large,
#order-slip a.exclusive_large,
#order-slip span.button_large,
#order-slip span.exclusive_large,
#identity input.button,
#identity input.button_large,
#identity input.button_large_disabled,
#identity input.exclusive_large,
#identity input.exclusive_large_disabled,
#identity a.button_large,
#identity a.exclusive_large,
#identity span.button_large,
#identity span.exclusive_large,
#discount input.button,
#discount input.button_large,
#discount input.button_large_disabled,
#discount input.exclusive_large,
#discount input.exclusive_large_disabled,
#discount a.button_large,
#discount a.exclusive_large,
#discount span.button_large,
#discount span.exclusive_large,
#myalerts input.button,
#myalerts input.button_large,
#myalerts input.button_large_disabled,
#myalerts input.exclusive_large,
#myalerts input.exclusive_large_disabled,
#myalerts a.button_large,
#myalerts a.exclusive_large,
#myalerts span.button_large,
#myalerts span.exclusive_large,
#address input.button,
#address input.button_large,
#address input.button_large_disabled,
#address input.exclusive_large,
#address input.exclusive_large_disabled,
#address a.button_large,
#address a.exclusive_large,
#address span.button_large,
#address span.exclusive_large,
#addresses input.button,
#addresses input.button_large,
#addresses input.button_large_disabled,
#addresses input.exclusive_large,
#addresses input.exclusive_large_disabled,
#addresses a.button_large,
#addresses a.exclusive_large,
#addresses span.button_large,
#addresses span.exclusive_large,
#history input.button,
#history input.button_large,
#history input.button_large_disabled,
#history input.exclusive_large,
#history input.exclusive_large_disabled,
#history a.button_large,
#history a.exclusive_large,
#history span.button_large,
#history span.exclusive_large,
#my-account input.button,
#my-account input.button_large,
#my-account input.button_large_disabled,
#my-account input.exclusive_large,
#my-account input.exclusive_large_disabled,
#my-account a.button_large,
#my-account a.exclusive_large,
#my-account span.exclusive_large {
    background-position: 0 -50px;
}
#order a.exclusive:hover,
#order a.button_large:hover,
#order a.exclusive_large:hover,
#order input[type=submit]:hover,
#contact-form input[type=submit]:hover,
#authentication input.button:hover,
#authentication input.button_large:hover,
#authentication input.button_large_disabled:hover,
#authentication input.exclusive_large:hover,
#authentication input.exclusive_large_disabled:hover,
#authentication a.button_large:hover,
#authentication a.exclusive_large:hover,
#authentication span.button_large:hover,
#authentication span.exclusive_large:hover,
#password input.button:hover,
#password input.button_large:hover,
#password input.button_large_disabled:hover,
#password input.exclusive_large:hover,
#password input.exclusive_large_disabled:hover,
#password a.button_large:hover,
#password a.exclusive_large:hover,
#password span.button_large:hover,
#password span.exclusive_large:hover,
#authenticate input.button:hover,
#authenticate input.button_large:hover,
#authenticate input.button_large_disabled:hover,
#authenticate input.exclusive_large:hover,
#authenticate input.exclusive_large_disabled:hover,
#authenticate a.button_large:hover,
#authenticate a.exclusive_large:hover,
#authenticate span.button_large:hover,
#authenticate span.exclusive_large:hover,
#order-slip input.button:hover,
#order-slip input.button_large:hover,
#order-slip input.button_large_disabled:hover,
#order-slip input.exclusive_large:hover,
#order-slip input.exclusive_large_disabled:hover,
#order-slip a.button_large:hover,
#order-slip a.exclusive_large:hover,
#order-slip span.button_large:hover,
#order-slip span.exclusive_large:hover,
#identity input.button:hover,
#identity input.button_large:hover,
#identity input.button:hover,
#identity input.button_large_disabled:hover,
#identity input.exclusive_large:hover,
#identity input.exclusive_large_disabled:hover,
#identity a.button_large:hover,
#identity a.exclusive_large:hover,
#identity span.button_large:hover,
#identity span.exclusive_large:hover,
#discount input.button:hover,
#discount input.button_large:hover,
#discount input.button_large_disabled:hover,
#discount input.exclusive_large:hover,
#discount input.exclusive_large_disabled:hover,
#discount a.button_large:hover,
#discount a.exclusive_large:hover,
#discount span.button_large:hover,
#discount span.exclusive_large:hover,
#myalerts input.button:hover,
#myalerts input.button_large:hover,
#myalerts input.button_large_disabled:hover,
#myalerts input.exclusive_large:hover,
#myalerts input.exclusive_large_disabled:hover,
#myalerts a.button_large:hover,
#myalerts a.exclusive_large:hover,
#myalerts span.button_large:hover,
#myalerts span.exclusive_large:hover,
#address input.button:hover,
#address input.button_large:hover,
#address input.button_large_disabled:hover,
#address input.exclusive_large:hover,
#address input.exclusive_large_disabled:hover,
#address a.button_large:hover,
#address a.exclusive_large:hover,
#address span.button_large:hover,
#address span.exclusive_large:hover,
#addresses input.button:hover,
#addresses input.button_large:hover,
#addresses input.button_large_disabled:hover,
#addresses input.exclusive_large:hover,
#addresses input.exclusive_large_disabled:hover,
#addresses a.button_large:hover,
#addresses a.exclusive_large:hover,
#addresses span.button_large:hover,
#addresses span.exclusive_large:hover,
#history input.button:hover,
#history input.button_large:hover,
#history input.button_large_disabled:hover,
#history input.exclusive_large:hover,
#history input.exclusive_large_disabled:hover,
#history a.button_large:hover,
#history a.exclusive_large:hover,
#history span.button_large:hover,
#history span.exclusive_large:hover,
#my-account input.button:hover,
#my-account input.button_large:hover,
#my-account input.button_large_disabled:hover,
#my-account input.exclusive_large:hover,
#my-account input.exclusive_large_disabled:hover,
#my-account a.button_large:hover,
#my-account a.exclusive_large:hover,
#my-account span.exclusive_large:hover {
    background-position: 0 0;
}

.ajax_block_product .button {
    background: url("../img/view_add.png") repeat scroll 0 0 transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFFFFF !important;
    float: left;
    font-size: 10px!important;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
    text-transform: uppercase;
    width: 90px;
    font-weight: bold;
    border: 1px solid #b69a98;
}
.ajax_block_product .button:hover{
	background-position: 0 18px;
}
#product_list .ajax_block_product .ajax_add_to_cart_button{
    background: url("../img/view_add.jpg") repeat scroll 0 -36px transparent;
    border: none;
    height: 36px;
    line-height: 36px;
    margin-right: 15px!important;
    width: 23px;
    padding: 0 7px;
    float: none;
    float: left;
}
#product_list .ajax_block_product .ajax_add_to_cart_button:hover{
	background-position: 0 0;
}
#product_list .ajax_block_product .ajax_add_to_cart_button img{
	vertical-align:middle;
}
#product_list .ajax_block_product .productlist_view{
    background: url("../img/view_add.jpg") repeat scroll 0 top transparent;
    border: none;
    color: #000000 !important;
    font-size: 13px !important;
    height: 36px;
    line-height: 36px;
    text-transform: none;
    width: 38px;
    float: none;
    float: left;
}
#ventes-flash ul#product_list li .price_block .action_btns .view:hover, 
#product_list .ajax_block_product .productlist_view:hover{
	background-position: 0 36px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { /*background-image: url('../img/button-medium_exclusive.gif');*/ }
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 { background-image: url('../img/button-large_exclusive.gif'); }

/* 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 {
	background: none repeat scroll 0 0 #F1F1F3;
    color: #000000;
    list-style-type: none;
    /*width: 480px;*/
}
ul#idTab2.bullet li {width: 100%; float: left;}
ul#idTab2.bullet li span.left {}
ul#idTab2.bullet li span.right {width: 305px; font-weight:normal;}

.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	background: none repeat scroll 0 0 #fed9e0;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: #e00f00;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 18px;
	padding:15px;
    font-weight: normal;
}
.error p { font-weight: }
.error ol + p { text-align: center; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}
.error a.button_small {
    background: url("../img/back_errror.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    font-family: Arial;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 154px;
    display: inline-block;
}

/* warning */
.warning {
	clear:both;
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 18px 0;
	padding: 0.6em 1em;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	background: none repeat scroll 0 0 #b0f1c5;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: green;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 18px;
	padding:15px;
    font-weight: normal;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
	color: #999999 !important;
    font-size: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	/*color:#5d717e;*/
	color: #999999;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
#cms .breadcrumb,
#cms .breadcrumb a,
#authentication .breadcrumb,
#authentication .breadcrumb a,
#password .breadcrumb,
#password .breadcrumb a,
#authenticate .breadcrumb,
#authenticate .breadcrumb a,
#order-slip .breadcrumb,
#order-slip .breadcrumb a,
#identity .breadcrumb,
#identity .breadcrumb a,
#discount .breadcrumb,
#discount .breadcrumb a,
#myalerts .breadcrumb,
#myalerts .breadcrumb a,
#address .breadcrumb,
#address .breadcrumb a,
#addresses .breadcrumb,
#addresses .breadcrumb a,
#history .breadcrumb,
#history .breadcrumb a,
#my-account .breadcrumb a,
#my-account .breadcrumb{text-transform:uppercase; color: #999999;}

#center_column h2,
#category #center_column h2 {
	background: none repeat scroll 0 0 #F1F1F3;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: #1b1b1b;
    font-size: 19px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 18px;
    margin-top: 12px;
	padding-left:12px;
    font-weight: normal;
}
#category #center_column h2 {margin-top: 0;margin-bottom: 16px;color: #000;}
#contact-form #center_column h2 {margin-bottom: 6px;}
#myalerts #center_column h2 {margin-bottom: 27px;}
#my-account #center_column h2 {margin-bottom: 14px;}
#authentication #center_column h2 {margin-bottom: 13px;}

#addresses #center_column h2 + p,
#order-slip #center_column h2 + p,
#history #center_column h2 + p {color: #888888;}

#product #center_column h2 {
    height: inherit;
    text-transform: uppercase;
    line-height: inherit;
    margin-bottom: 6px;
    margin-top: 8px;
    font-weight: bold;
}
/* pagination.tpl */
div.pagination {
    margin: 20px 0 0;
    float: left;
}
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 10px;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	background: none repeat scroll 0 0 #F1F1F3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #374853;
    /*font-weight: bold;*/
    line-height: 35px !important;
}
ul.pagination a, ul.pagination span {
	border: medium none;
    display: block;
    line-height: 17px;
    text-align: center;
    width: 36px;
	/*background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;*/
    color: #000000;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: normal;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span,
ul.pagination a:hover {
	/*background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;*/
	background: none repeat scroll 0 0 #B17F83;
   /* border: 1px solid #595A5E;*/
    color: #FFFFFF;
    text-align: center;
    width: 36px;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	/*background-image: url('../img/pagination-prevnext-bg.gif');*/
	line-height: 19px;
    color: #000000;
/*	border: none;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;*/
}
#pagination_previous {
	/*background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;*/
	width:85px !important;
}
#pagination_previous a, #pagination_previous span,
#pagination_previous.disabled a:hover, #pagination_previous.disabled span:hover {
	border-left: medium none;
    width: 100%;
    color: #9b9599;
}
#pagination_next {
	/*background: transparent url('../img/pagination-next-border.gif') no-repeat top right;*/
	width:60px !important;
}
.ads {
    margin-bottom: 20px;
}
#pagination_next a, #pagination_next span { width:60px !important}
#pagination_previous a:hover, #pagination_previous span:hover, #pagination_next a:hover, #pagination_next span:hover {color: #FFF;}
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}

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; }

/* product-sort.tpl */
form#productsSortForm p{
    height: 1em;
    margin: 0;
}
form#productsSortForm p label, form#productsSortForm p select,
form#change-per-page p label, form#change-per-page p select{ 
    float: left;
    color: #000;
    font-size: 13px;
    margin-right: 10px;
    line-height: 34px;
}
form#change-per-page p select {
    margin-right: 0px;
}
#productsSortForm{
	float:left;
}
form.pagination{
    float: right;
}
form#productsSortForm p select{ font-size:1em; }

#search #center_column h3.search_title {
    color: #656f71;
    padding-bottom: 18px;
    margin-bottom: 18px;
    padding-left: 12px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal;
}
#sortByGetx {
    float: left;
    width: 100%;
    padding-bottom: 19px;
    margin: 0;
    height: 34px;
    line-height: 34px;
}

/* Header */
#header ul { list-style: none; }
/*
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
	background: url("../img/bg_form.jpg") no-repeat scroll right top transparent;
    float: left;
    height: 39px;
    width: 100%;
}
#header label {
	margin: 0;
	float: none;
}
*/

/* currencies_block_top */
#currencies_block_top a {
    color: black;
    text-decoration:none; 
    font-family: arial;
    font-size: 12px
}
#currencies_block_top {
    background: url("../img/languages-bg.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: right;
    font-family: arial;
    font-size: 12px;
    height: 27px;
    margin-right: 3px;
    margin-top: 5px;
    position: absolute;
    right: 101px;
    top: -107px;
    width: 101px;
}
#currencies_block_top ul {list-style:none}
#currencies_block_top ul p.first {
    padding-left: 6px;
    text-align: left;   
}
#currencies_block_top ul p.first img {
    float: left;
    margin-top: -4px;
    padding-right: 7px
}
#currencies_block_top ul p.first span {
    color: black;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 8px    
}
@media (max-width: 1023px) {
	#currencies_block_top ul p.first span.curr {display:none;}
}
@media (min-width: 1023px) {
	#currencies_block_top ul p.first span.curr {margin:0;}
}
#currencies_block_top ul li.first {
    float: left;
    height: 29px;
    padding-top: 7px;
    width: 102px
}
#currencies_block_top ul ul li {
    float:left;
    margin-left: 10px;
    width:69px;
    margin-bottom: 10px;
    margin-top: 10px
}
#currencies_block_top ul ul {
    background: #EAE4E5;
    display: none;
    margin-top: 5px;
    position: absolute;
    width: 160px;
	z-index:10000;
}
#currencies_block_top ul ul li span {
    float: left;
    margin-top: 5px
}
#currencies_block_top ul ul li img {
    float: left;
    margin-right: 5px
}

#currencies_block_top ul li:hover ul {
    display:block
}
/*
#header #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f1f2f4;
	border:#595a5e 1px solid;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border:1px solid white;
}
#header #currencies_block_top p {
	clear: left;
}
*/

/* block top languages */
#header #languages_block_top {
	/*margin: 0.4em 0.1em 0 0;*/
	float: left;
    position: absolute;
    right: 0;
    top: -107px;
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	/*float: left;
	height: 1.5em;
	width: 8em;*/
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

/* Updates : languages */
#languages_block_top a {
    color: black;
    text-decoration:none; 
    font-family: arial;
    font-size: 12px
}
#languages_block_top {
    background: url("../img/languages-bg.png") no-repeat 0 0 transparent;
    float: right;
    height: 27px;
    margin-top: 5px;
    color: black;
    font-family: arial;
    font-size: 12px;
    width: 101px    
}
#languages_block_top ul {list-style:none}
#languages_block_top ul p.first {
    padding-left: 17px;
    text-align: left;
}
#languages_block_top ul p.first img {
    float: left;
    margin-left: 7px;
    margin-top: 3px;
    width: 21px    
}
#languages_block_top ul p.first span {
    color: black;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 8px    
}
#languages_block_top ul li.first {
    float: left;
    height: 29px;
    padding-top: 7px;
    width: 102px
}
#languages_block_top ul ul li {
    float:left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}
#languages_block_top ul ul {
    background: #EAE4E5;
    display: none;
    margin-top: 5px;
    position: absolute;
    width: 101px
}
#languages_block_top ul li:hover ul {
    display:block
}

/* top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left;
}
#header_links li {
	float:left;
	width: 66px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}
#header_links #header_link_sitemap a {
	background-image: url('../img/icon/sitemap.gif');
}
#header_links #header_link_contact a {
	background-image: url('../img/icon/contact.gif');
}
#header_links #header_link_bookmark a {
	background-image: url('../img/icon/star.gif');
}

/* block top search */
#header #search_block_top {
    float: left;
    left: 325px;
    position: absolute;
    top: -44px;
    width: 326px;
    background: url('../img/bg_search.png') no-repeat 2px 1px transparent;
}
#header #search_block_top p {
    height: 33px;
    margin: 4px 0 4px 5px;
    width: 318px;
}
#header #search_block_top label, #header #search_block_top input.perso2{
	background: url("../img/bg_submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0 0 0 1px;
    width: 33px;
}
#header #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: none;
}
#header #search_block_top input#search_query {
	background: url("../img/bg_input_form.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 33px;
	float:left;
    margin-left: 0;
    padding: 0 5px;
    width: 274px;
}

/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
}

/* block top user information */
#header #header_user {
	float: left;
    margin: 2px 25px 12px 15px;
    width: 940px;
}
#header_user p { color: #595a5e; }
#header_user span {/* font-weight: bold; */}
#shopping_cart .ajax_cart_total {/*display:none !important;*/}
#header_user ul { margin-top: 0.3em; }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_nav{
	float:left;
}
#shopping_cart{
	float:right!important;
}
#header_user #your_account {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#header_user #your_accountm {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
	display:none;
}
.w_login {
    border-left: 1px solid #8B8D87;
    color: #8B8D87;
    margin-left: 10px;
    padding-left: 10px;
	font-weight:normal;
}
.w_login  a{
    color: #8B8D87;
	text-decoration:none;
}
.w_login  a:hover{
	text-decoration:underline;
}

#header_user #shopping_cart {color: #000;}
#header_user #shopping_cart, #header_user #your_account {
	/* font-size: 0.9em; */
	padding-bottom: 10px;
}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 7px 23px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart a {
	background-image: url('../img/panier.png');
	color:#000;
	margin-right: 5px;
	padding-top: 6px;
}
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../img/icon/my-account.gif'); }

/* Footer */
#footer {
    background: none repeat scroll 0 0 #fff;
    float: left;
    min-height: 85px;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b6b6b6;
}
.footer_link {
    border-right: 1px solid #BDBDBD;
    float: left;
    height: 165px;
    padding-left: 28px;
    padding-top: 11px;
    width: 216px;
}
#social_block{
	border:none;
}
.footer_link ul li {
    line-height: 18px;
}
.footer_link ul li a{
    color: #6D6D6D;
    display: block;
    text-decoration: none;
}
.footer_link h2{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
#social_block h2{
	margin-bottom: 4px;
}
#social_block ul li{
	float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    width: 100%;
}
#social_block ul li span{
	color: #595959;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
}
#blockfooterlinks{
	background: url("../img/bg_blockfooterlinks.png") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    height: 176px;
    /*text-align: center;*/
    width: 100%;
}
.Partners_footer{
	background: none repeat scroll 0 0 #F1F2F4;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    height: 85px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}
#partenaireLogo {
    padding-top: 10px;
    text-align: center;
}
#add-hg{
	color: #374753;
    font-size: 11px;
    text-align: center;
}
#add-hg span{
    font-weight:bold;
}
/* Default block style */
div.block {
	/*margin-bottom: 1em;*/
	/*width: 191px;*/
}
#header #categories_block_left h4{
	display:none;
}
#header #categories_block_left ul li{
	float:left;
}
#header #categories_block_left ul li.cat_2{
	width: 100%;
}
#categories_block_left{
	float: left;
    margin-bottom: 0;
    width: 100%;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
	background: none repeat scroll 0 0 transparent/*transparent url('../img/block_footer.gif') no-repeat bottom left*/;
}
#left_column div.block h4,
#right_column div.block h4 {
    background: url("../img/bg_title.jpg") repeat scroll 0 0 transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    height: 43px;
    line-height: 43px;
    text-align: center;
	/*text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:0.5em;
	/*border-bottom:1px solid #595A5E;*/
	/*padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
	/*background: transparent url('../img/block_header.gif') no-repeat top left;*/
}
#right_column div.block h4 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.block h4 a { color: #374853; }
div.block ul {
    list-style: none outside none;
    padding-right: 30px;
	margin-top:10px;
}
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; }
#header div.block .block_content {
	
}
#categories_block_left .block_content {
	background: url("../img/bg_menu_top.png") no-repeat scroll 0 bottom transparent;
    height: 48px;
}
div.block li {
	list-style-position: outside;
    background-image: none;
    border-bottom: 1px dashed #ccc !important;
    color: #5F5F5F;
    height: 33px;
    line-height: 33px;
    padding-left: 12px;
    position: relative;
	margin-bottom:5px;
}
div.block li .why_us {
    margin-top: 9px;
    float: left;
    color: #9f6365;
}
div.block li .why {
    position: absolute;
    right: -28px;
    top: 9px;/*
    background: url("../img/question_tag.png") no-repeat scroll 0 bottom transparent;*/
    display: inline-block;
    height: 16px;
    width: 16px;
}
div.block#block_why_us {margin-top: 7px;}
div.block#block_why_us ul {margin-top: 6px;}
div.block#block_why_us h4 {text-transform: uppercase;font-size: 14px; background: url('../img/bg_title_why_us.png') repeat scroll 0 0 transparent;}
div.block#block_why_us li {
    padding-left: 0;
    margin-bottom: 0;
    height: 31px;
    padding-bottom: 5px;
}
div.block#block_why_us li.last {border-bottom: none!important;}
div.block#block_why_us li:hover .why_us {color: #5F5F5F;}
div.block li span.img {
    float: left;
    width: 40px;
    height: 30px;
    text-align: center;
    padding-top: 1px;
    line-height: 30px;
}
div.block li img {vertical-align: middle;/*padding-right: 8px;float:left;*/}
div.block,
div.block li,
div.block a {
    color: #6e6e6e;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
	line-height:normal;
	border: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.gif') 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 company_policies */
div.block#company_policies h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
div.block#company_policies li {line-height: 34px; margin-bottom: 0;}
div.block#company_policies li a {line-height:32px; color: #5f5f5f;}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { background: none repeat scroll 0 0 transparent; }
div.myaccount h4 { background: #971d58 url('../img/block_header_myaccount.jpg') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: #000; font-weight: bold; font-size: 14px; }
div.myaccount, div.myaccount a {line-height:32px; color: #5f5f5f;}
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li {
    background: none;
    border-bottom: 1px dashed #CDCDCD;
    width: auto;
    line-height: 34px;
    margin-bottom: 0;
}
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}
.account_input {
	margin-left: 0px;
	width:15em;
}

/* block in the center column */
#bloc_after_slider{
	background: url("../img/bg_after_slider.png") repeat scroll 0 0 transparent;
    border-color: #CCCCCC #C0C0C0 #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    /** border-style: solid; **/
    border-width: 1px;
    float: left;
    height: 159px;
    margin-bottom: 4px/*20px*/;
    overflow: hidden;
    width: 978px;
}
#bloc_after_slider ul{
	background: url("../img/aftre_slide_bg.png") repeat scroll 0 0 transparent;
    height: 142px;
    margin: 9px auto auto;
    overflow: hidden;
    vertical-align: middle;
    width: 960px;
}
#bloc_after_slider ul li{
	float: left;
    height: 100%;
    padding-left: 26px;
    padding-right: 20px;
    width: 273px;	
}
#bloc_after_slider ul li div{
	float: left;
    margin-top: 15px;
    width: 185px;	
}
#bloc_after_slider ul li span{
	float: right;
    height: 142px;
    line-height: 142px;
    width: 88px;	
}
#bloc_after_slider ul li span img{
	vertical-align: middle;	
}
#bloc_after_slider ul li#block01 span img{margin-bottom: 10px;margin-left: 3px;}
#bloc_after_slider ul li#block02 span img{margin-bottom: 4px;}
#bloc_after_slider ul li#block03 span img{margin-bottom: 10px;margin-left: 16px;}

#bloc_after_slider ul li div p {line-height: 17px;color: #6d6d6d;}
#bloc_after_slider ul li div h3 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
#bloc_after_slider ul li div p.read_more {
    background: url("../img/read-more.png") repeat-x scroll 0 bottom transparent;
    height: 32px;
    margin-top: 5px;
    width: 88px;
}
#bloc_after_slider a {
    background: url("../img/read_more.jpg") repeat scroll 0 -24px transparent;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 86px;
    border: 1px solid #9b6868;
    font-size: 12px;
}
#bloc_after_slider a:hover {
    background: url("../img/read_more.jpg") repeat scroll 0 0 transparent;
}
.list_middle {
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
}
#center_column p {/* margin: 0.5em 0; padding-left:0.7em;*/}
#order #center_column h2 + p {color: #888888;}
#center_column div.block {
	float: left;
    width: 100%;
}
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
#featured-products_block_center{
	float:left;
	width:100%;
}
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	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 {
	text-transform: lowercase;
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p {
	margin-top: 0.4em;
}
.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:0pt;
	float:left;
	width:100%;
}
#center_column .products_block ul li:hover {/* background-color: #bdc2c9; */}
#center_column .products_block ul li {
	clear: none;
	border-bottom: none !important;
    float: left;
    height: 311px;
    margin: 0 43px 15px 0;
    padding: 0;
	position: relative;
    width: 188px;
}
#center_column #featured-products_block_center {margin-bottom: 21px;}
#center_column #featured-products_block_center ul {
    margin-top: 0;
}
#center_column #featured-products_block_center li.ajax_block_product{
    border-bottom: none !important;
    float: left;
    width: 155px;
/*  height: 322px !important;
    margin: auto 28px 0 auto !important;
    padding: 7px 10px 0 8px;*/
    height: 303px !important;
    margin: 0px !important;
    padding: 14px 27px 6px 26px;
}
#center_column #featured-products_block_center li.ajax_block_product:hover{
	/*background: url("../img/bglist_home_hover.png") no-repeat scroll -12px center transparent;*/
	background: url("../img/bg_homefeateured_product.png") no-repeat scroll -12px -9px transparent;
}
#center_column #featured-products_block_center li.ajax_block_product.last_item_of_line {margin-right: 0!important;}
#center_column #featured-products_block_center li.ajax_block_product div{
    height: 311px;
    width: 155px;
    margin: 0 51px 0 0;
	position: relative;
}
#center_column #featured-products_block_center li.ajax_block_product div h5 {margin-left:0!important}
#center_column #featured-products_block_center li.ajax_block_product div p.product_desc {margin-left:0!important}
#center_column #featured-products_block_center li.ajax_block_product div .view_product {
    left: 0;
    height: 26px!important;
    bottom: 9px;
    width: 155px!important;
    margin: 0px;
}
#center_column #featured-products_block_center li.ajax_block_product div .view_product a.button {width: auto;padding: 0 30px;}
#center_column #featured-products_block_center ul{
	/*float:left;
	width:100%;*/
    float: left;
    width: 1040px;
    margin-left: -26px;
    padding: 0;
}
.view_product{
    bottom: 5px;
    float: left;
	height:auto !important;
    left: 5px;
    position: absolute!important;
    width: 100%!important;
}
#center_column .products_block ul{
	height:auto !important;
}
#center_column .products_block ul .product_accessories_description  {
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	margin-top:75px !important;
	margin-top:0px;
}
#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: medium none;
    margin-right: 0;
}
#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: 25px 0 8px 5px!important;
}
#center_column div.products_block h5 a {
	color: #95494B;
    font-size: 12px;
    text-transform: uppercase;
}
#center_column div.products_block ul li p {
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc {
	color: #595A5E;
    float: left;
    height: 60px;
    margin-bottom: 15px;
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    
    height: 68px;
    margin-bottom: 5px;
}
#center_column div.products_block a.product_image {
	display: block;
    height: 155px;
    width: 155px;
}
#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;	
}

#center_column div.products_block a.product_image img{
	float:none;
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	/*margin-left:0.5em;
	margin-right:0.5em;*/
}
#center_column div.products_block ul li p.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 p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}
#manufacturers_block_left{
	margin-bottom:25px;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

/* Block newsletter */
div#newsletter_block_left div.block_content { padding:1em 0; text-align:center; }
div#newsletter_block_left div.block_content p{ padding:0.3em 0; text-align:center; }
div#newsletter_block_left div.block_content input.button_mini{ margin:1em auto 0em auto;}

/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }

/* Block editorial */
.youtube {
    float: left;
    margin-left: 35px;
    width: 230px;
    margin-top: 4px;
}
.editorial_block {
	border-right: 1px solid #BDBDBD;
    float: left;
    /*height: 153px;*/
    overflow: hidden;
    padding-right: 89px;
    text-align: left;
    width: 624px;
}
.editorial_block {
	color: #95494B;
}
.editorial_block .rte{
	background:none;
}
.editorial_block p { margin-bottom: 10px;color:#6d6d6d; /*text-align: justify; padding-top: 0.4em;*/}

#editorial_block_center p {/* padding-left:0px;*/ }
.descript_editorial {
    position: relative;
}
.editorial_block a.lnk_more,
.more_txt,
.less_txt,
.lnk_less,
.lnk_more {
    background: url("../img/more_edito.jpg") no-repeat scroll left center transparent;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
}
.lnk_less,
.lnk_more {
    font-weight: normal;
    padding-left: 15px;
    text-transform: none;
    font-style: normal;
    font-size: 12px;
}
.lnk_less,
.less_txt,
.editorial_block a.lnk_less {
    background: url("../img/less_edito.jpg") no-repeat scroll left center transparent;
}

#editorial_block_center h2 {
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    
	background: none!important;
	color: #131111 !important;
    font-size: 19px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}
#editorial_block_center h3 {
    font-size: 12px;
    font-family: arial;
    margin-bottom: 15px;
}


/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; }

/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories */
div#categories_block_left ul.tree { 
	background: url("../img/bg_top_menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    float: left;
    width: 100%;
	margin-top:0;
	padding:0;
	height:38px;
}
div#categories_block_left ul.tree li ul{ 
	background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #283842;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    display: none;
    left: auto;
	/*right:0;*/
    overflow: hidden;
	padding:10px 0;
    position: absolute;
    top: 28px;
    width: 218px;
    z-index: 20;
}
div#categories_block_left ul.tree li:hover ul{
	display: block;
}
li.cat_126:hover ul,
li.cat_72:hover ul{
	right:0;
	left:auto;
}
div#categories_block_left ul.tree ul li a{ 
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #000000;
    height: 32px !important;
    padding: 0 20px !important;
    text-align: left;
    width: 171px !important;
}
div#categories_block_left ul.tree ul li a:hover{
    color: #fff;
}
li.cat_72{
	/*background: none repeat scroll 0 0 transparent !important;*/
	padding:0 !important;
}
li.cat_72 a,
li.cat_72 {
    width: 106px !important;
}
li.cat_72 a:hover{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 3px;
}
li.cat_73 a:hover{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
}
.cat_49 a,.cat_127 a,
.cat_49,.cat_127{
    width: 80px !important;
}
.cat_87 a,
.cat_87 {
    width: 70px !important;
}
.cat_71 a,
.cat_71 {
    width: 45px !important;
}
.cat_40 a,
 .cat_40 {
    width: 65px !important;
}
.cat_125 a,
.cat_125 {
    width: 90px !important;
}
.cat_62 a,
.cat_62 ,
.cat_137 a,
.cat_137{
    width: 85px !important;
}
.cat_22 a,
.cat_22 {
    width: 85px !important;
}
div#categories_block_left ul.tree li {
	background: url("../img/bg_li_menu.png") no-repeat scroll right center transparent;
    border: none !important;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    line-height: 13px;
    margin-left: 0;
    padding: 0 2px 0 0;
	position:relative;
    text-align: center;
	width:55px;
	
}
div#categories_block_left ul.tree li a:hover {
    background: url("../img/bg_top_menu.png") repeat-x scroll 0 -38px transparent;
}
div#categories_block_left ul.tree li ul li a:hover {
    background: url("../img/bg_top_menu.png") repeat-x scroll 0 -80px transparent;
}
div#categories_block_left ul.tree li ul li{
	background: none repeat scroll 0 0 transparent;
    float: none !important;
    font-size: 11px;
    font-weight: normal;
    height: 32px;
    margin: auto;
    padding: 0 !important;
    width: 211px !important;
}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	color: #FFFFFF;
    display: table-cell;
    font-size: 12px;
    height: 38px;
    padding: 0;
    vertical-align: middle;
	width: 55px;
}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
}
div#categories_block_left ul.tree a.selected{
	color: #488c40;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:9px;
	height:15px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif'); }
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/more.gif'); }

/* Top menu per lang */
/*-- en */
/**
div#categories_block_left.en ul.tree li.cat_126>a, div#categories_block_left.en ul.tree li.cat_126{ width: 84px !important; }
div#categories_block_left.en ul.tree li.cat_40>a,  div#categories_block_left.en ul.tree li.cat_40 { width: 94px !important; }
div#categories_block_left.en ul.tree li.cat_73>a,  div#categories_block_left.en ul.tree li.cat_73{ width: 55px !important; }
div#categories_block_left.en ul.tree li.cat_22>a,  div#categories_block_left.en ul.tree li.cat_22 { width: 106px !important; }
div#categories_block_left.en ul.tree li.cat_125>a, div#categories_block_left.en ul.tree li.cat_125{ width: 60px !important; }
div#categories_block_left.en ul.tree li.cat_49>a,  div#categories_block_left.en ul.tree li.cat_49 { width: 80px !important; }
div#categories_block_left.en ul.tree li.cat_19>a,  div#categories_block_left.en ul.tree li.cat_19{ width: 55px !important; }
div#categories_block_left.en ul.tree li.cat_137>a, div#categories_block_left.en ul.tree li.cat_137{ width: 70px !important; }
div#categories_block_left.en ul.tree li.cat_72>a,  div#categories_block_left.en ul.tree li.cat_72 { width: 85px !important; }
div#categories_block_left.en ul.tree li.cat_127>a, div#categories_block_left.en ul.tree li.cat_127{ width: 65px !important; }
div#categories_block_left.en ul.tree li.cat_87>a,  div#categories_block_left.en ul.tree li.cat_87 { width: 62px !important; }
div#categories_block_left.en ul.tree li.cat_71>a,  div#categories_block_left.en ul.tree li.cat_71 { width: 50px !important; }
div#categories_block_left.en ul.tree li.cat_62>a,  div#categories_block_left.en ul.tree li.cat_62 { width: 84px !important; }
**/
/*-- fr */
/**
div#categories_block_left.fr ul.tree li.cat_126>a, div#categories_block_left.fr ul.tree li.cat_126{ width: 84px !important; }
div#categories_block_left.fr ul.tree li.cat_40>a,  div#categories_block_left.fr ul.tree li.cat_40 { width: 94px !important; }
div#categories_block_left.fr ul.tree li.cat_73>a,  div#categories_block_left.fr ul.tree li.cat_73{ width: 55px !important; }
div#categories_block_left.fr ul.tree li.cat_73>a,  div#categories_block_left.fr ul.tree li.cat_73{ width: 55px !important; }
div#categories_block_left.fr ul.tree li.cat_22>a,  div#categories_block_left.fr ul.tree li.cat_22 { width: 106px !important; }
div#categories_block_left.fr ul.tree li.cat_125>a, div#categories_block_left.fr ul.tree li.cat_125{ width: 60px !important; }
div#categories_block_left.fr ul.tree li.cat_49>a,  div#categories_block_left.fr ul.tree li.cat_49 { width: 80px !important; }
div#categories_block_left.fr ul.tree li.cat_19>a,  div#categories_block_left.fr ul.tree li.cat_19{ width: 60px !important; }
div#categories_block_left.fr ul.tree li.cat_137>a, div#categories_block_left.fr ul.tree li.cat_137{ width: 70px !important; }
div#categories_block_left.fr ul.tree li.cat_72>a,  div#categories_block_left.fr ul.tree li.cat_72 { width: 85px !important; }
div#categories_block_left.fr ul.tree li.cat_127>a, div#categories_block_left.fr ul.tree li.cat_127{ width: 65px !important; }
div#categories_block_left.fr ul.tree li.cat_87>a,  div#categories_block_left.fr ul.tree li.cat_87 { width: 62px !important; }
div#categories_block_left.fr ul.tree li.cat_71>a,  div#categories_block_left.fr ul.tree li.cat_71 { width: 45px !important; }
div#categories_block_left.fr ul.tree li.cat_62>a,  div#categories_block_left.fr ul.tree li.cat_62 { width: 84px !important; }
**/
ul.tree li.cat_126>a, ul.tree li.cat_126{ width: 84px !important; }
ul.tree li.cat_40>a,  ul.tree li.cat_40 { width: 94px !important; }
ul.tree li.cat_73>a,  ul.tree li.cat_73{ width: 55px !important; }
ul.tree li.cat_189>a,  ul.tree li.cat_189{ width: 110px !important; }
ul.tree li.cat_22>a,  ul.tree li.cat_22 { width: 106px !important; }
ul.tree li.cat_125>a, ul.tree li.cat_125{ width: 60px !important; }
ul.tree li.cat_49>a,  ul.tree li.cat_49 { width: 80px !important; }
ul.tree li.cat_19>a,  ul.tree li.cat_19{ width: 60px !important; }
ul.tree li.cat_137>a, ul.tree li.cat_137{ width: 70px !important; }
ul.tree li.cat_72>a,  ul.tree li.cat_72 { width: 85px !important; }
ul.tree li.cat_127>a, ul.tree li.cat_127{ width: 65px !important; }
ul.tree li.cat_87>a,  ul.tree li.cat_87 { width: 62px !important; }
ul.tree li.cat_71>a,  ul.tree li.cat_71 { width: 45px !important; }
ul.tree li.cat_62>a,  ul.tree li.cat_62 { width: 84px !important; }
/*-- es */
/**
div#categories_block_left.es ul.tree li.cat_126>a, div#categories_block_left.es ul.tree li.cat_126{ width: 55px !important; }
div#categories_block_left.es ul.tree li.cat_40>a,  div#categories_block_left.es ul.tree li.cat_40 { width: 65px !important; }
div#categories_block_left.es ul.tree li.cat_73>a,  div#categories_block_left.es ul.tree li.cat_73 { width: 55px !important; }
div#categories_block_left.es ul.tree li.cat_22>a,  div#categories_block_left.es ul.tree li.cat_22 { width: 106px !important; }
div#categories_block_left.es ul.tree li.cat_125>a, div#categories_block_left.es ul.tree li.cat_125{ width: 60px !important; }
div#categories_block_left.es ul.tree li.cat_49>a,  div#categories_block_left.es ul.tree li.cat_49 { width: 60px !important; }
div#categories_block_left.es ul.tree li.cat_19>a,  div#categories_block_left.es ul.tree li.cat_19 { width: 101px !important; }
div#categories_block_left.es ul.tree li.cat_137>a, div#categories_block_left.es ul.tree li.cat_137{ width: 85px !important; }
div#categories_block_left.es ul.tree li.cat_72>a,  div#categories_block_left.es ul.tree li.cat_72 { width: 106px !important; }
div#categories_block_left.es ul.tree li.cat_127>a, div#categories_block_left.es ul.tree li.cat_127{ width: 80px !important; }
div#categories_block_left.es ul.tree li.cat_87>a,  div#categories_block_left.es ul.tree li.cat_87 { width: 70px !important; }
div#categories_block_left.es ul.tree li.cat_71>a,  div#categories_block_left.es ul.tree li.cat_71 { width: 45px !important; }
div#categories_block_left.es ul.tree li.cat_62>a,  div#categories_block_left.es ul.tree li.cat_62 { width: 85px !important; }
**/
/* 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;
}

/* Special style for block cart*/
/*.expanded {
    position: relative;
    width: 196px;
    z-index: 1;
}*/
#cart_block{
	float: right;
	position:relative;
    width: 196px;
}
#cart_block .block_content {
    background: none repeat scroll 0 0 #C09394;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 196px;
    z-index: 1000;
}
#cart_block_summary {
	text-align:center;
    display: none!important;
}
#cart_block h4 {
	color: #FF0000;
    position: absolute;
    right: 178px;
    top: -19px;
    z-index: 1;
}
#cart_block h4 span,
#shopping_cart span{
	text-transform:none;
	font-size:12px;
	cursor:pointer;
	background-repeat:no-repeat;
	padding-left:0;
}
#block_cart_collapse {
    background-position: left 0;
}
#block_cart_expand{
	background-position: left -9px !important;
}
#cart_block h4 span#block_cart_collapse,
#cart_block h4 span#block_cart_expand{ 
	background-image: url("../img/sort_desc_white.png");
    float: right;
    height: 9px;
}
#shopping_cart span#block_cart_collapse,
#shopping_cart span#block_cart_expand {
    background-image: url("../img/sort_desc_white.png");
    float: left;
    height: 9px;
    margin-top: 3px;
    margin-right: 8px;
    padding-left: 10px;
}
#cart_block #cart_block_no_products{
	font-size: 18px;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    margin: auto;
    text-align: center;
}
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	/*font-size: 0.9em;*/
    font-size: 12px;
}

#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}
#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
    width: 184px;
    margin-right: 8px;
    margin-left: 4px;
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; font-size: 12px; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete_blockcart.png') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p {/* clear: both;*/ }
#cart_block p span {
	clear: right;
    color: #815353;
    float: left;
    text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: white;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: white;
	float: right;
    font-size: 13px;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{/* padding-right:1.3em; */}
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

 #cart_block p#cart-prices {
	border-top: 1px dashed #FFFFFF;
    margin: 6px auto auto auto;
    padding-top: 6px;
    width: 186px;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:white;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block div#cart-buttons {
	height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    overflow: hidden;
    padding-bottom: 8px;
	margin-left:4px;
    width: 189px;
}
#cart_block p#cart-buttons a {
	background: url("../img/bg_cart.png") repeat scroll 0 top transparent;
    color: #FFFFFF !important;
    float: left;
    font-size: 12px !important;
    height: 25px;
    line-height: 25px;
    width: 95px;
}
#cart_block p#cart-buttons a#button_order_cart { 
	background-position: 94px center;
    float: right;
    padding: 0;
    width: 94px;
	padding:0!important;
 }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	width: 368px;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	height: 3.4em;
	padding:0;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: normal;
    color: #000;
}

#authentication #create-account_form p.text, #authentication #login_form p.text{
	/*height: 3.4em;*/
	margin:0;
	padding:0;
}

#authentication #login_form a{ color:#374853; text-decoration: underline;}
#authentication #login_form p.lost_password a{ color: #555555;}
#authentication #create-account_form { }
#authentication #create-account_form p.text {
    text-align:left;
    width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
    margin-right: 0;
    text-align: left;
    padding-left: 0 !important;
    padding-top: 17px!important;
    margin-left: 0 !important;
}
#authentication #login_form p.submit {
    padding-top: 14px!important;
    padding-bottom: 0px;
    margin-bottom: 7px;
}
#authentication p.lost_password {
	padding-left:0;
	margin-top: 5px !important;
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height:18em;
}
#authentication #create-account_form fieldset {padding-left: 4px;}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
    color : #555555;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

/* my-account.tpl */
#my-account #center_column ul { margin: 0 25px; }
#my-account #center_column li { list-style: none; margin: 0px 0px 21px 0; }
#my-account #center_column ul + p{ margin-left: 25px; }
#my-account #center_column ul + p a { text-decoration: underline; }

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

/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
	/*margin-right:10px;*/
} 	  
#bloccat_description {
	border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    float: left;
    min-height: 241px;
    margin: 0px 0 15px 0;
    padding: 0 55px 0 55px;
    width: 626px;
}
#bloccat_description.no_subcat {
    border-top: none;
    min-height: 132px;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
.bloccat_description_content {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    min-height: 190px;
    margin: 25px 0 26px;
    float: left;
}
#bloccat_description.no_subcat .bloccat_description_content {
    border: none;
    min-height: 132px;
    margin: 0 0 10px 0;
    float: none;
}
#bloccat_description .logo-category{
	height:190px;
	text-align:center;
	width:230px;
	line-height:190px;
	float:left;
}
#bloccat_description.no_subcat .logo-category{
    height: 130px;
    width: 184px;
    line-height: 130px;
}
#bloccat_description .cat_desc {
    float: left;
    width: 379px;
    padding: 30px 15px 0 0;
    font-size: 14px;
}
#bloccat_description .cat_desc .cat_desc_content {text-align: justify;}
#bloccat_description.no_subcat .cat_desc {
    width: 547px;
    padding: 4px 5px 0 0;
    font-size: 14px;
}
#bloccat_description.no_subcat .cat_desc .cat_desc_content {
    line-height: 20px;
    font-style: italic;
    color: #4a4a4a;
    font-size: 12px;
}

#category img#categoryImage {
    vertical-align: middle;
}
.div.cat_desc{
	float:left;
	width:541px;
}
div.cat_desc {
/*	float:left;
	margin-top:35px;
	width:414px;*/
}
div.cat_desc  p{
	overflow:hidden;
}
body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}
#category .breadcrumb{
	 width: 724px;
}
.category_title,
#subcategories{
	float: left;
    /*width: 724px;*/
}
.category_title {width: 724px;}
#subcategories{
	margin-bottom:20px;
}
.breadcrumb,
.cat_subcat_title{
	background: none repeat scroll 0 0 #F1F1F3;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: #000000;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
	padding-left:12px;
    font-weight: normal;
/*    float: left;
    width: 724px;*/
}
#subcategories ul,
#manufacturers_list{
	width: 100%;
	float:left;
    border-top: 1px solid #D7D7D7;
    margin-top: 15px;
}
#subcategories ul li,
ul#manufacturers_list li{
    border-bottom: 1px solid #D7D7D7;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 706px;
    padding: 15px 0 15px 30px;
}
.list_content {
    overflow: hidden;
}
.descript_subcat {
    float: left;
    width: 553px;
    margin-top: 9px;
}
.descript_subcat .cat_desc.sub_cat_descript{
    font-style: italic;
    text-align: justify;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 20px;
}
.more_txt{
	background:url("../img/more_edito.jpg") no-repeat scroll 0 center transparent;
	padding-left:16px;
	color:#000;
	cursor:pointer;
}
.subcattitle {
    color: #69CFCF;
    display: inline-block;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 11px;
}
.subcatimg {
    display: block;
    float: left;
    margin-right: 13px;
}
/* product-list.tpl */
ul#product_list{ list-style-type: none;margin-top: 0px;width: 736px;}
ul#product_list li {
	/*background: url("../img/bg_list_cat_hover.png") no-repeat scroll center center transparent;
    border: 1px solid #D0D3D8;*/
    color: #69CFCF;
    display: inline-block;
    font-size: 16px;
    height: 305px;
    margin: 0px 14px 0px 0;
    padding: 21px 15px;
    position: relative;
    width: 202px;
}

/* Ventes flash */
#ventes-flash ul#product_list li p a{
	font-size:12px;
	color:#000;
	text-transform:lowercase;
}
#ventes-flash ul#product_list li h4 a{
	font-size:18px;
}
#ventes-flash ul#product_list li:hover,
#ventes-flash ul#product_list li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 135px;
    padding-bottom: 0px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 21px;
    background: url("../img/bg_list_flash_sales.png") repeat-x scroll bottom left transparent;
}
#ventes-flash ul#product_list li.last_item {border-bottom: none;}

#ventes-flash ul#product_list li .infos_block {
    float: left;
    width: 405px;
	margin-left:15px;
	margin-right:5px;
}
#ventes-flash ul#product_list li .infos_block .product_img_link {float: left;width: 110px;height: 110px;margin-right: 6px;}
#ventes-flash ul#product_list li .infos_block .desc_block {float: left; width: 286px; padding: 20px 0 15px;}
#ventes-flash ul#product_list li .infos_block .desc_block h3 a,
#ventes-flash ul#product_list li .infos_block .desc_block h3 {font-size: 18px; font-weight: normal; color: #95494b; text-transform: uppercase;text-align: left;line-height: 20px;}
#ventes-flash ul#product_list li .infos_block .desc_block h4 a,
#ventes-flash ul#product_list li .infos_block .desc_block h4 {font-size: 12px; font-weight: normal; color: #95494b; text-transform: uppercase;float: left;width: 100%;}
#ventes-flash ul#product_list li .infos_block .desc_block p {margin-top: 13px;float: left;width: 100%;text-align: justify;}
#ventes-flash ul#product_list li .infos_block .desc_block p,
#ventes-flash ul#product_list li .infos_block .desc_block p a {font-size: 12px; color: #000000;}

#ventes-flash ul#product_list li .timing_block {background: url("../img/bg_timer.png") no-repeat scroll 5px 4px transparent;color: #000000;float: left;font-size: 12px;height: 88px;line-height: 20px;padding: 18px 13px;text-align: center;width: 118px;}
#ventes-flash ul#product_list li .timing_block span {color: #dd4582;font-weight: bold;}

#ventes-flash ul#product_list li .price_block {float: left;margin-right: 18px;margin-left: 22px;padding-top: 8px;text-align: center;width: 127px;}
#ventes-flash ul#product_list li .price_block span {display: block;}
#ventes-flash ul#product_list li .price_block .promo_price {font-size: 19px;}
#ventes-flash ul#product_list li .price_block .promo_price .last_f_price,
#ventes-flash ul#product_list li .price_block .promo_price .new_f_price {display: inline;}
#ventes-flash ul#product_list li .price_block .flash_price {font-size: 42px;font-weight: normal;}
#ventes-flash ul#product_list li .price_block .action_btns {padding-left: 10px;}
#ventes-flash ul#product_list li .price_block .action_btns .ajax_add_to_cart_button {margin-right:5px!important;float: left;}
#ventes-flash ul#product_list li .price_block .action_btns .view {
    background: url("../img/view_add.jpg") repeat scroll 0 0 transparent;
    color: #000000 !important;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-transform: capitalize;
    width: 59px;
    border: none;
    font-size: 12px!important;
}

#border_line{
	margin-top:19px;
	float:left;
	width:100%;
}
.border_line{
    border-bottom: 1px solid #d7d7d7;
}
ul#product_list li:hover {
	background: url("../img/bg_list_cat_hover.png?2") no-repeat scroll center center transparent;
    /*height: 325px;
    width: 232px;*/
}
.last_item_of_line{
	margin-right: 0 !important;
}
ul#product_list li a.button {
	color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-transform: lowercase;
	background:url("../img/view_add.jpg") repeat scroll 0 0 transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

ul#product_list a.product_img_link{
	float:none;
	display:block;
	height:165px;
	width:165px;
	margin:0px auto 9px;
	background:none;
}
.title_descript_product {
    float: left;
    width: 100%;
	margin-bottom:18px;
    padding-left: 16px;
}
.product-name{font-size:26px !important; color:#000 !important; background:none !important; padding:0 !important; }
.product-short_descript{color:#6F6E69;}
ul#product_list a.product_img_link img{
	vertical-align:bottom;
}
ul#product_list li h3{
	color: #000000;
    float: left;
    height: 41px;
    font-size: 12px;
	text-align:center;
	width:100%;
    margin-bottom: 3px;
}
ul#product_list li h3 a{
    text-transform: uppercase;
    color: #000;
}
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ /*font-size:0.92em; */}
ul#product_list li div.center_block{
	float: left;
    text-align: center;
    width: 203px;
	margin-top:0px;
}
ul#product_list li div.center_block center img {border-color: #626f77;height: 13px;width: 13px;}
ul#product_list li div.right_block{
    float: left;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
ul#product_list li div.right_block{
    float: left;
    text-align: center;
    width: 100%;
    height: 55px;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	color: #55A91D;
    display: block;
    font-size: 12px;
    text-align: center;
	float:left;
	width:100%;
	margin:/*1px 0 2px 0*/0 0 3px 0;
}
.productlist_view_add {
    width: 110px;
    margin: auto;
}
ul#product_list li span.availability{
	color: #488C40;
    float: left;
    font-size: 12px;
	width:100%;
}
.center_block center{
	float:left;
	width:100%;
}
.Free_shipping {
    color: #55A91D;
    float: left;
    font-size: 12px;
    width: 100%;
	margin:/*5px 0*/0;
    text-transform: capitalize;
}
#product_list .ajax_block_product .Free_shipping, 
#product_list .ajax_block_product .price {color: #56a91d;}
.right_block .price{
	
}
ul#product_list li a.button{ /*margin-top:0.5em; */}

/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:0;
}

table.cart_last_product_content {
	margin:5px 0px 10px 0;
}

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 {
	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 tr td {
	border-top: none;
	line-height: 1.5em;
    height: 20px;
    color: #000;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td.price{background: #af7d7c; color: #FFF; font-weight: bold; text-align: center;}
#cart_summary tfoot tr.cart_total_price td {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #000;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td { padding: 0.5em 0; }
#cart_summary tr.cart_item td { height: 68px; }
#cart_summary tr.cart_item td.cart_product { width: 80px; }
#cart_summary tr.cart_item td.cart_description { width: 378px; }
#cart_summary tr.cart_item td.cart_unit { width: 92px; }
#cart_summary tr.cart_item td.cart_quantity { width: 73px; }
#cart_summary tr.cart_item td.cart_total { width: 78px; }

td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: none/*1px solid #d0d1d5*/; }
td.cart_product a:hover img { border: none/*1px solid #888*/; }
td.cart_description a { text-decoration: none; color: #7e7d7d; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_description h5 a { color: #af7d7c; font-size: 12px; font-family: Arial; }
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: 5.5em;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
    float: left;
    display: inline-block;
    width: 18px;
}
td.cart_quantity div {
    width: 41px;
    margin: auto;
    height: 55px;
}
td.cart_quantity div p span {
    display: inline-block;
    width: 16px;
    height: 21px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    line-height: 21px;
    padding: 0;
    margin: 0;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_delete img {margin: 0; padding: 0;}
td.cart_quantity a.cart_quantity_delete {
    display: inline-block;
    height: 55px;
    line-height: 55px;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
    width: 18px;
    height: 17px;
}

tr.cart_free_shipping {
	white-space: normal;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
    height: 30px;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
    display: inline-block;
    line-height: 31px;
}
#order form#voucher .button {background: #af7d7c;}
#order form#voucher h4 {
    float: left;
    line-height: 31px;
    margin-right: 17px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    margin-left: 12px;
}
#order form#voucher input#discount_name {
    border: 1px solid #DDD;
    background: #FFF;
    margin-right: 18px;
    margin-left: 3px;
    width: 158px;
}

#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 #cart_voucher {margin-bottom: 0!important;}
#order #order-detail-content {margin-bottom: 14px!important;}
#order p.cart_navigation {padding-top: 7px!important;}

/* contact-form.tpl */
body#contact-form div#center_column h2 + p.bold {
    color: #888888;
    margin-bottom: 8px;
    font-size: 11px;
}
body#contact-form div#center_column form input#email{
	width: 207px;
}
body#contact-form div#center_column form select#id_contact{
	width: 218px;
}
body#contact-form div#center_column form textarea#message{
    width: 394px;
    height: 209px;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/

#block-history .price {color: #000000; font-weight: normal;}
#block-history {color: #888888;margin-top: 13px;}
#myalerts #block-history a {color: #af7d7c;}
#myalerts #block-history th {height: 45px;padding: 0;color: #000;}
#myalerts #block-history td {height: 71px;}
#myalerts #block-history th.product_name {width: 80px;text-align: center;}
#myalerts #block-history th.action {width: 78px;text-align: center;}
#myalerts #block-history th.description {padding:0 0 0 5px;}
.color-myaccount{ color: #835353; font-weight: normal;}
.history_detail .color-myaccount{ color: #414141; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	color:white;
}
#block-history table#order-list tbody {
	background: none repeat scroll 0 0 transparent;
}
#block-history table#order-list tbody tr td {
	background-color:white;
    font-weight: normal;
    color: #888888;
}
#block-history table#order-list td.history_link {
    white-space: nowrap;
    text-align: left;
    text-decoration: underline;
    font-weight: normal;
}
#block-history table#order-list td.history_date {font-weight: normal;color: #888888;}
#block-history table#order-list td.history_state,
#block-history table#order-list td.history_invoice,
#block-history table#order-list td.history_invoice a,
#block-history table#order-list td.history_method {color: #888888;}
#block-history table#order-list td.history_detail {color: #414141;}
#block-history #block-order-detail {
/*	border-top:2px #dd2a81 solid;
	border-bottom:2px #dd2a81 solid;*/
	padding:0.5em 0;
	background: none repeat scroll 0 0 transparent;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}
#order #cart_voucher,
#order #order-detail-content {width: 100%}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{
    font-size:1.4em;
	background: none repeat scroll 0 0 #F1F1F3;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: #000000;
    height: 2em;
    line-height: 2em;
    margin-bottom: 18px;
    margin-top: 12px;
	padding-left:12px;
}

#block-history #block-order-detail #sendOrderMessage p{
    margin: 10px 0 10px 0!important;
    padding: 0 !important;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}
/* Added by dev on 2013/11/07 */
#block-history table#order-list tbody tr td,
#block-history table#order-list thead th {
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-right: none;
    height: 36px;
}
#order-slip table#order-list tbody tr td.history_method,
#block-history table#order-list tbody tr td.history_detail {text-decoration: underline;}
#block-history table#order-list {
    border: 1px solid #DDDDDD;
    border-top: none;
    border-left: none;
}#block-history table#order-list thead th {
	background: #f7f7f7;
    color: #000000;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

/*  sitemap.tpl */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{ text-align:left; }
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}

/* product.tpl */
#primary_block #pb-right-column{
	width:596px;
	float:left;
	position:relative;
}
#primary_block #image-block{
    /*border: 1px solid #D0D1D5;*/
    /*float: left;*/
    height: 500px;
    width: 500px;
    margin: 10px auto 4px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
/*	height:300px;
	width:300px;*/
}
#primary_block ul#usefull_link_block{
    list-style-type: none;
    margin-top: 0;
    /*display: none;*/
    float: left;
    width: 100%;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: none; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#primary_block #pb-left-column{
    float: right;
    /*margin-left: 30px;*/
    width: /*450px*/377px;
}
#primary_block #short_description_block{
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
    width: 237px;
    float: left;
    margin-top: 0;
}
#primary_block #color_to_pick_list {
    margin-left: 70px;
    width: 120px;
    float: left;
}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
}
#primary_block a.color_pick {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { padding: 0; }
#primary_block #short_description_content{
	margin-bottom:0.5em;
}
#primary_block form#buy_block{
	/*background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;*/
    position: relative;
    width: 377px;
}
#primary_block form#buy_block p{
    padding: 0;
    margin-right: 10px;
}
#primary_block form#buy_block p#add_to_cart {
    float: right;
    display: inline-block;
    margin-top: 17px;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span#our_price_display{
    float: left;
    font-size: 48px;
    color: #237417;
    font-weight: normal;
}
#pb-left-column .price{
	float:left;
}
#pb-left-column #quantity_wanted_p{
	float:left;
	width:auto;
	right:158px;
}
#pb-left-column #add_to_cart{
	float:left;
	width:125px;
	height:27px;
	background:url("../img/addtocart.jpg") repeat-x scroll 0 -27px transparent !important
}

#flash_price{
	float:left;
	width:100%;
}
#flash_price .flash_price{
	float:left;
	width:auto;
	font-size:19px;
	margin-bottom:7px;
	margin-top:5px;
}
#flash_price .pendule{
    background: url("../img/bg_product_w.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 19px;
    height: 70px;
    width: 143px;
}
#flash_price .old_price {
    color: #DD4581;
    text-decoration: line-through;
}
#flash_price .percentage {
    color: #55A91D;
}
#buy_block #flash_price .flash_price {font-weight: normal;padding-left: 14px;}
#decompte_bloc_869{
	background:url("../img/pendule.jpg") no-repeat scroll 0 0 transparent !important
}
#pb-left-column #add_to_cart:hover{
	background:url("../img/addtocart.jpg") repeat-x scroll 0 0 transparent !important
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	/*width:47%;*/
	float:left;
}
#primary_block form#buy_block #attributes select{
    width: 120px;
    height: 21px;
}
#primary_block form#buy_block #attributes label {
    width: 57px;
    text-align: left;
    padding-left: 14px;
}
#quantity_to_cart{
	float:left;
	width:100%;
}
#primary_block form#buy_block #quantity_wanted_p {
    display: inline-block;
    height: 58px;
    width: 55px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}
#primary_block form#buy_block #quantity_add {float: left; padding-top: 6px;}
#primary_block form#buy_block #quantity_wanted_p label {line-height: 58px;font-size: 14px;margin-right: 6px;}
#primary_block div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
    margin-bottom: 7px;
}

/* prices */
#primary_block form#buy_block p.price{
    text-align: left;
    display: inline-block;
    float: left;
    width: 151px;
    padding-left: 14px;
    margin-right: 0;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}

/* views block */
#views_block{
    margin: 13px auto 0;
    width: 100%;
    float: left;
    position: relative;
}

#thumbs_list{
    overflow: hidden;
    float: left;
    max-width: 470px;
    height: 45px;
}
#thumbs_list ul{
    padding-left: 0px;
    list-style-type: none;
    float: left;
}
#thumbs_list li {
    border: 1px solid #808080;
    cursor: pointer;
    float: left;
    height: 42px;
    margin-right: 2px;
    width: 42px;
}
#view_scroll_left, #view_scroll_right{
    background: url('../img/thumbs_left.gif') no-repeat center;
    text-indent: -3000px;
    width: 17px;
    height: 43px;
    float: left;
    /*display: none!important;*/
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
	right:0
}
span.view_scroll_spacer{
    float: left;
    width: 17px;
    height: 43px;
    /*display: none!important;*/
}
#pb-right-column p.thumb_caption {
    padding-left: 17px;
    display: none;
}

/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#manufacturers_list li, ul#suppliers_list li {
    border-bottom: 1px solid #D7D7D7;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 688px;
    padding: 25px 0 25px 48px;
}

ul#suppliers_list li a, ul#manufacturers_list li a{
/*	text-decoration:none;
	color:#374853;*/
}
ul#suppliers_list li h3, ul#manufacturers_list li h3{ margin:0.4em 0;}
ul#suppliers_list li .manudescription{ float:left;}
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:73%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
	margin-top:9px;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{ font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:left;
	text-align:right;
	width:25%;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:1.7em;
	color:#da0f00;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{ margin-bottom: 2em; }

/* category.tpl */

#category img#categoryImage {
	/*margin-top:1em;*/
}

/* category.tpl */

/* adresses */
div.addresses {
	border: medium none;
	background: none repeat scroll 0 0 transparent;
	padding: 0;
    margin-top: 10px;
	position:relative;
	/*width:544px;*/
}
div.addresses h3 {
    margin: 10px 0 15px;
    text-transform: uppercase;
    color: #1b1b1b;
    font-weight: normal;
}
#addresses div.addresses p {margin-bottom: 18px;}
#addresses div.addresses p,
#addresses div.addresses li {color: #888888;font-weight: normal;}
#addresses div.addresses li a {color: #414141;}
#addresses div.addresses li.address_title {color: #000000;}
#addresses div.addresses li.address_name {color: #8f4e50;}
#address form.std label,
#address form.std p.checkbox {color: #888888;}
#address form.std input {color: #555555;}
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:8.25em/*0.25em*/;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:333px;
}
#history ul.address,
#order-slip ul.address,
#addresses ul.address {
    border: 1px solid #DDD;
    margin: 10px 35px 20px 0;/**/
}
#addresses ul.address {
    margin: 0 35px 20px 0;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
    color: #888888;
    font-weight: normal;
}
li.address_title {
	margin-top: 0!important;
	background: none;
	/*color: #374853;*/
    color: #000000;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
    text-transform: uppercase;
}
ul.address li.address_title {color: #000000;}
ul.address li.address_name {color: #8f4e50;}
ul.item li.address_title { background-image: none; }
ul.alternate_item li.address_title { background-image: none; }
li.address_name, li.address_update a, li.address_delete a { color: #835353; }
li.address_update a, li.address_delete a { text-decoration: underline; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
/*	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;*/
}
#center_column .address_add { padding: 0; }

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

/*  identity.tpl */
#identity p#security_informations{
    font-size: 0.85em;
    margin: 0 0 0 160px;
    /*height: 14px!important;*/
    padding-bottom: 0!important;
}

/* order step 3: PAYMENT */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 58px;
}
.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 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	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;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_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;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* 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 span.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 {
	float:right;
	margin:-18px 0px 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;
	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 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 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
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: forestgreen; font-weight: bold;}

#page .rte {
	background:transparent none repeat scroll 0 0;
}
#product_description a {
    background: url("../img/headerHomeHover.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 18.35px;
    font-style: italic;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 134px;
}
#product_description a:hover {
    background: url("../img/headerHomeHover.png") repeat scroll 0 30px transparent;
}


/* bloc flash category */
#bloc_left_cat{
	float: left;
    margin-right: 20px;
    width: 224px;
}
#bloc_flash{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    width: 222px;
}
#bloc_flash h3{
    background: url("../img/bg_title.jpg") repeat scroll 0 0 transparent;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    font-size: 12px;
}
#bloc_flash ul {
    float: left;
    width: 100%;
}

#bloc_flash li {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 9px;
    width: 204px;
}
#bloc_flash h3 a {
   background: url("../img/flashcat.png") no-repeat scroll 0 2px transparent;
    padding-left: 17px;
    color: #000000;
}

.pendule {
    background: url("../img/pendule.png") no-repeat scroll 0 center transparent;
    display: table-cell;
    height: 37px;
    padding-left: 43px;
	text-align:center;
    vertical-align: middle;
    color: #000000;
}
.pendule span {
    color: #DD4581;
    display: block;
    font-weight: bold;
}
.hi_cat_descript > img {
    float: left;
    margin-left: 15px;
}
.descript-image {
    float: left;
    margin-left: 21px;
    margin-top: 10px;
    width: 106px;
}
.img_tittle {
    color: #000000;
    font-weight: bold;
}
.promo_price {
    color: #55A91D;
    margin-bottom: 3px;
    margin-top: 3px;
}
.last_f_price {
    color: #DD4582;
    margin-right: 6px;
    text-decoration: line-through;
}
.hi_cat_descript {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.hi_cat_descript a.image {float: left;display: block; width: 75px; height: 75px;}
.hi_cat_descript a.image img {}
.flash_price {
    color: #55A91D;
    font-weight: bold;
}
.last_list_flash {
    border: medium none !important;
}
.all_flash_sales {
    color: #7A7A7A;
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}
#bloc_left_cat #diapo_honkongeek {
    float: left;
    width: 100%;
}
#bloc_left_cat #diapo_honkongeek ul{
    float: left;
    width: 100%;
}
#bloc_left_cat #diapo_honkongeek ul li{
    float: left;
    height: 300px;
    margin-bottom: 22px;
    width: 100%;
}
#facebook_cat{
	float: left;
    margin: 15px 0 15px 28px;
    width: 196px;
}

/* -------------- Slideshow ------------------ */
.circular_wrap {
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #BDBDBD;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 63px;
    margin: auto auto 25px;
    position: relative;
    width: 978px;
}
.circular li {
	float: left;
    font-weight: bold;
    height: 100%;
    margin-right: 10px;
    text-align: center;
}

.mask {
    height: 100% !important;
    width: 675px !important;
}
#brandslideshow {margin-bottom: 22px;height: 61px;}
#brandslideshow .mask {width: 980px !important;}
.circular{
	 height: 100% !important;
    left: 0;
    margin: auto 40px;
    position: absolute;
    top: 0;
    width: 900px !important;
}
#brandslideshow ul.circular_nav li {width: 38px;}
ul.circular_nav li {
	/** border-right: 1px solid #BDBDBD; **/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    background: none repeat scroll 0 0 #F7F7F7;
}

ul.circular_nav li a {
	background: url("../img/nav.gif") no-repeat scroll 0 center transparent;
    display: block;
    height: 17px;
    margin-left: 15px;
    margin-top: 23px;
    width: 8px;
}
ul.circular_nav li a span {
	display: none;
}


ul.circular_nav li.next{
	background-position: right top;
	left: auto;
	right: 0px;
	/** border-left: 1px solid #BDBDBD; **/
	border-right: none;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}
ul.circular_nav li.next a{
	background-position: right center;
}
ul.circular_nav li.prev{
	border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
/* -------------- HOMEPAGE ENCART VIDEO ------------------ */
.saleextralines
{
    background: white url(../img/video-bg-2.png) no-repeat top left;
    display: block;
    height: 295px;
    width: 290px
}

	.videoWrapper
	{
		position: relative;
		padding-bottom: 48%;
		padding-top: 25px;
		height: 0;
	}
	
	.videoWrapper iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* -------------- /Slideshow ------------------ */


/* -------------- Filtres ------------------ */
#filter-part {
    background: url('../img/bg_filter.png') no-repeat 0 0 #F3F3F3;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 0 17px 18px 17px;
    width: 190px;
    margin-bottom: 15px;
}
#filter-part #filter-p {
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}
#filter-part h2 {
    color: #000000;
    font-size: 12px;
    text-align: left	
}
#filter-part .filterGroup h3 {
	cursor:pointer;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    background:transparent url("../img/filter-arrow.png") no-repeat 0 3px;
    color: #868686;
    font-weight: normal;
    padding-left: 14px
}
#filter-part .filterGroup .selected h3 {
    background:transparent url("../img/filter-selected-arrow.png") no-repeat 0 3px;
    color: black;
}
#filter-part .filterGroup h3 span {
	float:left
}
#filter-part .filter-column {
	float:left;
    width: 178px
}
#filter-part .filterGroup .hasSelected h3 span.validate {
    background:transparent url("../img/filter-validate.png") no-repeat 0 0;
    float: left;
    margin-left: 12px;
    height: 12px;
    width: 18px
}
#filter-part .filterGroup #slider-range {width:150px;margin-left: 12px;}
#filter-part .filterGroup .subprice {
    float: left;
    margin-bottom: 13px
}
body .ui-widget-content {
	background:transparent url('../img/bg-slider.png') repeat-x 0 0;
}
body .ui-widget-header {
	background:transparent url('../img/bg-slider-selected.png') repeat-x 0 0;
}
body .ui-state-default, body .ui-widget-content .ui-state-default {
    background:transparent url("../img/slider-handler.png") repeat-x 0 0;
    border: none;
    height: 18px;
    width: 18px
}
#filter-part .filterGroup .subprice span {
    background:transparent url("../img/filter-arrow-price.png") no-repeat 0 10px;
    float: left;
    height: 21px;
    margin-left: 7px;
    margin-right: 5px;
    width: 34px
}
#filter-part .filterGroup .subprice input {
    border: 1px solid #797E82;
    float: left;
    height: 24px;
    margin: 0;
    text-align: center;
    width: 54px;
    background-color: #FFF;
}
#filter-part .filterGroup {
    float: left;
    clear:both;
    margin-bottom: 10px;
    width: 178px
}
#filter-part .filterGroup .content {
	clear:both;
	float:left;
    margin-top: 12px;
	list-style:none;
	display:none;
}
#filter-part .filterGroup ul li label {color:#8e8e8e}
#filter-part .filterGroup ul li {
	clear:both;
    margin-left: 15px;
	position: relative;
	overflow: hidden;
	float:left
}
#filter-part li:not(#foo) > input + label:before
{
	background: url(../img/checkbox.png) 0 -11px no-repeat;
	position: absolute;
	z-index: 2;
	left: 16px;
	content: "\00a0\00a0\00a0"; /* 3x &nbsp; */
	overflow: hidden;
	width: 13px;
	height: 13px;
	margin: 0 3px 0 -16px;
	pointer-events: none; /* Allows this to work in Safari iPhone */
}
#filter-part li > input{
	float:left;
    opacity: 0;
    padding: 0;
    margin:0 5px 0 0}
/* Checked styles */
#filter-part li:not(#foo) > input[type=checkbox]:checked + label:before 				{ background-position: 0 1px}
#filter-part li:not(#foo) > input[type=checkbox]:hover:checked + label:before,
#filter-part li:not(#foo) > input[type=checkbox]:focus:checked + label:before 			{ background-position: 0 1px}

/* Active styles */
#filter-part li:not(#foo) > input[type=checkbox]:active + label:before					{ background-position: 0 1px }
#filter-part li:not(#foo) > input[type=checkbox]:active:checked + label:before			{ background-position : 0 1px }

/* Disabled styles */
#filter-part li:not(#foo) > input[type=checkbox]:disabled + label:before 				{ background-position : 0 -11px }
#filter-part li:not(#foo) > input[type=checkbox]:disabled:checked + label:before 		{ background-position : 0 -11px }
#filter-part li:not(#foo) > input[type=checkbox]:hover:disabled + label:before,
#filter-part li:not(#foo) > input[type=checkbox]:focus:disabled + label:before 			{ background-position : 0 -11px }
#filter-part li:not(#foo) > input[type=checkbox]:hover:disabled:checked + label:before,
#filter-part li:not(#foo) > input[type=checkbox]:focus:disabled:checked + label:before 	{ background-position : 0 -11px }
 
/* -------------- /Filtre ------------------ */
/*  crossselling_list  */

#center_column .products_block #crossselling_list{
	float:left;
	width:100%;
	/*margin-top:27px;*/
	/*border-top:1px solid #DDDDDD;*/
}
#center_column .products_block #crossselling_list ul{
    float: left;
    width: 100%;
    padding: 0;
}
#center_column .products_block #crossselling_list ul li{
    float: left;
    height: 183px;
    width: 168px;
    text-align: center;
    padding: 14px;
    margin: 0;
}
#center_column .products_block #crossselling_list ul li:hover {
	background: url(../img/bg_list_product_hover.png) 0 center no-repeat;	
}
#center_column .products_block #crossselling_list ul li.eol {
    margin-right: 0;
}
#center_column .products_block #crossselling_list ul li a {display: block;}
#center_column .products_block #crossselling_list ul li a.crossselling_list_view {display: inline;}
#center_column .products_block #crossselling_list ul li .crossselling_logo {
    height: 110px;
    text-align: center;
    width: 100%;
}
#center_column .products_block #crossselling_list ul li .crossselling_logo img {
    float: none;
    margin: auto;
    padding: 0;
}
#center_column .products_block #crossselling_list ul li div {
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 5px 0;
	width:170px;
	height:172px;
}
#center_column .products_block #crossselling_list ul li div .picto {
    position: absolute;
    background: #08151e;
    color: #FFF;
    font-weight: bold;
    padding: 3px 5px;
    right: 3px;
}
#center_column .products_block #crossselling_list ul li div .picto.pack {top: 26px;}
#center_column .products_block #crossselling_list ul li .crossselling_title{
    font-weight: bold;
    color: #000;
    margin-top: 0;
    text-transform:uppercase;
    margin-bottom: 5px;
    height: 40px;
}
.price_view {
	float:left;
	width:100%;
	margin-top:8px;
}
.crossselling_list_price {
	color:#6aae4c;
	margin-right:3px;
    font-weight: bold;
}
.crossselling_list_view{
	background: url(../img/view_bottom.jpg) 0 center no-repeat;
	width:15px;
	height:15px;
	padding-left:15px;
	padding-top:2px;
	margin-left:3px;
}
.productdescript_top{
	position:relative;
	float:left;
	width:100%;
}
.productdescript_top{
	position:relative;
	float:left;
	width:100%;
}
.productdescript_top{
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:29px 0 24px 0;
}
#cart-buttons{
	font-size: 12px !important;
	height:28px;
	line-height:28px;
	width:188px !important;
	float:left;
}
#cart-buttons .addtocart{
	background-image: url("../img/addtocart.jpg") !important;
	background-repeat: repeat-x !important;
    height: 27px;
    width: 93px;
	float:left;
}
#cart-buttons .addtocart a{
	background: url("../img/checkout.png") no-repeat scroll 1px 1px transparent;
	color:#fff !important;
    font-size: 12px !important;
    height: 27px;
    line-height: 27px;
    width: 93px;
	padding:0;
}
#Check-cart{
	border-bottom-left-radius: 5px;
	margin-right:1px;
}
#Check-cart:hover{
	background-position:0 -27px;
}
#Check-out{
	border-bottom-right-radius: 5px;
	background-position:0 -27px;
}
#Check-out:hover{
	border-bottom-right-radius: 5px;
	background-position:0 0px;
}
#add_to_cart .exclusive_disabled,
#add_to_cart .exclusive{
	background: url("../img/addtocart.png") no-repeat scroll 1px 1px transparent!important;
    font-size: 21px !important;
    height: 28px;
    margin: 0 !important;
    width: 124px;
    font-weight: normal;
    line-height: 28px;
	
}
.attributes_ref{
	float:left;
}
#product .freeshipping_product{
    float:right;margin-right:12px;
    background: url('../img/freeshipping_product_new.jpg') no-repeat 0 0 transparent; display: block; width: 80px; height: 40px; padding-left: 46px; text-align: center; color: #65a255; font-size: 20px; line-height: 19px; 
}
#product .freeshipping_product span.active{
    color: #4b803f; font-size: 23px; text-transform: uppercase; font-weight: bold; 
}
#product .freeshipping_product span.active.fr{font-size: 16px;}
#attributes_ref{
	float:left;
	width:100%;
	margin-top:38px;
}
#pb-left-column #interest{
	float:left;
    margin: 12px 0;
}
#logo_product{
    float: left;
    text-align: center;
    margin: 15px -14px 0 -14px;
    background: url('../img/bg_reassurance.png');
    padding-top: 2px;
}
#logo_product ul{
    height: 84px;
    vertical-align: middle;
    display: table-cell;
    width: 373px;
    margin: auto;
    padding: 0 15px;
}
#logo_product ul li{
    float: left;
    text-align: center;
    width: 123px;
    border: none;
}
#logo_product ul li:hover span.classic {
    width: 220px;
    top: 42px;
    right: 48px;
}
#logo_product ul li span{
	display:block;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
}
#logo_product ul li span.why_us {font-weight: bold;}
#crossselling_list h2{
	color:#334951;
	text-transform:uppercase;
	background:url("../img/headerHomeHover.png") repeat scroll center top transparent;
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	line-height:30px;
	height:30px;
	padding:0 15px;
	float:left;
	width:auto;
	margin:0;
}
.paypal_product {
    float: left;
    margin-left: 75px;
    margin-right: 23px;
    margin-top: 10px;
}
#small_product{
	float:left;
	width:278px;
	height:42px;
}
#thumbs_list li  {
    float: left;
    width: 41px;
    height: 41px;
    border: 1px solid #e6e6e6;
    margin: 0 1px 0 0;
}
#thumbs_list li:hover, #thumbs_list li.shown {
	border:1px solid #333;
}
#primary_block{
    float: left;
    width: 100%;
}
#sociable,
#usefull_link_block .addthis_toolbox{
	width:520px;
	border-bottom: 1px solid #ddd;
	/*float:left;*/
	/*padding-left:15px;*/
    margin: auto;
}
#crossselling{
	width:100%;
	float:left;
}
#crossselling .title{
	background: url("../img/headerHomeHover.png") repeat scroll center 0 transparent;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0 15px;
    width: auto;
	line-height:normal;
}
#more_info_block{
    float: left;
    margin-top: 38px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 37px;
}
#more_info_block #more_info_sheets {
    width: 490px;
    min-height: 500px;
    float: left;
    padding: 0;
}

/* Pop up sur les point d'intérogation' */
.tooltip {
	border-bottom: 1px dotted #000000; color: #053b9e; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
	
}
.tooltip span.classic {
	margin-left: -999em;
	position: absolute;
	color:#000000;
}
.tooltip:hover span.classic {
	/*border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
	/*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);*/
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 99;
    margin-left: 0;
    width: 220px;
    background: url('../img/whyus.png') no-repeat 1px -4px #FFF;
}
.tooltip:hover span.classic img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover span.classic span {
    display: inline-block;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    background: #FFF;
    border: 1px solid #cccccc;
    border-top: none;
    width: 208px;
    padding: 8px 5px;
    margin: 6px 1px 0 1px;
    text-align: left;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

/* Product comment */
#sendComment fieldset {padding: 0.1em 0; margin: 0;}
#sendComment fieldset p {
    text-align: left;
    padding: 0!important;
    margin: 0!important;
}
#sendComment fieldset input.button {
    padding: 0 20px;
    margin: 20px 5px 0 7px;
}
#sendComment fieldset p textarea {
    margin-left: 0px;
    margin-right: 0px;
    width: 235px;
    background: #FFF;
    border: 1px solid #DDD;
}

/* Product question */
.response {
    background-color: #E3E7EA;
    border: 2px solid #c6cacd;
    padding: 8px;
    margin-bottom: 5px;
}
.response h4 {color: #95494B;}
.response div div {padding: 5px 0;}
#sendQuestions {
    background-color: #E3E7EA;
    border: 2px solid #c6cacd;
    padding: 8px;
    margin-bottom: 5px;
}
#sendQuestions fieldset {padding: 0; margin: 0;}
#sendQuestions fieldset p {padding-top: 0;}
#sendQuestions fieldset p.submit {text-align: right; margin: 0;}
#sendQuestions fieldset p.submit input.button {padding: 0 20px;}
#voucher input.button,
.cart_navigation .exclusive:hover,
.cart_navigation .button_large:hover,
#sendComment fieldset p input.button:hover,
#sendQuestions fieldset p.submit input.button:hover {background-position : 0 27px !important;}
#sendQuestions fieldset p textarea {
    margin: 0px;
    width: 454px;
    height: 70px;
    border: 1px solid #DDD;
    background: #FFF;
}

#images_videos {
    float: right;
    width: 490px;
    min-height: 420px;
    text-align: center;
    line-height: 420px;
}
#images_videos ul.bullet {
    text-align: center;
    /*line-height: 340px;*/
}
#images_videos img,
#images_videos iframe {
    vertical-align: middle;
}
.customselect {
    background: url('../img/bg_select_right.png') no-repeat right center transparent;
    min-width: 23px;
    height: 32px;
    display: inline-block;
    padding-right: 23px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
.customselect .left {background: url('../img/bg_select_left.png') no-repeat left center transparent; width: 6px; height: 32px;display: inline-block;}
.customselect .content {background: url('../img/bg_select.png') repeat-x right center transparent; height: 32px;display: inline-block;}

.blocksociablemagavenue_fbc_box{text-align: center;float: left;width: 222px;border: 1px solid #CCCCCC;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;margin: 0 0 10px 0;}
#right_column .blocksociablemagavenue_fbc_box{width: 218px;margin-bottom: 0; margin-top: 10px;}

#order #accordion-pm_simplyorder h1 .resume_infos {border: 1px solid #D0D1D5!important;}

#header #languages_block_top ul li.first span{margin:0;}
#header #languages_block_top ul li.first span.resp{display:none;}
#languages_block_top ul ul{margin-top:15px;}


/* Menu */
#bloc_header #menufull #categoriesh{background:url("../img/bg_top_menu.png") repeat-x scroll 0 0 transparent; height:38px; margin-bottom:10px;}
#bloc_header #menufull #categoriesh #cat > li{height:38px;}
#bloc_header #menufull #categoriesh #cat > li > a{font-family:arial; font-size:12px; font-weight:bold; height:27px; padding-top:11px; text-transform:none;}
#bloc_header #menufull #categoriesh #cat > li{background:url("../img/bg_li_menu.png") no-repeat scroll right top transparent;}
#bloc_header #menufull #categoriesh #cat li ul.subcat{background:#e0e0e0; border:1px solid #283842; border-radius:5px; margin-top:-16px; padding:10px 0; width:218px;}
#bloc_header #menufull #categoriesh #cat li ul li a{border-radius:5px;}
#bloc_header #menufull #categoriesh #cat li ul li a:hover {background: url("../img/bg_top_menu.png") repeat-x scroll 0 -80px transparent; color:#fff;}
#bloc_header #menufull #categoriesh #cat ul.subcat li{background:none; border:none;}
#bloc_header #menufull #categoriesh #cat ul.subcat li a{background:none; border:none;}
#bloc_header #menufull #categoriesh #cat ul.subcat li{margin:auto; width:211px;}
#bloc_header #menufull #categoriesh #cat > li > a:hover {background: url("../img/bg_top_menu.png") repeat-x scroll 0 -38px transparent;}
#bloc_header #menufull #categoriesh #cat > li:hover > a, #bloc_header #menufull #categoriesh #cat > li > a:hover, #bloc_header #menufull #categoriesh #cat > li > a.selected{background-color:transparent; opacity:1;}
#bloc_header #menufull #categoriesh #cat ul.subcat li a.selected, #bloc_header #menufull #categoriesh #cat li a.selected{color:#488c40;}

#bloc_header #menufull #categoriesphone{font-family:arial;}



form#productsSortForm p{width:260px;}
form#productsSortForm p select{width:200px;}

#bloc_header #menufull #categoriesh .cat-title{display:none;}
	

/*version tablette verticale*/
@media (max-width: 1023px) {
	/*accueil*/
	#page{width:748px;}
	
	#center_column .products_block #crossselling_list ul li:hover {background:none;}
	ul#product_list li:hover {background:none;}
	
	#categories_block_left .cat-title{background:url(../img/bg-menu.jpg) repeat-x center top; color:#fff; font-size:18px; font-weight:bold; height:39px; padding-top:6px; padding-left:10px; text-align:left;}
	div#categories_block_left ul.tree{background:url(../img/fd-menu-deroul.jpg) repeat-x center top #ccaca9; display:none; height:auto; position:absolute; z-index:99;}
	div#categories_block_left ul.tree a{color:#333;}
	div#categories_block_left ul.tree li{background:none; float:none;}
	#header #categories_block_left ul li{float:none;}
	
	#header #header_user{margin-left:0; margin-right:0; width:748px;}
	#currencies_block_top{margin-right:0; right:0; top:-97px;}
	#currencies_block_top ul p.first{margin-top:3px;}
	#currencies_block_top ul ul{right:0; z-index:9999;}
	#header #languages_block_top{top:-55px;}
	#languages_block_top ul ul{right:0; z-index:9999;}
	#header #languages_block_top ul li.first span.pc{display:none;}
	#header #languages_block_top ul li.first span.resp{color:#fff; display:block; text-transform:uppercase; margin-top:4px; margin-left:-6px;}
	#languages_block_top ul ul{margin-top:25px;}
	#currencies_block_top ul li.first, #languages_block_top ul li.first{width:36px;}
	
	#bloc_header .free_shipping{display:none;}
	#currencies_block_top{
		background:url(../img/picto-lang.png) no-repeat center top;
		color:#fff;
		font-weight:bold;
		height:36px;
		width:36px;}
	#currencies_block_top img{display:none;}
	#languages_block_top{
		background:url(../img/picto-lang.png) no-repeat center top;
		color:#fff;
		font-weight:bold;
		height:36px;
		width:36px;}
		
	#cart_block .block_content{z-index:9;}
	#cart_block div#cart-buttons{height:44px;}
	#cart_block #cart-buttons #Check-cart{display:none;}
	#cart_block #cart-buttons .addtocart{float:none; margin:14px auto;}
		
	#bloc_top_slider{
		margin-right:0;
		width:748px;}
	#bloc_top_slider .circular_wrap{width:738px!important;}
	
	/* -------------- HOMEPAGE ENCART VIDEO ------------------ */
	.saleextralines
	{
		background:url("../img/video-bg-3.png") no-repeat center top;
		height:238px;
		margin-bottom:20px;
		width:748px;
	}
	
	.videoWrapper
	{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		display: none;
	}
	
	.videoWrapper iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#bloc_after_slider{width:748px;}	
	#bloc_after_slider ul{margin-top:4px;}
	#bloc_after_slider ul li{
		padding-left:20px;
		padding-right:20px;
		width:209px;
	}
	#bloc_after_slider ul li span{
		display:none;
	}
	
	#center_column #featured-products_block_center ul{margin-left:0; width:748px;}
	#center_column #featured-products_block_center li.ajax_block_product{
		padding:14px 10px;
		width: 229px;
	}
	#center_column #featured-products_block_center li.ajax_block_product:hover{background: none;}
	#center_column #featured-products_block_center li.ajax_block_product div{margin-right:0; width:239px;}
	#center_column .products_block li.first_item_of_line{clear:none;}
	.circular_wrap{width:736px;}
	
	#brandslideshow .mask{width:730px !important;}
	
	.editorial_block{padding-right:30px; width:482px;}
	.youtube{width:200px;}
	
	#blockfooterlinks{
		background:url("../img/bg_blockfooterlinks.png") repeat-x scroll 0 0 #f1f2f4;
		height:auto;}
	#blockfooterlinks .footer_link h2{font-size:18px; margin-top:5px;}
	#blockfooterlinks .footer_link ul li{line-height:22px;}
	#blockfooterlinks .footer_link ul li a{font-size:14px; }
	
	.footer_link{padding-left:20px; width:228px;}
	#social_block{border-top:solid 1px #fff; height:100px; margin-top:40px; margin-left:20px; padding-left:0; width:708px;}
	#social_block ul li{width:auto;}
	#blockfooterlinks #social_block ul li span{}
	#blockfooterlinks #social_block ul li span img{display:block; float:left;}
	#blockfooterlinks #social_block ul li a{margin-right:10px;}
	#blockfooterlinks #social_block ul li.facebook a{background:url(../img/facebook-resp.png) no-repeat center center; height:45px; width:45px;}
	#blockfooterlinks #social_block ul li.twitter a{background:url(../img/twitter-resp.png) no-repeat center center; height:45px; width:45px;}
	#blockfooterlinks #social_block ul li.foot_youtube a{background:url(../img/youtube-resp.png) no-repeat center center; height:45px; width:45px;}
	#blockfooterlinks #social_block ul li.rss a{background:url(../img/rss-resp.png) no-repeat center center; height:45px; width:45px;}
	#blockfooterlinks #social_block ul li span{display:none;}
	
	#partenaireLogo{background:url(../img/logo-partner-tab.jpg) no-repeat center center;}
	#partenaireLogo img{margin-left:-9999px;}
	
	/*cat*/
	#left_column{margin-top:20px; margin-bottom:20px; margin-right:0; width:748px;}
	#left_column #bloc_flash{width:748px;}
	#bloc_flash h3{padding-left:12px; text-align:left;}
	#bloc_flash li{border-right:1px solid #cccccc; border-bottom:0; margin-top:10px; margin-bottom:10px; padding-left:10px; padding-right:10px; width:333px;}
	#bloc_flash li .pendule{float:left; margin-top:20px;}
	#bloc_flash li .hi_cat_descript{float:left; margin-left:20px; margin-top:0; width:190px;}
	#bloc_flash li .hi_cat_descript .descript-image{width:92px;}
	#bloc_flash .all_flash_sales{margin-right:20px; text-align:right;}
	
	#left_column .ads, .blocksociablemagavenue_fbc_box{display:none;}
	
	#left_column #filter-part{padding:0 0 18px; width:748px;}
	#left_column #filter-part .filterSearchModule{padding:0 10px;}
	#left_column #filter-part #filter-p{background:url("../img/bg_title.jpg") repeat scroll 0 0 transparent; border-radius:5px 5px 0 0; padding-left:12px; text-align:left;}
	#filter-part .filter-column{margin-right:30px; margin-top:20px;}
	
	.breadcrumb{display:none;}
	
	/*produit*/
	#primary_block #pb-right-column{margin-right:10px; width:364px;}
	#primary_block #pb-left-column{margin-left:10px; width:364px;}
	#primary_block #image-block, #primary_block #image-block img#bigpic{height:364px; width:364px;}
	.title_descript_product{padding-left:0;}
	#primary_block form#buy_block{width:364px;}
	#primary_block form#buy_block p.price{padding-left:10px;}
	#primary_block form#buy_block p{margin-right:0;}
	.quantityproduct .cart_quantity_down, .quantityproduct .cart_quantity_up{height:17px; padding:4px 5px; width:18px;}
	.quantityproduct .cart_quantity_up{background:url(../img/fd-plus.png) repeat-x center center;}
	.quantityproduct .cart_quantity_down{background:url(../img/fd-moins.png) repeat-x center center;}
	#primary_block form#buy_block #quantity_wanted_p{height:78px; margin-right:10px; width:65px;}
	input#quantity_wanted{width:26px;}
	.quantityproduct{height:78px; width:28px;}
	
	#primary_block #color_picker{width:226px;}
	#primary_block form#buy_block #attributes label{padding-left:10px;}
	#primary_block #color_to_pick_list{margin-left:67px; width:auto;}
	#primary_block #color_to_pick_list li{margin-right:4px!important;}
	#primary_block a.color_pick, #primary_block a.color_pick img{height:27px; width:27px;}
	#logo_product ul li{width:120px;}
	#sociable, #usefull_link_block .addthis_toolbox{width:364px;}
	
	#more_info_block #more_info_sheets, #more_info_sheets div.table_block, #images_videos{width:748px;}
	
	#center_column .products_block #crossselling_list ul li, #center_column .products_block #crossselling_list ul li div{width:221px;}
	
	#logo_product ul li span.classic{display:none;}
	
	
	/*panier*/
	#right_column{margin-top:20px; margin-bottom:20px; padding-left:0; width:748px;}
	#order #center_column, #order-confirmation #center_column, #authentication #center_column, #password #center_column, #contact-form #center_column, #cms #center_column, #authenticate #center_column, #order-slip #center_column, #identity #center_column, #discount #center_column, #myalerts #center_column, #address #center_column, #addresses #center_column, #history #center_column, #my-account #center_column{width:748px;}
	.tooltip span.classic {display:none; margin-left:0;}
	.tooltip:hover span.classic {display:block;}
	
	#more_info_block #more_info_sheets{min-height:0;}

	#bloc_header #menufull #categoriesphone select{background:url("../img/nav_arrow.png") no-repeat scroll 709px center #b17c7c; overflow:hidden; width:768px;}
	#bloc_header #menufull div#categoriesphone{background:#b17c7c;}
	
	#menufull #categoriesphone .cat-title span#menu_expand{background:url(../img/fleche-bas.png) no-repeat center center; cursor:pointer; display:block; float:right; height:18px; margin-right:4px; width:26px;}
	#menufull #categoriesphone .cat-title span#menu_collapse{background:url(../img/fleche-haut.png) no-repeat center center; cursor:pointer; display:none; float:right; height:18px; margin-right:4px; width:26px;}
	#menufull #categoriesphone #catp li{background:#f1f2f3; border-top:solid 1px #fff; padding:10px 0;}
	#menufull #categoriesphone ul#catp li a{ color:#000; font-size:16px; margin-left:10px; }
	#menufull #categoriesphone ul#catp li ul.subcat{background:#efefef;}
	#menufull #categoriesphone ul#catp li ul li a{border:none; color:#333; font-size:14px; padding:5px 10px 5px 20px;}
	#menufull #categoriesphone .cat-title{font-size:16px; padding:10px;}
	#menufull #categoriesphone #catp li ul li{background:#fff; border-top:solid 1px #efefef;}
	
	#menufull #categoriesphone #catp li span.span_expand{background:url(../img/plus-menu.png) no-repeat center center; cursor:pointer; display:block; float:right; height:16px; margin-right:14px; width:16px;}
	#menufull #categoriesphone #catp li span.span_collapse{background:url(../img/moins-menu.png) no-repeat center center; cursor:pointer; display:none; float:right; height:16px; margin-right:14px; width:18px;}

}

/*version smartphone horizontal*/
@media (max-width: 767px) {
	body{background:url("../img/bandeau_resp.png") repeat-x scroll center top}
	
	#bloc_header{background:url("../img/bg_header.jpg") no-repeat scroll 0 40px #ffffff;}
	
	#currencies_block_top ul li, #languages_block_top ul li{cursor:pointer;}
	#currencies_block_top ul li:hover ul {display:none;}
	#languages_block_top ul li:hover ul {display:none;}
	
	#page, #center_column #bloc_top_slider{width:460px;}
	
	#bloc_header #logo{margin-bottom:0; width:460px;}
	#bloc_header #logo img{margin-top:5px; width:100%;}
	#header #search_block_top{left:0; top:0; position:relative; width:100%;}
	#header #search_block_top p{margin:0 0 20px 0; width:100%;}
	#header #search_block_top{background:none;}
	#header #search_block_top input#search_query{background:#fff; border:solid 1px #e4e4e4; border-right:none; width:416px;}
	#header #search_block_top input.perso2{background:url("../img/bg_submit_resp.png") no-repeat scroll 0 0 transparent; height:35px;}
	
	#header #header_user{width:460px;}
	#header_user #shopping_cart{background:#b17c7c; color:#fff; float:left!important; height:29px; padding-top:10px; padding-left:10px; padding-right:10px; width:440px;}
	#shopping_cart span#block_cart_collapse, #shopping_cart span#block_cart_expand{float:right;}
	#header_user #shopping_cart a, #cart_block h4 span, #shopping_cart span{float:left;}
	#header_user #shopping_cart a{background:url("../img/panier_blanc.png") no-repeat left top; color:#fff; font-size:16px; padding-left:35px;}
	#cart_block h4 span, #shopping_cart span{padding-top:3px;}
	#shopping_cart span#block_cart_expand{background:url("../img/fleche-bas.png") no-repeat center top!important;}
	#shopping_cart span#block_cart_collapse{background:url("../img/fleche-haut.png") no-repeat center top!important;}
	#shopping_cart span#block_cart_expand, #shopping_cart span#block_cart_collapse{height:18px; margin-top:0; margin-right:4px; padding:0; width:26px;}
	
	#header_nav{font-size:16px; margin-bottom:10px;}
	
	#bandeau_resp{background:url(../img/bandeau_resp.png) repeat-x center top; height:45px; position:absolute; top:0; width:100%;}
	#bandeau_resp .contact{background:url(../img/border-bandeau-resp.png) no-repeat right top; height:30px; margin-left:50%; padding-top:15px; width:25%;}
	#bandeau_resp .contact a{color:#000; display:block; text-align:center;}
	
	#header #languages_block_top, #header #currencies_block_top{background:url(../img/border-bandeau-resp.png) no-repeat right top; font-weight:normal; height:30px; margin-left:0; margin-top:-92px; padding-top:15px; right:auto; width:25%;}
	#header #currencies_block_top{color:#000; margin-top:-50px; margin-left:25%;}
	#currencies_block_top ul li.first, #languages_block_top ul li.first{background:url(../img/fleche-bandeau-resp.png) no-repeat 85% 5px; padding-top:0; width:100%;}
	#header #languages_block_top ul li.first span.resp{display:none;}
	#header #languages_block_top ul li.first span.pc{display:block; text-align:center; width:100%;}
	#languages_block_top ul p.first{padding-left:0;}
	#currencies_block_top ul p.first{margin-top:0; padding-left:0; text-align:center;}
	#currencies_block_top ul ul{margin-top:16px;}
	#languages_block_top ul ul{margin-top:30px;}
	
	#header_nav{height:34px; width:25%; margin-top:-147px; margin-left:75%; padding-top:11px; position:absolute; text-align:center; top:0;}
	#header_user #your_account{font-size:12px; font-weight:normal; display:none;}
	#header_user #your_accountm{font-size:12px; font-weight:normal;display:inline}
	#header_nav .w_login{display:none;}
	
	#bloc_logo{margin-top:50px;}
	
	#cart_block{margin-top:-12px; width:460px;}
	#cart_block .block_content{background:#efefef; padding-left:10px; padding-right:10px; width:440px;}
	#cart_block #cart_block_no_products{color:#333; text-align:left;}
	#cart_block p#cart-prices{width:440px;}
	#cart_block span.price{color:#333;}
	#cart_block p#cart-prices{border-top:1px dashed #333;}
	#cart_block dt, #cart_block dt a, #cart_block dd a, #cart_block dl span.price{color:#333;}
	#cart_block dt, #cart_block dd{width:auto;}
	#cart_block a.ajax_cart_block_remove_link{background:url("../img/icon/delete_blockcart_resp.png") no-repeat scroll left bottom transparent}
	#order form#voucher h4{margin-left:0;}
	#order form#voucher label{display:none;}
	
	#center_column #bloc_top_slider{margin-right:0;}
	#center_column #bloc_top_slider #homeslideshow, #bloc_top_slider .circular_wrap{width:460px!important;}
	#center_column #bloc_top_slider .circular{width:380px !important;}
	#center_column #bloc_top_slider .circular li{padding:0 10px; width:362px;}
	#center_column #bloc_top_slider #product_description h4{font-size:24px; margin-top:0; height:28px;}
	#center_column #bloc_top_slider #product_description h4 span{display:none;}
	#center_column #bloc_top_slider .caracteristique{display:none;}
	#center_column #bloc_top_slider .img_product{float:right;}
	#center_column #bloc_top_slider .img_product img{height:180px;}
	
	#center_column #bloc_top_slider{display:none;}
	.saleextralines{background:url("../img/video-bg-4.png") no-repeat scroll center top rgba(0, 0, 0, 0); height:147px; margin-top:20px; width:100%;}
	
	#bloc_after_slider{background:#e6e6e6; border-radius:10px; height:auto; padding:10px; width:440px;}
	#bloc_after_slider ul{background:#fcfcfc; border-radius:10px; height:auto; margin-top:0; width:100%;}
	#bloc_after_slider ul li{border-bottom:solid 1px #bdbdbd; padding:0 5%; width:90%;}
	#bloc_after_slider ul li#block03{border-bottom:none;}
	#bloc_after_slider ul li#block02{border-left:none; border-right:none;}
	#bloc_after_slider ul li span{display:block; height:auto; margin-left:151px; position:absolute; width:82px;}
	#bloc_after_slider ul li div{margin-top:120px; text-align:center; width:100%;}
	#bloc_after_slider ul li div p.read_more{margin:10px auto;}
	
	#brandslideshow{display:none;}
	.editorial_block{display:none;}
	
	#center_column #featured-products_block_center ul{width:460px;}
	#center_column #featured-products_block_center li.ajax_block_product, #center_column #featured-products_block_center li.ajax_block_product div{text-align:center; width:210px;}
	#center_column div.products_block a.product_image{margin:0 auto;}
	#center_column #featured-products_block_center li.ajax_block_product div .view_product{margin-left:62px; width:87px!important;}
	
	.circular_wrap{width:460px;}
	#brandslideshow .mask{width:459px!important;}
	div.cat_desc_content{display:none;}
	
	.editorial_block{width:460px; padding-right:0; border-right:0;}
	.youtube{margin-left:0; }
	.youtube a, .youtube iframe{float:left;}
	.youtube iframe{float:right;}
	
	.footer_link{border:none;}
	
	.Partners_footer{height:155px;}
	#partenaireLogo{background:url("../img/logo-partner-tel1.jpg") no-repeat scroll center center; height:110px;}
	.circular{width:380px!important;}
	
	#social_block{width:430px;}
	.footer_link{width:430px;}
	
	/* Categorie */
	#page #center_column, #page #left_column, #page #right_column{width:460px;}
	.category_title{width:448px;}
	#bloccat_description{padding:0; width:460px;}
	.bloccat_description_content{border:none;}
	#bloccat_description .logo-category{display:block; float:none; margin:0 auto;}
	#bloccat_description .cat_desc{padding:0; width:440px;}
	
	#subcategories ul li, ul#manufacturers_list li{padding-left:0; width:460px;}
	.descript_subcat .cat_desc.sub_cat_descript{display:none;}
	.descript_subcat{margin-top:54px; margin-left:10px; width:293px;}
	
	#bloccat_description.no_subcat .cat_desc{width:460px;}
	ul#product_list{width:460px;}
	ul#product_list li{margin:0; width:198px;}
	ul#product_list .border_line{display:none;}
	#left_column #filter-part{width:460px;}
	
	/* Produit */
	#primary_block #pb-right-column{margin-right:0; width:460px;}
	#primary_block #pb-left-column{margin-top:20px; margin-left:0; width:460px;}
	#sociable, #usefull_link_block .addthis_toolbox{width:460px;}
	#primary_block form#buy_block{width:460px;}
	#primary_block form#buy_block #quantity_wanted_p{margin-left:20px;}
	#primary_block form#buy_block p#add_to_cart{margin-left:79px;}
	
	#logo_product{display:none; margin-left:30px;}
	.paypal_product{margin-left:110px;}
	#center_column .products_block #crossselling_list ul li, #center_column .products_block #crossselling_list ul li div{width:202px;}
	
	#more_info_block #more_info_sheets, #more_info_sheets div.table_block, #images_videos{width:460px;}
	#sendQuestions fieldset p textarea{width:434px;}
	
	#more_info_block #more_info_sheets{min-height:0;}
	
	form.std label, form.std p span{text-align:left;}
	#accordion-pm_simplyorder form#account-creation_form input.text, #accordion-pm_simplyorder form#account-creation_form #id_country, #accordion-pm_simplyorder form#account-creation_form #id_state, #accordion-pm_simplyorder #authentication textarea, #accordion-pm_simplyorder .select select#delivery_id_country{width:96%!important;}
	#accordion-pm_simplyorder .textarea textarea{width:94%!important;}
	#accordion-pm_simplyorder #address_delivery #id_address_delivery{margin-left:0!important; margin-bottom:20px!important;}
	#order #accordion-pm_simplyorder form.std p.checkbox{padding-left:0!important; margin-left:0!important;}
	form.std p.cart_navigation span{float:right;}
	
	#thumbs_list{max-width:426px;}
	
	#bloc_header #menufull #categoriesphone{background-color:#b17c7c}    
	#bloc_header #menufull #categoriesphone select{background:url("../img/nav_arrow.png") no-repeat scroll 421px center #b17c7c; overflow:hidden; padding:9px 1%; width:478px;}
	
	#footer #blockfooterlinks h2 span#company_expand{background:url(../img/plus_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	#footer #blockfooterlinks h2 span#company_collapse{background:url(../img/moins_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	
	#footer #blockfooterlinks h2 span#about_expand{background:url(../img/plus_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	#footer #blockfooterlinks h2 span#about_collapse{background:url(../img/moins_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	
	#footer #blockfooterlinks h2 span#account_expand{background:url(../img/plus_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	#footer #blockfooterlinks h2 span#account_collapse{background:url(../img/moins_noir.png) no-repeat center center; cursor:pointer; float:right; height:16px; width:16px;}
	.footer_link{height:auto;}
	
	#crossselling_accessories .crossselling_block{float:left; height:1280px; overflow:hidden;}
	#more_info_block #more_info_sheets img{height:auto; width:460px;}
	
	#cms #company_policies, #cms #block_why_us{display:none;}
	
	#bloc_after_slider ul li#block01 span img{margin-left: 29px;}
	#bloc_after_slider ul li#block02 span img{margin-left: 12px;}
	#bloc_after_slider ul li#block03 span img{margin-left: 14px;}
	
	#header #search_block_top label, #header #search_block_top input.perso2{margin:0;}
	
	#social_block{margin-top:10px;}
	
	#left_column #bloc_flash{width:458px;}
	#bloc_flash li{border:0; width:438px;}
	#bloc_flash li .pendule{text-align:left; width:136px;}
	#bloc_flash li .hi_cat_descript{width:239px;}
}

/*version smartphone vertical*/
@media (max-width: 479px) {
	h1#logo{height:auto;}
	#header #currencies_block_top{margin-top:-19px;}
	#header #languages_block_top{margin-top:-61px;}
	#header_nav{margin-top:-116px;}
	
	#bloc_header{background:url("../img/bg_header_resp.jpg") no-repeat scroll 0 45px #ffffff;}
	
	#page, #center_column #bloc_top_slider{width:300px;}
	
	#bloc_header #logo{width:300px;}
	#bloc_header #logo img{margin-top:10px; width:100%;}
	
	#header #search_block_top{left:0; }
	#header #search_block_top input#search_query{width:255px;}
	#header #search_block_top p{}
	
	#header #header_user{width:300px;}
	#header_user #shopping_cart{width:280px;}
	#cart_block{width:300px;}
	#cart_block .block_content, #cart_block p#cart-prices{width:280px;}
	#cart_block div#cart-buttons{margin-left:40px;}
	
	#header{text-align:left;}
	
	#page #center_column, #page #left_column, #page #right_column{width:300px;}
	#page #center_column #bloc_top_slider{display:none;}
	#center_column #featured-products_block_center ul{width:300px;}
	#center_column #featured-products_block_center li.ajax_block_product, #center_column #featured-products_block_center li.ajax_block_product div{width:280px;}
	#center_column #featured-products_block_center li.ajax_block_product div .view_product{margin-left:97px;}
	
	#brandslideshow{display:none;}
	div.cat_desc_content{display:none;}
	
	.editorial_block{width:300px;}
	
	.Partners_footer{height:40px; padding-top:15px;}
	#partenaireLogo{background:url("../img/logo-partner-tel2.jpg") no-repeat scroll center center rgba(0, 0, 0, 0); height:160px; display:none;}
	
	.footer_link, #social_block{width:269px;}
	
	
	/* Categorie */
	.category_title{width:288px;}
	#bloccat_description, .bloccat_description_content, #bloccat_description .cat_desc, #subcategories, #subcategories ul li, ul#manufacturers_list li{width:300px;}
	.descript_subcat{margin-top:0; margin-left:0; text-align:center; width:100%;}
	.subcatimg{float:none; margin-left:auto; margin-right:auto; width:140px;}
	
	#left_column #filter-part{width:300px;}
	#bloccat_description.no_subcat .cat_desc{width:300px;}
	ul#product_list{width:300px;}
	ul#product_list li, ul#product_list li div.center_block{width:270px;}
	
	/* Produit */
	#primary_block #pb-right-column, #primary_block #pb-left-column, #primary_block form#buy_block{width:300px;}
	#primary_block #image-block, #primary_block #image-block img#bigpic{width:300px; height:300px;}
	#primary_block ul#usefull_link_block{display:none;}
	#primary_block form#buy_block p.price{padding:0; text-align:center; width:100%;}
	#primary_block form#buy_block span#our_price_display{float:none;}
	#product .freeshipping_product{margin-top:20px; margin-right:100px;}
	#logo_product{background:url("../img/bg_reassurance.png") repeat scroll center center; margin-left:0; margin-right:0; width:300px;}
	#logo_product ul{padding:0;}
	#logo_product ul li{width:100px;}
	.paypal_product{margin-left:40px;}
	
	#center_column .products_block #crossselling_list ul li, #center_column .products_block #crossselling_list ul li div{width:272px;}
	#more_info_block #more_info_sheets, #more_info_sheets div.table_block, #images_videos{width:300px;}
	#images_videos img, #images_videos iframe{width:300px;}
	
	#more_info_tabs li{margin-bottom:10px; width:300px;}
	#sendQuestions fieldset p textarea{width:274px;}
	#sendQuestions fieldset p.submit{margin-left:0; margin-right:15px!important;}
	#sendComment fieldset p textarea{width:185px;}
	#sendComment fieldset input.button{margin-left:0;}
	#more_info_block #more_info_sheets{min-height:0;}
	
	#order form#voucher fieldset{height:64px;}
	#order form#voucher input#discount_name{margin-left:0;}
	#cart_summary th.cart_unit{width:50px;}
	#accordion-pm_simplyorder #create-account_form, #accordion-pm_simplyorder #login_form{width:100%!important;}
	#accordion-pm_simplyorder #authentication #create-account_form h4{margin-bottom:10px!important;}
	#accordion-pm_simplyorder .authentication-input{height:auto!important;}
	#accordion-pm_simplyorder #authentication #create-account_form fieldset{min-height:210px!important;}
	#accordion-pm_simplyorder #login_form{margin-left:0!important;}
	
	#thumbs_list{max-width:266px;}
	
	#sortByGetx{height:64px;}
	form.pagination{float:left; margin-top:10px;}
	
	#bloc_header #menufull #categoriesphone{background-color:#b17c7c}    
	#bloc_header #menufull #categoriesphone select{background:url("../img/nav_arrow.png") no-repeat scroll 261px center #b17c7c; overflow:hidden; padding:9px 1%; width:318px;}
	
	#authentication #create-account_form, #authentication #login_form{width:300px;}
	#contact-form form.std label, #contact-form form.std input, #contact-form form.std select, #contact-form form.std textarea{width:300px;}
	body#contact-form div#center_column form select#id_contact{width:300px;}
	body#contact-form div#center_column form input#email, body#contact-form div#center_column form textarea#message{width:290px;}
	#contact-form form.std fieldset, #contact-form form.std p{width:300px;}
	form.std p.submit{margin-left:0!important;}
	
	#header #languages_block_top ul li.first span.pc{text-align:left; margin-left:5px;}
	#currencies_block_top ul p.first{text-align:left; margin-left:20px;}
	
	.saleextralines{background:url("../img/video-bg-5.png") no-repeat scroll center top rgba(0, 0, 0, 0); height:139px; margin-top:20px; width:100%;}
	
	#bloc_after_slider{width:280px;}
	#bloc_after_slider ul li span{margin-left:80px;}
	
	#more_info_block #more_info_sheets img{height:auto; width:300px;}
	
	#accordion-pm_simplyorder h1 .resume_infos{width:266px!important;}
	
	#left_column #bloc_flash{width:297px;}
	#bloc_flash li{border:0; width:277px;}
	#bloc_flash li .pendule{text-align:left; margin-left:46px; width:136px;}
	#bloc_flash li .hi_cat_descript{width:239px;}
}
@media (min-width: 768px) {
	#footer #blockfooterlinks .footer_link ul{display:block;}
	#bandeau_resp{display:none;}
}

@media (min-width: 1024px) {
	body{background:url(../img/band-gris.png) repeat-x center top;}
	h1#logo{margin-bottom:0;}
	#bloc_header #bandeau{background:#f1f2f4; height:37px;}
	#header #currencies_block_top{background:url(../img/fleche-noire.png) no-repeat 105px center; border-left:solid 1px #ccc; margin-right:0; top:-144px; margin-top:0; padding:5px 10px; right:83px; width:110px;}
	#header #currencies_block_top ul p.first img{display:none;}
	#currencies_block_top ul ul{margin-top:12px;}
	#header #languages_block_top{background:url(../img/fleche-noire.png) no-repeat 63px center; border-left:solid 1px #ccc; top:-144px; margin-top:0; padding:5px 10px; width:65px;}
	#languages_block_top ul ul{margin-top:26px;}
	#languages_block_top ul p.first{padding-left:0;}
	
	#header_nav{position:absolute; right:214px; top:-132px;}
	.w_login{border-color:#ccc; padding:10px;}
	.w_login span.welcome{display:none;}
	
	#bandeau .contact a{background:url(../img/contact.png) no-repeat left center; border-right:solid 1px #ccc; color:#000; display:block; float:left; height:18px; padding:11px 10px 8px 28px;}
	
	.free_shipping{display:none;}
	
	#header #search_block_top{background:none; margin-top:-22px;}
	#header #search_block_top p{height:45px; width:382px;}
	#header #search_block_top input#search_query{background:#fff; border:solid 1px #ccc; height:36px; margin-left:0; width:268px;}
	#header #search_block_top label, #header #search_block_top input.perso2{background:url(../img/bt-search2.png) no-repeat center top; height:38px; margin-left:0; width:42px;}
	
	#header_user #shopping_cart{background: url("../img/fd-panier.png") repeat-x scroll center top; font-size:16px; height:21px; margin-top:-62px; padding-top:9px; padding-bottom:8px; text-align:left; width:230px;}
	#cart_block h4 span, #shopping_cart span{font-size:13px;}
	#header_user #shopping_cart a{background:url(../img/panier3.png) no-repeat left center; margin-left:15px; padding-left:30px;}
	#shopping_cart span#block_cart_collapse, #shopping_cart span#block_cart_expand{background-image:url(../img/fleche-hautbas.png); float:right; height:10px; margin-right:10px; width:6px;}
	#block_cart_expand{background-position:left -10px !important}
	
	#bloc_header{background:url(../img/bg-new2.jpg) no-repeat left 35px;}
	#header{margin-top:-7px;}
	#bloc_header{background-position:0 37px;}
	#header #header_user{margin:0; width:100%;}
	h1#logo{height:71px; margin-top:43px; width:325px;}
	#bloc_logo #logo img{width:100%;}
	
	#cart_block{margin-top:-24px;}
	#categoriesh #cat{}
	
	#currencies_block_top ul p.first{font-weight:bold;}
	#currencies_block_top ul p.first span.curr{font-weight:normal;}
	}
@media (max-width: 1023px) {
	#bloc_header #bandeau{display:none;}
}

#header #categories_block_left{display:none;}

//body{background:url(../img/noel-fonds.jpg) repeat-x center top;}