/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:url("../images/labmag/label_orange.jpg") no-repeat center top #e05a1b; font:12px/1.35 Arial, Helvetica, sans-serif; color:#3C3C3C; text-align:center; -webkit-font-smoothing: antialiased; text-shadow: rgba (0, 0, 0, .01) 0 0 1px; }
body.cms-index-index { background: transparent; }

img           { border:0; vertical-align:top; }

a             { color:#f04d12; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline: 0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { line-height:1.35; color:#3c3c3c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             {  }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.select-cont{ display: inline-block; *display: inline; zoom: 1; height: 24px; line-height: 24px; vertical-align: middle; overflow: hidden; background: url(../images/select-cont.gif) right center no-repeat #ffffff; }
.select-cont select{ width: 120%; height: 24px; line-height: 24px; -webkit-appearance: none; border: none; background-color: transparent; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.wrapper.wraphover{  }
.cms-index-index .wrapper.wraphover{ cursor: pointer; }
.page { margin:0 auto; text-align: left; }
.cms-index-index .page{ position:relative; }
.page-print { background:#ffffff; padding:25px 30px; text-align:left; }
.page-empty { background:#ffffff; padding:20px; text-align:left; }
.page-popup { background:#ffffff; padding:25px 30px; text-align:left; }
.main-container { margin: 0 auto; width: 960px; }
.cms-index-index .main-container { margin: 0 auto; } /* BaderMODIF : Ancienne valeur => margin: 335px auto 0;*/
.main { background-color: #ffffff; }
.checkout-onepage-success .main { padding: 10px; }
.checkout-onepage-success .col-main .page-head { margin-bottom: 20px; }
.checkout-onepage-success .col-main .page-head h3 { font-size: 18px; color: #FB5E09; }
.checkout-onepage-success .col-main .img { float: left; width: 361px; height: 303px; background: url("../images/labmag/success.jpg") repeat scroll 0 0 transparent; }
.checkout-onepage-success .col-main button.orange {
	background: url("../images/labmag/button_orange_right.gif") no-repeat scroll right 1px transparent!important;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: center;
	margin-right: 4px!important;
	margin-top: 10px!important;
	width: auto;
	overflow: visible;
}
.checkout-onepage-success .col-main button.orange span {
	background: url("../images/labmag/button_orange_left.gif") no-repeat scroll 0 0 #FFF!important;
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 10px;
	color: #FFFFFF!important;
	height: 29px;
	line-height: 29px;
}

/* Base Columns */
.col-left { float:left; width:200px; margin-left: 10px; }
.col-main { float:left; width:720px; }
.col-right { float:right; width:200px; margin-right: 10px; }
.catalog-product-view .col-right  { width: 175px; }

.col-left > *, .col-right  > *{ margin-bottom: 10px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin-right: 10px; }
.col2-right-layout .col-main {}
.catalog-product-view .col2-right-layout .col-main { width: 775px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#ffffff; border: 1px solid #dddede; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button{ cursor: pointer; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { 
	overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;
}
button.button > span { 
	display: inline-block; *display: inline; zoom: 1;
	padding: 0 10px;
	height: 25px; line-height: 25px; 
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/btn-btn.gif) left 0 repeat-x transparent; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	color: #ffffff;
}
button.button > span:hover{ background: #b33700; }
button.button > span span {  }

button.button.btn-cart{ display: inline-block; *display: inline; zoom: 1; height: 50px; line-height: 50px; font-size: 0; }
.cms-index-index button.button.btn-cart{ height: 29px; line-height: 29px; }
.cms-index-index button.button{ padding: 0; }
button.button.btn-cart:hover span{ text-decoration: underline; }
button.button.btn-cart > span { 
	display: inline-block; *display: inline; zoom: 1; 
	padding: 0 50px 0 0; 
	height: 50px; line-height: 50px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/catalog/picto-add-to-cart.png) right 2px no-repeat transparent; 
}
button.button.btn-cart > span > span{ display: inline-block; *display: inline; zoom: 1; padding: 0 5px 0 10px; white-space: nowrap; background: url(../images/catalog/btn-add-to-cart.png) left 10px no-repeat transparent; font-size: 14px; color: #ffffff; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

#crosssell-products-list button.button.btn-cart{ margin-top: 2px; }
#crosssell-products-list button.button.btn-cart,
#crosssell-products-list button.button.btn-cart > span{ padding: 0; height: 20px; line-height: 20px; }
#crosssell-products-list button.button.btn-cart > span{ padding: 0 5px; background: #E4580C; }
#crosssell-products-list button.button.btn-cart > span:hover{ background: #EC7838; }
#crosssell-products-list button.button.btn-cart > span > span{ text-decoration: none; font-size: 12px; background: transparent; }
#crosssell-products-list .price-box p{ display: inline-block; *display: inline; zoom: 1; margin-right: 3px; }

button.btn-checkout span {  }
button.btn-checkout span span {  }
button.btn-checkout.no-checkout span {  }
button.btn-checkout.no-checkout span span {  }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }



/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; padding: 10px 0 0 10px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { color: #6A6A6A; }

/* Page Heading */
.page-title {  }
.page-title h1,
.page-title h2 { font-size:20px; color: #616161; }
.cms-index-index .page-title{ padding: 20px 0 15px; }
.cms-index-index .page-title h1{ font-size: 19px; text-align: center; color: #616161; }

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { height: 29px; background-color: #e6e6e6; }
.pager > *{ display: inline-block; *display: inline; zoom: 1; margin: 0; line-height: 29px; vertical-align: top; }
/*.pager .amount { display: none; }*/
.pager .limiter { display: none; }
.pager .limiter label {  }
.pager .limiter select {  }
.pager .pages { margin-right: 20px; padding: 0 15px 0 10px; border-right: solid 2px #ffffff; }
.pager .pages strong{ display: inline-block; *display: inline; zoom: 1; margin-right: 10px; }
.pager .pages ol { display: inline-block; *display: inline; zoom: 1; }
.pager .pages li { display: inline-block; *display: inline; zoom: 1; padding: 0 1px; vertical-align: middle; font-size: 0; }
.pager .pages li > *{ display: block; width: 15px; /*height: 18px;*/ text-align: center; font-size: 16px; background-color: #c8c8c8; color: #363636; }
.pager .pages li > .direction{ background: url(../images/pager-direction.gif) left top no-repeat transparent; }
.pager .pages li > .direction.prev{ background-position: left bottom; }
.pager .pages li > .direction.next:hover{ background-position: right top; }
.pager .pages li > .direction.prev:hover{ background-position: right bottom; }
.pager .pages li > .on, 
.pager .pages li > a:hover{ text-decoration: none; background-color: #f04d12; color: #ffffff; }
.pager .pages li img{ display: none; }
.pager .pages .current {}

/* Sorter */
.sorter {  }
.sorter > *{ display: inline-block; *display: inline; zoom: 1; }
.sorter .view-mode { display: none; }
.sorter .sort-by {  }
.sorter .sort-by > a{ display: none; }
.sorter .sort-by label { margin-right: 10px; }
.sorter .sort-by .select-cont { width: 143px; }
.sorter .sort-by select { padding:0; margin:0; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { font-size: 14px; color: #747474; }
.toolbar strong{ font-weight: normal; }
.toolbar .pager {  }
.toolbar .sorter {  }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table .odd  { background:#ffffff }
.data-table .even { background:#f5f5f5; }

.data-table th { padding: 0 10px; color: #3d3d3d;  }
.data-table td { padding: 18px 10px 10px; }
.data-table td .price-box{ text-align: right; }
.data-table td .price{ color: #4d4d4d; }
.data-table td.product-image img{ margin-top: -8px; border: solid 1px #e0e0e0; }
.data-table td input.qty { margin-top: -8px; width: 28px !important; height: 28px; line-height: 28px; text-align: center; font-weight: bold; color: #4d4d4d; }

.data-table th,
.data-table td { font-weight:bold; border-left: solid 2px #ffffff; }
.data-table tr.odd td{ border-color: #ffffff; }
.data-table tr.even td{ border-color: #f5f5f5; }
.data-table th:first-child,
.data-table td:first-child { border-left: none; }

.data-table thead th { height: 37px; line-height: 37px; background-color: #DEDEDE; }
.data-table thead th.product-name { width: 549px; }
.data-table thead th.unit-price { width: 93px; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#ffffff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {  }
.data-table tfoot tr.first {  }
.data-table tfoot tr { height: 37px; line-height: 37px; background-color: #3a3a3a; }
.data-table tfoot td { padding: 0 10px; }
.data-table tfoot strong { }

.data-table tbody th,
.data-table tbody td {  }
/* Bundle products tables */
.data-table tbody.odd tr { background:#ffffff !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.cms-page-view .main{ padding: 0 20px; }
.std .subtitle { margin-bottom: 20px; padding: 0; color: #de4f0f; }
.std button { padding: 0 10px; height: 29px; line-height: 29px; white-space: nowrap; background: #E63B06; border: none; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.std button:hover { background-color: #d04800; }
.std p, .std ul { margin-bottom: 25px; font-size: 13px; color: #454545; text-align:justify; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; }
.std dl dt { font-weight: bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width: 17px; height: 18px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Mini-contact */

.cms-faire-votre-devis-personnalise {
}
.cms-faire-votre-devis-personnalise h3 {
	color:#EA642E;
}
.cms-faire-votre-devis-personnalise .col1-set .head {  }
.cms-faire-votre-devis-personnalise .col1-set .head a {
	float: left;
	padding-left:425px;
}
.cms-faire-votre-devis-personnalise .col1-set .head span {  }
.cms-faire-votre-devis-personnalise .col1-set .head h3 {
	color:#3C3C3C;
}
.cms-faire-votre-devis-personnalise .col1-set .head img {
	float:left;
	margin-right:10px;
}
.cms-faire-votre-devis-personnalise .col1-set .content {
	border-top: 1px solid #E9E7E7;
	border-left:1px solid #E9E7E7;
	border-right:1px solid #E9E7E7;
	background-color: #FFF;
	padding:10px;
	width:733px;
	overflow:auto;
}
.cms-faire-votre-devis-personnalise .col1-set .footer {
	background:url("../images/labmag/dashboard_account_footer_block_entier.png") no-repeat 0 0 transparent;
	height:6px;
	width:755px;
}
.cms-faire-votre-devis-personnalise .page-head { margin-top:20px; }
.cms-faire-votre-devis-personnalise .col1-set {  }
.contacts-index-index .contact .head {
	background:url("../images/labmag/block_chapeau_contact.png") repeat scroll 0 0 transparent;
	height:54px;
	padding-left:10px;
	padding-top:20px;
}
.contacts-index-index .contact .head h4 {
	color:#FFF;
}
.contacts-index-index .contact .content {
	background:url("../images/labmag/block_chapeau_contact_background.png") repeat scroll 0 0 transparent;
	height:174px;
	padding:10px;
	margin-bottom:10px;
}
.contacts-index-index .contact .content li span {
	font-weight: bold;
	color:#659513;
}
/*page installeurs*/

.cms-trouvez-installateurs-agrees .col-main h2 {
	margin:10px 0;
}
.cms-trouvez-installateurs-agrees .col-main ul {
	margin:0 !important;
}
.cms-trouvez-installateurs-agrees .col-main ul li {
	color:#E95227;
	font-size:14px;
	font-weight:bold;
	height:70px;
	list-style-position:inside;
	margin-top:0 !important;
	width:600px;
	padding:10px;
}
.cms-trouvez-installateurs-agrees .col-main ul li.even {
	background-color:#F4F3F3;
}
.cms-trouvez-installateurs-agrees .col-main ul li.odd {
	background-color:#FFFFFF;
}
.cms-trouvez-installateurs-agrees .col-main ul li .societe {
	font-size:14px;
	color:#E95227!important;
}
.cms-trouvez-installateurs-agrees .col-main ul li .departement {
	font-size:14px;
	color:#E95227!important;
}
.cms-trouvez-installateurs-agrees .col-main ul li .parenthese {
	color:#000;
}
.cms-trouvez-installateurs-agrees .col-main ul li .mini-left {
	color:#000000;
	float:left;
	font-size:11px;
	margin-left:14px;
	margin-top:10px;
	width:200px;
}
/* Mini-contact-installateur agree */
.formulaire-index-index li {
	margin-bottom:5px;
}
.formulaire-index-index input {
	width:156px;
}
.formulaire-index-index .input-box {
	float:left;
	width:170px;
}
.formulaire-index-index .formcol-left {
	float:left;
	width:360px;
}
.formulaire-index-index .formcol-right {
	float:left;
	width:360px;
}
.formulaire-index-index .contact .head {
	background:url("../images/labmag/block_chapeau_contact.png") repeat scroll 0 0 transparent;
	height:54px;
	padding-left:10px;
	padding-top:20px;
}
.formulaire-index-index .contact .head h4 {
	color:#FFF;
}
.formulaire-index-index .contact .content {
	background:url("../images/labmag/block_chapeau_contact_background.png") repeat scroll 0 0 transparent;
	height:174px;
	padding:10px;
}
.formulaire-index-index .contact .content li span {
	font-weight: bold;
	color:#659513;
}
.formulaire-index-index h3 {
	color:#EA642E;
}
.formulaire-index-index .col1-set .head {
	background:url("../images/labmag/dashboard_account_chapeau_block_entier.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	width:745px;
	padding:10px 0 0 10px;
}
.formulaire-index-index .col1-set .head a {
	float: left;
	padding-left:425px;
}
.formulaire-index-index .col1-set .head span {
	background:url("../images/labmag/block_chapeau_picto_dashboard_newsletter.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:35px;
	width:40px;
	margin:-8px 10px 0 -5px;
}
.formulaire-index-index .col1-set .head h3 {
	color:#3C3C3C;
}
.formulaire-index-index .col1-set .head img {
	float:left;
	margin-right:10px;
}
.formulaire-index-index .col1-set .content {
	border-left:1px solid #E9E7E7;
	border-right:1px solid #E9E7E7;
	background-color: #FFF;
	padding:10px;
	width:733px;
	overflow:auto;
}
.formulaire-index-index .col1-set .footer {
	background:url("../images/labmag/dashboard_account_footer_block_entier.png") no-repeat 0 0 transparent;
	height:6px;
	width:755px;
}
/*  404 */
.cms-no-route {
}
.cms-no-route .middle-container h3 {
	color:#E27039;
	margin-bottom:20px;
	margin-top:5px;
}
.cms-no-route .middle-container dt.border {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
}
.cms-no-route .middle-container a:link {
	color:#E27039;
	text-decoration: none;
}
.cms-no-route .middle-container a:visited {
	color:#E27039;
	text-decoration: none;
}
.cms-no-route .middle-container a:hover {
	color:#E27039;
	text-decoration: underline;
}
.cms-no-route .middle-container a:active {
	color:#E27039;
	text-decoration: none;
}
.cms-no-route .middle-container ul li span {
	background:url("../images/labmag/block_advancedsearch_fleche_orange.jpg") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:15px;
	margin-left:14px;
	margin-right:10px;
	width:15px;
}
.cms-no-route .middle-container ul {
	margin-top:10px;
}
.cms-no-route .middle-container ul li {
	height:22px;
}
.cms-no-route .middle-container img {
	margin:20px;
}
.cms-no-route .middle-container .topSearch {
	display:inline;
	float:left;
	margin-left:35px;
}

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#fffffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#ffffff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { background: url("../images/bg-header-new.jpg") repeat-x scroll 0 0 #ffffff; }

#header-content{ position: relative; margin: 0 auto; width: 960px; }
/*#header-content > .right{ display: inline-block; *display: inline; zoom: 1; width: 264px; vertical-align: top; }*/
/**+html #header-content > .right{ float: none !important; margin-left: 5px; }*/
#header-content > .right{ position: absolute; top: 0; right: 0; float: none !important; display: inline-block; *display: inline; zoom: 1; width: 276px; vertical-align: top; }
#header-content > .right .connexion{ 
	display: inline-block; *display: inline; zoom: 1; 
	height: 24px; line-height: 24px; 
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 10px; 
	font-weight: bold; 
	color: #6a6a6a; 
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #efefef);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#efefef');*/ /* IE6-IE9 */
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
#header-content > .right .connexion:hover{ 
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #efefef, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #efefef, #ffffff); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #efefef, #ffffff); /* IE10 */
	background-image: -o-linear-gradient(top, #efefef, #ffffff); /* Opera 11.10+ */
	background-image: linear-gradient(top, #efefef, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#efefef', EndColorStr='#efefef'); /* IE6-IE9 */
}
#header-content > .right .connexion span{ display: block; padding: 0 8px 0 29px; background: url(../images/btn-connexion.png) left top no-repeat transparent; }
#header-content > .right .create{ float: right; display: inline-block; *display: inline; zoom: 1; height: 24px; line-height: 24px; font-size: 11px; color: #6a6a6a; }
#header-content > .right .create a{ color: #ff6214; }
#header-content > .right .acces a{  }
#header-content > .right .block-cart{ margin-top: 5px; width: 99%; background-color: #ffffff; cursor: pointer; }
#header-content > .right .block-cart .block-content{ padding: 8px 0 5px; text-align: center; background-color: #ec7838; }
#header-content > .right .block-cart .block-content a{ font-weight: bold; color: #2c2c2c; }
#header-content > .right .block-cart .block-title{ padding: 0 5px; line-height: 23px; border: none; background-color: #e4580c; border-bottom: solid 1px #ffffff; }
#header-content > .right .block-cart .block-title strong{ display: inline-block; *display: inline; zoom: 1; line-height: 23px; font-size: 14px; background-position-y: center; color: #ffffff; }

#header-top { font-size: 0; background-color: #2c2c2c; color: #ffffff; }
#header-top > *{ margin: 0 auto; width: 960px; height: 26px; line-height: 26px; text-align: right;  font-size: 12px;}
#header-top > * > p{ display: inline-block; *display: inline; zoom: 1; margin: 0 auto; padding: 0 10px; height: 18px; line-height: 16px; vertical-align: middle; border-right: solid 1px #565656; font-weight: bold; }
#header-top > * > p span:first-child{ margin-right: 3px; }
#header-top > * > p > *{ display: inline-block; *display: inline; zoom: 1; vertical-align: middle; }
#header-top > * > p.livraison{ padding-right: 0; border-right: none; }
#header-top > * > p .label{ text-transform: uppercase; line-height: 16px; font-size: 10px; }
#header-top > * > p.service-client .content{ font-size: 15px; color: #ff5500; }
#header-top > * > p.appel-etranger .label{ color: #969696; }

.header-container .header { padding-top: 5px; border-top: solid 1px #ffffff; border-bottom: solid 1px #C8C8C7; overflow: visible !important; }
.header-container .header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header-container .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header-container .header h1.logo { margin:0; }
.header-container .header .quick-access { display: inline-block; *display: inline; zoom: 1; }
.header-container .header .welcome-msg { margin:0; color:#ffffff; text-align:right; }
.header-container .header .form-search { position: relative; z-index: 9051; margin-top: 8px; height: 29px; line-height: 29px; font-size: 0; }
*+html .header-container .header .form-search { z-index: 1001; width: 418px; }
.header-container .header .form-search label { display: inline-block; *display: inline; zoom: 1; font-size: 12px;background: url("../images/home/search_text.png") no-repeat scroll 0 0 transparent;height: 32px;width: 86px;}
*+html .header-container .header .form-search label { float: left; }
.header-container .header .form-search input.input-text {background: url("../images/home/search_glass.png") no-repeat scroll 0 0 transparent;padding-left: 29px;float: right; display: inline-block; *display: inline; zoom: 1; width: 280px; height: 26px; line-height: 23px; vertical-align: top; font-size: 12px; border: solid 1px #E65700; }
.header-container .header .form-search input.input-text { height: 23px\9; }
.header-container .header .form-search button.button { position: absolute; top: 1px; right: 1px; display: inline-block; *display: inline; zoom: 1; font-size: 11px; background-color: #F04D12; color: #ffffff; }
.header-container .header .form-search button.button > span { padding: 5px 5px 0px; height: 25px; background: none; }
.header-container .header .form-search button.button:hover {background-color:#ff802e }
.header-container .header .form-search button.button > span span {  }
.header-container .header .form-search button.button span { font: bold 11px/23px Arial, Helvetica, sans-serif; }
.header-container .header .form-search .search-autocomplete { z-index:999; top: 29px !important; left: 86px !important; }
.header-container .header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header-container .header .form-search .search-autocomplete li { padding:2px 8px 1px 8px; text-align:left; font-size: 11px; border-bottom:1px solid #f4eee7; color: #000000; cursor:pointer; }
.header-container .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-container .header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header-container .header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header-container .header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header-container .header .form-language select { padding:0; }
.header-container .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header-container .header .links { float:right; margin:0 0 6px; }
.header-container .header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header-container .header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { 
	position: relative; 
	clear: both;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#f0f0f0'); /* IE6-IE9 */
}
#nav { 
	margin: 0 auto; 
	width: 960px; 
	height: 50px; 
	white-space: nowrap;
	text-align: center; 
	font-size: 0;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#f0f0f0'); /* IE6-IE9 */
}

/* 1er niveau : level-0 */
#nav > li{ display: inline-block; *display: inline; zoom: 1; white-space: normal; vertical-align: top; font-size: 12px; border-bottom: solid 2px #E30041; }
#nav > li > a { display: inline-block; *display: inline; zoom: 1; padding: 0 9px; max-width: 105px; max-width: 101px\9; height: 48px; line-height: 48px; border-right: solid 1px #eaeaea;  }
#nav > li:first-child > a {border-left: solid 1px #eaeaea;  }
#nav > li > a > span{ display: inline-block; *display: inline; zoom: 1; line-height: 14px; vertical-align: middle; color: #3c3c3c; font-weight: bold;  }

/* ============= */
/* = Sous-menu = */
/* ============= */

#nav > li > .sub { position: absolute; top: 48px; left: 50%; margin-left: -480px; z-index: 998; display: none; padding: 6px 8px 15px; width: 944px; text-align: left; background-color: #E30041; }
#nav > li:hover > .sub { display: block }

#nav > li > .sub > .category_name { height: 25px; line-height: 25px; font-size: 20px; font-weight: bold; color: #ffffff; }
#nav > li > .sub > .sousmenu { padding: 5px 10px 0; background-color: #ffffff; }

#nav > li > .sub > .sousmenu .category-cover { float: right; margin-bottom: 20px; }

#nav > li > .sub > .sousmenu > ul {
    float: left;
    width: 900px;

    -webkit-column-count:4;
    -webkit-column-break-inside:avoid;
    -moz-column-count:4;
    -moz-column-break-inside:avoid;
    column-break-inside:avoid;
    column-count:4;

}

#nav > li > .sub > .sousmenu > ul > li {
    display: inline-block; *display: inline; zoom: 1;
    margin-left: 5px;
    margin-bottom: 10px;
    line-height: 16px;
    vertical-align: top;
    font-size: 12px;
    *width: 230px;
}

#nav > li > .sub > .sousmenu img { float:left!important; margin-right:-1px; margin-bottom:15px }

#nav > li > .sub.no-css-columns > ul {
    float: left;
    width: 240px;
}

#nav > li > .sub.no-css-columns > ul > li {
    width: auto;
}

#nav > li#menu-118 > .sub > .sousmenu > ul > li {
    margin-bottom: 7px;
}

#nav > li > .sub > .sousmenu > ul > li > a { display: block; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #d9003e; }
#nav > li > .sub > .sousmenu > ul > li li {
    line-height: 14px;
}
#nav > li > .sub > .sousmenu ul > li li a {
	text-decoration: none;
    color: #4C4C4C;
    font-size: 11px;
}

#nav > li#menu-118 > .sub > .sousmenu > ul > li > a { margin-bottom: 0; text-transform: none; font-size: 11px; }


/* ========================== */
/* = Navigation par marques = */
/* ========================== */

#nav .brands { margin-bottom: 10px; padding: 0 10px 0 5px; height: 33px; line-height: 33px; background-color: #f0f0f0; }
#nav .brands strong {  }
#nav .brands ul {  }
#nav .brands strong, #nav .brands ul { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; height: 33px; line-height: 33px; }
#nav .brands ul li {
    display: inline-block;
    *display: inline; zoom: 1;
    margin-left: 8px;
    line-height: 15px;
    *padding-top: 5px;
}
#nav .brands ul li a { text-transform: uppercase; text-decoration: underline; font-weight: normal; font-size: 14px; color: #d9003e; }
#nav .brands ul li a:hover { text-decoration: none; }


#nav-under{ margin: 0 auto; width: 960px; height: 31px; line-height: 31px; text-align: right; background: #ffffff; }
.cms-index-index #nav-under{   /*background: url(../images/menu/submen.png) left center repeat transparent;Modif Bader*/ z-index: 799; position: absolute; top: 202px; left: 50%; margin-left: -480px; background: transparent; }

#nav-under > div{ margin: 0 auto; width: 960px; }
#nav-under > div ul{  position: relative; z-index: 9; padding-right: 10px; }
#nav-under ul li{ display: inline-block; *display: inline; zoom: 1; height: 100%;  vertical-align: top;}
#nav-under ul li a{ display: inline-block; *display: inline; zoom: 1; margin-left: 8px; text-transform: uppercase; font-weight: bold; background-position: top right; background-repeat: no-repeat; background-color: transparent; color: #ffffff; }
#nav-under ul li a span{ display: inline-block; *display: inline; zoom: 1; margin: 0 5px 0 -5px; background-position: top left; background-repeat: no-repeat; background-color: transparent; }
#nav-under ul li a.devis{ margin-top: 3px; line-height: 25px; vertical-align: top; background-image: url(../images/menu/nav-under-devis.png); }
#nav-under ul li a.devis span{ padding: 0 4px 0 7px; background-image: url(../images/menu/nav-under-devis.png); }
#nav-under ul li a:hover{ background-position: bottom right; }
#nav-under ul li a:hover span{ background-position: bottom left; }
#nav-under ul li a.ventes{ margin-top: 2px; line-height: 26px; vertical-align: top; background-image: url(../images/menu/nav-under-ventes.png); }
#nav-under ul li a.ventes span{ padding: 0 4px 0 20px; background-image: url(../images/menu/nav-under-ventes.png); }


/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  }
.block .block-title {  }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content {  }
.block .block-content .free-shipping{ margin-top: 5px; font-weight: bold; font-size: 10px; color: #fefefe; }
.block .block-content li.item {  }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd {  }
.block li.even {  }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini cart ajaxpro */	

.ajaxcartpro_confirm {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 0 8px #999999;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 8px #999999;
	border-radius:5px;
	box-shadow:0 0 8px #999999;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-120px;
	padding:10px;
	position:fixed;
	text-align:center;
	top:240px !important;
	z-index: 999;
	border: 2px solid #D2D2D2;
}
.cms-index-index .page > .ajaxcartpro_confirm{ position: fixed; }
.ajaxcartpro_progress {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 0 8px #999999;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 8px #999999;
	border-radius:5px;
	box-shadow:0 0 8px #999999;
	background-color:#FFFFFF;
	left:43%;
	padding:10px;
	position:absolute;
	text-align:center;
}
.ajaxcartpro_confirm a.orange {
	background:url("../images/labmag/button_orange.png") no-repeat scroll right top transparent;
	border:medium none;
	float:right;
	margin-right:4px;
	margin-top:10px;
	outline:medium none;
	padding-right:15px;
	float:left;
	margin-left:80px;
}
.ajaxcartpro_confirm a.orange span {
	background:url("../images/labmag/button_orange.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	margin:0 0 0 -10px;
	outline:medium none;
	padding-left:16px;
}
.ajaxcartpro_confirm a.brown {
	background:url("../images/labmag/button_brown.png") no-repeat scroll right top transparent;
	border:medium none;
	float:right;
	margin-right:4px;
	margin-top:10px;
	outline:medium none;
	padding-right:15px;
	float:left;
	margin-left:60px;
}
.ajaxcartpro_confirm a.brown span {
	background:url("../images/labmag/button_brown.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin:0 0 0 -10px;
	outline:medium none;
	padding-left:18px;
}
.ajaxcartpro_confirm #aw_acp_continue {
}
.ajaxcartpro_confirm #aw_acp_checkout {
}
.ajaxcartpro_confirm #aw_acp_checkout:hover {
	text-decoration: none;
}

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#ffffff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#ffffff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {  }
.block-layered-nav .block-subtitle { margin-top: 10px; height: 35px; line-height: 35px; text-transform: uppercase; text-align: center; background-color: #e4580c; color: #fff; }
.block-layered-nav .block-content {  }
.block-viewed .block-title,
.block-layered-nav dt { line-height: 36px; height: 36px; text-transform:uppercase; text-align: center; font-size: 15px; background: #3C3C3C; color: #ffffff; }
.block-viewed .block-title strong{ display: inline-block; *display: inline; zoom: 1; padding: 0; line-height: 16px; vertical-align: middle; }
.block-layered-nav dd {  }
.block-layered-nav dd.last { background:none; }
.block-layered-nav dd > ol > li{ font-size: 0;  }
.block-layered-nav dd > ol > li > *{ font-size: 11px; }
.block-layered-nav dd > ol > li > a{
	display: block;
	height: 36px;
	line-height: 36px;
	text-transform:uppercase; 
	font-weight: bold; 
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#d9d9d9'); /* IE6-IE9 */
	color: #3C3C3C;
}
.block-layered-nav dd > ol > li > a{
	background-color: #d9d9d9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d9d9d9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ededed, #d9d9d9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ededed, #d9d9d9); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ededed, #d9d9d9); /* IE10 */
	background-image: -o-linear-gradient(top, #ededed, #d9d9d9); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ededed, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#d9d9d9'); /* IE6-IE9 */
}
.block-layered-nav dd > ol > li > a > span{ display: inline-block; *display: inline; zoom: 1; padding-left: 14px; line-height: 13px; vertical-align: middle; background: url(../images/catalog/layered-arrow.png) 2px -34px no-repeat transparent;  }
.block-layered-nav dd > ol > li > a.active > span{ background-position: 2px 2px; }
.block-layered-nav dd > ol > li ul{ padding: 5px 0; }
.block-layered-nav dd > ol > li ul li a{ display: inline-block; *display: inline; zoom: 1; padding-left: 14px; line-height: 21px; color: #6e6e6e; }
.block-layered-nav dd > ol > li ul li a span{ display: inline-block; *display: inline; zoom: 1; line-height: 13px; vertical-align: top; }
.block-layered-nav dd > ol > li > .sub{ display: none; }
.block-layered-nav dd > ol > li > .sub > .category_name{ display: none; }
.block-layered-nav dd > ol > li > .sub > .sousmenu > .brands{ display: none; }
.block-layered-nav dd > ol > li > .sub > .sousmenu > img{ display: none; }
.block-layered-nav dd > ol > li > .sub > .sousmenu > ul{  }
.block-layered-nav dd > ol > li > .sub > .sousmenu > ul li{  }
.block-layered-nav dd > ol > li > .sub > .sousmenu > ul li a{ color: #3C3C3C; }
.block-layered-nav dd > ol > li > .sub > .sousmenu > ul li a span{ display: inline-block; *display: inline; zoom: 1; padding-left: 14px; line-height: 17px; vertical-align: middle; }
.block-layered-nav .currently li { background:#ffffff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(../images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#ffffff; border:1px solid #ffffff; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background: url(../images/i_block-cart.png) left center no-repeat transparent; }
.block-cart .summary { background:#ffffff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { display: inline-block; *display: inline; zoom: 1; margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { display: inline-block; *display: inline; zoom: 1; padding-left: 2px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#ffffffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }
.block-viewed .block-content { padding-top: 5px; height: 190px; background: #C8C8C7; }
#recently-viewed-items li a{ display: block; height: 165px; overflow: hidden; text-align: center; color: #3c3c3c; }
#recently-viewed-items li a img{ margin: 0 auto 5px; }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label {  }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button > span { padding: 0; height: auto; line-height: 23px; background: none; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid {  }
.products-grid.last {  }
.products-grid .price-box {  }
.products-grid .availability {  }
.products-grid .actions { font-size: 0; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid {  }

.products-grid li.item{ display: inline-block; *display: inline; zoom: 1; position: relative; margin: 20px 25px 5px; vertical-align: top; width: 142px;  text-align: center; }
.products-grid li.item{  }
.products-grid li.item.first{ margin-left: 0; }
.products-grid li.item.last{ margin-right: 0; }
.products-grid li.item .product-image{ display: inline-block; *display: inline; zoom: 1; border: solid 1px #efefef; }
.products-grid li.item .product-name{ float: none; margin: 5px auto; width: 120px; height: 39px; line-height: 39px; overflow: hidden; }
.products-grid li.item .product-name a{ display: inline-block; *display: inline; zoom: 1; line-height: 13px; vertical-align: middle; text-decoration: none; font-size: 11px; color: #3c3c3c; }
.products-grid li.item .product-name a:hover{ text-decoration: underline; color: #e63b06; }
.products-grid li.item .price-box { float: none; }
.products-grid li.item .price-box > *,
.products-grid li.item .price{ display: inline-block; *display: inline; zoom: 1; float: none; margin: 0; line-height: 22px; vertical-align: middle; width: auto; color: #3c3c3c; }
.products-grid li.item .price-box .minimal-price-catalog{ display: none; }
.products-grid li.item .price-box .special-price{ }
.products-grid li.item .link-wishlist{ 
	position: absolute; 
	top: 105px; 
	right: 1px; 
	padding: 0; 
	width: 21px; 
	height: 20px; 
	font-size: 0; 
	background:url(../images/landing/wishlist.png) left top no-repeat #b3b3b3;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.products-grid li.item .link-wishlist:hover{ background-color: #E63B06; }
.products-grid li.item .link-wishlist > span{ display: none; z-index: 9; position: absolute; top: -7px; left: 24px; padding-left: 20px; white-space: nowrap; background:url(../images/landing/infobulle.png) left top no-repeat; }
.products-grid li.item .link-wishlist:hover > span{ display: inline-block; *display: inline; }
.products-grid li.item .link-wishlist > span span{ display: inline-block; *display: inline; padding-right: 10px; line-height: 32px; background:url(../images/landing/infobulle.png) right top no-repeat; font-weight: bold; font-style: italic; font-family: Georgia, "DejaVu Serif", Norasi, serif; font-size: 10px; color: #e63b06; }
.products-grid li.item .old-price .price-label{ display: none; }
.products-grid li.item button.button span span{ padding: 0; text-transform: uppercase; font-size: 11px; background: transparent; }
.products-grid li.item .sub{ display: none; z-index: 8; position: absolute; top: -25px; left: -15px; padding: 251px 0px 12px; width: 172px; box-shadow: 0px 0px 10px -2px black; background-color: white; }
.products-grid li.item .sub{ width: 170px\9; border: solid 1px #efefef\9; }
.products-grid li.item .sub .description{ padding: 0 15px 2px; text-align: justify; font-size: 10px; color: #828282; }
.products-grid li.item .sub button{ display: inline-block; *display: inline; zoom: 1; }
.products-grid li.item .sub .link-compare,
.product-view .product-essential .right .link-compare{ display: inline-block; *display: inline; zoom: 1; padding-left: 20px; line-height: 18px; text-decoration: none; background:url(../images/landing/loupe.gif) left top no-repeat; font-size: 11px; color: #e63b06; }
.product-view .product-essential .right .link-compare{ margin-top: 5px; }
.product-view .product-essential .right .link-wishlist{ display: none; }
.products-grid li.item .sub .add-to-links{ margin-top: 0;/*bader modif*/display: none; }
.product-view .product-essential .right .link-compare:hover,
.products-grid li.item .sub .link-compare:hover{ text-decoration: underline; }

.products-grid li.item .sub .btn-cart{ position: relative; margin-left: 5px; width: 49px; height: 48px; vertical-align: top; font-size: 0; border: none; background:url(../images/landing/addtocart.png) right top no-repeat; cursor: pointer; }
.products-grid li.item .sub .btn-cart:hover{ background-position: right bottom; }
.products-grid li.item .sub .btn-cart > span{ display: none; z-index: 9; position: absolute; top: 8px; left: 45px; padding: 0 0 0 10px; white-space: nowrap; background:url(../images/landing/infobulle.png) left top no-repeat; }
.products-grid li.item .sub .btn-cart:hover > span{ display: inline-block; *display: inline; }
.products-grid li.item .sub .btn-cart > span span{ display: inline-block; *display: inline; padding: 0 10px; line-height: 32px; background:url(../images/landing/infobulle.png) right top no-repeat; font-weight: bold; font-style: italic; font-family: Georgia, "DejaVu Serif", Norasi, serif; font-size: 10px; color: #e63b06; }
.products-grid li.item button.button{ padding: 0; height: 34px; line-height: 29px; }
.products-grid li.item .sub .button.button{ margin-top: 10px; }
.products-grid li.item .button.button > span{ display: block; padding: 0 8px; height: 29px; white-space: nowrap; font: bold 11px/29px Arial, Helvetica, sans-serif; background:url(../images/degrade.png) center top repeat-x #E63B06; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #ffffff; }
.products-grid li.item .button.button:hover > span{ background-position-y: bottom; }
.products-grid li.item .minimal-price-link{ display: none; }
.products-grid li.item:hover .sub{ display: block; }
.products-grid li.item:hover .product-image,
.products-grid li.item:hover .product-name,
.products-grid li.item:hover .price-box{ z-index: 9; position: relative; }
.products-grid li.item:hover .link-wishlist{ z-index: 10; }
.products-grid li.item:hover button.button span span{  }
.products-grid li.item:hover .percentage-reduction{ z-index: 10; }

/* View Type: List */
#products-list{ padding: 5px 0 25px; }
.products-list li.item { margin-top: 20px; height: 159px; border-bottom: solid 1px #dbdbdb; }
.products-list li.item.last {  }
.products-list .product-image { float:left; display: block; width: 158px; height: 148px; line-height: 148px; text-align: center; border: solid 1px #b7b7b7; }
.products-list .product-image  img{ vertical-align: middle; }
.products-list .product-shop { float: right; width: 550px; }
.products-list .product-name { height: 38px; line-height: 38px; font-weight: bold; font-size: 16px; border-bottom: solid 1px #E40A48; }
.products-list .product-name a { display: inline-block; *display: inline; zoom: 1; line-height: 1em; text-decoration: none; color: #5A5A5A; }
.products-list .details { display: inline-block; *display: inline; zoom: 1; padding-left: 10px; width: 228px; height: 120px; vertical-align: top; }
.products-list .addtobox { z-index: 1; position: relative; display: inline-block; *display: inline; zoom: 1; width: 152px; height: 120px; vertical-align: top; background: url(../images/catalog/addtobox-back.jpg) left center repeat-y transparent; }
.products-list .addtobox .delai-livraison { 
	display: inline-block; *display: inline; zoom: 1; 
	margin-top: 30px; margin-left: 20px; 
	padding: 0 7px; 
	height: 25px; line-height: 25px;
	background-color: #2ab621; 
	border-radius: 3px; 
	color: #fff; 
}
.products-list .addtobox .button.button.btn-cart{ position: absolute; top: 65px; left: 12px; }
.products-list .prices { position: relative; display: inline-block; *display: inline; zoom: 1; width: 160px; height: 121px; font-family: Arial, sans-serif; background: url(../images/catalog/list-prices-back.jpg) left center no-repeat transparent; }
.products-list .prices > * { margin-left: 10px; text-align: center; color: #ffffff; }
.products-list .prices > .eco-taxe { font-size: 10px; }
.products-list .price-box { margin-top: 22px; }
.products-list .no-rating { margin-top: 20px; margin-left: 15px; width: 135px; line-height: 1em; text-align: center; font-size: 11px; }
.products-list a.be-first { display: block; margin-top: 5px; text-decoration: underline; font-size: 9px; color: #de4f0f; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { margin-top: 12px; padding-right: 5px; }
.products-list .desc .shortdesc{ height: 42px; line-height: 14px; overflow: hidden; font-size: 11px; color: #747474; }
.products-list .desc .product-garantie{ display: inline-block; *display: inline; zoom: 1; margin-top: 19px; padding-left: 25px; height: 26px; line-height: 26px; vertical-align: top; font-size: 13px; background: url(../images/catalog/produit-garantie.jpg) left center no-repeat #ffffff; color: #ffffff; }
.products-list .desc .product-garantie > div{ display: inline-block; *display: inline; zoom: 1; padding-right: 7px; line-height: 26px; background: url(../images/catalog/produit-garantie.jpg) right center no-repeat #ffffff; }
.products-list .desc .free{ display: inline-block; *display: inline; zoom: 1; margin-top: 17px; padding-left: 5px; line-height: 26px; height: 26px; font-size: 13px; }
.products-list .desc .link-more { /*display: block;*/ display: none; font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings, .product-view .no-rating { 
	margin: 10px 0 0; 
	padding: 5px 0 3px;
	width: 152px;
	text-align: center;
	line-height: 1em; 
	font-size:11px; 
}
.product-view .ratings, .product-view .no-rating{ background-color: #de4f0f; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.ratings a { text-decoration: underline; }
.product-view .ratings a { color: #ffffff; }
.product-view .no-rating .be-first { display: block; margin-bottom: 5px; }
.product-view .no-rating a { font-weight: bold; color: #ffffff; }
.ratings a:hover { text-decoration: none; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:90px; height:17px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:17px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { margin: 5px auto; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; line-height: 19px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { }
.product-view .product-shop .availability {  }
.product-view .product-shop .availability span {  }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {  }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { font-size: 17px; color:#c76200; }
.products-list .regular-price .price { font-size: 26px; }
.regular-price .price { color:#ffffff; }
.product-view .right .regular-price .price { font-size: 30px; }
.landing-grid .regular-price .price { font-size: 17px; color:#3c3c3c; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { display: none; white-space:nowrap; color:#999; }
.old-price .price { line-height: 1em; font-size: 14px; font-weight: normal; text-decoration:line-through; color:#ffffff; }
.product-view .right .old-price .price { font-size: 18px; }
.landing-grid .old-price .price { margin-right: 4px !important; color:#3c3c3c; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { display: none; font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { line-height: 1em; font-size: 15px; font-weight:bold; color:#ffffff; }
.products-list .special-price .price { font-size: 26px; }
.product-view .right .special-price .price { font-size: 30px; }
.landing-grid .special-price .price { color: #d84712; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#000000;}
.minimal-price-link .price { font-weight:normal; color:#000000; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0 5px 0 10px; height: 22px; line-height: 22px; font-size: 16px; color:#555; }
.add-to-cart .qty-controls { display: inline-block; *display: inline; zoom: 1; height: 22px; line-height: 22px; white-space: nowrap;  font-size: 0; }
.add-to-cart .qty-controls a, 
.qtyGestion a.plius, .qtyGestion a.minus{ display: inline-block; *display: inline; zoom: 1; width: 15px; height: 15px; line-height: 15px; vertical-align: middle; background: url(../images/catalog/product/qty-controls.png) left top no-repeat transparent; color: #ffffff; }
.add-to-cart .qty-controls a.plus, .qtyGestion a.plius{ background-position-x: right; }
.add-to-cart .qty-controls a:hover{ background-position-y: bottom; }
.add-to-cart .qty { display: inline-block; *display: inline; zoom: 1; margin: 0 3px; padding-right: 8px; width: 19px !important; height: 1em; line-height: 1em; vertical-align: top; text-align: right; font-size: 16px; background-color: #dededf; border: solid 1px #d0d0d0; color:#555; }
.add-to-cart button.button { float:left; }
.product-view .add-to-cart button.button { float: right; }

/* Add to Links + Add to Cart */
.add-to-box {  }
.add-to-box .add-to-cart { position: relative; padding-top: 11px; width: 167px; height: 80px; background: url(../images/catalog/product/product-view-addto.png) left center no-repeat transparent; }
.catalog-product-view .free{ margin-top: -4px; width: 153px; height: 32px; line-height: 32px; text-align: center; background: url(../images/catalog/product/product-view-livraison-gratuite.jpg) left center repeat-x #ffffff; color: #ffffff; }
.catalog-product-view .free span{ display: inline-block; *display: inline; zoom: 1; vertical-align: bottom; padding-left: 35px; height: 28px; line-height: 28px; background: url(../images/catalog/product/product-free.png) left center no-repeat transparent; color: #ffffff; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.add-to-box .add-to-cart button.button.btn-cart > span > span{ font-size: 13px; }

.product-view {  }

.product-essential {  }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-essential .right{ width: 175px; }
.product-essential .right > .floatable{ position: fixed; top: 31px; }
.product-essential .right .product-brand{ width: 165px; height: 95px; text-align: right; }
.product-essential .right .product-brand img{ border: solid 1px #f0f0f0; }
.product-essential .right .prices{ position: relative; width: 153px; padding-top: 13px; text-align: center; background: url(../images/catalog/product/product-view-prices.jpg) left top no-repeat #e4580c; }
.product-essential .right .prices .price-box{ height: 62px; }
.percentage-reduction{ position: absolute; top: -21px; right: -16px; width: 48px; height: 49px; line-height: 49px; text-align: center; font-size: 17px; background: url(../images/catalog/product/product-promo.png) left center no-repeat transparent; color: #ffffff; }
.products-grid .percentage-reduction{ 
	top: -5px; 
	right: 0; 
	padding: 0 5px; 
	width: auto; 
	height: 20px; line-height: 20px; 
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: #de4f0f; 
	color: #ffffff; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.product-essential .right .prices .eco-taxe{ font-size: 10px; color: #ffffff; }
.product-collateral { margin-bottom: 25px; width: 775px; }
.product-collateral > * { padding-left: 20px; }
.ul-collateral { margin: 20px 0; height: 36px; line-height: 36px; }
.std h1,
.contacts-index-index h1,
.catalog-seo-sitemap-category h1,
.catalog-seo-sitemap-product h1,
.contacts-revendeur-index h1{ clear: both; margin: 15px 0 20px -20px; padding-left: 10px; height: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold; font-size: 30px; border-left: solid 15px #E30041; color: #E30041; }
.std h2, .product-collateral h2 { clear: both; margin: 15px 0 10px -20px; padding-left: 10px; height: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold; font-size: 25px; border-left: solid 15px #2b2b2b; color: #2b2b2b; }
.cms-index-index .std h1{ margin: 0; padding: 10px 60px 0px; height: auto; text-transform: none; line-height: 28px; text-align: center; font-size: 19px; border: none; color: #616161; }
.cms-index-index .std h2{ margin: 0; border: none; }
.cms-index-index .std .home-h2{  
	background: url(../images/home-h2.png) left center repeat-x transparent;  
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.cms-index-index .std .marques-home-title{ 
	height: 23px; line-height: 23px;
	background-color: #e7e7e7;
}
.cms-index-index .std .marques-home-title h2{ 
	display: inline-block; *display: inline; zoom: 1;
	padding-left: 26px;
	height: 23px; line-height: 23px;
	text-transform: uppercase; 
	font-size: 14px; 
	background: url(../images/home/top-marques-home.png) 6px center no-repeat transparent; 
	color: #6a6a6a;
}
.cms-index-index .std .marques-home-title a{ 
	float: right;
	display: inline-block; *display: inline; zoom: 1;
	margin-top: 2px;
	margin-right: 2px;
	padding: 0 5px;
	height: 19px; line-height: 19px;
	vertical-align: middle;
	background-color: #ff5400;
	color: #ffffff;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.cms-index-index .std .home-h2 h2{ padding-left: 40px; height: 45px; line-height: 45px; font-size: 20px; background: url(../images/star.png) 8px center no-repeat transparent; color: #ffffff; }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .left { width: 240px; }
.product-collateral .right { width: 500px; }
.product-view .landing-grid{ margin-left: -15px; }
.product-view .landing-grid .products-grid li.item{ margin-right: 5px; margin-left: 5px; }

.product-view #product-configurable{ width: 752px; padding-left:20px; }
.product-view #product-configurable .data-table thead th{ background-color: #e86214; color: #ffffff; }
.product-view #product-configurable .data-table td{ padding: 0 10px; height: 75px; line-height: 75px; border-bottom: solid 1px #ff893f; border-left: solid 2px #f0f0f0; }
*+html .product-view #product-configurable .data-table td{ padding-top: 15px; height: 60px; line-height: 60px; }
.product-view #product-configurable .data-table td:first-child{ border-left: none; }
.product-view #product-configurable .data-table td > *{ display: inline-block; *display: inline; zoom: 1; line-height: 15px; vertical-align: middle; }
.product-view #product-configurable table tr td.addto{ padding-top: 3px; }
.product-view #product-configurable .qtyGestion { height: 48px; line-height: 48px; white-space: nowrap; }
.product-view #product-configurable .qtyGestion { height: 48px; line-height: 48px; white-space: nowrap; }
.product-view #product-configurable .qtyGestion > span a{ display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 49px; height: 48px; font-size: 0; background: url(../images/catalog/product/config-addtocart.png) left center no-repeat transparent; }
.product-view #product-configurable .qtyGestion input{ margin-top: 0; width: 18px !important; height: 18px; line-height: 18px; vertical-align: middle; text-align: center; }

.product-view #ul-collateral{ 
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	width: 755px;
	height: 43px; line-height: 43px;
	text-transform: uppercase;
	font-size: 13px; 
	font-weight: bold; 
	color: #de4f0f; 
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#eeeeee'); /* IE6-IE9 */
}
.product-view #ul-collateral li{ display: inline-block; *display: inline; zoom: 1; padding: 0 10px; border-right: solid 1px #ffffff; border-left: solid 1px #e7e7e7; }
.product-view #ul-collateral li.first{ padding-left: 0; border-left: none; }
.product-view #ul-collateral li.last{ border-right: none; }
.product-view #ul-collateral li a{ color: #3d3d3d; }
.product-view #ul-collateral li a:hover,
.product-view #ul-collateral li a.current{ text-decoration: none; color: #de4f0f; }

/* Product Images */
.product-view .product-img-box { float:left; margin-left: 10px; width: 318px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin: 0 0 8px; height: 316px; border: solid 1px #EAEAEA; }
.product-view .product-img-box .product-image .image{ display: block; height: 296px; line-height: 296px; text-align: center; }
.product-view .product-img-box .product-image.replace .image{ padding: 5px 0; height: 120px; line-height: 120px; text-align: center; }
.product-view .product-img-box .product-image.replace .image img{ border: solid 1px #EAEAEA; }
.product-view .product-img-box .product-image.replace .image img.r_product{ border: 2px solid #C93916; }
.product-view .product-img-box .product-image.replace .arrow{ text-align: center; }
.product-view .product-img-box .product-image .btn-zoom{ display: block; vertical-align: top; margin-left: 7px; padding-left: 13px; height: 13px; line-height: 13px; text-align: left; font-size: 14px; font-weight: bold; background: url(../images/catalog/product/btn-zoom-product.gif) left center no-repeat #ffffff; color: #d64413; }
.product-view .product-img-box .product-image img{ vertical-align: middle; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border: 1px solid #e9e9e9; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float: left; width: 445px; }
.col1-layout .product-view .product-shop { float: left; width: 445px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { float: left; margin: 0 0 15px 10px; width: 765px; }
.product-view .replaced { 
	display: inline-block; *display: inline; zoom: 1;
	padding: 5px 10px;
	width: 700px;
	background-color: #E63B06;
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.product-view .replaced a{ display: inline-block; *display: inline; zoom: 1; padding-left: 10px; text-decoration: underline; font-weight: bold; color: #ffffff; }
.product-view .replaced a:hover{ text-decoration: none; }
.category-ventes-flash .product-essential .product-name{  width: 735px; }
.product-view .product-name h1 { margin:0; font:bold 19px/1.35 Arial, Helvetica, sans-serif; color: #E30041; }
.product-view .product-shop .product-tools{ position: relative; }
.product-view .product-shop .product-tools > *{ display: inline-block; *display: inline; zoom: 1; line-height: 16px; vertical-align: middle; text-transform: uppercase; text-transform: uppercase; font-size: 10px; }
.product-view .product-shop .product-tools .ref{ font-size: 12px; font-weight: bold; color: #686868; }
.product-view .product-shop .availability { margin: 0 5px 0 10px; padding-left: 5px; height: 16px; line-height: 16px; background: url(../images/catalog/product/availability.png) left top no-repeat transparent; color: #ffffff; }
.product-view .product-shop .availability span{ display: inline-block; *display: inline; zoom: 1; padding-right: 5px; background: url(../images/catalog/product/availability.png) right top no-repeat transparent; }
.product-view .product-shop .availability.out-of-stock { background-position: left -32px; }
.product-view .product-shop .availability.out-of-stock span { background-position: right -32px; }
.product-view .product-shop .product-tools .addthis_toolbox{ margin-top: 5px; margin-left: 10px; display: block; }
.product-view .product-shop .short-description { margin: 7px 0 0; padding: 10px 10px 7px; font-size: 11px; background-color: #e7e7e7; color: #747474; }
.product-view .product-shop .short-description > a{ display: inline-block; *display: inline; zoom: 1; margin-top: 5px; text-decoration: underline; color: #d64413; }
.product-view .product-shop .short-description > a:hover { text-decoration: none; }

.product-view .product-shop .email-friend{ margin-right: 5px; margin-left: 10px; }

.product-view .product-shop .print,
.product-view .product-shop .email-friend { display: inline-block; *display: inline; zoom: 1; margin-top: 10px; }

.product-view #kwixo_btn { display: inline-block; *display: inline; zoom: 1; float: right; margin-top: 6px; }
.product-view #kwixo_btn ul{ font-size: 0; }
.product-view #kwixo_btn ul li{ display: inline-block; *display: inline; zoom: 1; }
.product-view #kwixo_btn ul li:hover{ background-color: #e7e7e7; }

.product-view #livraison { clear: both; margin-top: 25px; padding-left: 10px; }
.product-view #livraison .freeshipping{ display: inline-block; *display: inline; zoom: 1; height: 51px; line-height: 51px; }
.product-view #livraison > .shipping-info{ 
	float: right;
	display: inline-block; *display: inline; zoom: 1; 
	padding: 15px 10px 10px;
	width: 105px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;  
	border: solid 1px #dfdfdf;
	color: #525252;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#eaeaea'); /* IE6-IE9 */
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.product-view #product-attribute { clear: both; margin-top: 10px; padding-left: 10px; }
.product-view #product-attribute .product-attribute { 
	display: inline-block; *display: inline; zoom: 1; 
	margin-right: 5px;
	padding-left: 4px; 
	height: 28px; 
	line-height: 28px; 
	font-size: 0;
	background: url(../images/catalog/product/product-attribute.png) left center no-repeat #ffffff; 
	-moz-box-shadow:0 0 1px 0 #000000; -webkit-box-shadow:0 0 1px 0 #000000; box-shadow:0 0 1px 0 #000000;
}
.product-view #product-attribute .product-attribute span{ 
	display: inline-block; *display: inline; zoom: 1; 
	padding-right: 4px; 
	height: 28px; 
	line-height: 28px; 
	font-weight: bold; 
	font-size: 13px; 
	background: url(../images/catalog/product/product-attribute.png) right center no-repeat #ffffff; color: #ffffff; 
}
.product-view #product-attribute .product-attribute span img{ margin-top: 5px; }

.product-view #telechargement { margin-top: 10px; }
.product-view #telechargement p.content{
	display: inline-block; *display: inline; zoom: 1;
	margin-left: 10px;
	padding: 0 7px 0 2px;
	height: 26px;
	line-height: 26px;
	border: solid 1px #dfdfdf;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #ebebeb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #ebebeb); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #ebebeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#ebebeb'); /* IE6-IE9 */
}
.product-view #telechargement p.content .pdf{ display: inline-block; *display: inline; zoom: 1; margin-right: 8px; width: 24px; height: 24px; line-height: 24px; vertical-align: middle; background: url(../images/catalog/product/product-pdf.gif) left center no-repeat transparent; }
.product-view #telechargement p.content a{ font-weight: bold; color: #616161; }

.product-view .product-shop .print a,
.product-view .product-shop .email-friend a{ position: relative; }

.product-view .product-shop .print a > span,
.product-view .product-shop .email-friend a > span{ display: none; }

.product-view .product-shop .print a:hover > span,
.product-view .product-shop .email-friend a:hover > span{
	display: inline-block; *display: inline; zoom: 1;
	z-index: 9; 
	position: absolute; 
	top: -3px; 
	left: 27px; 
	padding-left: 10px; 
	white-space: nowrap; 
	background:url(../images/landing/infobulle.png) left top no-repeat;
}

.product-view .product-shop .print a > span span,
.product-view .product-shop .email-friend a > span span{ display: inline-block; *display: inline; padding: 0 10px; line-height: 32px; background:url(../images/landing/infobulle.png) right top no-repeat; font-weight: bold; font-style: italic; font-family: Georgia, "DejaVu Serif", Norasi, serif; font-size: 10px; color: #e63b06; }

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#ffffffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews { padding: 0 0 10px 0; width: 728px; }
.product-view .box-reviews #customer-reviews{ float: left; width: 429px; }
#customer-reviews .pager{ clear: both; }
.product-view .box-reviews h2{ 
	margin-bottom: 30px;
	padding-left: 20px;
	height: 43px; line-height: 43px;
	text-transform: uppercase;
	font-size: 13px; 
	font-weight: bold; 
	color: #de4f0f; 
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffffe', EndColorStr='#eeeeee'); /* IE6-IE9 */
}
.product-view .box-reviews .data-table{ border: none; }
.product-view .box-reviews .input-box{ width: auto; }
.product-view .box-reviews .input-box input.input-text,
.product-view .box-reviews .input-box textarea{ padding-left: 10px; width: 260px; font-family: Georgia, serif; font-size: 11px; color: #686868; border: none; }

.product-view .box-reviews .form-list li{ margin-bottom: 10px; }
.product-view .box-reviews .input-box .italic{ font-style: italic; }
.product-view .box-reviews label{ display: none; }

.product-view .box-reviews .form-add .review-nologged { font-weight: bold; }

.product-view .box-reviews .form-add { float: right; width: 288px; }
.product-view .box-reviews .form-add fieldset{ padding: 10px 8px 5px; background-color: #de4f0f; }
.product-view .box-reviews .form-add fieldset .bebasneue{ margin-bottom: 10px; text-transform: uppercase; font-weight: bold; font-size: 13px; color: #ffffff; }
.product-view .box-reviews .form-add .buttons-set{ text-align: center; }
.product-view .box-reviews .form-add button.btn{ 
	float: none; 
	display: inline-block; *display: inline; zoom: 1;
	margin-top: 7px;
	padding: 0 8px;
	height: 29px; line-height: 29px;
	font-size: 12px; 
	font-weight: bold;
	color: #ffffff;
	border: none; 
	background-color: #fc7901;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc7901), to(#d44114)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fc7901, #d44114); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #fc7901, #d44114); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fc7901, #d44114); /* IE10 */
	background-image: -o-linear-gradient(top, #fc7901, #d44114); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fc7901, #d44114);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fc7901', EndColorStr='#d44114'); /* IE6-IE9 */
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.product-view .box-reviews > dl { float: left; padding-top: 15px; padding-left: 10px; width: 410px; }
.product-view .box-reviews > dl dt{ padding-bottom: 5px; font-size: 12px; color: #838383; }
.product-view .box-reviews > dl dt a{ display: inline-block; *display: inline; zoom: 1; padding-right: 5px; line-height: 14px; font-size: 15px; font-weight: bold; background: url(http://www.labelhabitation.com/skin/frontend/refonte/default/images/product-colateral.gif) left center no-repeat #ffffff; color: #3c3c3c; }
.product-view .box-reviews > dl dt span{ font-size: 15px; font-weight: bold; }
.product-view .box-reviews > dl dd{ margin-bottom: 20px; padding: 10px 15px 5px 10px; background-color: #F5F5F5; }
.product-view .box-reviews > dl dd .ratings-table{ margin-bottom: 5px; }
.product-view .box-reviews > dl dd .description{ line-height: 21px; font-size: 11px; font-family: Georgia, "DejaVu Serif", Norasi, serif; font-style: italic; color: #686868; }
.product-view .box-reviews > dl small{ float: right; color: #686868; }

/* Notation Produit ================================================================================ */

/* Affichage des notes dans les commentaires publiés */
#product-review-table .ratings-table th {
    font-style: normal;
    font-weight: bold;
    padding-right: 8px;
}
#product-review-table .rating-box {
	background: url("http://www.labelhabitation.com/skin/frontend/refonte/default/images/ratings/stars_bg.gif") repeat-x scroll 0 100% transparent;
	height: 13px;
	width: 95px;
}
#product-review-table .rating-box .rating {
    background: url("http://www.labelhabitation.com/skin/frontend/refonte/default/images/ratings/stars.gif") repeat-x scroll 0 100% transparent;
    float: left;
    height: 13px;
}

/* Notation dans le form */
#product-review-table .rating-container, #customer-reviews .form-list li  {
	line-height: 33px;
	background-color: #ffffff;
}
#product-review-table  { margin-bottom: 10px; }
#customer-reviews .form-list li label, #customer-reviews .form-list li .input-box{
	display: inline-block; *display: inline; zoom: 1;
	padding-left: 10px;
	width: auto;
}
#customer-reviews .form-list li .input-box input{
	margin-left: 5px;
	border: none;
}
#customer-reviews .form-list li .input-box textarea{
	padding-top: 10px;
	width: 425px;
	border: none;
}
#product-review-table .rating-container {  }
#product-review-table #input-message-box {
	display: inline-block; *display: inline; zoom: 1;
	padding-left: 10px;
	font-weight: bold;
	line-height: 24px;
	color: #3C3C3C;
	position: relative;
}
#product-review-table #input-message-box em {
	float: right;
	font-style: normal;
	color: #EB340A;
	position: absolute;
	top: 0;
	right: -8px;
}
#product-review-table fieldset.rating {
	margin-left: 7px;
	padding: 0;
	display: inline-block;
	*display: inline; zoom: 1;
	vertical-align: middle;
	width: 95px;
	font-size: 9px;
	background-color: #ffffff;
}
#product-review-table .rating:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0,0,0,0);
}
#product-review-table .rating-container a.star {
	cursor: pointer;
	display: block;
	float: right;
	font-size: 165%;
	line-height: 1.2;
	color: #d6d6d6;
	width: 1em;
	padding: 0 2px;
}
#product-review-table .rating-container a.star:hover,
#product-review-table .rating-container a.star.active,
#product-review-table .rating-container a.star.checked {
	color: #F0C808 ;
	text-decoration: none;
}
#product-review-table .rating:not(:checked) > label {
	float: right;
	width: 1em;
	padding: 0 2px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 165%;
	line-height: 1.2;
	color: #d6d6d6;
	background-color: #ffffff;
}

#product-review-table .rating > input:checked ~ label {
	color: #F0C808;
}
#product-review-table .rating:not(:checked) > label:hover,
#product-review-table .rating:not(:checked) > label:hover ~ label {
	color: #F0C808 ;
}
#product-review-table .rating > input:checked + label:hover,
#product-review-table .rating > input:checked + label:hover ~ label,
#product-review-table .rating > input:checked ~ label:hover,
#product-review-table .rating > input:checked ~ label:hover ~ label,
#product-review-table .rating > label:hover ~ input:checked ~ label {
	color: #F0C808;
}
#product-review-table .rating > label:active {
	position: relative;
}

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a {  }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#ffffff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-index-index .wrapper { background: transparent; }
#home-style { position: absolute; width: 100%; height: 100%;  }

.cms-index-index .page > *{ position: relative; }
.not-ie .cms-index-index .page > *{ z-index: 1; }
.not-ie .cms-index-index .page > .nav-container{ z-index: 2; }
.not-ie .cms-index-index .page > .header-container{ z-index: 3; }
/*.not-ie .cms-index-index #nav > li{ z-index: 0; }*/
#home-style{ z-index: 0; }

#slider-home { height: 100%;  }
#slider-home .flex-viewport{ height: 100%;  }
#slider-home .slides{ height: 100%;  }
#slider-home .slides li{ height: 100%; cursor: pointer; }
#slider-home .slides li img{ display: none;  }
#slider-home .flex-control-nav{ z-index: 990; top: 540px; left: 50%; margin-left: -480px; width: 960px; }
#slider-home2 .flex-control-nav{ z-index: 990; bottom: 15px; left: 50%; margin-left: -480px; width: 960px; }
/**+html #slider-home2 .flex-control-nav{ margin-left: 0; }*/
#slider-home .flex-control-nav li{ margin: 0 5px; }
#slider-home .flex-control-nav li:first-child{ margin-left: 0; }
#slider-home .flex-control-nav li a{ 
	width: 15px; 
	height: 15px; 
	background-color: #ffffff; 
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#slider-home .flex-control-nav li a:hover { background-color: #ffffff; opacity:0.7;-moz-opacity:0.7;-webkit-opacity:0.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
#slider-home .flex-control-nav li a.flex-active { background-color: #ffffff; opacity:0.9;-moz-opacity:0.9;-webkit-opacity:0.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
.cms-index-index .home-content .home-left { float: left; margin-bottom: 36px; padding-left: 10px; width: 200px; }
.left-tools{  }
.left-tools li{ margin-bottom: 5px; line-height: 55px; text-align: center; }
.left-tools li a{ display: block; background: url(../images/left-tools.png) left top no-repeat transparent; }
.left-tools li a:hover{ background-position: left bottom; }
.left-tools li a > span{ display: inline-block; *display: inline; zoom: 1; padding: 0 5px; line-height: 16px; vertical-align: middle; text-transform: uppercase; font-weight: bold; font-size: 14px; color: #ffffff; }
.left-tools li a img{ vertical-align: middle; }
.left-tools li a span{ font-size: 14px; }
.left-tools li a span.mini{ text-transform: none; font-size: 10px; }
.cms-index-index .home-content .home-left .encart-product-left{ margin: 10px 0; }
.cms-index-index .home-content .home-left .encart-pub-left{ margin: 10px 0; }
.cms-index-index .home-content .content { float: right; padding-right: 10px; width: 720px; }
.cms-index-index .home-content .content .encarts-home li{ float: left; }
.cms-index-index .home-content .content .encarts-home li:first-child{ margin-right: 10px; }

/* list-cat */

.list-cat {  }
.list-cat-landing {  }
.feature-middle > ul { margin-bottom: 10px; padding: 15px 0 2px 10px; border: solid 10px #DDD; border-top: none; border-bottom: none; }
.list-cat > ul > li { 
	display: inline-block; *display: inline; zoom: 1; 
	margin: 0 20px 13px 0; 
	width: 168px; 
	vertical-align: top; 
	background: #ffffff; 
	-moz-box-shadow:0px 5px 5px -4px #000000; -webkit-box-shadow:0px 5px 5px -4px #000000; box-shadow:0px 5px 5px -4px #000000;
}
.cms-index-index .list-cat > ul > li { 
		height: 201px; 
		background: url(../images/home/featured-back-a.jpg) left top no-repeat #ffffff; 
}
.list-cat-landing > ul > li { margin-right: 16px; }
.list-cat > ul > li.last { margin-right: 0; }
.list-cat > ul > li .listing { height: 100px; text-align: center; }
.list-cat > ul > li:hover .listing { background: url(../images/home/featured-listing.png) left top repeat transparent; }
.cms-index-index .list-cat > ul > li .listing { height: 166px; text-align: left; }
.list-cat > ul > li .listing.not-home a{ display: block; height: 100px; line-height: 100px; border: solid 1px #D9D9D9; border-top: none; background-color:#ffffff; }
.list-cat > ul > li .listing.not-home a img{ vertical-align: middle; }
.list-cat > ul > li .listing ul{ display: none; padding: 5px 0 0 7px; height: 150px; overflow: hidden; }
.list-cat > ul > li:hover .listing ul{ display: block; }
.list-cat > ul > li .listing li { line-height: 15px; font-size: 10px; }
.list-cat > ul > li .listing li a { color:#d925ac; }
.list-cat > ul > li.last { margin-right:0; }
.list-cat > ul > li .header { text-align:center; }
.list-cat > ul > li .content {
	float:right;
	padding-top:3px;
	text-align:center;
    margin: 0 6px 0 0;
	position:relative;
	width:120px;
}

.list-cat > ul > li .header h2 { margin: 0; padding: 0 20px; height: 35px; line-height: 35px; text-transform: uppercase; border: none; background: url(../images/home/featured-home.png) left 0 repeat transparent; font-size: 11px; }
.list-cat > ul > li .header h2 a { display: inline-block; *display: inline; zoom: 1; line-height: 1; vertical-align: middle; color:#ffffff; }
.list-cat > ul > li .header h2 a:hover { color:#ffffff; text-decoration:none; }
.feature-middle > ul > li .product-name {
    letter-spacing: -0.1em;
    line-height: 13px;
}
.feature-middle > ul > li .product-name a {
	display:block;
	font-size:11px;
    text-align: center;
}

.feature-middle > ul > li .zone-name, .feature-middle > ul > li .zone-price {
    text-align:center;
}
.feature-middle > ul > li .zone-price .price-box {
    float:none;
	line-height: 12px;
	margin:5px 0 0;
}
.feature-middle > ul > li .zone-price .price-box p {
    text-align:center;
}
.feature-middle > ul > li .zone-price .price-box .price,
.feature-middle > ul > li .zone-price .price-box .label {
    color:#3c3c3c;
    font-size:12px;
}
.feature-middle > ul > li .zone-price .price-box strong {
    display:none;
}
.feature-middle > ul > li .zone-price .old-price .price {
	font-size:11px;
	font-weight:normal;
	text-decoration: line-through;
}
.feature-middle > ul > li .zone-name {
	font-size:11px;
}
.feature-middle .button-more {
    background-color:#ffffff;
    background: url("../images/labmag/bkg-btn-rayon.jpg") repeat-x scroll 0 0 transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #eaeaea;
    bottom:5px;
    left:30px;
    color:#3c3c3c;
    clear:both;
    height:34px;
    line-height:34px;
    vertical-align:middle;
    display:inline-block;
    padding:0 5px;
    *display:inline; zoom:1;
    margin:7px auto 10px;
    position:absolute;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}
.feature-middle .button-more span {
    display:inline-block;
    *display:inline; zoom:1;
    line-height:14px;
    vertical-align:middle;
}
.feature-middle .button-more:hover {
    background:#eee;
    text-decoration:none;
}
.feature-middle .button-more:active {
    background-color:#e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ffffff)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e3e3e3, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e3e3e3, #ffffff); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e3e3e3, #ffffff); /* IE10 */
    background-image:      -o-linear-gradient(top, #e3e3e3, #ffffff); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #e3e3e3, #ffffff); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff'); /* IE */
    text-decoration:none;
}
/* feature-sidebar */
.feature-sidebar {
	border:1px solid #E9E7E7;
	margin-bottom:10px;
}
.feature-sidebar a {
	display:block;
	text-decoration:none;
	height:131px;
	position:relative;
	width:200px;
}
.feature-sidebar a .zone-price {
	background:url("../images/labmag/feature_sidebar_promo.png") no-repeat scroll 0 0 transparent;
	bottom:0;
	height:46px;
	position:absolute;
	right:0;
	width:87px;
	text-align:center;
}
.feature-sidebar a .zone-price .price-box {
	float: none;
	margin-left: 10px;
	margin-top: 10px;
}
.feature-sidebar a img {
	border:1px solid #E9E7E7;
}



/*** MANUFACTURERS ***/
.manufacturers h1{ margin-bottom: 25px; text-transform: uppercase; font-size: 27px; font-weight: bold; color: #e30041; }

#manufacturers-slider { clear:both; margin-bottom: 36px; background: url(../images/manufacturers/manufacturers-home-back.png) left center repeat-y transparent; }
#manufacturers-slider .header { height: 23px; line-height: 23px; background-color: #e7e7e7; }
#manufacturers-slider .header h2 {  }
#manufacturers-slider .header h2 a { color: #6a6a6a; }
#manufacturers-slider ol { overflow:hidden; _overflow:visible; zoom:1; }
#manufacturers-slider ol li { float:left; width:127px; height:100px; margin:0 5px; }
#manufacturers-slider ol li a { display:block; height:100px; line-height:100px; text-align:center; }
#manufacturers-slider ol li a img { vertical-align:middle; max-width:100%; max-height:100%; -moz-transition:opacity .2s ease-in-out; -webkit-transition:opacity .2s ease-in-out; transition:opacity .2s ease-in-out; }
#manufacturers-slider ol li a:hover img {
	opacity:.75; filter:alpha(opacity=75);
}

#brand-description { margin-bottom: 30px; overflow:hidden; _overflow:visible; zoom:1; }
#brand-description img { float: left; margin: 0 10px 10px 0; }
#brand-description p { margin-bottom:10px; }

#all-brands dl { margin-bottom:15px; }
#all-brands dt { font-size: 18px; font-weight: bold; }
#all-brands div { float: left; }


/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin: 20px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0 20px !important; font-weight:bold; }
.page-sitemap .sitemap li.level-1 { margin:10px 0 0 50px !important; }
.page-sitemap .sitemap li.level-2 { margin:10px 0 0 100px !important; }
.page-sitemap .sitemap li.level-3 { margin:10px 0 0 130px !important; }
.page-sitemap .sitemap li.level-4 { margin:10px 0 0 160px !important; }
.page-sitemap .sitemap li.level-0 a { color:#E30041; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }
#checkout-breadcrumbs{ position: relative; z-index: 6; margin-bottom: 20px; height: 101px; font-size: 0; background-color: #f4f4f4; background: url(../images/cart/cart_step_back.png) left 0 repeat-x transparent; }
#checkout-breadcrumbs li{ 
	position: relative; 
	z-index: 2;
	display: inline-block; *display: inline; zoom: 1; 
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: -36px;
	padding: 0 36px;
	width: 144px; 
	height: 93px; 
	text-align: center;
	background: url(../images/cart/cart-step.png) left -95px no-repeat transparent;
}
#checkout-breadcrumbs li.last{ background-position: left -282px; }
#checkout-breadcrumbs li:hover, 
#checkout-breadcrumbs li.active{ background-position: left -1px; }
#checkout-breadcrumbs li.bc-cart{ z-index: 5; margin-left: 0; padding: 0 36px; }
#checkout-breadcrumbs li.bc-cart.active,
#checkout-breadcrumbs li.bc-cart:hover{ background-position: left -188px; }
#checkout-breadcrumbs li.bc-login{ z-index: 4; }
#checkout-breadcrumbs li.bc-shipping{ z-index: 3; }
#checkout-breadcrumbs li.bc-payment{ z-index: 2; }
#checkout-breadcrumbs li.bc-review{ z-index: 1; }
#checkout-breadcrumbs li a{ text-decoration: none; }
#checkout-breadcrumbs li a .num{ display: block; margin: 20px auto 7px; width: 37px; height: 37px; line-height: 37px; text-align: center; font-size: 22px; background: url(../images/cart/cart_step_num.png) left bottom no-repeat transparent; color: #ffffff; }
#checkout-breadcrumbs li.active a .num{ background-position: left top; color: #4d4d4d; }
#checkout-breadcrumbs li a .stepname{ display: inline-block; *display: inline; zoom: 1; text-transform: uppercase; font-size: 14px; font-weight: bold; color: #4d4d4d; }
#checkout-breadcrumbs li.active a .stepname{ color: #ffffff; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }

/* Shopping Cart Table */
.cart-table th { white-space: nowrap; }
.cart-table td {  }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td {  }
.cart-table .btn-continue {  }
.cart-table .btn-continue span,
.cart-table .btn-update span {  }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding: 10px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border: 1px solid #dedede; padding: 10px; }
.cart .crosssell h2 { text-transform: uppercase; font-size: 15px; font-weight: bold; color: #3a3a3a; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { line-height: 13px; font-weight: normal; }
.cart .crosssell .product-name a{ font-weight: normal; font-size: 11px; color: #3a3a3a; }
.cart .crosssell .price-box .price{ font-weight: normal; font-size: 11px; color: #3a3a3a; }
.cart .crosssell .price-box .special-price .price{ font-weight: bold; font-size: 14px; color: #f75c05; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #dedede; padding:10px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {  }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align: center; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; display: inline-block; *display: inline; zoom: 1; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); color: #3a3a3a; }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:299px; background: url(../images/cart/cart-totals.png) right bottom no-repeat #e14f00; }
.cart .totals table { width:100%; color: #ffffff; }
.cart .totals table tbody{ display: none; }
.cart .totals td { padding: 0 15px 0 5px; font-weight: bold; }
.cart .totals tr.last td {}
.cart .totals tfoot tr { height: 28px; line-height: 28px; text-transform: uppercase; font-size: 15px; font-weight: bold; }
.cart .totals tfoot tr.grand { height: 50px; line-height: 50px; background-color: #ef6900; }
.cart .totals tfoot tr.grand .price{ font-size: 20px; }
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { }
.cart .totals .checkout-types li { clear:both; margin:10px 0; text-align: center; }
.cart .totals button.button{ display: inline-block; *display: inline; zoom: 1; }
.cart .totals .checkout-types li button.button{  }
.product-essential .right a.gotocart span,
.cart .totals .checkout-types li button.button > span{ 
	padding: 0 35px;
	height: 47px; line-height: 47px;
	font-weight: bold;
	font-size: 17px;
	background-color: #d0d1d0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d0d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fefefe, #d0d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #fefefe, #d0d1d0); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fefefe, #d0d1d0); /* IE10 */
	background-image: -o-linear-gradient(top, #fefefe, #d0d1d0); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fefefe, #d0d1d0);*/
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#d0d1d0'); /* IE6-IE9 */
	-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	color: #3a3a3a;
}
.product-essential .right a.gotocart span{ display: block; /*margin-top: 20px;*/ height: 47px; line-height: 20px; width: 82px; text-decoration: none; text-align: center; font-size: 15px; }
.product-essential .right a.gotocart:hover{ text-decoration: none; }
.cart .totals .checkout-types li button.button > span{ text-transform: uppercase; }
.product-essential .right a.gotocart span:hover,
.cart .totals .checkout-types li button.button > span:hover{ 
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d1d0), to(#fefefe)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d0d1d0, #fefefe); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #d0d1d0, #fefefe); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #d0d1d0, #fefefe); /* IE10 */
	background-image: -o-linear-gradient(top, #d0d1d0, #fefefe); /* Opera 11.10+ */
	background-image: linear-gradient(top, #d0d1d0, #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0d1d0', EndColorStr='#fefefe'); /* IE6-IE9 */
}
.cart .totals #mini-form{ position: relative; }
.cart .totals #mini-form .zone-form{ 
	display: none; 
	position: fixed; z-index: 999;
	top: 10px;
	left: 50%;
	margin-left: -155px;
	padding: 25px 10px 15px;
	width: 280px;
	background-color:#FFFFFF;
	border: 2px solid #D2D2D2;
	-moz-box-shadow:0 0 8px #999999; -webkit-box-shadow:0 0 8px #999999; box-shadow:0 0 8px #999999;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.cart .totals #mini-form .zone-form #cboxClose{ top: 5px; right: 5px; }
.cart .totals #mini-form .zone-form p{ line-height: 30px; }
.cart .totals #mini-form label{ width: 130px; }
.cart .totals #mini-form input,
.cart .totals #mini-form textarea{ width: 130px; }
.cart .totals #mini-form select{ width: 134px; }
.cart .totals #mini-form label,
.cart .totals #mini-form input,
.cart .totals #mini-form textarea,
.cart .totals #mini-form select{ display: inline-block; *display: inline; zoom: 1; line-height: 14px; vertical-align: middle; }

.cart .totals button.button.purple,
.totals #mini-form button.button{ height: 34px; margin-bottom: 18px; }
.cart .totals button.button.purple > span,
.cart .totals #mini-form button.button > span{ padding: 0; width: 204px; height: 34px !important; line-height: 34px!important; background: url(../images/cart/devis.png) left top no-repeat transparent; }
.cart .totals button.button.purple > span:hover,
.cart .totals #mini-form button.button > span:hover{ background-position: left bottom; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
#opc-payment .sp-methods { padding-left: 20px; }
.sp-methods img { display: inline-block; *display: inline; zoom: 1; }
.sp-methods dt { font-weight:bold; }
#opc-payment .sp-methods dt { display: inline-block; *display: inline; zoom: 1; padding-left: 50px; height: 72px; line-height: 72px; }
.sp-methods img, .sp-methods dt { margin-top: 20px; }
.sp-methods dd { display: block; }
.sp-methods dd li { margin:5px 0;  }
#opc-payment .sp-methods dd li { margin: 5px 0 !important; padding: 16px; border: solid 1px #dedede; background-color: #FCEDE5; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#ffffff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-cart-index .main, .checkout-onepage-index .main{ padding: 10px; }

.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .col2-set:first-child .col-1,
.opc .col2-set:first-child .col-2{ padding-left: 20px; width: 45%; }
#co-shipping-method-form > *{ padding-left: 20px; }
.opc .buttons-set { margin: 25px 0 0; padding: 10px 15px; background: none repeat scroll 0 0 #2C2C2C; border: medium none; color: #ffffff; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

input.input-text:focus, select:focus, textarea:focus { background-color:#FCEDE5 }

.opc { position:relative; }
.opc li.section { display: none; }
.opc li.section.active { display: block; }
.opc .form-list{ margin-top: 10px; padding-left: 20px; }
.opc li .data-table thead th{ white-space: nowrap; }
.opc li .data-table tfoot tr{ text-transform: uppercase; background-color: #DEDEDE; color: #000000; }
.opc li .data-table tfoot tr.grand{ background-color: #F65A04; color: #ffffff; }
.opc label { color:#3c3c3c; margin-bottom:5px }
.opc input { padding:8px; border: 1px solid #DBDBDB }
.opc select { padding:7px; border: 1px solid #DBDBDB }
.opc .back-link a { display: inline-block; *display: inline; zoom: 1; padding: 0 10px; height: 25px; line-height: 25px;	text-transform: uppercase; text-decoration:none; font-weight: bold; background: url(../images/btn-btn.gif) left top repeat-x transparent; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #ffffff; }

.opc .step-title {  }
.opc .step-title .number {  }
.opc .step-title h2 {  }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {  }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number { display: none; }
.opc .active .step-title .secure,
.opc .active .step-title h2 { float: left; position: relative; margin: 0; padding: 5px 15px; text-transform: uppercase; font-size: 13px; font-weight: bold; background: none repeat scroll 0 0 #F65A04; border: medium none; color: #FFFFFF; }
.opc .active .step-title .secure { float: right; text-transform: none; clear: both; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding: 25px 20px; background-color: #ECECEC; border:none; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { margin-bottom: 15px; padding-left:0; text-transform:uppercase; font-size:15px; font-weight:bold; background-image:none; color:#f65a04; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-login .col-1 h4 { margin-top: 20px; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin: 10px 0 0 -20px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height: 280px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .data-table td.last{ text-align: right; }
#opc-review .data-table td.last .price {  }
#opc-review .data-table tr.grand td.last .price { font-weight: bold; font-size: 18px; color: #fff; }

#checkout-step-payment{ background-image: url(../images/checkout/onepage/paiementsecurise.png); background-position: right center; background-repeat: no-repeat; }
#checkout-step-payment .form-list{ margin: 0; padding: 0; }
#checkout-step-payment .checkmo-mailing-address p{ clear: both; text-align: left; }
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#ffffff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 {  }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#ffffff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#ffffff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#ffffff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { margin:0 auto; width:960px; clear:both; }
.footer { padding-top: 40px; background-color: #ffffff; }

#footer-tools{ white-space: nowrap; text-align: center; height: 111px; background-color:#E05A1B}
#footer-tools li{ display: inline-block; *display: inline; zoom: 1; height: 104px; line-height: 104px; white-space: normal; vertical-align: top; }
#footer-tools li a{ 
	display: inline-block; *display: inline; zoom: 1; 
	padding: 4px 0 3px; 
	vertical-align: top; 
	text-transform: uppercase; 
	color: #ffffff; 
	background-color: #e4580c;
}
#footer-tools li a span{ 
	display: block; 
	vertical-align: top;
	padding: 67px 20px 0; 
	width: 119px;  
	height: 37px; line-height: 16px; 
	background-position: center 16px;
	background-repeat: no-repeat;
	border-right: solid 1px #c43f14;
}
#footer-tools li.last a span{ width: 120px; border-right: none; }
*+html #footer-tools li a{ padding: 71px 10px 3px; }
#footer-tools li a:hover{ text-decoration: none; background-color: #c43f14; }
/*
#footer-tools li.foire a span{ background-image: url(../images/footertools/foire.png); }
#footer-tools li.garanties a span{ background-image: url(../images/footertools/garanties.png); }
#footer-tools li.facilites a span{ background-image: url(../images/footertools/facilites.png); }
#footer-tools li.knowmore a span{ background-image: url(../images/footertools/knowmore.png); }
#footer-tools li.ecoute a span{ background-image: url(../images/footertools/ecoute.png); }
#footer-tools li.guide a span{ background-image: url(../images/footertools/guide.png); }
*/

.footer-container .footer-block{ display: inline-block; *display: inline; zoom: 1; margin: 15px 5px 10px 10px; padding: 10px 10px 15px; height: 115px; vertical-align: top; border: solid 1px #d0d0d0; }
.footer-container .footer-block.partenaires{ width: 310px; }
.footer-container .footer-block > strong{ display: block; margin-bottom: 15px; text-transform: uppercase; color: #DC4E10; }
.footer-container .footer-block > img{  }
.footer-container .footer-block > ul{  }
.footer-container .footer-block > ul li{ display: inline-block; *display: inline; zoom: 1; line-height: 40px; vertical-align: top; }
.footer-container .footer-block > ul li img{  }

.footer-container .reseaux-soc{ display: inline-block; *display: inline; zoom: 1; margin-top: 15px; padding-left: 10px; width: 158px; }
.footer-container .reseaux-soc li{ margin-bottom: 7px; padding: 1px; line-height: 27px; background-color: #395796; color: #3a5897; }
.footer-container .reseaux-soc li.tweeter { background-color: #32aadc; color: #32aadc; }
.footer-container .reseaux-soc li.blogger{ background-color: #fe6700; color: #fe6700; }
.footer-container .reseaux-soc li .picto{ display: inline-block; *display: inline; zoom: 1; margin: 0; width: 30px; min-height: 27px; line-height: 27px; vertical-align: middle; background: url(../images/footer/footer-f.png) center center no-repeat transparent; }
.footer-container .reseaux-soc li.tweeter .picto{ background-image: url(../images/footer/footer-tweeter.gif); }
.footer-container .reseaux-soc li.blogger .picto{ background-image: url(../images/footer/footer-b.gif); }
.footer-container .reseaux-soc li .content{ position: relative; overflow: hidden; display: inline-block; *display: inline; zoom: 1; padding: 2px 5px 5px; width: 116px; line-height: 11px; font-size: 9px; vertical-align: middle; background-color: #ffffff; }
.footer-container .reseaux-soc li .content a{ color: #3a5897; }
.footer-container .reseaux-soc li.tweeter .content a{ color: #32aadc; }
.footer-container .reseaux-soc li.blogger .content a{ color: #fe6700; }

.footer-container .footer .block{ display: inline-block; *display: inline; zoom: 1; margin: 0 0 10px 10px; padding: 10px 13px 4px; min-height: 80px; vertical-align: top; font-size: 11px; background-color: #e4e4e4; color: #6a6a6a; }
.footer-container .footer .block .block-content{ padding: 0; text-align: center; }
.footer-container .footer .block .actions{ display: inline-block; *display: inline; zoom: 1; }
.footer-container .footer .block label{ display: block; margin-bottom: 4px; }
.footer-container .footer .block .input-box{ display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.footer-container .footer .block .input-box input{ height: 17px; border-right: none; }
.footer-container .footer .block .actions button.button{ padding: 0 8px; line-height: 23px; background-color: #f04d12; color: #ffffff; }
.footer-container .footer .block.block-subscribe{ width: 325px; }
.footer-container .footer .block .block-title{ padding: 0; border: none; }
.footer-container .footer .block > strong{ font-size: 16px; }
.footer-container .footer .block a{ color: #6a6a6a; }

.footer-container .footer .block.footer-links { width: 550px; }
.footer-container .footer .block.footer-links ul{ margin-top: 10px; }
.footer-container .footer .block.footer-links ul li{ display: inline-block; *display: inline; zoom: 1; padding-left: 7px; width: 123px; vertical-align: top; background: url(../images/footer/ul-disc.gif) left 5px no-repeat transparent; }

.footer-bottom { height:104px; position:relative; }
.footer-bottom .mobile-agent { position: absolute; right: 0; }
.footer-bottom .vualatv { position: absolute; top: 0; left: 10px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#ffffff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/*------------- Links sociaux ------------*/
ul.links-sociaux{ float: left; margin-right: 10px; margin-left: 45px; }
ul.links-sociaux li{ margin-bottom: 2px; }


/* Clearfix ================================================================================ */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*---------------landing------------------*/
.landing{  }
.landing > h2{ line-height: 36px; font-size: 20px; }
.landing-grid > h2,
.catalog-category-view h2.landing-title{ margin-top: 25px; padding-left: 8px; height: 33px; line-height: 33px; background-color: #de4e0f; color: #ffffff; }
.catalog-category-view h2.landing-title a{ color: #ffffff; }
.landing .seemore{ text-align: center; }
.landing .seemore a{ display: inline-block; *display: inline; zoom: 1; padding: 0 0 0 5px; background:url(../images/landing/more-brands.png) left top no-repeat; }
.landing .seemore a span{ display: inline-block; *display: inline; zoom: 1; margin-right: -10px; padding: 0 15px 0 10px; height: 34px; line-height: 34px; text-transform: uppercase; font-size: 15px; font-weight: bold; background:url(../images/landing/more-brands.png) right top no-repeat; color: #ffffff; }
.landing .seemore a:hover{ background-position: left bottom; }
.landing .seemore a:hover span{ background-position: right bottom; }


/*---------------sliders------------------*/
.flex-direction-nav{ position: absolute; top: 50%; left: 0; margin-top: -20px !important; width: 100%; height: 41px; }
.flex-direction-nav li{ float: right; }
.flex-direction-nav li:first-child{ float: left; }
.flex-direction-nav li a{ display: block; width: 21px; height: 40px; font-size: 0; background: url(../images/flexslider/slide-direction.png) left top no-repeat transparent; }
.flex-direction-nav li a.flex-next{ /*right: 0;*/ background-position: left bottom; }

#landing-slides{ margin-bottom: 7px; }

#manufacturers-slider{ line-height: 113px; }
.col-left #manufacturers-slider .flex-viewport{ margin: 0 auto; width: 115px; }
#manufacturers-slider.flexslider .slides > li{ overflow: hidden; text-align: center; }
#manufacturers-slider.flexslider .slides a{ display: block; }
#manufacturers-slider.flexslider .slides img{ display: inline-block; *display: inline; zoom: 1; max-height: 85px; vertical-align: middle; }



/*---------------Modifs individuelles------------------*/
#nav > li#menu-117 > a{ width: 92px; }
#nav > li#menu-118 > a{ width: 95px; }
#nav > li#menu-120 > a{ width: 75px; }
#nav > li#menu-121 > a{ width: 61px; }
#nav > li#menu-631 > a{ padding: 0 4px; width: 45px; }
#nav > li#menu-669 > a{ padding: 0 4px; }
#nav > li#menu-769 > a{ width: 65px; }
#nav > li#menu-123 > a{ width: 117px; max-width: 117px; }

.feature-middle > ul > li.nav-117 .header{  }
.feature-middle > ul > li.nav-118 .header{  }
.feature-middle > ul > li.nav-119 .header{  }
.feature-middle > ul > li.nav-120 .header{  }
.feature-middle > ul > li.nav-121 .header{  }
.feature-middle > ul > li.nav-123 .header{  }

.catalog-category-view h1{ font-weight: bold; font-size: 27px; color: #E30041; }



/*-------------------Couleurs de categories----------------------*/

/*.list-cat > ul > li.nav-117 .listing li,
.list-cat > ul > li.nav-117 .product-name a { color:#518D19 }
.list-cat > ul > li.nav-118 .listing li,
.list-cat > ul > li.nav-118 .product-name a { color:#093a39 }
.list-cat > ul > li.nav-119 .listing li,
.list-cat > ul > li.nav-119 .product-name a { color:#96cc13 }
.list-cat > ul > li.nav-120 .listing li,
.list-cat > ul > li.nav-120 .product-name a { color:#d34614 }
.list-cat > ul > li.nav-121 .listing li,
.list-cat > ul > li.nav-121 .product-name a { color:#ba3aca }
.list-cat > ul > li.nav-123 .listing li,
.list-cat > ul > li.nav-123 .product-name a { color:#044698 }*/

.cms-index-index .products-grid li.item .sub .link-compare, 
.cms-index-index .landing-grid .special-price .price,
.cms-index-index .products-grid li.item .product-name a:hover,
.cms-index-index .products-grid li.item .sub .btn-cart > span span,
.cms-index-index .products-grid li.item .link-wishlist > span span{ color: #e30041; }
.cms-index-index .products-grid li.item .link-wishlist:hover,
.cms-index-index .products-grid li.item .button.button > span,
.cms-index-index .products-grid .percentage-reduction{ background-color: #e30041; }

#nav > li{ border-color: #e30041; }
#nav > li:hover > a > span,
#nav > li > .sub > .sousmenu > ul > li > a,
#nav > li .brands ul li a,
#nav > li > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li .listing li a,
.catalog-category-view h1,
.product-view .product-name h1,
.products-grid li.item .product-name a:hover,
.products-grid li.item .sub .link-compare, 
.product-view .product-essential .right .link-compare,
.block-layered-nav dd > ol > li > a:hover, 
.block-layered-nav dd > ol > li > a.active,
.block-layered-nav dd > ol > li ul li a:hover,
.landing-grid .special-price .price,
.products-grid li.item .sub .btn-cart > span span,
.products-grid li.item .link-wishlist > span span,
.products-list .product-name a:hover{ color: #e30041; }
#nav > li > .sub,
.products-grid li.item .link-wishlist:hover,
.products-grid li.item .button.button > span,
.products-grid .percentage-reduction{ background-color: #e30041; }
.list-cat > ul > li .header h2,
.list-cat > ul > li .header h2{ background-image: url(../images/home/featured-home.png); }

#nav > li#menu-117{ border-color: #518D19; }
#nav > li#menu-117:hover > a > span,
#nav > li#menu-117 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-117 .brands ul li a,
#nav > li#menu-117 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-117 .listing li,
.list-cat > ul > li.nav-117 .product-name a,
.list-cat > ul > li.nav-117 .listing li a,
.body_top_category_117.catalog-category-view h1,
.body_top_category_117 .product-view .product-name h1,
.body_top_category_117 .products-grid li.item .product-name a:hover,
.body_top_category_117 .products-grid li.item .sub .link-compare, 
.body_top_category_117 .product-view .product-essential .right .link-compare,
.body_top_category_117 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_117 .block-layered-nav dd > ol > li > a.active,
.body_top_category_117 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_117 .landing-grid .special-price .price,
.body_top_category_117 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_117.products-grid li.item .link-wishlist > span span,
.body_top_category_117 .products-list .product-name a:hover{ color: #518D19; }
#nav > li#menu-117 > .sub,
.body_top_category_117 .products-grid li.item .link-wishlist:hover,
.body_top_category_117 .products-grid li.item .button.button > span,
.body_top_category_117 .products-grid .percentage-reduction{ background-color: #518D19; }
.body_top_category_117 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-117 .header h2{ background-position: left 0; }

#nav > li#menu-118{ border-color: #E300AB; }
#nav > li#menu-118:hover > a > span,
#nav > li#menu-118 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-118 .brands ul li a,
#nav > li#menu-118 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-118 .listing li,
.list-cat > ul > li.nav-118 .product-name a,
.list-cat > ul > li.nav-118 .listing li a,
.body_top_category_118.catalog-category-view h1,
.body_top_category_118 .product-view .product-name h1,
.body_top_category_118 .products-grid li.item .product-name a:hover,
.body_top_category_118 .products-grid li.item .sub .link-compare, 
.body_top_category_118 .product-view .product-essential .right .link-compare,
.body_top_category_118 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_118 .block-layered-nav dd > ol > li > a.active,
.body_top_category_118 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_118 .landing-grid .special-price .price,
.body_top_category_118 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_118.products-grid li.item .link-wishlist > span span,
.body_top_category_118 .products-list .product-name a:hover{ color: #E300AB; }
#nav > li#menu-118 > .sub,
.body_top_category_118 .products-grid li.item .link-wishlist:hover,
.body_top_category_118 .products-grid li.item .button.button > span,
.body_top_category_118 .products-grid .percentage-reduction{ background-color: #E300AB; }
.body_top_category_118 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-118 .header h2{ background-position: left -35px; }

#nav > li#menu-119{ border-color: #AB00E3; }
#nav > li#menu-119:hover > a > span,
#nav > li#menu-119 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-119 .brands ul li a,
#nav > li#menu-119 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-119 .listing li,
.list-cat > ul > li.nav-119 .product-name a,
.list-cat > ul > li.nav-119 .listing li a,
.body_top_category_119.catalog-category-view h1,
.body_top_category_119 .product-view .product-name h1,
.body_top_category_119 .products-grid li.item .product-name a:hover,
.body_top_category_119 .products-grid li.item .sub .link-compare, 
.body_top_category_119 .product-view .product-essential .right .link-compare,
.body_top_category_119 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_119 .block-layered-nav dd > ol > li > a.active,
.body_top_category_119 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_119 .landing-grid .special-price .price,
.body_top_category_119 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_119.products-grid li.item .link-wishlist > span span,
.body_top_category_119 .products-list .product-name a:hover{ color: #AB00E3; }
#nav > li#menu-119 > .sub,
.body_top_category_119 .products-grid li.item .link-wishlist:hover,
.body_top_category_119 .products-grid li.item .button.button > span,
.body_top_category_119 .products-grid .percentage-reduction{ background-color: #AB00E3; }
.body_top_category_119 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-119 .header h2{ background-position: left -70px; }

#nav > li#menu-672{ border-color: #a82049; }
#nav > li#menu-672:hover > a > span,
#nav > li#menu-672 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-672 .brands ul li a,
#nav > li#menu-672 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-672 .listing li,
.list-cat > ul > li.nav-672 .product-name a,
.list-cat > ul > li.nav-672 .listing li a,
.body_top_category_672.catalog-category-view h1,
.body_top_category_672 .product-view .product-name h1,
.body_top_category_672 .products-grid li.item .product-name a:hover,
.body_top_category_672 .products-grid li.item .sub .link-compare, 
.body_top_category_672 .product-view .product-essential .right .link-compare,
.body_top_category_672 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_672 .block-layered-nav dd > ol > li > a.active,
.body_top_category_672 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_672 .landing-grid .special-price .price,
.body_top_category_672 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_672.products-grid li.item .link-wishlist > span span,
.body_top_category_672 .products-list .product-name a:hover{ color: #a82049; }
#nav > li#menu-672 > .sub,
.body_top_category_672 .products-grid li.item .link-wishlist:hover,
.body_top_category_672 .products-grid li.item .button.button > span,
.body_top_category_672 .products-grid .percentage-reduction{ background-color: #a82049; }
.body_top_category_672 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-672 .header h2{ background-position: left -280px; }

#nav > li#menu-120{ border-color: #F27007; }
#nav > li#menu-120:hover > a > span,
#nav > li#menu-120 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-120 .brands ul li a,
#nav > li#menu-120 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-120 .listing li,
.list-cat > ul > li.nav-120 .product-name a,
.list-cat > ul > li.nav-120 .listing li a,
.body_top_category_120.catalog-category-view h1,
.body_top_category_120 .product-view .product-name h1,
.body_top_category_120 .products-grid li.item .product-name a:hover,
.body_top_category_120 .products-grid li.item .sub .link-compare, 
.body_top_category_120 .product-view .product-essential .right .link-compare,
.body_top_category_120 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_120 .block-layered-nav dd > ol > li > a.active,
.body_top_category_120 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_120 .landing-grid .special-price .price,
.body_top_category_120 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_120.products-grid li.item .link-wishlist > span span,
.body_top_category_120 .products-list .product-name a:hover{ color: #F27007; }
#nav > li#menu-120 > .sub,
.body_top_category_120 .products-grid li.item .link-wishlist:hover,
.body_top_category_120 .products-grid li.item .button.button > span,
.body_top_category_120 .products-grid .percentage-reduction{ background-color: #F27007; }
.body_top_category_120 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-120 .header h2{ background-position: left -105px; }

#nav > li#menu-631{ border-color: #F21707; }
#nav > li#menu-631:hover > a > span,
#nav > li#menu-631 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-631 .brands ul li a,
#nav > li#menu-631 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-631 .listing li,
.list-cat > ul > li.nav-631 .product-name a,
.list-cat > ul > li.nav-631 .listing li a,
.body_top_category_631.catalog-category-view h1,
.body_top_category_631 .product-view .product-name h1,
.body_top_category_631 .products-grid li.item .product-name a:hover,
.body_top_category_631 .products-grid li.item .sub .link-compare, 
.body_top_category_631 .product-view .product-essential .right .link-compare,
.body_top_category_631 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_631 .block-layered-nav dd > ol > li > a.active,
.body_top_category_631 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_631 .landing-grid .special-price .price,
.body_top_category_631 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_631.products-grid li.item .link-wishlist > span span,
.body_top_category_631 .products-list .product-name a:hover{ color: #F21707; }
#nav > li#menu-631 > .sub,
.body_top_category_631 .products-grid li.item .link-wishlist:hover,
.body_top_category_631 .products-grid li.item .button.button > span,
.body_top_category_631 .products-grid .percentage-reduction{ background-color: #F21707; }
.body_top_category_631 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-631 .header h2{ background-position: left -210px; }

#nav > li#menu-669{ border-color: #00A6E3; }
#nav > li#menu-669:hover > a > span,
#nav > li#menu-669 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-669 .brands ul li a,
#nav > li#menu-669 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-669 .listing li,
.list-cat > ul > li.nav-669 .product-name a,
.list-cat > ul > li.nav-669 .listing li a,
.body_top_category_669.catalog-category-view h1,
.body_top_category_669 .product-view .product-name h1,
.body_top_category_669 .products-grid li.item .product-name a:hover,
.body_top_category_669 .products-grid li.item .sub .link-compare, 
.body_top_category_669 .product-view .product-essential .right .link-compare,
.body_top_category_669 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_669 .block-layered-nav dd > ol > li > a.active,
.body_top_category_669 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_669 .landing-grid .special-price .price,
.body_top_category_669 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_669.products-grid li.item .link-wishlist > span span,
.body_top_category_669 .products-list .product-name a:hover{ color: #00A6E3; }
#nav > li#menu-669 > .sub,
.body_top_category_669 .products-grid li.item .link-wishlist:hover,
.body_top_category_669 .products-grid li.item .button.button > span,
.body_top_category_669 .products-grid .percentage-reduction{ background-color: #00A6E3; }
.body_top_category_669 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-669 .header h2{ background-position: left -245px; }

#nav > li#menu-121{ border-color: #00E3AB; }
#nav > li#menu-121:hover > a > span,
#nav > li#menu-121 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-121 .brands ul li a,
#nav > li#menu-121 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-121 .listing li,
.list-cat > ul > li.nav-121 .product-name a,
.list-cat > ul > li.nav-121 .listing li a,
.body_top_category_121.catalog-category-view h1,
.body_top_category_121 .product-view .product-name h1,
.body_top_category_121 .products-grid li.item .product-name a:hover,
.body_top_category_121 .products-grid li.item .sub .link-compare, 
.body_top_category_121 .product-view .product-essential .right .link-compare,
.body_top_category_121 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_121 .block-layered-nav dd > ol > li > a.active,
.body_top_category_121 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_121 .landing-grid .special-price .price,
.body_top_category_121 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_121.products-grid li.item .link-wishlist > span span,
.body_top_category_121 .products-list .product-name a:hover{ color: #00E3AB; }
#nav > li#menu-121 > .sub,
.body_top_category_121 .products-grid li.item .link-wishlist:hover,
.body_top_category_121 .products-grid li.item .button.button > span,
.body_top_category_121 .products-grid .percentage-reduction{ background-color: #00E3AB; }
.body_top_category_121 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-121 .header h2{ background-position: left -140px; }

#nav > li#menu-769{ border-color: #ADDA13; }
#nav > li#menu-769:hover > a > span,
#nav > li#menu-769 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-769 .brands ul li a,
#nav > li#menu-769 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-769 .listing li,
.list-cat > ul > li.nav-769 .product-name a,
.list-cat > ul > li.nav-769 .listing li a,
.body_top_category_769.catalog-category-view h1,
.body_top_category_769 .product-view .product-name h1,
.body_top_category_769 .products-grid li.item .product-name a:hover,
.body_top_category_769 .products-grid li.item .sub .link-compare, 
.body_top_category_769 .product-view .product-essential .right .link-compare,
.body_top_category_769 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_769 .block-layered-nav dd > ol > li > a.active,
.body_top_category_769 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_769 .landing-grid .special-price .price,
.body_top_category_769 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_769.products-grid li.item .link-wishlist > span span,
.body_top_category_769 .products-list .product-name a:hover{ color: #ADDA13; }
#nav > li#menu-769 > .sub,
.body_top_category_769 .products-grid li.item .link-wishlist:hover,
.body_top_category_769 .products-grid li.item .button.button > span,
.body_top_category_769 .products-grid .percentage-reduction{ background-color: #ADDA13; }
.body_top_category_769 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-769 .header h2{ background-position: left -315px; }

#nav > li#menu-123{ border-color: #F21707; }
#nav > li#menu-123:hover > a > span,
#nav > li#menu-123 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-123 .brands ul li a,
#nav > li#menu-123 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-123 .listing li,
.list-cat > ul > li.nav-123 .product-name a,
.list-cat > ul > li.nav-123 .listing li a,
.body_top_category_123.catalog-category-view h1,
.body_top_category_123 .product-view .product-name h1,
.body_top_category_123 .products-grid li.item .product-name a:hover,
.body_top_category_123 .products-grid li.item .sub .link-compare, 
.body_top_category_123 .product-view .product-essential .right .link-compare,
.body_top_category_123 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_123 .block-layered-nav dd > ol > li > a.active,
.body_top_category_123 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_123 .landing-grid .special-price .price,
.body_top_category_123 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_123.products-grid li.item .link-wishlist > span span,
.body_top_category_123 .products-list .product-name a:hover{ color: #F21707; }
#nav > li#menu-123 > .sub,
.body_top_category_123 .products-grid li.item .link-wishlist:hover,
.body_top_category_123 .products-grid li.item .button.button > span,
.body_top_category_123 .products-grid .percentage-reduction{ background-color: #F21707; }
.body_top_category_123 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-123 .header h2{ background-image: url(../images/home/featured-home.png); background-position: left -175px; }

/* fix for masonry */

#nav > li > .sub > .sousmenu > ul > li {
width:220px;
}

#nav > li > .sub {
    display:block; 
    left:-2000px;
}

#nav > li:hover > .sub { 
    display:block; 
    left:50%;
}



/* Nouvelle catégorie Remplacement de Telecommande Portail */

#nav > li#menu-1387 { border-color: #E300AB; }
#nav > li#menu-1387 > a:hover > span,
#nav > li#menu-1387 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-1387.brands ul li a,
#nav > li#menu-1387> .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-1387.listing li,
.list-cat > ul > li.nav-1387.product-name a,
.list-cat > ul > li.nav-1387.listing li a,
.body_top_category_1387.catalog-category-view h1,
.body_top_category_1387 .product-view .product-name h1,
.body_top_category_1387 .products-grid li.item .product-name a:hover,
.body_top_category_1387 .products-grid li.item .sub .link-compare,
.body_top_category_1387 .product-view .product-essential .right .link-compare,
.body_top_category_1387 .block-layered-nav dd > ol > li > a:hover,
.body_top_category_1387 .block-layered-nav dd > ol > li > a.active,
.body_top_category_1387 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_1387 .landing-grid .special-price .price,
.body_top_category_1387 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_1387.products-grid li.item .link-wishlist > span span,
.body_top_category_1387 .products-list .product-name a:hover{ color: #E300AB; }

#nav > li#menu-1387 > .sub,
.body_top_category_1387 .products-grid li.item .link-wishlist:hover,
.body_top_category_1387 .products-grid li.item .button.button > span,
.body_top_category_1387 .products-grid .percentage-reduction{ background-color: #E300AB; }
.body_top_category_1387 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-1387 .header h2{ background-position: left -35px; }

#nav > li#menu-1387 > a{ width: 95px; }


#nav > li#menu-1354 { border-color: #AB00E3; }
#nav > li#menu-1354 > a:hover > span,
#nav > li#menu-1354 > .sub > .sousmenu > ul > li > a,
#nav > li#menu-1354 .brands ul li a,
#nav > li#menu-1354 > .sub > .sousmenu ul > li li a:hover,
.list-cat > ul > li.nav-1354 .listing li,
.list-cat > ul > li.nav-1354 .product-name a,
.list-cat > ul > li.nav-1354 .listing li a,
.body_top_category_1354.catalog-category-view h1,
.body_top_category_1354 .product-view .product-name h1,
.body_top_category_1354 .products-grid li.item .product-name a:hover,
.body_top_category_1354 .products-grid li.item .sub .link-compare, 
.body_top_category_1354 .product-view .product-essential .right .link-compare,
.body_top_category_1354 .block-layered-nav dd > ol > li > a:hover, 
.body_top_category_1354 .block-layered-nav dd > ol > li > a.active,
.body_top_category_1354 .block-layered-nav dd > ol > li ul li a:hover,
.body_top_category_1354 .landing-grid .special-price .price,
.body_top_category_1354 .products-grid li.item .sub .btn-cart > span span,
.body_top_category_1354.products-grid li.item .link-wishlist > span span,
.body_top_category_1354 .products-list .product-name a:hover{ color: #AB00E3; }
#nav > li#menu-1354 > .sub,
.body_top_category_1354 .products-grid li.item .link-wishlist:hover,
.body_top_category_1354 .products-grid li.item .button.button > span,
.body_top_category_1354 .products-grid .percentage-reduction{ background-color: #AB00E3; }
.body_top_category_1354 .list-cat > ul > li .header h2,
.list-cat > ul > li.nav-1354 .header h2{ background-position: left -70px; }


/*---------------------------------------------------------------------------------------------------------*/


/*---------------Final------------------*/
.contacts-index-index .main,
.catalog-seo-sitemap-category .main,
.catalog-seo-sitemap-product .main,
.catalogsearch-term-popular .main,
.contacts-revendeur-index .main{ padding: 10px 20px; }

.contacts-revendeur-index h2{ margin-top: 20px; }

.contacts-index-index p.required,
.contacts-revendeur-index p.required{ margin-top: 15px; text-align: left; }

.catalog-seo-sitemap-category .pager .pages li > *,
.catalog-seo-sitemap-product .pager .pages li > *{ width: 30px; font-size: 13px; }

.sendfriend-product-send .main{ padding: 10px 0; }
.sendfriend-product-send .note-msg, 
.sendfriend-product-send .notice-msg{ background-color: #F65A04; }

                                                            /* Refered friends */


.referafriend-index-stats .col-main {  }
.referafriend-index-stats .col-main .page-head h3 {  
    color: #F95A12;
    font-family: 'Pacifico',cursive;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 13px; }
.referafriend-index-stats .col-main #referred-friends-table { border: 1px solid #ccc }
.referafriend-index-stats .col-main #referred-friends-table #header-par { background: url("../images/menu/bg.png") repeat-x scroll 0 0 transparent;
    color: #3C3C3C !important;
    height: 40px; }

.referafriend-index-stats .col-main #referred-friends-table #header-par th { color:#3c3c3c }
.referafriend-index-stats .col-main #par-lor p {color: #74675F;
    font-family: Arial;
    font-size: 12px;
    text-align: justify; margin-bottom:15px}
 .referafriend-index-stats .col-main #par-lor p span { color:#FF7A01; font-weight:bold; }
.referafriend-index-stats .col-main #par-lor img { float: right;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 30px; }
.referafriend-index-stats .col-main #referafriend-button {
    background: url("../images/bkg-btn.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    height: 91px;
    margin-bottom: 55px;
    margin-left: 105px;
    padding: 10px;
    text-transform: uppercase;
    width: 171px;}
.referafriend-index-stats .col-main #referafriend-button:hover { background: url("../images/bkg-btn.jpg") no-repeat scroll 0 bottom transparent; }
.referafriend-index-stats .col-main #referafriend-button span { font-size:12px; text-indent: -9999px; }
.referafriend-index-stats .col-main .pager {  background: none repeat scroll 0 0 #FFF2E9;
    font-size: 10px;
    margin: 6px 0 0;
    padding: 4px 0;
    width: 100%;  }
.referafriend-index-stats .col-main #share-parrainage {
    background: none repeat scroll 0 0 #FFF2E9;
    clear: both;
    display: block;
    margin: 25px 0;
    padding: 15px; }

.referafriend-index-stats .col-main #share-parrainage label { font-weight:bold; margin-bottom:15px; color:#FF651C }
.referafriend-index-stats .col-main #share-parrainage textarea { margin-top:10px }

#referafriend-cancel { background: none repeat scroll 0 0 #CD3820;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
    padding: 10px; }

#referafriend-send { background: none repeat scroll 0 0 #74B50C;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
    padding: 10px; }

#referafriend-form .input-box ul li { margin-bottom:15px }
#referafriend-form .input-box ul li input { padding: 5px 5px }
#referafriend-form .input-box ul li label { margin-bottom:3px }

#test-lio{ height: 1px; background-color: transparent; }


/*---------------FAQ------------------*/
.cms-foires-aux-questions .std{ width: 920px; }
.cms-foires-aux-questions .std .faq-item{ margin: 0 0 10px !important; }


/*Slider Bader*/
.cms-index-index{
	background:url("../images/background_V3.jpg") no-repeat scroll center 204px #de5800 !important;
}
#slider-home2{
	/*position:absolute;
	top: -235px;*/
}
#slider-home2 .flex-control-nav li a{ 
	width: 15px; 
	height: 15px; 
	text-indent: 0; text-align: center; font-weight: bold; color: #000;
	background-color: #ffffff; 
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#slider-home2 .flex-control-nav li a.flex-active,
#slider-home2 .flex-control-nav li a:hover{ opacity:1;-moz-opacity:1;-webkit-opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*End Slider Bader*/
#slider-home2 .slides{ margin: 0; }
*+html #slider-home2 .flex-direction-nav{ display: block; width: 960px; }
*+html #slider-home2 .flex-control-nav{  }

#newsletter_popup #newsletter { width: 350px; }


/* all in a sprite */
.footer-container .reseaux-soc li .picto,
.footer-container .reseaux-soc li.tweeter .picto,
.footer-container .reseaux-soc li.blogger .picto,
.flex-direction-nav li a,
.cms-index-index .std .marques-home-title h2,
#header-content > .right .connexion span,
.block-cart .block-title strong,
.cms-index-index .std .home-h2 h2,
.products-grid li.item .link-wishlist,
.footer-container .footer .block.footer-links ul li{ background-image: url(../images/allinasprite.png); }

.footer-container .reseaux-soc li .picto{ background-position: -50px top; }
.footer-container .reseaux-soc li.tweeter .picto{ background-position: -100px top; }
.footer-container .reseaux-soc li.blogger .picto{ background-position: -150px top; }

.flex-direction-nav li a{ background-position: left -50px; }
.flex-direction-nav li a.flex-next{ background-position: left -91px; }

.cms-index-index .std .marques-home-title h2{ background-position: -44px -50px; }

#header-content > .right .connexion span{ background-position: left -200px; }

#header-content > .right .block-cart .block-title strong{ background-position: left -250px; }

.cms-index-index .std .home-h2 h2{ background-position: 8px -300px; }

.products-grid li.item .link-wishlist{  background-position: left -2px;  }

.footer-container .footer .block.footer-links ul li{ background-position: left -145px; }


#footer-tools li.foire a span,
#footer-tools li.garanties a span,
#footer-tools li.facilites a span,
#footer-tools li.knowmore a span,
#footer-tools li.ecoute a span,
#footer-tools li.guide a span{ background-image: url(../images/footer-tools.png); }

#footer-tools li.garanties a span{ background-position: center -104px; }

#footer-tools li.facilites a span{ background-position: center -224px; }

#footer-tools li.knowmore a span{ background-position: center -344px; }

#footer-tools li.ecoute a span{ background-position: center -464px; }

#footer-tools li.guide a span{ background-position: center -584px; }


.reduction_product_4{background:url('../images/reduction/reduction_4_pourcent.jpg') no-repeat; height:65px;width:434px;margin-top:20px}
.reduction_product_6{background:url('../images/reduction/reduction_6_pourcent.jpg')no-repeat; height:65px;width:434px;margin-top:20px}
.reduction_product_8{background:url('../images/reduction/reduction_8_pourcent.jpg')no-repeat; height:65px;width:434px;margin-top:20px}
.reduction_product_10{background:url('../images/reduction/reduction_10_pourcent.jpg')no-repeat; height:65px;width:434px;margin-top:20px}
.reduction_product_12{background:url('../images/reduction/reduction_12_pourcent.jpg')no-repeat; height:65px;width:434px;margin-top:20px}
.reduction_product_14{background:url('../images/reduction/reduction_14_pourcent.jpg')no-repeat;height:65px;width:434px;margin-top:20px}


/* Nos Bons Plans*/
.list-cat > ul > li .listing-bons-plans { height: 200px; text-align: center; }
.list-cat > ul > li:hover .listing-bons-plans { background: url(../images/home/featured-listing.png) left top repeat transparent; }
.list-cat > ul > li .listing-bons-plans.not-home a{ display: block; height: 200px; line-height: 100px; border: solid 1px #D9D9D9; border-top: none; background-color:#ffffff; }
.list-cat > ul > li .listing-bons-plans.not-home a img{ vertical-align: middle; }
.list-cat > ul > li .listing-bons-plans ul{ display: none; padding: 5px 0 0 7px; height: 150px; overflow: hidden; }
.list-cat > ul > li:hover .listing-bons-plans ul{ display: block; }
.list-cat > ul > li .listing-bons-plans li { line-height: 15px; font-size: 10px; }
.list-cat > ul > li .listing-bons-plans li a { color:#d925ac; }
.landing .bons-plans > ul >li{width:223px !important}

.list-cat > ul > li .header .category_1494{background: url("../images/home/featured-home.png") repeat scroll left 105px transparent;font-weight:bold;font-size:15px}
.list-cat > ul > li .header .category_1495{background: url("../images/home/featured-home.png") repeat scroll left 210px transparent;font-weight:bold;font-size:15px}
.list-cat > ul > li .header .category_1496{background: url("../images/home/featured-home.png") repeat scroll left 245px transparent;font-weight:bold;font-size:15px}
#nav-under ul li a.bons-plans{ margin-top: 3px; line-height: 25px;width:122px; vertical-align: top; background-image: url(../images/menu/nav-under-bons-plans.png); }
#nav-under ul li a.bons-plans span{ background-image: url(../images/menu/nav-under-bons-plans.png); padding:0 0px 0 7px }

.auguria-sponsorship-points-sponsorship .col-left, .auguria-sponsorship-index-index .col-left, .auguria-sponsorship-points-change .col-left, .auguria-sponsorship-boost-index .col-left{margin-left:0px}
.auguria-sponsorship-points-sponsorship .col-main, .auguria-sponsorship-index-index .col-main, .auguria-sponsorship-points-change .col-main, .auguria-sponsorship-boost-index .col-main{width:691px;}
.auguria-sponsorship-points-sponsorship .required, .auguria-sponsorship-index-index .required, .auguria-sponsorship-points-change .required, .auguria-sponsorship-boost-index .required{color:red;}


#search-categ {
    background: url("../images/telecommande_categ.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    min-height: 87px;
    padding: 0 65px 0 84px;
    text-align: left;
    width: 622px;
}

#search-categ form {
    background: url("../images/bg-search-categ.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 86px;
    padding: 8px 7px 0;
}

#search-categ .help strong.title {
    color: #e4580c;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}

#search-categ .help {
    background: url("../images/magnifier_categ.png") no-repeat scroll 0 0 transparent;
    height: 41px;
    padding: 0 0 0 35px;
}

#search-categ #step1 {
    float: left;
}

#search-categ #step1 label {
    float: left;
    padding-top: 3px;
}

#search-categ #step1 .input-box {
    float: left;
    margin-left: 8px;
}

#search-categ .step-nb {
    background: none repeat scroll 0 0 #e4580c;
    border-radius: 100px 100px 100px 100px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin: 0 5px 0 0;
    padding: 1px 1px 0;
    text-align: center;
    vertical-align: middle;
    width: 19px;
}

#search-categ #step1 .input-box #manufacturer {
    height: 27px;
    margin-left: 0;
    padding-top: 4px;
	width: 122px;
}

#search-categ #step2 label {
    float: left;
    margin-left: 22px;
    padding-top: 4px;
}

#search-categ #step2 .input-box {
    float: left;
    margin-left: 8px;
}

#search-categ #telecommande_nb_boutons_minus, #search-categ #telecommande_nb_boutons_plus {
    background-color: #DEDDDE;
    background-image: -moz-linear-gradient(center top , #E9E9EA, #DEDDDE);
    border: 1px solid #A1A1A1;
    color: #383838;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    padding: 0 10px;
    text-decoration: none;
    width: 4px;
}

#telecommande_nb_boutons_minus {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin: 0 -3px 0 0;
}

#telecommande_nb_boutons_minus, #telecommande_nb_boutons_plus, #telecommande_nb_boutons {
    display: inline-block;
}

#search-categ #telecommande_nb_boutons {
    height: 23px;
    padding: 0;
    text-align: center;
    width: 75px;
}

#search-categ #step2 label {
    float: left;
    margin-left: 22px;
    padding-top: 4px;
}

#telecommande_nb_boutons_plus {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 0 0 -5px;
}

.body_top_category_filtre .col2-right-layout .landing .products-grid li.item {
    padding: 12px 40px 80px;
}
.body_top_category_filtre .products-grid li.item {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    float: left;
    height: 284px;
    margin-bottom: 20px;
    margin-right: 1px;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 147px;
}

.body_top_category_filtre .category-products .products-grid li.item a img {
    border-radius: 6px 6px 1px 1px;
    height: 140px;
    width: 145px;
}

.body_top_category_filtre .products-grid .product-name {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    height: 68px;
    line-height: 0;
    margin: 0;
    padding-left: 5px;
    text-align: left;
}

.body_top_category_filtre .savoirplus {
    background-color: #FFFFFF;
    font: 10px Arial,"Helvetica Neue",sans Serif;
    height: 14px;
    padding-bottom: 9px;
    padding-right: 8px;
    text-align: right;
}

.body_top_category_filtre .products-grid .price-box {
    background: url("../images/home/prix.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    margin: 0;
    padding-right: 8px;
    text-align: right;
}

.body_top_category_filtre .special-price {
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.body_top_category_filtre .special-price .price {
    color: #ff6e00 !important;
    font-size: 18px;
    font-weight: bold;
	padding-top:7px;
}

.body_top_category_filtre .old-price {
    margin: 0;
    text-align: right;
}

.body_top_category_filtre .category-products .actions a img {
    border-radius: 0 0 0 0 !important;
    height: 34px !important;
    width: 148px !important;
}

.body_top_category_filtre .old-price {
    margin: 0;
    text-align: right;
}

.body_top_category_filtre .old-price .price {
    color: #000000 !important;
    font-size: 11px;
    font-weight: bold;
	text-decoration:none;
}

.body_top_category_filtre .landing .products-grid li.item .price-box > *, .landing .products-grid li.item .price {
    /*display: inline;*/
    line-height: 11px;
    vertical-align: middle;
}

.body_top_category_filtre .regular-price .price {
    color: #ff6e00 !important;
    font-size: 18px;
	padding-top:7px;
    font-weight: bold;
}

.body_top_category_filtre .landing .products-grid li.item .product-image {
    border: 0 none;
    display: inline-block;
}

.body_top_category_filtre #all_brand #title {
    background: url("../images/home/brand.jpg") repeat scroll 0 0 transparent;
    color: white;
    font-size: 19px;
    font-weight: bold;
    height: 39px !important;
    margin: 0 auto;
    padding-top: 10px;
    text-shadow: 0 1px #ff6e00;
    text-transform: uppercase;
   	text-align:center;
}

.body_top_category_filtre #all_brand {
    background: url("../images/home/back-footer.jpg") repeat scroll 0 0 transparent;
    height: 305px;
    margin: 0 auto;
    width: 100%;
}

.body_top_category_filtre .products-grid li.item:hover {
    border: 1px solid #ff6e00;
}
.body_top_category_filtre .puce_footer {
    background: url("../images/home/puce_footer.png") no-repeat scroll 0 5px transparent;
    float: left;
    height: 9px;
    width: 4px;
}

.body_top_category_filtre #brand a {
    color: white;
    padding-left: 5px;
    text-decoration: none;
}

.body_top_category_filtre #brand a:hover{
	text-decoration:underline;
}

.body_top_category_filtre #brand {
    color: white;
    margin: 15px auto 0;
    width: 1065px;
}
.body_top_category_filtre .products-grid li.item .product-name a:hover {
    color: #FF6E00 !important;
    
}


/* Product description */

.product-view .darty_product_tab_content {
    background-color: #FFFFFF;
    margin: 10px 0;
    overflow: hidden;
    width: 752px;
}

.product-view .product_tab_content2 label.title {
    background-color: #ECECEC;
    border-bottom: 1px solid #DADADA;
    box-shadow: 0 1px 3px 0 #C2C2C2;
    display: inline-block;
    font-weight: bold;
    width: 752px;
}
.product-view .product_tab_content2 label.title a.product_tab_back_to_top {
    color: #585858;
    float: right;
    font-size: 11px;
    text-decoration: none;
    padding:10px 12px;
}
.product-view .product_tab_content2 label.title a {
    float: left;
    font-weight: bold;
    color: #585858;
    text-decoration: none;
    padding:10px 12px;
    text-transform: uppercase;
}

.product-view .product_tab_content2 label.title a.actif {
    float: left;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color:#E86214;
    padding:10px 12px;
}

#product_tab_content_comment {border:1px solid #DADADA; margin-top: 10px; display: inline-block;margin-left:20px; padding-left:0;}
#product_tab_content_comment.product_tab_content2 div.box-collateral div.std { padding:10px;}

#product_tab_content_upsell {border:1px solid #DADADA; margin-top: 10px; display: inline-block;margin-left:20px; padding-left:0;}
#product_tab_content_upsell.product_tab_content2 div.box-collateral div.std { padding:10px;}

#product_tab_content_caracteristique {border:1px solid #DADADA; margin-top: 10px; display: inline-block;margin-left:20px; padding-left:0;}
#product_tab_content_caracteristique.product_tab_content2 div.box-collateral div.std { padding:10px;}

#product_tab_content_description {border:1px solid #DADADA; margin-top: 10px; display: inline-block;margin-left:20px; padding-left:0;}
#product_tab_content_description.product_tab_content2 div.box-collateral div.std { padding:10px;}

#product_tabs_content2 {
    float: left;
    width: 772px;
}