/**
 * 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_modern
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
  
@font-face {
    font-family: 'HelveticaNeueBoldCond';
    src: url('../fonts/hlbc___-webfont.eot');
    src: local('☺'), url('../fonts/hlbc___-webfont.woff') format('woff'), url('../fonts/hlbc___-webfont.ttf') format('truetype'), url('../fonts/hlbc___-webfont.svg#HelveticaNeueBoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/hlb____-webfont.eot');
    src: local('☺'), url('../fonts/hlb____-webfont.woff') format('woff'), url('../fonts/hlb____-webfont.ttf') format('truetype'), url('../fonts/hlb____-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNarrowBold';
    src: url('../fonts/hvnb___-webfont.eot');
    src: local('☺'), url('../fonts/hvnb___-webfont.woff') format('woff'), url('../fonts/hvnb___-webfont.ttf') format('truetype'), url('../fonts/hvnb___-webfont.svg#HelveticaNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}
@font-face {
    font-family: 'HelveticaNeueLTStdBdCn';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: local('☺'), url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'), url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'), url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FreestyleScriptRegular';
    src: url('../fonts/freescpt-webfont.eot');
    src: url('../fonts/freescpt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freescpt-webfont.woff') format('woff'),
         url('../fonts/freescpt-webfont.ttf') format('truetype'),
         url('../fonts/freescpt-webfont.svg#FreestyleScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}
/* Reset ================================================================================= */
* { margin:0; padding:0; }
body.cke_show_borders {background: #ffffff;}

body          { background:#dad7de url(../images/interface/background/bg-body.jpg) top center no-repeat; font:11px/1.55 arial, helvetica, sans-serif; color:#808080; /*text-align:center; */}

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

a             { color:#815c88; text-decoration:none; outline: none; cursor:pointer;}
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-top:15px; }
h5          { font-size:1.05em; line-height:1.35; margin-top:.45em; }
h6          { font-size:1em; line-height:1.35; margin-top:1em; }

/* 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             { margin:0 0 1em; }
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         { font-size:1em; }
big           { font-size:1.15em; }
/*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; }
.cleaner { clear: both; display: block; height: 0; font-size: 0; float:none; }
.form-language { position: absolute; top: 0; left: -215px;}
.confirm .confirm-title, .confirm .confirm-content {display:none;}
.puce-blanc { padding-right: 20px; background: transparent url(../images/interface/puces/puce-blanc.png) center right no-repeat; }
.puce-rose { padding-right: 20px; background: transparent url(../images/interface/puces/puce-rose.png) center right no-repeat; }
.puce-violet { padding-right: 20px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; }
.puce-brun { padding-right: 20px; background: transparent url(../images/interface/puces/puce-brun.png) center right no-repeat; }

.helvetica-neue-bold { font-family:HelveticaNeueLTStdBdCn;}
.helvetica-neue { font-family:HelveticaNeueBold;}

/* Color */
/*.violet { color: #815c88 !important; }
.rose { color: #ff4ca6 !important; }*/


/*COLOR OF LOGO*/
.violet-dark-az{color:#654565}
.violet-az{color:#a072a4}
.vert-az{color:#90af14}
.gris-az{color:#aa9c96}

/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:981px;text-align:left; position: relative;left:50%; margin-left: -492px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {width: 981px;background:url(../images/interface/background/bg-wrapper-transparent.png) 0 0 no-repeat;}
/*.main-container {width: 981px;background:url(../images/interface/background/bg-wrapper-bonne-annee-2015.jpg) 0 0 no-repeat;padding-top:156px;}*/
.main {  margin:0 0 10px; min-height:350px;  position: relative; /*z-index:1;*/ }
.catalogsearch-result-index .main,
.asearch-result-index .main,
.catalog-category-view .main, .asearch-index-index .main { background:url("../images/interface/background/bg-col-left.jpg") repeat-y scroll left top transparent; }
.catalog-category-view .col2-right-layout .main { background:url("../images/interface/background/bg-col-left.jpg") repeat-y scroll right top transparent; }
.overlay { position: fixed; top: 0; left: 0; zoom:1; width: 100%; height: 100%; background: #FFF; min-height:1px;opacity: 0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -ms-filter: "alpha(opacity=70)"; /* IE 8 */ filter: alpha(opacity = 70); z-index: 1000; display: none; }

/* Base Columns */
.col-left { float:left; width:240px; padding:0 0 1px; }
.col-main { float:left; width:730px; padding:0 0 1px; }
.col-right { float:right; width:240px; padding:0 0 1px; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.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:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 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.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 { float:left; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.disabled span { color:#bbb !important; }

/*button.btn-cart span {}*/
button.btn-checkout span { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { padding:0 40px 0 34px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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 6px; }
.form-list label { float:left; color:#555; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; position:absolute; top:0; right:-7px; }
.form-list label.required em,em.required { font-style:normal; color:#eb340a; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.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; float:right; 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; padding: 4px; }
.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; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.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:5px 7px 0 0; }

.fieldset { margin:0 10px 25px; }
.fieldset .legend { /*margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; */}

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

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
/*.cart .messages li li { margin:0 0 3px 50px !important; }*/
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.cart .error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; font-size:18px;}
.success-msg { border-color:#815c87; background-color:#e4cee7; color:#815c87; }
.note-msg,
.notice-msg { border-color:#815c87; background-color:#e4cee7; color:#815c87;}
.checkout-cart-index ul.messages {margin-top: 30px !important;}

/* BreadCrumbs */
.breadcrumbs { height: 38px; line-height: 38px; padding: 0 10px; }
.breadcrumbs .base { float: left; display: block; height: 100%; }
.breadcrumbs ul { float: left; display: block; height: 100%; padding-left: 6px; }
.breadcrumbs a { color:#614069; }
.breadcrumbs li { display:inline; }
.breadcrumbs li.cart { padding:0;}
.breadcrumbs li strong { font-weight:normal; color:#614069;  }

/* Page Heading */
.page-title { width:100%; overflow:hidden; /*margin:0 0 16px;*/ }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; }
.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,
.sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}
.limiter { padding-left: 130px;}
.pages ol { display:inline; }
.pages li { display: inline; border-left: 1px solid #dadada; padding: 0 4px; }
.pages li:first-child { border-left: none;}
.pages .current { color:#815c87; font-weight: bold; }

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #ddd; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { height: 40px; line-height: 40px; background: #FFF; color: #808080; font-size: 11px; margin-bottom: 10px; padding: 0 18px; }
.toolbar ul { padding-left: 3px; display: inline; }
.toolbar ul li { display: inline; border-left: 1px solid #dadada; padding-left: 6px; }
.toolbar ul li:first-child { border-left: none; padding-right: 3px; padding-left: 0;}
.toolbar a { color:#808080; }
.toolbar a.selected { color:#4B3C4C; font-weight: bold;}
.toolbar .pager { padding:3px 8px; }
.toolbar .sort-by { float:left; }
.toolbar .sort-by select { width: 130px; }
.toolbar .limiter { float:left; }
.toolbar .pages { float:right; }
.toolbar .sorter {}
.toolbar-bottom .toolbar { margin-bottom: 0;}


/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  { background:#fff }
.data-table tr.even { background:#fcfcfc; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:3px 8px; }

.data-table thead,
.data-table thead tr { background:#e9e9e9; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; }
.data-table tfoot strong { font-size:14px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.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; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* 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% 4px 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% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.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 { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-compare {}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:10px; height:10px; font-size:0; line-height:0; background:url(../images/interface/button/btn-close.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:10px; height:10px; font-size:0; line-height:0; background:url(../images/interface/button/btn-remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; 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:11px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}

.block-label-logo { float: right; padding-top: 38px; }
.block-label-logo .list-label { list-style: none; margin: 0; padding:0;}
.block-label-logo .list-label li { list-style: none; margin: 0; padding:0; display: block; float: left; padding-right: 14px; }

.header { /*margin:0 0 12px;*/ }
.header .logo { float:left; text-decoration:none !important; }
.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 .top-promo { float:left; width:117px; height:30px; margin:12px 10px 0; background:url(../images/bkg_top-promo.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.quick-access { background:transparent url(../images/interface/background/bg-menu-drupal.jpg) top left no-repeat; color:#ffffff; padding:0 0 0 4px; text-align:right; height: 37px;  line-height: 37px; position: relative; z-index:12;}
.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
.quick-access .welcome-msg a { color:#ddd; }
.quick-access .form-language { float:left; }
.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
.quick-access .form-language select { padding:0; }
.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.quick-access .links {position:relative; padding-left:0px; float: right; }
.quick-access .links li {display:block; float:left; padding: 0 10px; background: transparent url(../images/interface/background/bg-link-drupal.jpg) center left no-repeat; }
.quick-access .links>li:first-child { background: none; }
.quick-access .links a {color:#FFF; display: block; height: 37px; line-height: 37px; font-family:HelveticaNeueLTStdBdCn; font-weight: normal;font-size:14px;  text-shadow: 0 -1px 1px #000000; -moz-text-shadow: 0 -1px 1px #000000; -webkit-text-shadow: 0 -1px 1px #000000; -o-text-shadow: 0 -1px 1px #000000; text-transform: uppercase; }
.quick-access .links > li:hover { background: #FFF; }
.quick-access .links li:hover a { color: #6c4973; text-shadow: none; -moz-text-shadow: none; -webkit-text-shadow: none; -o-text-shadow: none;}

.quick-access .links li:hover ul { display: block; }
.quick-access .links ul {position:absolute; z-index:10; display: none; border:1px solid #96947c; border-top: none; padding:15px 11px; background:#ffffff; font-size:11px; margin-left: -11px; border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; text-align: left; box-shadow: 5px 10px 10px #444444; -moz-box-shadow: 5px 10px 10px #444444; -webkit-box-shadow: 5px 10px 10px #444444; -o-box-shadow: 5px 10px 10px #444444; }
.quick-access .links ul li{ float: none; display: block; background: transparent url(../images/interface/puces/puce-violet.png) center left no-repeat; } 
.quick-access .links ul li a { font-size: 12px; font-family: Arial; font-weight: bold; color: #6c4973; text-shadow: none; -moz-text-shadow: none; -webkit-text-shadow: none; -o-text-shadow: none; height: 24px; line-height: 24px; }
.quick-access .links ul li a:hover { opacity: 0.7;}

.second-access { text-align: center; margin-bottom: 10px; }
.second-access .links { padding: 10px 0; }
.second-access .links li { display:inline; padding: 0 8px; border-left: 1px solid #cbcbcb; }
.second-access .links li:first-child { border-left: none; }
.second-access .links li a { color:#815c88; }
.second-access .links li a:hover{opacity: 0.7;}


.top-bar { float: left; padding: 4px 0; /*width: 392px;*/ }
.top-bar .breadcrumbs { float:left; width:580px; overflow:hidden; }
.top-bar .link-advanced-search { float:left; line-height:29px; color: #ffffff; font-style:italic; text-decoration: underline; padding-right: 10px; background: transparent url(../images/interface/puces/puce-blanc.png) center right no-repeat; margin-left: 5px; }
.top-bar .link-advanced-search a { opacity: 0.7;}
.form-search { float:left; width: 282px;}
.form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; }
.form-search input.input-text { float:left; width:238px; margin:0; background: transparent url(../images/interface/background/bg-search.jpg) top left no-repeat; border: none; height:29px; line-height:29px; font-size: 11px; color:#4b4b4b; font-style: italic; padding:0 5px;}
.form-search button.button { float:left;}
.form-search button.button span { height:29px; line-height:29px; text-indent: -9999999px; overflow: hidden; display: block; width: 29px; padding:0; margin: 0; /* background:url("../images/bkg_btn.png") */}
.form-search button.button span#az_search_button {background-image:url(../images/interface/button/btn-search.jpg); }
.form-search button.button span#az_search_button.loading,
.form-search button.button span.loading {background-image:url('../images/ajax-loader.gif');}
.form-search .search-autocomplete { z-index:999;left:4px !important;}
.form-search .search-autocomplete ul {background-color:#9f81a3;}
.form-search .search-autocomplete li { text-align:left; padding:10px 2px 10px 5px; cursor:pointer; color:#ffffff;font-size: 12px;line-height: 14px;}
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; display:none }
.form-search .search-autocomplete li.odd { background-color:#714e76; }
.form-search .search-autocomplete li.selected { background-color:#815c87; }
.form-search .search-autocomplete li span {padding-right:10px}
.form-search .search-autocomplete li.longtext {line-height:15px}
.form-search .search-autocomplete li a {color:#fff}
.form-search .search-autocomplete li.last {border-bottom:1px solid #fff}
.form-search .search-autocomplete li.all {font-weight:bold; text-transform: uppercase;background: #462F4C;text-align:center;}
.block-search-quick-order {position: relative;}
.block-search-quick-order .search-autocomplete {left:0 !important;}
/* Cookies -------------------------------------------------------------------------------------------------- */
#v-cookielaw.v-top.v-bar.az {position:fixed;opacity: 0.9;}
#v-cookielaw.v-top.v-bar.az.disabled {
	transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
	opacity:0;
}
#v-cookielaw.v-top.v-bar.az.v-yellow-alert { background: #815D88; border: none; color: #FFF}
#v-cookielaw.v-top.v-bar.az .v-message {text-align: center}
#v-cookielaw.v-top.v-bar.az .v-message a {color:#fff; text-decoration: underline;}
#v-cookielaw.v-top.v-bar.az .v-message a:hover,
#v-cookielaw.v-top.v-bar.az .v-actions a:hover {opacity:0.8}
#v-cookielaw.v-top.v-bar.az .v-actions {position: absolute; right: 5px; top: 5px;}
#v-cookielaw.v-top.v-bar.az .v-actions a {color:#fff;}
#v-cookielaw.v-top.v-bar.az .v-actions .v-accept {font-size:18px}

/* Asearch -------------------------------------------------------------------------------------------------- */
.asearch-result-index .page-title {padding-left: 10px;margin:0;}
.asearch .buttons-set { border-top: 0;margin:0;}
.asearch{ padding: 0;}
.asearch h2 {margin-left: 10px;}
.asearch .fulltext-input { padding: 2px 10px; margin-right: 10px;float:left;margin-bottom: 10px;}
.asearch .fulltext-input .form-text{display: block; height: 25px; line-height: 25px; width: 224px; border: 1px solid #D5CAD7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; background: white; color: #4B4B4B; font-size: 11px; font-style: italic; }
.asearch .filter {margin: 10px 0 0 10px;clear:left;}
.asearch .filter .block-layered-nav {background: #815C87;margin-bottom: 0px;}
.header-list+ul {display:none; position:absolute; z-index: 1000;}
.select_custom {position: relative; float:left;}
.select_custom .list {margin: 4px 2px 5px;}
.select_custom .header-list{margin: 6px 0 0;padding: 0px;text-transform: uppercase;color: #4B4B4B;background: white url('../images/filters/arrow.gif') right top no-repeat;height: 24px;position: relative;}
.select_custom .header-list span {padding: 5px 20px 3px 10px; display: block; width: auto;cursor: pointer;}
.select_custom .list.open .header-list{background:#9F81A3 url('../images/filters/arrow.gif') right -22px no-repeat;;color:#ffffff;}
.select_custom li{background:#9F81A3;color:#ffffff;cursor:pointer;padding: 2px 10px;white-space:nowrap;}
.select_custom li.open{color:#815C87;}
.a_coup_coeur_filter .header-list span {padding-right: 35px;background: url('../images/filters/heart.png') right top no-repeat;width: auto;position: relative;}
.a_coup_coeur_filter .open .header-list span {background-position : right bottom;}
.asearch_mini_form {float:left;}
.asearch_mini_form #asearch_mini_form .buttons-set button.button {float:left;}



.asearch-result-index .block-currency, 
.category-products .block-currency, 
.catalogsearch-result-index .block-currency {float:right;background:none; border:0;margin:0;padding: 12px 0;}
.category-products .block-currency {position: absolute; top: -5px; right:0;z-index: 20;}
.cms-home .block-currency   {display:none;}
.catalogsearch-result-index .page-title { float:left; width: 80%; }
.catalogsearch-result-index .note-msg{clear:both;}
.catalogsearch-result-index .block-currency {padding: 5px 0 12px 0;}

.category-products {}
.category-products .container-counter { margin-top: 20px; width: 80px; font-family: HelveticaNeueLTStdBdCn; font-size: 12px; background: #815C87; padding: 8px; position: absolute; right: -96px; top: 50px; color: #FFF; text-align: center;}

.asearch-result-index .block-currency .list, 
.category-products .block-currency .list, 
.catalogsearch-result-index .block-currency .list {color:#ffffff; min-width: 50px; }

.asearch-result-index .block-currency .list .header-list, 
.category-products .block-currency .list .header-list, 
.catalogsearch-result-index .block-currency .list .header-list{text-transform: uppercase;color: #ffffff;background: #815C87 url('../images/filters/arrow.gif') right bottom no-repeat;height: 24px;display:block;position: relative;padding: 0 15px 0 5px;line-height: 25px;font-size: 14px;text-align: center;}

.asearch-result-index .block-currency .list:hover .header-list, 
.category-products .block-currency .list:hover .header-list, 
.catalogsearch-result-index .block-currency .list:hover .header-list{background-color: #9F81A3; }

.asearch-result-index .block-currency .list li, 
.category-products .block-currency .list li, 
.catalogsearch-result-index .block-currency .list li{background: #9F81A3; padding: 2px 5px;cursor: pointer;min-width: 40px;}

.asearch-result-index .block-currency .list li:hover, 
.category-products .block-currency .list li:hover, 
.catalogsearch-result-index .block-currency .list li:hover{color:#4B3C4C;}

/* End Search -----------------------------------------------------------------------------------------------*/
.header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { float:left; margin:15px 0 0 15px; font-size:12px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { text-transform:uppercase; text-align:left;	}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 Level */
#nav { padding:0; margin:0; background: transparent url(../images/interface/background/bg-menu-catalogue.png) top left no-repeat; height:37px; width: 100%; display: block;}
#nav li { float:left; margin:0; padding: 0 11px; line-height: 37px; display: block;}
#nav li +li {background: transparent url(../images/interface/background/bg-link-catalogue.jpg) center left no-repeat; }
#nav li.active a {  }
#nav li.btn-home.over,
#nav li.btn-home.active { background: none;}
#nav li.btn-home a { display: block; width: 23px; height:32px; background: transparent url(../images/interface/button/btn-accueil.png) center left no-repeat; }
#nav li.btn-home a span { display: none;}
#nav a { color: #FFF; font-family: HelveticaNeueLTStdBdCn; font-weight:normal;font-size: 13.5px; display: block; height: 37px; line-height: 37px; text-shadow: 0 -1px 1px #000000; -moz-text-shadow: 0 -1px 1px #000000; -webkit-text-shadow: 0 -1px 1px #000000; -o-text-shadow: 0 -1px 1px #000000; }
#nav li.active a,
#nav li.over a,
#nav a:hover { color:#746a66; text-shadow: none; -moz-text-shadow: none; -webkit-text-shadow: none; -o-text-shadow: none;}
#nav > li.over,
#nav > li.active,
#nav > li.level-top:hover { margin:0; background:#FFF; }
/*#nav .nav-1 {background: url(../images/interface/background/bg-menu-drupal.jpg) top left no-repeat;}*/

/*#nav .nav-1 a:hover{color:#815C88;}*/
/*#nav .nav-1 a{color:#44aedc;} bleu*/
/*#nav .nav-2 a{color: #f09200;} orange*/
#nav .nav-1 a:hover,
#nav .nav-1 a{color:#afc600;}
#nav .nav-2 a:hover,
#nav .nav-2 a{color: #d19fff;}
#nav .nav-3 a:hover,
#nav .nav-3 a{color: #d19fff;}
#nav .nav-4 > a:hover,
#nav .nav-4 > a{display: block;width: 23px;background: transparent url(../images/interface/button/btn-gift_violet.png) right 6px no-repeat;padding-right: 30px;}
#nav .nav-6 span.bio{color:#afc600; display:inline;}


/* 1st Level */
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; clear: both; /* height: 24px;*/  background:transparent url(../images/interface/puces/puce-brun.png) left 8px no-repeat; margin:0; padding:0; text-transform:none; padding-left: 10px;}
#nav ul li.last { padding-bottom:0; }
#nav ul a,
#nav ul a:hover { float:none; /*padding:0;*/ background:none;}
#nav ul a:hover {  opacity:0.7;}

#nav ul li a { font-size: 12px; font-family: Arial; font-weight: bold; color: #746a66; height: auto; text-transform: uppercase; line-height: 14px; padding: 5px 0;text-shadow: none; -moz-text-shadow: none; -webkit-text-shadow: none; -o-text-shadow: none;}

/* 2nd Level */
#nav ul,
#nav div { position:absolute; clear:both;display: none; border:1px solid #96947c; border-top: none; padding:15px 11px; background:#ffffff; font-size:11px; margin-left: -12px; border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; box-shadow: 5px 10px 10px #444444; -moz-box-shadow: 5px 10px 10px #444444; -webkit-box-shadow: 5px 10px 10px #444444; -o-box-shadow: 5px 10px 10px #444444; }
#nav div ul { position:static; width:auto; border:none; padding:0; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; display: none !important; }


/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub,
#nav li.level-top:hover ul.level0 { display: block; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
.block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; cursor:pointer; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { padding:12px 10px; }
.block .block-content .list-item {  height:178px; overflow:hidden; position: relative; }
.block .block-content .list-item ol { position: absolute; top: 0; left: 0; }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; width: 226px;}
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .block-content .product-name { color:#4f8100; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }
.block button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; color:#808080; font-size:11px; }
.mini-products-list .category-name { margin:0; color:#88698f; font-weight: bold;}
.mini-products-list .product-name a { color: #808080; }

/* Block: Header Account */
.block-header-account { position: absolute; top: 0; right: 0; text-align: right; padding-top: 12px; }
.block-header-account a:hover, .block-header-account a:hover h3 , .block-header-account a:hover p {opacity: 0.7;}
.block-header-account h3 { padding: 0; margin: 0; color: #000; font-weight: normal; font-family: HelveticaNeueBoldCond; font-size: 15px; text-transform: uppercase;}
.block-header-account p { margin:0;}
.block-header-account .links a { color: #808080; font-weight: bold; text-transform: uppercase; padding-right:12px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; }

/* Block: Account */
.customer-account-index .main-container .main,
.customer-address-index .main-container .main,
.sales-order-history .main-container .main,
.sales-billing-agreement-index .main-container .main,
.sales-recurring-profile-index .main-container .main,
.review-customer-index .main-container .main,
.tag-customer-index .main-container .main,
.wishlist-index-index .main-container .main,
.newsletter-manage-index .main-container .main,
.loyalty-customer-index .main-container .main,
.mdcore-comments-index .main-container .main,
.mdcore-comment-delete .main-container .main,
.sales-order-view .main-container .main,
.customer-account-login .main-container .main,
.sales-order-invoice .main-container .main,
.sales-order-shipment .main-container .main,
.customer-account-forgotpassword .main-container .main,
.customer-account-create .main-container .main,
.customer-account-edit .main-container .main,
.actweb-favorites-recipe .main-container .main,
.customer-address-form .main-container .main,
.wishlist-index-share .main-container .main,
.customer-account-logoutsuccess .main-container .main,
.customer-account-resetpassword .main-container .main,
.oauth-customer-token-index .main-container .main,
.savecart-index-index .main,
.savecart-savedcarts-view .main,
.cartclient-customer-index .main-container .main { background:#fff; padding-top: 16px;}






/* Block: Account */
.block-account{ border: 0 none; width: 222px;   margin-left: 18px;}
.block-account .block-title { border:0; background:url(../images/interface/background/bg-title-account.jpg) 0 0 repeat-x; margin-bottom: 22px; height:28px; line-height:32px;  font-size:16px; font-family: 'HelveticaNeueBoldCond'; }
.block-account .block-title strong { color:#fff; line-height: 28px; font-size:16px; }
.block-account .block-content{ padding: 0;}
.block-account .block-content li a { display:block;  color:#654565; text-decoration:none !important; font-weight:bold; font-size: 14px;}
.block-account .block-content li a:hover { color:#444; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li{ display:block; border:1px solid #dcdcdc; padding:5px 8px 5px 10px; color:#5f5d5c; text-decoration:none !important; background:url(../images/interface/puces/puce-violet.png) 206px center no-repeat; margin-bottom: 15px; -webkit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px;white-space:nowrap;  }
.block-account .block-content li.current { padding:5px 8px 5px 10px; background:#f0eeed; color:#9e71a3; font-weight:bold; font-size: 14px; white-space:nowrap;}
.block-account .block-content li.current.last { border-bottom:0; }
.block-account .block-content li.customer-logout{  background:url(../images/interface/button/btn-logout.png) 0 0 no-repeat; color:#fff; border: 0 none; }
.block-account .block-content li.customer-logout:hover{  background-position: 0 -29px; color:#fff; border: 0 none; }
.block-account .block-content li.customer-logout a{  color:#fff; }

/* Block: Currency Switcher */
.block-currency { background:#f4f4f4; }
.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
.block-currency .block-title strong { text-transform:none; }
.block-currency .block-content { padding:0 10px 12px; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; margin:0 0 6px; height:13px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-content { padding:0; }
.block-layered-nav .block-subtitle { margin:0; background:#679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
.block-layered-nav dt { font-weight:normal; padding:8px 10px 0 10px; font-size:11px; }
.block-layered-nav dd { padding:0 10px 8px 10px; }
.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
.block-layered-nav dd a { color:#444; }
.block-layered-nav .currently ol { padding:6px 0 0; }
.block-layered-nav .currently li { padding:2px 10px; }
.block-layered-nav .currently .label { font-weight:bold; }
.block-layered-nav .currently .btn-remove { margin:2px 0 0; }
.block-layered-nav .actions { padding:5px 10px; margin:0; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart { float: right; border: none;  display: block; width:280px;position:relative; z-index:100;margin: 0; margin-top: 30px; } 
.block-cart .content-visible {  height:65px; background:transparent url(../images/interface/background/bg-block-cart.png) 0 1px no-repeat; position:relative; margin-bottom: -7px; z-index: 50;padding-right:5px;}
.block-cart .block-title { display: block;  padding: 9px 0 0 60px; background: none; border: none;  font-family: HelveticaNeueBold; font-weight:normal !important;}
.block-cart .block-title strong { color:#4c4c4c; display: block; float:left; font-size: 14px; }
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { position: absolute; top: 0; left:  24px; background: transparent url(../images/interface/background/bg-nb-article.png) top left no-repeat; height:27px; width:27px; line-height:27px; display: block; color: #FFF; text-align: center; font-family: HelveticaNeueBold; font-size: 14px; }
.block-cart .subtotal { display:block; float:right;font-weight:bold; color:#815c88;font-size: 17px; padding-right: 5px;}
.block-cart .actions { display:none !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .block-coup-coeur { margin-left: 50px; font-family: Arial; background: transparent url(../images/interface/background/bg-cart-coup-coeur.jpg) top left no-repeat; height: 19px; line-height: 19px; padding-left: 24px; color:#4c4c4c; font-size:11px; clear:both;}
.block-cart .block-coup-coeur strong {font-size:10px; }
.block-cart .block-content { padding: 0; display: none; position: absolute; z-index: 10; top: 57px; background: #FFF; right: 0; border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; box-shadow: 5px 10px 10px #444444; -moz-box-shadow: 5px 10px 10px #444444; -webkit-box-shadow: 5px 10px 10px #444444; -o-box-shadow: 5px 10px 10px #444444; z-index: 49; }
.block-cart .block-content .content-cart { padding: 12px 10px;  width: 226px;}
.block-cart .block-content .block-links-checkout {padding-top: 8px}
.block-cart .block-content .block-links-checkout a { font-size: 11px; text-transform: uppercase; display: block; font-weight: bold; padding-right: 12px; }
.block-cart .block-content .block-links-checkout a:hover {opacity: 0.7;}
.block-cart .block-content .block-links-checkout a.btn-voir-panier { background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; color: #808080; float: left; height: 20px; line-height: 20px;}
.block-cart .block-content .block-links-checkout a.btn-finaliser-commande { background: transparent url(../images/interface/puces/puce-rose.png) center right no-repeat; color: #ff4ca6; float: right; height: 20px; line-height: 12px;}
.block-cart .block-content .nav-cart  { display: block; height: 12px; position: relative; border-top: 1px solid #cccbcb; border-bottom: 1px solid #cccbcb; margin: 0 -10px; } 
.block-cart .block-content .nav-cart:hover { background-color: #cccccc;}
.block-cart .block-content .nav-cart-next { margin-top: 12px; background: transparent url(../images/interface/button/btn-next-violet.png) center center no-repeat; }
.block-cart .block-content .nav-cart-prev { margin-bottom: 12px; background: transparent url(../images/interface/button/btn-prev-violet.png) center center no-repeat; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
.block-related input.checkbox { float:right; }
.block-related .product { margin-right:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
.compare-table { border:0; }
.compare-table thead,
.compare-table thead tr.first { background:#fff; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove.gif); width:12px; height:12px; }
.compare-table tbody th { background:#e9e9e9; }
.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:#fffada; 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; }
.compare-table .add-to-links li { background:none; padding:0; }

/* Block: Recently Viewed */
.block-viewed {}

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

/* Block: Poll */
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { border:0; background:none; padding:0; }
.block-tags .block-content li a { color:#444; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.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; background:none; text-align:center; }

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#555; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* Block: Category */
#narrow-by-list2 {}
#narrow-by-list2 a:hover {opacity: 0.7;}
#narrow-by-list2 dt {}
#narrow-by-list2 dt h1{ font-weight: normal; color:#4b4b4b; font-size: 18px; font-family: HelveticaNeueBold; text-transform: uppercase; margin-bottom: 0;}
#narrow-by-list2 dt #treecontrol { margin: 0;margin-bottom: 20px;}
#narrow-by-list2 dt a { display: none; font-size: 11px; color: #4c4c4c; background: transparent url(../images/interface/puces/puce-cat-level0.png) top right no-repeat; font-weight: bold; padding-right: 14px;}
#narrow-by-list2 dt a.btn-expanded { display: block; float: left; clear: both; } 
#narrow-by-list2 ul { margin-left: 10px; margin-bottom: 6px; }
#narrow-by-list2 ul:first-child { margin-left: 0; }
#narrow-by-list2 ul li { padding-left: 0; padding-top: 0; padding-bottom: 0; margin: 4px 0;position:relative;}
/*#narrow-by-list2 ul li.current>a{ color: #4c5700;}*/
#narrow-by-list2 ul li.current>a{ color: #c80660;}
#narrow-by-list2 ul.treeview a.selected { background: none; }
#narrow-by-list2 ul.treeview div.hitarea.expandable-hitarea { background-position : bottom left;}
#narrow-by-list2 ul.treeview span.hitarea {float:none; margin-left:0px}
/*=== Level 0 ===*/
#narrow-by-list2 ul.treeview div.hitarea { position:absolute;left:0; background: transparent url(../images/interface/puces/puce-cat-level0.png) top left no-repeat; height: 16px; width: 15px; margin-left: 0; }
#narrow-by-list2 ul li { padding-left: 15px; margin-bottom: 10px; }
#narrow-by-list2 ul.treeview>li.collapsable, #narrow-by-list2 ul.treeview>li.expandable  {/* padding-left: 0; */background: none;}
#narrow-by-list2 ul.treeview ul > li.collapsable { padding-left: 15px !important; }
#narrow-by-list2 ul a,#narrow-by-list2 ul span.hitarea { color: #694670; text-transform: uppercase; font-size: 12px; font-weight: bold;} 
/*=== Level 1 ===*/
#narrow-by-list2 ul ul { background: none; margin-left:0;}
#narrow-by-list2 ul.treeview ul div.hitarea { background: transparent url(../images/interface/puces/puce-cat-level1.png) top left no-repeat; height:  15px; width: 15px; margin-left: 0;}
#narrow-by-list2 ul ul li{ margin-bottom: 0; padding-left: 15px;}
/*#narrow-by-list2 ul.treeview ul>li.collapsable, #narrow-by-list2 ul.treeview ul>li.expandable  { padding-left: 0; }*/
#narrow-by-list2 ul ul a { color: #9f81a3; text-transform: none; font-size: 12px; }
/*#narrow-by-list2 ul ul .current>a { color: #879900;  }*/
#narrow-by-list2 ul ul .current>a { color: #ec4894;  }
/*#narrow-by-list2 ul ul .current.collapsable>a { color: #6d7c00; }*/
#narrow-by-list2 ul ul .current.collapsable>a { color: #ec4894; }
/*#narrow-by-list2 ul ul .current.collapsable .current a{ color: #879900;  }*/
#narrow-by-list2 ul ul .current.collapsable .current a{ color: #e772a8;  }
/*=== Level 2 ===*/
#narrow-by-list2 ul ul ul  { margin-left: 0px; }
#narrow-by-list2 ul ul ul a { color: #807b79; text-transform: none; font-size: 12px; font-weight: normal; }
#narrow-by-list2 ul.treeview ul>li.collapsable li, #narrow-by-list2 ul.treeview ul>li.expandable li{ background: transparent url(../images/interface/puces/puce-cat-level2.png) top left no-repeat; padding-left: 10px; }

.block-categories-full-list {}
.block-categories-full-list h1 { padding : 15px 0 0 10px ; }
.block-categories-full-list .full-categories{}
.block-categories-full-list .full-categories .categories-line {}
.block-categories-full-list .full-categories .categories-line .category-block {float:left}
.block-categories-full-list .column-3 .category-block {width:306px;margin:10px;}

.block-categories-full-list .column-3 .category-block ul li { }
.block-categories-full-list .column-3 .category-block ul li a { color: #694670; text-transform: uppercase; font-size: 12px; font-weight: bold; }
.block-categories-full-list .column-3 .category-block ul ul li { padding-left:15px ;  background: transparent url(../images/interface/puces/puce-cat-level2.png) top left no-repeat; }
.block-categories-full-list .column-3 .category-block ul ul li a {  color: #9f81a3; text-transform: none; font-size: 12px; }
.block-categories-full-list .column-3 .category-block ul ul ul li { padding-left:15px ; background: transparent url(../images/interface/puces/puce-cat-level2.png) top left no-repeat; }
.block-categories-full-list .column-3 .category-block ul ul ul li a { color: #807b79; text-transform: none; font-size: 12px; font-weight: normal; }




/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; }
.category-title h1 { padding:3px 0; color:#5b9400; font-size:1.6em; font-weight:bold; line-height:1.25; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 ;}
.category-products {}

.catalog-category-view .limiter {padding-left: 170px;}
.catalog-category-view .block-recipes { padding:0 !important; margin-top: 10px !important; background: #fff;}
.block-recipes { padding-top: 10px !important;margin: 0 !important;}
.block-recipes .recipes-list .block-recipes .item-recipes { margin-left: 11px; }
.block-recipes .header-recipes {	background: transparent url(../images/interface/background/bg-header-violet.jpg) top left repeat-x; color:#FFF; height: 35px; line-height: 35px; padding: 0 20px; margin-bottom: 12px; }
.block-recipes .header-recipes span { display:block; float: left; font-size: 18px; font-family: HelveticaNeueLTStdBdCn;  text-transform: uppercase;}
.block-recipes .header-recipes a { display:block; float: right; font-size: 11px; color: #FFF; text-transform: uppercase; padding-right: 15px; background: transparent url(../images/interface/puces/puce-blanc.png) center right no-repeat; }
.block-recipes .item-recipes { float: left; margin-left: 34px; width: 207px; margin-bottom: 20px;  }
.fiche-savoir-faire .block-recipes .item-recipes{margin-left:0;}

/* Adaptation des blocs recettes dans les fiches beaute ================================ */
.recipes-ideas-fiches-beaute .block-recipes .item-recipes{margin-left:8px;}

.block-recipes .item-recipes.first { margin-left: 20px; }
.block-recipes .item-recipes .img-recipes { width: 207px; height: 155px; overflow: hidden; padding: 2px 0 8px;  }
.block-recipes .item-recipes .img-recipes img {width: 207px; height: auto;}
.block-recipes .item-recipes .img-recipes img:hover, .block-recipes .item-recipes a:hover{opacity:0.8;}
.block-recipes .item-recipes a {  margin: 0; }
.block-recipes .item-recipes .recipe-info { height: 82px;}
.recette_culinaire .block-recipes .item-recipes .recipe-info { height: 80px;}
.block-recipes .item-recipes h3 {  margin-bottom: 5px; font-weight: normal; max-height: 36px; overflow:hidden;line-height: 16px;}
.block-recipes .item-recipes h4 { margin: 0 0 10px; height: 50px; overflow:hidden; }
.block-recipes .item-recipes h3 a {font-size: 14px; color: #4b4b4b; font-family: HelveticaNeueMediumCondRg; line-height: 14px; font-weight: normal;}
.block-recipes .item-recipes.recette-culinaire h3 a { color: #f27e21; }
.block-recipes .item-recipes h4 a { font-size: 16px; color: #815c87; font-family: HelveticaNeueBoldCond; line-height: 16px;font-weight:normal; text-transform: none;}
.block-recipes .item-recipes .see-recipe { color: #815c87; font-weight: bold; text-transform: uppercase; padding-right: 15px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; float: right; font-family: Arial; }
.block-recipes .item-recipes.recette-culinaire .see-recipe { color: #f27e21; background: transparent url(../images/interface/puces/puce-orange.png) center right no-repeat; }

.favorites-recipes h3 {  margin-bottom: 5px; font-bold: normal;}
.favorites-recipes h3 a { font-size: 14px;color: #815c87; text-transform: uppercase; }
.favorites-recipes h4 {  margin-bottom: 15px; font-bold: normal; }
.favorites-recipes h4 a { font-size: 14px; color: #4b4b4b;font-family: HelveticaNeueLightCond;line-height: 14px;}
.favorites-recipes li{padding: 10px 0;height: 115px;}
.favorites-recipes li+li {border-top: 1px solid #D5D5D5 !important;}
.favorites-recipes li>div{float:left;}
.favorites-recipes .recipe-image{width: 120px;}
.favorites-recipes .recipe-info{width: 500px;min-height: 115px; position:relative; }
.favorites-recipes .recipe-info .link-recipe { position: absolute; bottom: 5px; right: 0;}
.favorites-recipes .recipe-buttons{}
.favorites-recipes .recipe-buttons .delete-recipe{background: url(../images/interface/button/btn-remove.png) 0 0 no-repeat;text-indent: -999em;display:block;margin-left: 15px;width: 15px;}
.favorites-recipes .add-to-book{float: left;margin-right: 10px;}
.my-account .block-book-pdf {margin-bottom: 50px;}
.my-account .favorites-recipes .recipe-info .link-recipe {  color: #815c87; font-weight: bold; text-transform: uppercase; padding-right: 15px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; float: right; font-family: Arial; }
.my-account .favorites-recipes h4 a {   color: #4B4B4B;    font-family: HelveticaNeueMediumCondRg;    font-size: 14px;    font-weight: normal;    line-height: 14px;}
.my-account .favorites-recipes h4{margin:0;}
.my-account .favorites-recipes h3 a {color: #815C87;    font-family: HelveticaNeueBoldCond;    font-size: 14px;    font-weight: normal;    line-height: 16px;    text-transform: uppercase; }


.header-family { background: url("../images/interface/background/bg-header-accordion.jpg") repeat-x scroll left top transparent; color: #FFFFFF; display: block; font-family: HelveticaNeueLTStdBdCn; font-size: 18px; font-weight: normal; height: 35px; line-height: 35px; margin-bottom: 10px; padding: 0 20px; text-transform: uppercase; }
.out-of-stock-container {
clear: both; 
}

#ajax-comments-num ul.messages, #ajax-comments-num .overlay, #ajax-comments-num .box-product-add {display:none!important}
.box-product-add { height: 115px; width: 310px; display: none; background: #FFF url('../images/interface/ajax-loader.gif') center center no-repeat;  position: fixed; top: 50%; left: 50%; margin: -60px 0 0 -155px; border: 2px solid #815C87; z-index: 2000; }
.box-product-add h3 { height: 30px; line-height: 30px; color: #FFF; font-family:HelveticaNeueLTStdBdCn; background: #815C87; display: block; width: 100%; font-size: 18px; text-align: center; text-transform: uppercase; }
.box-product-add .container-box-product-add { padding: 15px 34px; padding-top: 0; display: none; background: #FFF; }
.box-product-add p { width: 100%; text-align: center; font-weight: bold; font-size: 12px;}
.box-product-add a { position: relative; height: 30px; line-height: 30px; color: #FFF; font-family:HelveticaNeueBoldCond; background: #815C87; display: block; float: left; margin-right: 10px; padding: 0 10px; font-size: 13px; }
.box-product-add a.btn-cart { margin: 0; background: #E4418B; }
.box-product-add a span { background: #E5E5E5; text-indent: 10px; overflow: hidden; display: block; height: 100%; position: absolute; width: 0; color: #4C4C4C; top: 0; left: 0; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; white-space:nowrap;}
.box-product-add a:hover span { width: 100%; }

/* Ateliers */
body.category-ateliers .category-products .filter {display:none}
body.category-ateliers-aromatherapie .category-products .filter {display:none}
body.category-ateliers-cosmetiques .category-products .filter {display:none}
body.category-ateliers-az-tour .category-products .filter {display:none}
body.category-lyon .category-products .filter {display:none}
body.category-nantes .category-products .filter {display:none}
body.category-lille .category-products .filter {display:none}
body.category-toulouse .category-products .filter {display:none}
body.category-aix-en-provence .category-products .filter {display:none}


/* View Type: Grid */
.products-grid { /*position:relative; */}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:340px; height: 355px; padding:0; background: #FFF; margin-left: 10px; display: block; padding: 10px;  }
.products-grid.ateliers li.item { height: 440px; position: relative; }
.products-grid.ateliers .product-content .product-node { float: left; }
.products-grid.ateliers li.item .out-of-stock-container .out-of-stock { bottom: -32px; }
.products-grid li.item:first-child { margin-left: 0;}
.products-grid li.item .fivestar-static-form-item { position: relative; top: 10px; right: 0; width: 52px; float:right;}
.products-grid .product-image { display:block; width:170px; height:170px; border:1px solid #ddd; border-width:1px 1px 1px 0; margin:0 0 10px; }
.products-grid.first .product-image { border-top:0; }
.products-grid li.last .product-image { border-right:0; }
.products-grid .product-title {height: 60px;}
.products-grid h3, .mdcore-coup-de-coeur-index .products-grid h3{ font-size:13px; margin:0px; color: #4b4b4b; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; clear:none; line-height:13px; padding:0;}
.products-grid .product-name,  .mdcore-coup-de-coeur-index .products-grid .product-name{ font-size:16px; margin:0px; color: #333333; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; line-height: 16px; max-width: 255px; clear:none;}
 .mdcore-coup-de-coeur-index .products-grid .product-name{max-width: 155px;}
.products-grid .product-name a { color:#444; text-decoration:underline; }
.products-grid .product-name a:hover { text-decoration:none; }
.products-grid .product-name .product-link {text-decoration:none; }
.products-list .product-name .product-link {text-decoration:none; }
.products-grid.ateliers .product-name { height:47px; }
.products-grid .product-date,
.products-grid .product-scientific-description { color:#808080; font-size: 10px; font-style:italic; font-family: Arial; display: block; height: 11px; line-height: 11px; }
.products-grid .product-atelier { padding: 8px 0; }
.products-grid .product-atelier p{margin:0;}
.products-grid .product-atelier .left { width: 50%;}
.products-grid .product-atelier .right { width: 50%;}
.products-grid .product-atelier h4 { text-transform: uppercase; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; color: #333; margin: 0; }
.products-grid .product-simple { float: left;position:relative; z-index:10;}
.products-grid .product-simple .coup-coeur {margin-top: 5px;}
.products-grid .product-simple .selected {  line-height: 24px; color: #4c4c4c; font-size: 11px; font-weight: bold;} 
.products-grid .select-product-simple { width: 160px; height: 24px; line-height: 24px; border:1px solid #ddd; background: transparent url(../images/interface/background/bg-select.jpg) top left repeat-x; border-radius: 5px; position: relative; padding: 0 6px; color: #4c4c4c; font-size: 11px; font-weight: bold; z-index: 10; }
.products-grid .select-product-simple.hover { border-radius: 5px 5px 0 0; z-index: 110; }
.products-grid .select-product-simple .btn-select { display: block; position: absolute; width: 25px; height: 22px; background: transparent url(../images/interface/button/btn-select.png) top left no-repeat; top: 1px; right: 1px; }
.products-grid .select-product-simple .options-product-simple { z-index:100; display: none; position: absolute; top: 23px; left: -1px; background: #F7F7F7; border: 1px solid #ddd; border-top: none; border-radius: 0 0 5px 5px; padding: 0 6px;  width: 160px;  }
.products-grid .select-product-simple .options-product-simple a.item-product-simple { color: #4c4c4c; display: block; border-top: 1px solid #DDD; width: 100%; }
.products-grid .select-product-simple .options-product-simple a.item-product-simple img { display: inline-block; margin-top: 5px; margin-left: 10px; } 
.products-grid .select-date-virtuel { width: 326px; height: 24px; line-height: 24px; border:1px solid #ddd; background: transparent url(../images/interface/background/bg-select.jpg) top left repeat-x; border-radius: 5px; position: relative; padding: 0 6px; color: #4c4c4c; font-size: 11px; font-weight: bold; z-index: 10; }
.products-grid .select-date-virtuel.hover { border-radius: 5px 5px 0 0; z-index: 110; }
.products-grid .select-date-virtuel .btn-select { display: block; position: absolute; width: 25px; height: 22px; background: transparent url(../images/interface/button/btn-select.png) top left no-repeat; top: 1px; right: 1px; }
.products-grid .select-date-virtuel .options-date-virtuel { z-index:100; display: none; position: absolute; top: 23px; left: -1px; background: #F7F7F7; border: 1px solid #ddd; border-top: none; border-radius: 0 0 5px 5px; padding: 0 6px;  width: 326px;  }
.products-grid .select-date-virtuel .options-date-virtuel a { text-transform: capitalize; color: #4c4c4c; display: block; border-top: 1px solid #DDD; width: 100%; }
.products-grid .select-date-virtuel .options-date-virtuel a span { color: #815C87; font-style: italic; font-weight: normal; }
.products-grid .product-content { margin-bottom: 5px; }
.products-grid .product-content .product-description { width: 180px; float: left; /*padding-top: 8px;*/padding-top:0; padding-bottom:0; /*height: 95px;*/height:103px; overflow: hidden; line-height: 13px;}
.products-grid.ateliers .product-content .product-description { height:142px; }
.products-grid.ateliers .product-content .product-description b.ateliernew { color:white; background:#808080; padding:0 2px; }
.products-grid .product-content .product-node { clear:left; }
.products-grid .product-content .product-node ul { margin: 0; list-style: none; padding:0;}
.products-grid .product-content .product-node ul li { margin: 0; list-style: none; padding:0;background:0;}
.products-grid .product-content .product-node a { font-size: 11px; font-weight: bold; padding-right: 11px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; text-decoration:none;}
.products-grid .product-content .product-node .violet {color:#815c87;}
.products-grid .product-content .product-node .rose {color:#e4418b;}
.products-grid .product-content .product-node ul li+li a[href*="page=library"].violet {color:#e4418b;}
.products-grid .product-content img { float: right; }
.products-grid .product-content .product-img-block {position: relative}
.products-grid .product-content .product-img-block .image-zoom-link {position:absolute; right:117px}
.products-grid .product-content .product-img-block .image-link {}
.products-grid .product-share{ padding: 5px 0; }
.products-grid .product-pictos { position: relative;margin-bottom: -60px;float: right;}
.products-grid .product-pictos ul { list-style: none; margin: 0; padding: 0; }
.products-grid .product-pictos ul li { list-style: none; margin: 0; padding: 0; float: left; display: block; margin-left: 5px;width: auto;background:none;}
.products-grid .product-pictos ul li img{ display:inline;float:none; max-width: 40px;}
.products-grid .product-price  { float: right; position:relative; }
.products-grid .product-price .price-label { display: none; }
.products-grid .product-price .reduce { display: block; float: left;  font-size:14px; font-weight: bold; color: #FFF; background: transparent url(../images/interface/background/bg-promo.png) top left no-repeat; width: 37px; height: 26px; line-height: 26px; text-align: center; margin-right: 20px;}
.products-grid .product-stock { float: left; width: 120px; }
.products-grid .product-stock label { color: #333333; font-family: HelveticaNeueLTStdBdCn; font-size: 14px; line-height: 22px; }
.products-grid .product-stock span { font-size: 14px; font-weight: bold; }
.products-grid .price-box { margin: 0; float: right; text-align: right; /*width: 50px;*/ }
.products-grid .price-box .price { color: #815c87; font-size: 20px; font-weight: bold; font-family: Arial; display: block; line-height: 22px; letter-spacing: -1px; }
.products-grid .price-box .old-price { position: relative; margin-top: -12px; }
.products-grid .price-box .old-price .price { color: #333333; font-size: 12px; font-family: Arial; line-height: 14px; font-weight: bold; }
.products-grid .price-box .special-price .price { color: #ff4ca6;}
.products-grid .box-quantity { position: relative; float: left; margin-top: 10px; z-index: 9;}
.products-grid .box-quantity .container-qty{ width: 57px; float:left;}
.products-grid .box-quantity label { float: left; font-family: HelveticaNeueLTStdBdCn; font-size: 14px; color: #333333; }
.products-grid .box-quantity .container-qty input[disabled='disabled'] {}
.products-grid .qty { background: transparent url(../images/interface/background/bg-quantity.png) top left no-repeat; border: none; width: 57px !important; height:26px; line-height: 26px; text-align: center; display: block; color: #FFF; padding:0; font-size: 14px; font-weight: bold; padding-right: 12px; float: left;}
.products-grid input.qty {color:#ffffff;}
.products-grid .event-qty { position: absolute; top: 2px; right: 2px;}
.products-grid .btn-plus { background: transparent url(../images/interface/button/btn-plus.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; -webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-grid .btn-plus:hover {background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-grid .btn-moins { background: transparent url(../images/interface/button/btn-moins.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; margin-top: 2px; -moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-grid .btn-moins:hover {background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-grid .availability { line-height:21px; }
.products-grid button.button { float: right; }
.products-grid button.button:hover span span{opacity: 0.8;}
.products-grid button.button span { background: transparent url(../images/interface/button/btn-add-cart.png) top left no-repeat; width:168px; height: 26px; display: block; padding-left: 40px; padding-top: 10px;}
.products-grid button.button span span { background: none; padding: 0; color: #FFF; font-size:14px; font-family: Arial; font-weight: bold; text-align: left; height: 26px; line-height: 26px; }
.products-grid .add-to-links {  list-style: none; margin: 0; padding: 0px 0 10px;height: 32px;}
.products-grid .add-to-links li {  list-style: none; margin: 0; padding: 0; padding:0; background: none; }
.products-grid .add-to-links a {  font-size: 11px; font-weight: bold; color: #4c4c4c; padding-right: 11px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat;}
.products-grid .actions {  clear: both; padding-top: 5px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { /*width:684px;*/ margin:10px auto; }
.col1-layout .products-grid,
.page-empty .products-grid { /*width:684px;*/ margin:10px auto; }

.products-grid li.item .actions .out-of-stock-container {top: -7px;}
.products-grid li.item .out-of-stock-container {position:relative;}
.products-grid li.item .out-of-stock-container .out-of-stock{ /*bottom : -64px; position : absolute ;*/margin-top:8px; }
/*.products-grid li.item .out-of-stock-container.cart_allow{ bottom : 2px;}*/
/*.products-grid li.item .date_appro {position:relative; bottom: -23px;}*/
.products-grid .ecotax {position:absolute; right:0; bottom: -12px; font-size: 9px;min-width: 120px; text-align:right;}
/* View Type: List */
.products-list li.item { padding:10px 0 10px 10px; margin-bottom: 10px; background: #FFF; }
.products-list li.item.last { border-bottom:0; }
.products-list .f-fix { float: none; position:relative; }
/*.products-list .product-pictos { width: 27px; margin-left: 10px; margin-right: 10px; float: left; min-height: 27px; }*/
.products-list .product-pictos { margin-right: 10px; float: left; min-height: 27px; min-width:100px; }
/*.products-list .product-pictos li {padding: 1px 0;}*/
.products-list .product-pictos li { list-style: none; margin: 0; padding: 0; float: left; display: block; margin-right: 5px;width: auto;background:none;}
.products-list .product-pictos img { width: 32px; }
.products-list .product-desc { float: left; width: 170px; }
.products-list .product-image { float:left; width:71px; height:71px; margin-right: 37px;}
.products-list .product-shop { float:left; width: 590px;}
.products-list h3 { font-size:13px; margin:0px; color: #4b4b4b; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; }
.products-list .product-name { font-size:16px; margin:0px; color: #333333; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; line-height: 16px; }
.products-list .product-name a { color:#444; text-decoration:underline; }
.products-list .product-name a:hover { text-decoration:none; }
.products-list .product-scientific-description { color:#808080; font-size: 10px; font-style:italic; font-family: Arial; display: block;  line-height: 11px; }
.products-list .product-name a:hover { text-decoration:none; }
.products-list .container-product-simple {padding-top:10px;}
.products-list .product-simple {  float: left; margin-left: 40px; padding-top: 10px; width: 144px;  } 
.products-list .product-simple .coup-coeur {margin-top: 5px;}
.products-list .product-simple .selected {  line-height: 24px; color: #4c4c4c; font-size: 11px; font-weight: bold;} 
.products-list .select-product-simple { width: 125px; height: 24px; line-height: 24px; border:1px solid #ddd; background: transparent url(../images/interface/background/bg-select.jpg) top left repeat-x; border-radius: 5px; position: relative; padding: 0 6px; color: #4c4c4c; font-size: 11px; font-weight: bold; z-index: 10; }
.products-list .select-product-simple.hover { border-radius: 5px 5px 0 0; z-index: 11; }
.products-list .select-product-simple .btn-select { display: block; position: absolute; width: 25px; height: 22px; background: transparent url(../images/interface/button/btn-select.png) top left no-repeat; top: 1px; right: 1px; }
.products-list .select-product-simple .options-product-simple { display: none; position: absolute; top: 23px; left: -1px; background: #F7F7F7; border: 1px solid #ddd; border-top: none; border-radius: 0 0 5px 5px; padding: 0 6px;  width: 125px;  }
.products-list .select-product-simple .options-product-simple a.item-product-simple { color: #4c4c4c; display: block; border-top: 1px solid #DDD; width: 100%; }
.products-list .select-product-simple .options-product-simple a.item-product-simple img { display: inline-block; margin-top: 5px; margin-left: 10px; }
.products-list .product-price  { float: left; width:  120px; margin-right: 5px; padding-top: 10px; margin-left: 5px; }
.products-list .product-price .price-label { display: none; }
.products-list .product-price .reduce { display: block; float: left;  font-size:14px; font-weight: bold; color: #FFF; background: transparent url(../images/interface/background/bg-promo.png) top left no-repeat; width: 37px; height: 26px; line-height: 26px; text-align: center; margin: 0 5px 0 6px;}
.products-list .price-box { margin: 0; float: right; text-align: right;}
.products-list .price-box .price { color: #815c87; font-size: 20px; font-weight: bold; font-family: Arial; display: block; line-height: 22px; letter-spacing: -1px; }
.products-list .price-box .old-price { position: relative; margin-top: -12px; }
.products-list .price-box .old-price .price { color: #333333; font-size: 12px; font-family: Arial; line-height: 14px; font-weight: bold; }
.products-list .price-box .special-price .price { color: #ff4ca6;}

.products-list .container-qty, .products-list .qty-product { width: 57px;position: relative; float: left; margin-top: 10px; z-index: 9; }
.products-list .container-qty label, .products-list .qty-product label { float: left; font-family: HelveticaNeueLTStdBdCn; font-size: 14px; color: #333333; }
.products-list .qty, .products-list .qty-content { background: transparent url(../images/interface/background/bg-quantity.png) top left no-repeat; border: none; width: 57px !important; height:26px; line-height: 26px; text-align: center; display: block; color: #FFF; padding:0; font-size: 14px; font-weight: bold; padding-right: 12px; float: left;}
.products-list .event-qty { position: absolute; top: 2px; right: 2px;}
.products-list .btn-plus { background: transparent url(../images/interface/button/btn-plus.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; -webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-list .btn-plus:hover {background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-list .btn-moins { background: transparent url(../images/interface/button/btn-moins.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; margin-top: 2px; -moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-list .btn-moins:hover {background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .actions { float: left; width: 53px; min-height: 30px; }
.products-list button.button { float: right; }
.products-list button.button span { background: transparent url(../images/interface/button/btn-add-cart-list.png) top left no-repeat; width:47px; height: 36px; display: block; }
.products-list button.button span span { display: none; }
.products-list .add-to-links { clear:both; }
.products-list .product-node { margin-top: 7px; min-height: 17px; }
.products-list .product-node ul { margin: 0; list-style: none; padding:0;}
.products-list .product-node ul li { margin: 0; list-style: none; padding:0; display: inline;  padding-right: 10px; }
.products-list .product-node a { font-size: 11px; font-weight: bold; padding-right: 11px; background: transparent url(../images/interface/puces/puce-violet.png) center right no-repeat; }
.products-list .product-node .violet {color:#815c87;}
.products-list .product-node .rose {color:#e4418b;}
.products-list .ecotax { clear:both; text-align: right; font-size: 9px;}

.products-list li.item .out-of-stock-container{ position: absolute; bottom: -25px; right: 10px;}
.products-list li.item .out-of-stock-container .alert-stock{ clear: both}

.category-products .waiting-load {display:none !important}
.category-products .in-load .product-wait-loader {background:url('../images/interface/ajax-loader.gif') left top no-repeat;height: 16px;width: 16px;}
.category-products .waiting-load-indexed {visibility:hidden}

/* View Type: Grouped */
.products-grid {clear:both;}
.products-grid li.item.row-grouped-product { width: 710px; height: auto; }
.grouped-product .product-grouped-name { font-size:18px; margin:0px; color: #333333; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; line-height: 22px; margin-bottom: 20px; }
.grouped-product .coupcoeur-grouped { float:left; padding-top: 2px;line-height:24px;width: 50px;}
.grouped-product .coupcoeur-grouped img{vertical-align: middle;}
.grouped-product .link-recipe{ float:left; padding-top: 2px;line-height: 24px;padding-left: 8px; }
.grouped-product .link-recipe a{ color: #815C87;font-size: 11px;font-weight: bold;padding-right: 12px;background:transparent url(../images/interface/puces/puce-violet.png) right center no-repeat;}
.grouped-product .link-recipe a:hover{opacity: 0.7;}
.grouped-product .row-product-grouped { margin: 0; padding: 0; clear:both;}
.grouped-product .row-product-grouped.first { margin-top: 15px; }
.grouped-product .row-product-grouped li { list-style: none; display: block; float: left; margin: 0; padding: 0 ; height: 60px; /*border-left: 1px solid #d9cedb; margin-left: 16px;*/ padding-bottom: 24px;  background: none; }
.products-grid .grouped-product .row-product-grouped li { padding-bottom: 14px; width: 338px; position:relative; }
.products-grid .grouped-product .row-product-grouped li .out-of-stock { position:absolute;}
.products-grid .grouped-product .row-product-grouped li .out-of-stock.differed { bottom:5px;}
.products-grid .grouped-product .row-product-grouped li .out-of-stock.associatedProduct { right:10px; top: 15px; }
.products-grid .grouped-product .row-product-grouped li  .out-of-stock-container {position:static;margin-left: 58px;}
.products-grid .grouped-product .row-product-grouped li  .out-of-stock-container-fiches-beaute {position: static; margin-left: 58px; font-size: 10px; padding-top: 34px; line-height: 34px;}
.grouped-product .row-product-grouped:last-child li { padding-bottom: 0; padding-right:0; }
.grouped-product .row-product-grouped li.left{  border-right: 1px solid #d9cedb; padding-right: 16px; margin-right:10px;}
.grouped-product .row-product-grouped li.left-fiches-beaute{  border-right: 1px solid #d9cedb; padding-right: 5px; margin-right: 8px; }
.grouped-product .row-product-grouped li.last-item{  border-right: 1px solid #d9cedb; padding-right: 16px; }
.grouped-product .row-product-grouped li .product-image { float: left; height: auto; width: auto; border: none; }
.grouped-product .row-product-grouped li .product-desc { float: left; width: 176px; padding-left: 8px; }
.products-grid .grouped-product .row-product-grouped li .product-desc { width: 218px; }
.grouped-product .row-product-grouped li .product-desc h3 { font-size:13px; margin:0px; color: #4b4b4b; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; height: 16px; overflow: hidden;}
.grouped-product .row-product-grouped li .product-desc .product-name { font-size:16px; margin:0px; color: #333333; font-weight: normal; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; line-height: 18px; }
.grouped-product .container-qty-grouped,
.grouped-product .row-product-grouped li .container-qty { position: relative; float: left; }
.grouped-product .row-product-grouped li .container-qty .contenance { color: #4c4c4c; font-size: 12px; font-weight: bold; display: block; text-align: right; height: 16px; line-height: 13px;}
.grouped-product .container-qty-grouped label,
.grouped-product .row-product-grouped li .container-qty label { float: left; font-family: HelveticaNeueLTStdBdCn; font-size: 14px; color: #333333; }
.grouped-product .container-qty-grouped label {padding-top: 2px;}
.grouped-product .container-qty-grouped .qty-grouped,
.grouped-product .row-product-grouped li .container-qty .qty { background: transparent url(../images/interface/background/bg-quantity.png) top left no-repeat; border: none; width: 45px !important; height:26px; line-height: 26px; text-align: center; display: block; color: #FFF; padding:0; font-size: 14px; font-weight: bold; padding-right: 12px; }
.grouped-product .container-qty-grouped .event-qty,
.grouped-product .row-product-grouped li .container-qty .event-qty { position: absolute; bottom: 2px; right: 2px; top: auto; }
/*.grouped-product .container-qty-grouped .btn-plus,
.grouped-product .row-product-grouped li .container-qty .btn-plus { background: transparent url(../images/interface/button/btn-plus.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; }
.grouped-product .container-qty-grouped .btn-moins,
.grouped-product .row-product-grouped li .container-qty .btn-moins { background: transparent url(../images/interface/button/btn-moins.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; margin-top: 2px; }
*/
.grouped-product .container-qty-grouped .btn-plus,
.grouped-product .row-product-grouped li .container-qty .btn-plus{ background: transparent url(../images/interface/button/btn-plus.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; -webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.grouped-product .container-qty-grouped .btn-plus:hover,
.grouped-product .row-product-grouped li .container-qty .btn-plus:hover {background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.grouped-product .container-qty-grouped .btn-moins,
.grouped-product .row-product-grouped li .container-qty .btn-moins { background: transparent url(../images/interface/button/btn-moins.png) top left no-repeat; border: none; width: 10px; height:10px; line-height: 10px; text-align: center; display: block; color: #FFF; padding:0; text-indent: -9999px; overflow: hidden; cursor: pointer; margin-top: 2px; -moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}
.grouped-product .container-qty-grouped .btn-moins:hover,
.grouped-product .row-product-grouped li .container-qty .btn-moins:hover{background-position: left bottom;-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;}



.grouped-product .container-qty-grouped { float: right; }
.grouped-product .container-qty-grouped .qty-grouped { float: left; }
.grouped-product .add-to-wishlist { padding-top: 0px; padding-bottom: 15px; text-align: right; clear: both; }
.grouped-product .add-to-wishlist a { color: #815c87; font-size: 11px; font-weight: bold; padding-right: 12px; background: transparent url(../images/interface/puces/puce-violet.png) right center no-repeat; }
.grouped-product .add-to-cart { float: right; position: relative; margin-top: -7px; width: 220px; }
.grouped-product .add-to-cart button.button { float: right; }
.grouped-product .add-to-cart button.button span { background: transparent url(../images/interface/button/btn-add-cart.png) top left no-repeat; width:168px; height: 26px; display: block; padding-left: 40px; padding-top: 10px; }
.grouped-product .add-to-cart button.button span span { background: none; padding: 0; color: #FFF; font-size:14px; font-family: Arial; font-weight: bold; text-align: left; height: 26px; line-height: 26px; }
.grouped-product .grouped-price { width: 105px; padding-right: 10px; float: right; text-align: right; font-size: 20px; height: 26px; line-height: 26px; color: #815c87; font-family:HelveticaNeueLTStdBdCn; }


.blocks.recipe-cart .grouped-product .row-product-grouped li.last-item{border-right: 0;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .product-desc h3{max-height: 32px; height: auto;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .product-desc h2{max-height: 36px; height: auto;}
.blocks.recipe-cart .grouped-product .row-product-grouped.last li {padding-bottom: 0;}

/* Recipe-cart modification v1 */
.blocks.recipe-cart .grouped-product .row-product-grouped li { height: 100px; width: 31%; padding-bottom: 10px; border-right: 1px solid #d9cedb; padding-right: 16px; padding-left: 5px;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .out-of-stock-container { clear: both; padding-top: 5px; padding-left: 10px;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .out-of-stock-container .availability.out-of-stock span {font-size:10px;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .out-of-stock-container .link-stock-alert a {font-size:10px;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .out-of-stock-container-fiches-beaute .link-stock-alert a {font-size:10px;}
.blocks.recipe-cart .grouped-product .row-product-grouped li .container-qty { float:right}

/* View Type: Block */
.products-block {}
.products-block h2 { height: 40px; }
.products-block h4.sous-titre {margin-left:5px;}
.products-block li.item { width: 210px; height: 280px; padding: 5px; }
.products-block .product-content { height: 125px;}
.products-block .product-content .product-description { width: 130px; padding-top: 0; padding-bottom: 0; line-height: 13px; font-size: 11px; height: 80px; overflow:hidden;}
.products-block .product-content .product-pictos { bottom: 0px; }
.products-block .box-quantity { float: left;margin-top:0;}
.products-block .box-quantity label { font-family: HelveticaNeueLTStdBdCn; font-size: 14px; color: #333333; float:none;}
.products-block .box-quantity .container-qty { float: none; margin-top: 0;position:relative;}
.products-block .product-price { padding-top: 21px; height: 26px;}
.products-block .coup_coeur {float:left; width: 35px; padding-top: 10px; text-align:center;text-transform: none; color: #333333;line-height: 14px;}
.products-block .conditions { color: #b2b2b2; font-size: 10px; padding: 0px 20px 3px; clear:both;}
.products-block .conditions p {margin-bottom: 2px;}
.products-block .btn-cart {margin-top: 10px;}

.product-unique .product-simple {padding-top: 22px;}
.product-unique { width:570px; }
.product-unique .actions{float:left; clear:none;padding-top:0;}
.product-unique .actions.add_to_cart_btn{float:right;}
.product-unique .box-quantity { float: left;padding:0 5px; margin:0;}
.product-unique .box-quantity label { font-family: HelveticaNeueLTStdBdCn; font-size: 14px; color: #333333; }
.product-unique .box-quantity .container-qty { float: none; margin-top: 0;position:relative; clear:both;}
.product-unique button.button { margin-top: 10px; }
.product-unique .product-price .reduce { margin-right: 14px; }
.product-unique .product-price  {float:left;margin-top: 24px;margin-left:5px}
.product-unique .box-quantity.one-product{  margin: 20px 5px 0;}
.product-unique .box-quantity.one-product label{  margin: 4px 0 0;}
.product-unique .box-quantity.one-product .container-qty { clear:none; float:left; }
/* ======================================================================================= */


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

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.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; }
.ratings-table td { padding:4px 0 0; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.availability.out-of-stock.differed span { color:#e77c00; }
.availability.out-of-stock { background: url(../images/interface/pictos/rupture.png) 0 5px no-repeat; padding-left: 15px;}
.availability.out-of-stock.grouped { float:left; margin-top: 5px;clear:left;}
.availability.out-of-stock.differed { background: url(../images/interface/pictos/differe.png) 0 5px no-repeat;}
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }
.out-of-stock-container .link-stock-alert a {color: #d83820; text-decoration: underline; }
.out-of-stock-container-fiches-beaute .link-stock-alert a {color: #d83820; text-decoration: underline; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* 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; font-family: Helvetica; font-weight:bold; }

.price-box { margin:5px 0 10px; }
.price-box .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Regular price */
.regular-price { color:#396f00; }
.regular-price .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#396f00; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; }

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

.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
.minimal-price-link .label {color:#444;}
.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-size:13px; font-weight:bold; }

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

/* 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; font-weight:normal; }

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

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

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

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

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

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

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links li { background:url(../images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
.add-to-links li a { color:#444; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin:-3px 0 0; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:302px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #cacaca; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; 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 { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; 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:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; }
.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:363px; }
.col1-layout .product-view .product-shop { float:right; width:576px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { font:bold 13px/1.25 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Product Options */
.product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; position:relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.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 .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.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 { 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:2px; }
.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.required { position:absolute; right:15px; top:10px; }

.product-options-bottom { background-color:#f6f6f6; 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 .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { float:right; display:inline; }

.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.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 { clear:both; float:none; padding:12px 0 0; text-align:left; }

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

/* Product Tabs */
.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }
.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* 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 { margin:0 0 8px; }
#product_tabs_upsell_products_contents h2 { display:block; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.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:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:460px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:454px; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; line-height:1.55; }
/*.product-name a { color:#444; }*/

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #ddd; background:#f6f6f6; 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 #ddd; background:#ecf9ea; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .main { padding:0; }
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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:12px; }
.page-sitemap .sitemap a { color:#444; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#4f8100; }

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


/* Shopping Cart ========================================================================= */
.cart { background: #FFF; padding: 20px; }
.cart .page-title { overflow: visible; }
.cart .button-set { text-align: left; clear: both; padding-top: 7px; }
.cart .button-set button.button { float: none; }
.cart .button-set button.button span { background: transparent url(../images/interface/puces/puce-inf-violet.png) left center no-repeat; padding:0 0 0 10px; font-size:11px; color:#808080; font-weight: bold; height: 26px; line-height: 26px; }
.cart .button-set button.button span span { padding:0; background: none; }
#shopping-cart-table {width: 940px;margin-top: 30px;}
#shopping-cart-table th.first {width: 600px;}
/* Checkout Types */
.cart .container-title { background: transparent url(../images/interface/background/bg-title-cart.jpg) top left no-repeat; position: relative; margin-top: 40px; color: #FFF; height: 32px; line-height: 32px; color: #FFF; font-weight: normal; display: block; text-indent: 68px; text-transform: uppercase; width: 100%; }
.cart .container-title .block-currency { position:relative; background: none; border: none; padding: 0; float: right; margin: 0; height: 32px; }
.cart .container-title .block-currency .block-content { padding-top: 3px; padding-right: 10px; }
.cart .container-title .block-currency .block-content select { width: 50px; }
.cart .container-title .block-currency .block-content .header-list { background: #ffffff url(../images/interface/button/btn-select.png) 28px 2px no-repeat;color: #815C88;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width: 30px;padding-right: 25px;height: 26px;text-indent: 0;line-height: 25px;font-size: 11px;text-align: center;cursor:pointer;}
.cart .container-title .block-currency .block-content .header-list+ul{ left:12px;color: #ffffff; background:#815C88;width: 52px;}
.cart .container-title .block-currency .block-content .header-list+ul li{ text-indent:0;padding: 1px 2px 1px 1px;cursor: pointer;}

.cart .container-title h1.title { font-size: 16px; font-family: HelveticaNeueLTStdBdCn; display: block; float: left; padding-right: 25px; height: 32px; line-height: 32px;  }
.cart .container-title span.cart-puce { display: block; width: 83px; height: 95px; position: absolute; top: -40px; background: transparent url(../images/interface/background/bg-panier.png) top left no-repeat; left: -15px; }
.cart .container-title span.links { diplay: block; float: left; padding-left: 15px; height: 32px; line-height: 32px; }
.cart .container-title span.links button.button { display: block; }
.cart .container-title span.links button.button span { height : 32px; line-height: 32px;  background: transparent url(../images/interface/puces/puce-blanc.png) right center no-repeat; padding:0 15px 0 0; font-size:11px; color:#FFF; }
.cart .container-title span.links button.button span span { padding:0; background: none; }
.cart .page-title .checkout-types { display:none !important; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .free_shipping {background: #815c87; padding: 8px 30px; color:#ffffff; font-family: HelveticaNeueBoldCond; font-size: 17px;line-height:17px;}
.cart .free_shipping .line1 { text-transform: uppercase;display:block;}
.cart .free_shipping .line2 strong{ font-weight: normal;text-transform: uppercase;font-size: 20px;}

.cart .block-catalog {background: #efefef; padding: 8px 30px;width: 359px;}
.cart .block-catalog .img-catalog {float:left; display:block;}
.cart .block-catalog .get_catalog  {float:left;text-transform: uppercase;font-family: HelveticaNeueBoldCond;padding-left: 20px;}
.cart .block-catalog .get_catalog .line1 {display:block; color:#4b4b4b; font-size: 16px; line-height:16px; }
.cart .block-catalog .get_catalog .line2 {display:block; color:#e55d9f; font-size: 30px; line-height: 30px;}
/* Shopping Cart Table */
.cart-table thead tr { background: #e2dddc; }
.data-table.cart-table tr.last th { padding: 10px; color: #626262; font-size: 12px; font-weight: bold; border-top: 1px solid #d5d5d5 !important; border-bottom: 1px solid #d5d5d5 !important; }
.cart-table th.first { color: #654565; }
.cart-table td { padding:10px; vertical-align: middle; }
.cart-table td.col-product-name { width: 400px; }
.cart-table .product-name { font-weight:bold; margin:0; color:#815c88; font-size: 14px; }
.cart-table .contenance { font-weight:bold; color:#626262; font-size: 12px; }
.cart-table .cart-price { font-weight:normal; font-family:HelveticaNeueBold; color:#815c88; font-size: 17px; text-align:right; padding-right: 15px; display:block; }
.cart-table .qty { display: block; width: 58px !important; height: 26px; line-height: 26px; text-align: center; font-size: 14px; font-weight: bold; color: #4b4b4b; border: 1px solid #d5d5d5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot tr { background: none !important;}
.cart-table tfoot td { padding:5px 10px; border-top: 1px solid #D9DDE3 !important; }
.cart-table .btn-update {float:right;}
.cart-table .btn-clear.button { float:right; clear:right; }
.cart-table .btn-update.button span, .cart-table .btn-clear.button span { height:26px; background: transparent url(../images/interface/puces/puce-gris.png) right center no-repeat; padding:0 15px 0 0; font-size:11px; line-height:26px; color:#808080; font-weight: bold; }
.cart-table .btn-clear.button span { background: transparent url(../images/interface/puces/puce-gris.png) right center no-repeat; padding:0 10px 0 0; }
.cart-table .btn-update.button span span, .cart-table .btn-clear.button span span { padding:0; background: none; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { background: none;}
.cart-table .btn-continue span span{ background:transparent url(../images/interface/puces/puce-inf-violet.png) left center no-repeat; padding:0 0 0 15px; color:gray; }
.cart-table .btn-update span {}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set .col-1 { width:222px; }
.cart .cart-collaterals .col2-set .col-2 { width:418px; }
.cart .cart-collaterals .col2-set.separate { border-top: 1px solid #d5d5d5; }
.cart .cart-collaterals .col2-set.separate .button-set { padding:0; }

.cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .no-crosssell { width:100%; overflow:hidden; }
.cart .no-crosssell img { display:block; margin:0 0 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { background:#eee9ee; padding:10px; }
.cart .discount h2,
.cart .shipping h2,
.cart #opc-payment .payment-container h2 { font-size: 18px; font-family: HelveticaNeueLTStdBdCn; color:#4b4b4b; font-weight: normal; text-transform: uppercase; }
.cart .discount .discount-form,
.cart .shipping .shipping-form { /*margin-left:240px;*/ }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:0; border:0; padding:0; text-align:left; position: relative; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:right; margin:0; }
.cart .discount .buttons-set button.button span,
.cart .shipping .buttons-set button.button span { height:26px; background: transparent url(../images/interface/puces/puce-gris.png) right center no-repeat; padding:0 15px 0 0; font-size:11px; line-height:26px; color:#808080; font-weight: bold; }
.cart .discount .buttons-set button.button span span,
.cart .shipping .buttons-set button.button span span { padding:0; background: none; }
.cart .discount .discount-applied-coupons {margin-top: 15px;}

.trombone { background: transparent url(../images/interface/background/bg-trombone.png) 0 0 no-repeat; position: absolute; top: -5px; width: 13px; height: 43px; left: 10px; }
.cart .discount { border: none; margin-bottom: 10px; padding-left: 30px; position: relative; }
.cart .discount .buttons-set button.btn-cancel { position: absolute; padding: 0; left: -23px; top: 9px; }
.cart .discount .buttons-set button.btn-cancel span { background: url("../images/interface/button/btn-remove.png") no-repeat scroll 0 0 transparent; width: 10px; height: 10px; display: block; padding: 0; }
.cart .discount .buttons-set button.btn-cancel span span { display: none; }
.cart .discount label { font-weight:bold; color:#555; }
.cart .discount .input-box { width:270px; float: left; }
.cart .discount .buttons-set { float: right; clear: right; }
.cart .discount input.input-text { width: 290px; height: 26px; line-height: 26px; border: none; color: #4b4b4b; font-size: 12px; padding: 0; }

.cart .shipping { padding-left: 30px; padding-right: 12px; background: #eee9ee url(../images/interface/background/bg-carton.png)  345px 10px no-repeat; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping h2 { margin-bottom:0; }
.cart .shipping .form-list label {color: #4b4b4b; font-size: 11px; text-transform: uppercase; padding-right: 15px; display: block; float:left;line-height: 26px; height: 26px; }
.cart .shipping .form-list label em { right: 5px; /*position:static;  padding-left: 5px; */}
.cart .shipping .form-list .input-box { display: block; float: left; clear: none; }
.cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #d5d5d5; }
.cart .shipping .form-list .input-box { width:200px; }
.cart .shipping .form-list input.input-text { width:130px; height: 26px; line-height:26px; padding: 0 5px; }
.cart .shipping .form-list select { width:181px; height: 26px; line-height:26px; display: block; padding: 4px;  }
.cart .sp-methods .actwebsocolissimo .socolissimo_image{display:none;}
.cart .sp-methods>li {float:left; margin-right: 30px;}

/* Block coup de coeur */
.cart .block-coup-coeur { display: block; width: 418px; height: 80px; background: transparent url(../images/interface/background/bg-bloc-cc.jpg) top left no-repeat; }
.cart .block-coup-coeur .left { color: #808080; font-size: 11px; padding-left: 60px; padding-top: 10px; }
.cart .block-coup-coeur .left p {font-size: 15px;padding: 0;margin:0;}
.cart .block-coup-coeur h4 { font-weight: normal; font-family: HelveticaNeueLTStdBdCn; text-transform: uppercase; font-size: 22px; color: #4b4b4b; margin:0; line-height: 19px; padding: 10px 0 0; } 
.cart .block-coup-coeur h4 .color { color: #d80f3f; }
.cart .block-coup-coeur h4 sup {font-weight: normal; font-style:normal;font-size: 18px;}
.cart .block-coup-coeur .right { color: #d80f3f; font-size: 22px;  font-weight: bold; height:72px; line-height: 80px; padding-right: 50px; padding-top: 8px; }
.cart .block-coup-coeur .notes {clear:left;margin:0; padding: 5px 0 0 5px;font-size: 10px;line-height: 10px;}
.cart .block-coup-coeur .etoile {margin-top: -3px;vertical-align: top;line-height: 12px;font-size: 14px;font-weight: normal;display: inline-block;}

/* Block information livraison retardée */
.cart .block-information-livraison { display: block; width: 418px; height: 100px; margin-top: 10px; background: transparent url(../images/interface/background/bg-bloc-info-livraison.jpg) top left no-repeat; }
.cart .block-information-livraison .title-information-livraison { font-weight: normal; font-family: HelveticaNeueLTStdBdCn; text-transform: uppercase; font-size: 15px; color: #e55d9f; margin:0; margin-left: 103px; line-height: 19px; padding: 10px 0 0; } 
.cart .block-information-livraison .contenu-information-livraison { margin-left: 103px; } 
.cart .block-information-livraison .merci-information-livraison { text-align:right; margin-right: 10px; } 


/* Shopping Cart Totals */
.cart .totals { background:transparent; padding:12px 30px; }
.cart .totals h2 { color: #626262; font-size: 18px; font-family: HelveticaNeueLTStdBdCn; font-weight: normal; text-transform: uppercase; }
.cart .totals table { float:none; width:100%; margin:0 0 8px; font-size: 12px; color: #333333;  }
.cart .totals table .socolissimo_image {display:none;}
.cart .totals td { padding:0; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding: 6px 0; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size: 22px; color:#815c87;  font-family: HelveticaNeueLTStdBdCn; }
.cart .totals tfoot td.a-right strong { font-size: 23px; color:#815c87;  font-family: Arial; }
.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
.cart .btn-checkout { }
.cart .btn-checkout span { background: transparent url(../images/interface/button/btn-commande.png) top left no-repeat; font-size: 15px; line-height: 14px; font-weight: normal; width: 417px; height: 44px; text-align: center; padding: 0; }
.cart .btn-checkout span span { background: none; }
.cart .btn-checkout strong { display: block; font-size: 21px; line-height: 26px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }

/* Shopping cart Delivery Date */
.cart .shipping-form .sp-methods .deliverydate {float: right; padding: 3px 0px 0px 30px;}
.cart .totals table .deliverydate {display: none}

/* Shopping cart Payments */
.cart #opc-payment {margin-top:10px; background:#eee9ee; padding: 10px 13px 0px 30px;}
.cart #opc-payment .payment-container {background:#eee9ee; padding:0px; min-height:0px;}
.cart #opc-payment .payment-container dt {background-position-y: top !important; padding: 50px 5px 5px 5px; text-align: center}
.cart #opc-payment .payment-container dt.checkmo {margin-left:0px; width: 80px}
.cart #opc-payment .payment-container dt.paybox_system, 
.cart #opc-payment .payment-container dt.atos_standard, 
.cart #opc-payment .payment-container dt.atos_awstandard {background-position-x: left; width: 150px;}

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; clear:none !important;}
.sp-methods dd {float:left; margin-right: 40px;}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#555; }
.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 .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:190px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.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:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; 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:12px; height:12px; 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:12px; height:12px; background:url(../images/btn_remove.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

.opc .checkout-agreements { padding:5px 10px; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }
.opc .checkout-agreements .agree a{text-decoration: underline; }
.checkout-onepage-success .col-main/*,
.checkout-cart-index .col-main*/ {padding: 20px;}
/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.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:#4f8100 !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 */
.block-progress { border:0; margin:0;padding-top: 30px; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:12px; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.block-progress .step-progress {float:left; width: 260px;}
.block-progress .step-progress+.step-progress {margin-left: 75px;}
.block-progress .step-progress .step-progress-title {border-bottom: 1px solid #D5D5D5;padding-bottom: 5px;margin-bottom: 15px;}
.block-progress .step-progress .step-progress-title h4{color: #815C88;display: inline;padding-bottom: 5px;font-size: 14px;}
.block-progress .step-progress .step-content {color: #636363; font-size: 12px; line-height: 18px;}
.block-progress .step-progress .step-content .socolissimo_separator {display:none;}
.checkout-onepage-index .main {background: #ffffff;}
.opc-content { position:relative;}
.opc-content .return-cart{ background: url('../images/interface/background/bg-panier-mini.png') right 0 no-repeat; padding-right: 40px; margin-right: 25px;height: 40px;display:block; float:right;position: absolute; z-index: 20;top: -15px;right: 0;}
.opc-content .return-cart span { background: url('../images/interface/puces/puce-inf-violet.png') 0 center no-repeat; padding-left: 8px; margin-top: 18px;display:block; font-size: 11px; font-weight: bold; text-transform: uppercase;}
.opc .buttons-set { margin-top:0; /*padding-top:0;*/ border-top:0;}
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; padding: 10px 18px 18px;}
.opc li.section {padding-top: 8px;}

.opc .step-title { border:1px solid #d5d5d5;background:#eee; padding:4px 8px 6px;text-align:right; height: 20px; text-transform: uppercase;}
.opc .step-title .number { float:left;  padding:0 3px; margin:0 5px 0 0; font:bold 12px/14px Arial, Helvetica, sans-serif; color:#9e71a3; line-height: 24px; vertical-align: middle; }
.opc .step-title h2 { float:left; margin:0; font:bold 12px/14px Arial, Helvetica, sans-serif; color:#9e71a3; line-height: 24px; vertical-align: middle; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

/*.opc .allow .step-title { background:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer; }
.opc .allow .step-title .number {}
.opc .allow .step-title h2 { color:#fff; }*/
.opc .allow .step-title a { display:block; font-size:12px; color:#636363; border-left: 1px solid #636363; padding-left: 5px;line-height: 13px; vertical-align: middle;margin-top: 4px; text-transform: none;}

/*.opc .active .step-title { background:#e46b00; border-color:#e46b00; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number {}
.opc .active .step-title h2 { color:#fff; }*/
.opc .active .step-title a { display:none; }

.opc .step { padding:15px 5px; position:relative; }
.opc .step .tool-tip { right:30px; }

/* Overlay */
.opc-content .checkout-overlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#fff;
	z-index:100;
	width:100%;
	height:100%;
}
.opc-content .checkout-overlay .loader {
	background:url('../images/interface/ajax-loader.gif') left top no-repeat;	
	position: absolute;
	top: 100px;
	left: 50%;
	width: 300px;
	padding-left: 20px;
	margin-left: -150px;
	color: #9e71a3;
	font-size: 12px;
}
.opc-content .please-wait {
	color: #9e71a3;
	font-size: 12px;
}
.opc-content .disabled { background:#efefef }

/* opc - Login ======================================================================================================*/
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:14px; font-weight:bold; margin:0; color:#4c4c4c; padding: 5px 0 8px; }
#opc-login .account-login .content {/*width: 250px;padding-left: 0;*/}
#opc-login .col2-set+.col2-set .col-1 {border-right: 0; }
#opc-login .buttons-set { border-top:0; }
#opc-login .account-login .form-list .input-text ,
#opc-login .form-list .input-box { /*width: 155px;*/ }
#opc-login .account-create,#opc-login .account-login { padding:0;}
#opc-login .step {padding-left: 0;}
#opc-login .step-title { background: url('../images/interface/background/bg-title-account.jpg') 0 0 repeat-x; color:#ffffff; font-weight: bold; border:0;}
#opc-login.allow .step-title a {color:#ffffff; border-left: 1px solid #ffffff;}
#opc-login .step-title h2 { color: #ffffff;font-weight:bold;}

.opc .gift-messages-form { background: none; border:0; margin:0; padding:0;clear:both;}
.opc .gift-messages-form .inner-box {padding: 5px 0; height: auto;}
.opc .gift-messages-form h4 {color: #654565; font-size: 14px; border-bottom: 1px solid #d9cedb; padding: 10px 40px 5px 0;float:left;}
.opc .gift-messages-form .allow_gift_messages{clear:both;padding: 5px;color:#333333;}
.opc .gift-messages-form .allow-gift-messages-for-order-container {background: #ebe8ef;padding: 10px 0;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list{width: 570px; margin: auto;position: relative;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list label{float:left !important; padding: 0 20px 5px 0; font-weight: normal; }
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list .field{width: 230px;position:relative;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list .gift {position: absolute; top: -45px; right: -12px;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list .fields .input-box,
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list .fields input[type="text"]{width: 170px;float:left;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list li.wide label { padding-top: 10px;}
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list li.wide .input-box,
.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list li.wide textarea {width: 100%;}

/* opc address ====================================================================================================*/
.form-list .address-select .input-box {float:none;}
.form-list .address-select #billing-address-select, .form-list .address-select #shipping-address-select {width: 440px;}
.form-list li h4 {margin:0;}
#opc-billing h3, #opc-shipping h3 {color:#654565; font-size: 14px; font-weight: bold; border-bottom: 1px solid #dfd6e1;width: 290px;padding-top: 10px;}
#opc-billing .form-list .field, #opc-shipping .form-list .field {width: 290px;padding: 5px 0;}

#co-billing-form>fieldset{margin-top: 21px;}
#opc-billing .form-list .field label {line-height: 25px;}
#opc-billing .form-list .confirm_pass label {line-height: 12px;}
#opc-billing .form-list li {margin:0;}
#opc-billing .form-list .field .input-box, #opc-shipping .form-list .field .input-box {width: 175px;}
#opc-billing .form-list .field .input-text,#opc-shipping .form-list .field .input-text{width: 169px;}
#opc-billing .form-list .field.customattr .input-text, #opc-shipping .form-list .field.customattr .input-text{float:right;}
#opc-billing .form-list .field.customattr .fields, #opc-shipping .form-list .field.customattr .fields {margin-bottom: 0;}
#opc-billing .form-list select, #opc-shipping .form-list select {width: 175px;}
#opc-billing #amcustomerattr_aw_civilite label, #opc-shipping #amcustomerattr_aw_civilite label {width: 115px;}
#opc-billing #amcustomerattr_aw_civilite .amorderattr_img_radio, #opc-shipping #amcustomerattr_aw_civilite .amorderattr_img_radio {margin-right: 10px;}
#opc-billing #amcustomerattr_aw_civilite .amorderattr_img_radio span, #opc-shipping #amcustomerattr_aw_civilite .amorderattr_img_radio span{display:inline-block; margin-top: 2px;line-height: 20px;vertical-align: middle;}
#opc-billing .aw_mail_parrain { background:#f4f4f4; color:4b4b4b;padding: 10px;width: 280px;border-top: 10px solid #ffffff;}
#opc-billing .aw_mail_parrain h4{ font-size: 18px; text-transform: uppercase;font-family:HelveticaNeueBoldCond; font-weight: normal;}
#opc-billing .aw_mail_parrain p{ font-size: 10px;}
#opc-billing .aw_mail_parrain label{ margin-right: 16px; }
#opc-billing #billing-adresse-no-connect {margin: 15px 0;}
#opc-shipping #co-shipping-form {display:block;border-left: 1px solid #d9cedb; padding-left: 30px;}
#opc-shipping .co-shipping-form-notlogged {margin-top: 185px;}
#opc-shipping .form-list .field label {line-height: 25px;}
#opc-shipping .form-list li {margin:0;}
.container_billing_form {/*min-height: 80px;*/}
.container-newsletter .newsletter {background: #ded4dd; padding: 30px 30px 10px 50px;position: relative; top: -30px;}
.container-newsletter .newsletter label{color:#4b4b4b;font-family:HelveticaNeueBoldCond;text-transform: uppercase;font-size: 18px;}
.container-newsletter .newsletter #enrole_newsletter {margin: -8px 15px 0 -32px;}
.container-newsletter .newsletter p {color:#4b4b4b;}
.container-newsletter .newsletter p.notes{color:#A072A4;font-size :10px;}
.container-newsletter .img-newsletter {position: relative; z-index: 10; left: 10px;}


.container-newsletter-page .newsletter { padding: 30px 30px 10px 30px;position: relative; }
.container-newsletter-page .newsletter .fieldset {margin:0;}
.container-newsletter-page .newsletter .newsletter-info{float:left;width: 70%;}
.container-newsletter-page .newsletter label{color:#4b4b4b;font-family:HelveticaNeueBoldCond;text-transform: uppercase;font-size: 18px;}
.container-newsletter-page .newsletter #enrole_newsletter {margin: -8px 15px 0 -32px;}
.container-newsletter-page .newsletter p {color:#4b4b4b;}
.container-newsletter-page .newsletter p.notes{color:#A072A4;font-size :10px;}
.container-newsletter-page .img-newsletter {float:left;margin: -12px 20px 0 0;}
.container-newsletter-page input[type="text"] { width: 220px;}
.container-newsletter-page .button span span{font-family: arial;font-size: 14px;font-weight: bold;color:#ffffff;}
.container-newsletter-page .button span{background: url(../images/interface/button/btn-valider.png) 0 0 no-repeat;height: 26px;width: 93px;padding: 0;}
#opc-billing-shipping .button-set{border-top: 0;}
#opc-billing-shipping .buttons-set button.button span{background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; width: 151px; padding: 0; }
#opc-billing-shipping .buttons-set button.button span span{color:#ffffff;font-size: 14px;font-family: arial; font-weight:bold;}
#shipping-on_billing-form ul.form-list{float:left;}
/* opc Shipping Method =============================================================================================*/
#checkout-shipping-method-load li {display:block; float:left;}
#checkout-shipping-method-load dt {clear:both;}
#opc-shipping_method .buttons-set button.button span span{color:#ffffff;font-size: 14px;font-family: arial; font-weight:bold;}
#opc-shipping_method .buttons-set button.button span{background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; width: 151px; padding: 0; }
#opc-shipping_method .sp-methods label {display:block; float:left; padding-left: 20px;}
#opc-shipping_method #owebiashipping1 label {background: url(../images/interface/background/fedex.png) 18px 0 no-repeat; padding-top: 45px;}
#opc-shipping_method #owebiashipping1 label .method-title{display:none;}
.sp-methods .radio {float: left; margin-top: 5px;}
.sp-methods label img {display:block;}
.sp-methods label .price {font-size: 16px;}
.sp-methods label .shipping_title {font-size: 16px; display:block;}
.sp-methods label .shipping_title strong {font-weight: normal;font-family:HelveticaNeueBoldCond;}

#opc-shipping_method span.method-title span.deliverydate {display: block}
/* opc Payment =============================================================================================*/
#opc-payment .payment-container {background:#efefef; padding:15px 10px;position: relative; min-height: 220px;}
#opc-payment .payment-container h4{border-bottom: 1px solid #c7c7c7;padding-right: 10px; float:left; color:#4b4b4b; text-transform: uppercase; font-family: HelveticaNeueBoldCond; font-weight: normal;font-size: 21px;}
#opc-payment .payment-container dl {clear:both;}
#opc-payment .payment-container dt {float:left; padding: 10px 10px 50px;}
#opc-payment .payment-container dt.virement {background: url('../images/interface/background/virement.png') center bottom no-repeat;}
#opc-payment .payment-container dt.paybox_system {background: url('../images/interface/background/paybox.png') center bottom no-repeat;width: 200px;}
#opc-payment .payment-container dt.atos_standard {background: url('../images/interface/background/sherlock.png') center bottom no-repeat;width: 200px;}
#opc-payment .payment-container dt.atos_awstandard {background: url('../images/interface/background/sherlock.png') center bottom no-repeat;width: 200px;}
#opc-payment .payment-container dt.checkmo {background: url('../images/interface/background/check.png') center bottom no-repeat;margin-left:25px;}

#opc-payment .payment-container dt label {color:#8d8d8d; font-size: 14px; font-weight:bold;}
#opc-payment .payment-container dd {position: absolute; top: 10px; right: 10px; max-width: 350px;margin:0;}
#opc-payment .payment-container dd #payment_form_virement .input-box {float:none; width: auto;color:#815C88;font-weight:bold;line-height: 14px;}
#opc-payment .payment-container dd #payment_form_virement .rib {clear:both;}
#opc-payment .payment-container dd label, #opc-payment .payment-container dd {color:#815C88;font-weight:bold;}
#opc-payment .payment-container dd ul{margin:0;padding:5px;background: #ffffff; border:1px solid #c7c7c7;min-height: 135px;}
#payment-buttons-container button.btn-checkout, #review-buttons-container button.btn-checkout {margin:20px 0;}
/* #payment-buttons-container button.btn-checkout span, #review-buttons-container button.btn-checkout span { background: url(../images/interface/button/btn-pass-order.png) 0 0 no-repeat;width: 370px; height: 45px; text-indent: -999em;}*/
#payment-buttons-container button.btn-checkout span, #review-buttons-container button.btn-checkout span { background: transparent url(../images/interface/button/btn-commande.png) top left no-repeat; font-size: 15px; line-height: 14px; font-weight: normal; width: 417px; height: 44px; text-align: center; padding: 0; }
#payment-buttons-container button.btn-checkout span span, #review-buttons-container button.btn-checkout span span span { background: none; }
#payment-buttons-container button.btn-checkout span strong, #review-buttons-container button.btn-checkout span strong { display: block; font-size: 21px; line-height: 26px; }
/* opc review ======================================================================================================*/
#opc-review .step { padding:0; }
/*#opc-review.virtual-review { margin-top:40px; }*/
#opc-review .product-name { font-weight:bold; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#opc-review .title-container{float:left; border-bottom: 1px solid #d5d5d5; padding-right: 50px;margin-bottom: 20px;padding-top: 10px;}
#opc-review .title-container h4 {padding-right: 5px;font-size: 14px;}
#opc-review .title-container ha {padding-left: 10px;}
#opc-review .title-container h4,
#opc-review .title-container a{color:#815c88;display:inline;}
#checkout-review-table.data-table {clear:both;}
#checkout-review-table.data-table thead, #checkout-review-table.data-table thead tr {background:none;}
#checkout-review-table.data-table th, #checkout-review-table.data-table tbody td {border-bottom: 1px solid #d5d5d5 !important;padding-top: 8px; padding-bottom: 8px;}
#checkout-review-table.data-table th {font-size: 14px;font-weight:bold;color:#626262;}

#checkout-review-table tbody .price, #checkout-review-table tbody .cart-price {color:#815c88; font-family: HelveticaNeueBold; font-weight:normal; font-size: 17px; }
#checkout-review-table .product-name {color:#815c88;}
#checkout-review-table .td-product {width: 550px;}
#checkout-review-table th.price,#checkout-review-table th.qty {width: 110px;}
#checkout-review-table .td-price { text-align:right;padding-right: 35px;}
#checkout-review-table .td-qty { text-align:right;padding-right: 20px;font-size: 12px;font-family: Verdana;color: #000000;line-height: 27px;}
#checkout-review-table .td-subtotal{ text-align:right;padding-right: 35px;}
#checkout-review-table.data-table tfoot{border:0; color:#626262;font-size: 12px;}
#checkout-review-table.data-table tfoot tr {background: none !important;}
#checkout-review-table tfoot .a-left {padding-left: 572px;}
#checkout-review-table .total-title { font-size: 14px; font-weight: bold; text-transform: uppercase; padding-top: 10px;}
#checkout-review-table tfoot img {display:none;}
#checkout-review-table tfoot img+.socolissimo_separator {display:none;}
#checkout-review-table tfoot td{line-height:12px;}
#checkout-review-table tfoot tr.first td{line-height: 14px;}
#checkout-review-table tfoot tr.last td{font-family: HelveticaNeueBoldCond; font-weight:normal; color:#815c87; line-height: 20px;}
#checkout-review-table tfoot tr.last td strong{font-size: 22px;}

#checkout-review-table tfoot tr span.shipping-title span.deliverydate {display:none}
#opc-review .opc-block-progress span.deliverydate {display:block}

/* AZ checkout =========================================================================== */
#opc-billing {float:left; width:400px; margin-right: 50px;}
#opc-billing .step-title {position:relative; z-index:10; width:927px}
#opc-shipping .step-title a {display:none}
#opc-shipping .step-title { display:none; }
#opc-shipping {float:left; width:400px; position: relative; top: 32px;}
#opc-shipping_method, #billing-shipping-set-after {clear:both}

#opc-payment .step-title {display:none}
/* ======================================================================================= */

/* 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:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; }
.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:#4f8100 !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:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }


.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .place-order .grand-total .inner {}
.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
.multiple-checkout .place-order .grand-total div { float:left; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* 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 #ddd; background:#eee; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }


/* Survey ========================================================================== */
.container-survey {}
.container-survey .survey-desc { margin-left: 10px; padding-left: 10px; border-left: 1px solid #CCC; margin-top: 6px; font-size: 11px; }
.container-survey #my-orders-table { font-size: 13px; }
.container-survey #my-orders-table td.a-right { vertical-align: top; line-height: 22px; }
.container-survey #my-orders-table td.a-right a { padding-right: 15px; background: transparent url(../images/interface/puces/puce-violet.png) right center no-repeat; }

.survey {}
.survey h2.legend { border-bottom: 1px solid #D5D5D5; width: 321px; padding-bottom: 5px; margin-bottom: 20px; }
.survey h6 {color: #555555; font-weight: bold; position: relative; z-index: 0; }

#survey_form {}
#survey_form .buttons-set button.button span {background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; line-height: 26px; width: 151px; padding: 0; color: #FFF;}
#survey_form .buttons-set button.button:hover span { background-position:0 -26px;}
#survey_form .buttons-set button.button span span { width:151px; font-family: arial; font-size:14px; font-weight: bold; }

/* So Colissimo ========================================================================== */
.opc .actwebsocolissimo h3.title-container {color:#4b4b4b; font-family: HelveticaNeueBoldCond; font-weight: bold; font-size: 21px; text-transform: uppercase;}
.opc .actwebsocolissimo .domicile-content { background: #ebe8ef; padding: 10px 12px;font-size: 12px;float:left;min-width: 250px;margin: 0 20px 0 0;}
.opc .actwebsocolissimo .domicile-content label{color: #815c88; }
.opc .actwebsocolissimo .domicile-content span{display:block;}
.opc .actwebsocolissimo .shipping-choice {padding: 20px 0;float: left;}
.opc .actwebsocolissimo #shipping_domicile {padding: 20px 0 0 30px;float: left;width: 270px;}
.opc .actwebsocolissimo #shipping_domicile img{float:left;}
.opc .actwebsocolissimo #shipping_domicile input[type="checkbox"]{margin-top: 14px;margin-right: 15px;float:left;}
.opc .actwebsocolissimo #shipping_domicile .shipping_meeting{font-size: 16px; font-weight: bold; line-height: 16px; padding-top: 5px; display:block;}
.opc .actwebsocolissimo #shipping_domicile  p {margin:0;line-height: 12px;}
.opc .actwebsocolissimo #shipping_domicile  .shipping-additionnal-price {font-weight:bold;}
.opc .actwebsocolissimo .shipping-choice label {display:block;float:left;margin-right: 20px;}
.opc .actwebsocolissimo .shipping-choice label+label {padding-top: 10px;}
.opc .actwebsocolissimo .shipping-choice label input {display: block; float:left;margin: 16px 10px 0;}
.opc .actwebsocolissimo .shipping-choice label span{padding-left: 50px; display:block; float: left; background: url('../images/socolissimo/icon-domicile.png') 0 center no-repeat; height: 50px;width:155px; font-size: 16px; font-weight: bold;}
.opc .actwebsocolissimo .shipping-choice  .relais span{padding-top: 12px; background-position: 0 5px;}
.opc .actwebsocolissimo .shipping-choice  .relais {float:none; clear:both;}
.opc .actwebsocolissimo-container-address .address { border: 0;}
.opc #actwebsocolissimo-map {width: 770px; margin: auto;}
.opc .filters .accessibilty { width: 395px;}
.opc #actwebsocolissimo-map .list-pr li.item-pr .info-pr h4 {color:#815c87;font-size: 12px;text-transform:none; }
.opc #actwebsocolissimo-additional-container .content-shipping-type {width:450px; margin:auto;clear:both;padding: 20px 0 30px;}
.opc #actwebsocolissimo-additional-container .content-shipping-type label {background: #ffffff; border: 1px solid #d6d8d8; margin:0;}
.opc #actwebsocolissimo-additional-container .content-shipping-type label+label {margin-left:25px;}
.opc #actwebsocolissimo-additional-container .content-shipping-type label strong {color:#654565; font-size: 12px;}
.opc #actwebsocolissimo-additional-container .content-shipping-type .odd {background: #ebe8ef; }
.opc #actwebsocolissimo-additional-container #shipping_place {clear:both; background: #f6f6f6;padding: 10px; }
.opc #actwebsocolissimo-additional-container #shipping_place h4 {color:#654565; font-size: 13px; }

.opc #actwebsocolissimo-map #map {width: 375px;}
.opc #actwebsocolissimo-map .gmap-infowindow h4 {color: #654565;}
.opc #actwebsocolissimo-map .gmap-infowindow .horaire b {color: #654565; display:inline-block; width: 45px;}
.opc #actwebsocolissimo-map .gmap-infowindow  .btn-choose { background: url('../images/interface/button/btn-choice-relais.png') 0 0 no-repeat; width: 70px; height: 23px; float:right; text-indent: -999em; display:block;}
.opc #actwebsocolissimo-map .gmap-infowindow .info img{float:left;}
.opc #actwebsocolissimo-map .gmap-infowindow .info h4,
.opc #actwebsocolissimo-map .gmap-infowindow .info address{margin-left: 45px;max-width: 180px;}
.opc #actwebsocolissimo-map .gmap-infowindow .info h5{color:#654565; font-size: 12px;margin: 8px 0 0 0;}

.opc .actwebsocolissimo_actwebsocolissimo label {float:left;}


.opc .container-notification h3 {color:#654565;}
.opc .actwebsocolissimo .container-notification{ width: 100%; }
.opc .actwebsocolissimo .container-notification .left{ width: 43%; }
.opc .actwebsocolissimo .container-notification label{float:none; clear:both; padding: 10px 0;}
.opc .actwebsocolissimo .container-notification input[type='text']{ float: right; }
.opc .actwebsocolissimo .container-notification .instructions-livraison{ width: 56%; margin-top: 14px;}
.opc .actwebsocolissimo .container-notification .instructions-livraison textarea{ height:68px;width: 70%; }
.opc .actwebsocolissimo .container-notification .left div.validation-advice {float:right}
/* ======================================================================================= */

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


/* Account Login/Create Pages ============================================================ */
.customer-account-login .main-container .main{ min-height:330px;}
.account-create .buttons-set {max-width: 960px;}
.account-create,
.account-login { padding-left:15px; padding-right:15px;}
.account-login .content {  padding:0 10px; color:#4c4c4c; }
.account-login .page-title, 
.customer-account-forgotpassword  .page-title,
.customer-account-resetpassword .page-title{border:0; background:url(../images/interface/background/bg-title-account.jpg) 0 0 repeat-x; margin-bottom: 22px; height:28px; line-height:32px;  font-size:16px; font-family: 'HelveticaNeueBoldCond';}
.account-login .page-title h1 , 
.customer-account-forgotpassword .page-title h1, 
.customer-account-resetpassword .page-title h1 { color:#fff; font-weight: normal; margin-left: 8px; }
.account-login .content h2 { clear: both;    color: #4c4c4c;    font-size: 17px;    font-weight: bold; border-bottom: 1px solid #d8d1d8; }
.account-login .form-list .input-text {     height: 21px;    line-height: 21px;    width: 200px;}
.account-login .buttons-set { margin: 0; border: 0 none;}
.account-login .new-users .buttons-set { margin-left:10px; }
.account-login .new-users .buttons-set button.button span
{background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; width: 165px; padding: 0; }

.account-login .registered-users .buttons-set button.button span { background:url(../images/interface/button/btn-valider.png) 0 0 no-repeat; height: 26px; width: 106px; padding: 0;  }

#form-validate  .buttons-set button.button span {background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; width: 151px; padding: 0; }
.customer-address-form #form-validate  .buttons-set button.button span {background:url(../images/interface/button/btn-logout.png) 0 0 no-repeat;width: 224px; height: 29px; line-height:29px;}
.customer-address-form #form-validate  .buttons-set button.button:hover span { background-position:0 -29px;}
#form-validate .buttons-set button.button span span { width:151px; font-family: arial; font-size:14px; font-weight: bold; }

#form-validate  .buttons-set button.button:hover span,
.account-login .new-users .buttons-set button.button:hover span,
 .account-login .registered-users .buttons-set button.button:hover span{ background-position:0 -26px;}
 
#form-validate  .buttons-set button.button span,
.account-login .new-users .buttons-set button.button span,
.account-login .registered-users .buttons-set button.button span{ color:#fff;  }

 
.account-login .new-users .buttons-set button.button span span{  width:142px; font-family: arial; font-size:14px; font-weight: bold; }

.account-login .registered-users .buttons-set button.button span span{ width:83px; font-family: arial;  font-size:14px; font-weight: bold;}

.account-login .separator,
.fiche-accordion .fiche-accordion-content .account-login .separator, .recipe .account-login .separator { display: block; height: 170px; width: 1px ; background:#d9cedb; float:left; margin:0 0 0 19px;}
.account-login .form-list label {color:#636363;}
.account-create {}
#form-validate{ margin-bottom:30px; }




.account-create .col-main,
.customer-account-forgotpassword .col-main,
.customer-account-resetpassword .col-main{ padding-left:15px; padding-right: 15px;}
.customer-account-resetpassword .fieldset { width: 300px;}
.customer-account-resetpassword #form-validate .buttons-set button.button span { background: url(../images/interface/button/btn-logout.png) 0 0 no-repeat;}


.customer-account-forgotpassword .fieldset { width: 300px;}
.customer-account-forgotpassword #form-validate .fields .field {padding: 5px 0;}
/*.customer-account-forgotpassword #form-validate .buttons-set button.button span { background: url(../images/interface/button/btn-logout.png) 0 0 no-repeat; width: 224px;}*/


/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
/* Remember Me Popup ===================================================================== */


/* Quick Order ============================================================================= */
.block-search-quick-order .form-text {display: block;height: 25px;line-height: 25px;width: 224px;border: 1px solid #D5CAD7;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-ms-border-radius: 5px;background: white;color: #4B4B4B;font-size: 11px;font-style: italic;}
.block-search-quick-order label { padding-left: 2px;}
.content-quickorder { padding: 20px; }
.content-quickorder #search-quick-order { display: block; width: 310px; }
.content-quickorder .block-search-quick-order { margin-bottom: 50px; }
.content-quickorder #container-total { font-size : 16px; font-weight: bold; padding: 10px 35px 10px 0; text-align:right; }
.content-quickorder .item-product { border-bottom: 1px solid #DDD; padding: 5px 0; }
.content-quickorder .image-product,
.content-quickorder .qty-product,
.content-quickorder .product-price{ float: left; margin-right: 10px;}
.content-quickorder .qty-product { margin-right:0;margin-left: 8px;} 
.content-quickorder .product-price{ width: 118px;margin-left: 0;}
.content-quickorder .product-price-unit{ float: left; margin-right: 10px; width: 118px;padding-top: 10px;}
.content-quickorder .action-product { float: right; margin-right: 3px;}
.content-quickorder .action-product .btn-remove{ margin-right: 5px;}
.content-quickorder .contenance,
.content-quickorder .price-product {padding: 10px 0 0;}
/*.content-quickorder .qty-product{padding: 0;}*/
.content-quickorder .action-product {padding: 20px 0 0;}
.content-quickorder .qty-product .qty-content { width: 20px; text-align: center; }
.content-quickorder .product-description {width: 200px; float:left;padding-top: 8px;}
.content-quickorder .contenance {width: 80px; float:left;}
.content-quickorder .contenance .coup-coeur{margin: 0 2px;}
.content-quickorder .btn-cart {float:right;}
.content-quickorder .btn-cart span {background: transparent url(../images/interface/button/btn-add-cart.png) top left no-repeat;width: 168px;height: 26px;display: block;padding-left: 40px;padding-top: 10px;}
.content-quickorder .btn-cart span span{background: none;padding: 0;color: white;font-size: 14px;font-family: Arial;font-weight: bold;text-align: left;height: 26px;line-height: 26px;}
.content-quickorder .header-list {border-bottom: 1px solid #adadad;}
.content-quickorder .header-list>div {margin:0;padding:0;}
.content-quickorder .header-list .contenance {width: 110px;}
.content-quickorder .header-list .qty-product {width: 70px;float:left;text-align:left;margin-left: 15px;}
.content-quickorder .header-list .price-product {width: 108px;float:left;text-align:right;}
.content-quickorder .item-product {background: #ffffff; margin: 5px 0;}
.content-quickorder .product-price .price-box, .content-quickorder .product-price-unit  .price-box{margin-top: 5px;}
.content-quickorder .product-price .price-label, .content-quickorder .product-price-unit .price-label { display: none; }
.content-quickorder .product-price .reduce, .content-quickorder .product-price-unit .reduce { display: block; float: left;  font-size:14px; font-weight: bold; color: #FFF; background: transparent url(../images/interface/background/bg-promo.png) top left no-repeat; width: 37px; height: 26px; line-height: 26px; text-align: center; margin-right: 0;}
/* Quick Order ============================================================================= */

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

.my-account{ margin-right:20px;  width: 685px; float:right; margin-bottom: 20px;}
.my-account .socolissimo_image {height: 45px;width: auto;vertical-align: middle;}
.my-account .socolissimo_separator {display:none;}
.my-account .socolissimo_type {display:block;}


.my-account .container-newsletter .newsletter {background:none; top:0;padding:0;}
.my-account .container-newsletter .img-newsletter {float:left; left:0;top: 10px;}
.my-account .container-newsletter .newsletter .newsletter-info{float:left;width: 70%;padding-left: 10px;margin-bottom: 10px;}
.my-account .container-newsletter .newsletter .form-list li.control input.checkbox{margin-top: -6px;}
.my-account #form-validate h2.legend {margin-bottom: 10px;}
.my-account .title-buttons button.add-address {margin-right: 10px;}
.my-account .title-buttons button.add-address span{ background: url(../images/interface/background/bg-title-account.jpg) left center repeat-x; height: 20px;line-height: 20px;color: #ffffff;padding:0 5px;}

.my-account .box-content span.deliverydate {display:block}

/* ACCOUNT CUSTOMER FORM */

#form-validate{}
#form-validate .fieldset{  margin: 0 0 25px;}
#form-validate h2.legend{ border-bottom: 1px solid #D5D5D5; width: 321px; padding-bottom: 5px; margin-bottom: 20px;}
#form-validate .form-list .input-box{ float:left; clear: both;}
#form-validate .fields .field {  width: 340px; }
#form-validate .control{   margin-top: 20px;}
#form-validate .form-list input.input-text { width:176px; height:21px; line-height:21px; }

#amcustomerattr{}
#amcustomerattr .customattributCode li{float: left;    width: 340px; margin-bottom:6px;}
#amcustomerattr_aw_civilite {padding-bottom: 10px;}
#amcustomerattr .field-row{ float: left;    width: 340px; margin-bottom:6px;}
#amcustomerattr .field-row label,
#amcustomerattr_aw_civilite .field-row label{ margin-right:10px;}
#amcustomerattr #aw_civilite{ display:block; width: 960px;}
#amcustomerattr #aw_civilite .amorderattr_img_radio,
#amcustomerattr_aw_civilite #aw_civilite .amorderattr_img_radio{ padding-right: 40px !important; margin-top: -3px;}
#amcustomerattr #aw_type_pro{  width:179px; height:25px; line-height:25px;}
#amcustomerattr  input.input-text {float:left; clear:both;}


/********** < Dashboard */
.dashboard{ margin-bottom: 50px;}
.dashboard .welcome-msg { margin:0 0 1.5em 0; }
.dashboard .welcome-msg p { margin:0; color:#636363; font-size:12px; }
.dashboard .col2-set { margin:0 0 15px; }
.my-account .page-title {background:#e2dddc; border: 1px solid #d5d5d5;}
.my-account .title-buttons {line-height: 30px;}
.my-account .title-buttons .link-print{margin-right: 10px;white-space: nowrap;}
.my-account .page-title h1 { color:#9e71a3; font-size:14px; font-weight: bold; height:30px; line-height: 30px; text-transform: uppercase; padding-left: 10px;}

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 0px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:19px; font-weight:normal; color:#9e71a3; text-transform: uppercase; margin-bottom:8px; }
.box-account .box-head a { font-size:10px; text-transform:uppercase; float:left; margin-top: 6px; }

.dashboard .box .box-title { /*background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right;*/ }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {  clear: both; float:left; color:#654565; font-weight: bold; font-size: 14px; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; float:left; margin-top: 2px; }
.dashboard .box .box-content { padding:0px; font-size:14px; color:#636363; }
.dashboard .box .box-content p a { font-size:12px; color:#9c9c9c; }

/* Block: Recent Orders */
.dashboard .box-title{ border-bottom: 1px solid #d5d5d5; width:321px; clear: both; margin-bottom: 20px; float: left;}

#my-orders-table{color:#636363; font-size: 14px; }
#my-orders-table td{vertical-align: middle ;padding: 8px;}
#my-orders-table tr.last td{border-bottom: 1px solid #d5d5d5 !important; }
#my-orders-table td.price-color{color:#815c88; font-size: 17px; font-weight: bold; font-family: 'HelveticaNeueBold';}
#my-orders-table .view-order{display: block; width: 33px; height: 29px; background:url(../images/interface/button/btn-see.jpg) 0 0 no-repeat transparent; text-indent:-9999em; text-align: center; float:right;}
#my-orders-table .view-order:hover{background-position: 0 -29px;}
.dashboard .box-recent { margin-bottom: 0px;}
.dashboard .box-recent h2{ margin-bottom:5px;	}
.dashboard .box-recent h3{ clear: both; float:left; color:#654565; font-weight: bold; font-size: 14px;}
.dashboard .box-recent .separator{ float:left; color:#815c88;}
.separator2{ float:left; margin: 0 5px; display: block; width:1px ; height:15px; background:#815c88; margin-top: 3px;}
.separator1{ float:left; margin: 0 5px; display: block; width:1px ; height:15px; background:#815c88; margin-top: 3px;}
.dashboard .box-recent .see-all{float:left; margin-top: 3px;}
.link-history{  margin-bottom: 40px; display: block; font-size: 14px; font-weight: bold; color:#e4418b;}

#my-orders-table thead{ background: none; }
#my-orders-table thead tr{ background: none; }
#my-orders-table thead tr th{ background: none; color:#626262; font-size:12px; text-transform:uppercase; font-weight: bold;border-bottom: 1px solid #d5d5d5 !important; padding-bottom:5px;}
#my-orders-table tbody.even tr{background:#fff;}
#my-orders-table tfoot tr{background:#fff!important;}
#my-orders-table tfoot tr td{padding-top:5px; padding-bottom:5px;}
#my-orders-table .track-package {font-size: 11px;}
.sales-order-view #my-orders-table,
.sales-order-invoice #my-orders-table,
.sales-order-shipment #my-orders-table{}

.order-details .box-title{ border-bottom: 1px solid #D5D5D5;    clear: both;    float: left;    margin-bottom: 20px;    width: 100%; margin-top:30px;}
.order-details .box-title h2{ clear: both; color: #654565; float: left; font-size: 14px; font-weight: bold;}
.order-details .box-title a{ font-size: 11px; margin-top: 3px;  text-transform: uppercase;}
.order-details .box-title-shipment {margin: 40px 0 10px;}
.order-details .box-title-shipment h2{float:none;}
/*.order-details .box-title-shipment .separator1{float:none;display:inline;}*/
.order-details .box-title-shipment .tracking_url a{ font-size: 11px; text-decoration: underline;  text-transform: uppercase; color:#e4418b;margin-top:0;}
.order-details .box-title-shipment .tracking_url{font-weight:bold; font-size: 12px;}
.sales-order-history .pager{ margin-bottom:30px; background: none; border: 0 none; }
.sales-order-history .pager .amount{display: none;}


/* Block: Account Information */

.fieldset h2.legend{ clear: both;    color: #654565;      font-size: 14px;    font-weight: bold;}
.dashboard .box-info {padding-top: 20px;}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

/* Loyalty section */
.loyalty .box-title{ border-bottom: 1px solid #d5d5d5; width:321px; clear: both; margin-bottom: 20px; float: left;}
.loyalty h3 {color: #654565;    font-size: 14px;    font-weight: bold; }
.loyalty .box-content { clear:both; }
.loyalty .amount-customer-relations {float:right; margin-right: 15px;}
/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:0 10px; }
.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 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.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 .box-title{ border-bottom: 1px solid #d5d5d5; width:321px; clear: both; margin-bottom: 20px; float: left;}
.addresses-list h2 { margin:0; font-size:19px; font-weight:normal; color:#9e71a3; text-transform: uppercase; margin-bottom:8px; white-space: nowrap; }
.addresses-list h3 { clear: both;    color: #654565;    float: left;    font-size: 14px;    font-weight: bold; }
.addresses-list address { margin:0 0 3px;  color: #636363;    font-size: 14px; }
.addresses-list p { margin:0; }
.addresses-list a {  float: left;    font-size: 10px;    margin-top: 3px;    text-transform: uppercase;  }
.addresses-list .link-remove {}
.addresses-list .separator { }
.addresses-list li.item { padding:0px; margin:0 0 12px; float:left; width:50% }
.addresses-list li.full { padding:0px; margin:0 0 12px; float:left; width:100%; text-align : right; }
.addresses-list li.empty {}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item {}
button.add-address{margin-top: 15px;}
button.add-address span {background:url(../images/interface/button/btn-address.png) 0 0 no-repeat; height: 26px; width: 208px; padding: 0;}
button.add-address:hover span {background:url(../images/interface/button/btn-address.png) 0 -26px no-repeat; height: 26px; width: 208px; padding: 0;}
button.add-address span span {color:#fff; padding: 0;}


.buttons-set .add-address span {background:url(../images/interface/button/btn-address.png) 0 0 no-repeat; height: 26px; width: 208px; padding: 0;}
.buttons-set .add-address:hover span {background:url(../images/interface/button/btn-address.png) 0 -26px no-repeat; height: 26px; width: 208px; padding: 0;}
.buttons-set .add-address span span {color:#fff;}

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

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

.order-info-box { margin:0 0 15px; }
.order-info-box .box-content{ font-size:14px; }
.order-info-box .box-title{ border-bottom: 1px solid #D5D5D5;    clear: both;    float: left;    margin-bottom: 20px;  width: 321px;  }
.order-info-box h2 { clear: both;   color: #654565;    float: left;    font-size: 14px;    font-weight: bold; }
.order-info-box .box-payment p { margin:0 0 3px; }
.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 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
.order-items .product-name { font-weight:bold !important;font-size:13px; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:left; font-size: 14px; }
.order-items .order-links .link-print {  font-size:14px; text-transform:none; }

.table-invoice{ font-size: 14px; color: #636363}
.table-invoice.data-table thead tr, .table-invoice.data-table thead { background: none repeat scroll 0 0 transparent !important; }
.table-invoice.data-table thead tr th{ background: none repeat scroll 0 0 transparent;    border-bottom: 1px solid #D5D5D5 !important;    color: #626262;    font-size: 12px;    font-weight: bold;    padding-bottom: 5px;    text-transform: uppercase;}
.table-invoice td{ font-size: 14px;   padding-bottom: 14px;    padding-top: 14px;    vertical-align: middle;}
.table-invoice.data-table tfoot tr{ background:none !important; }
.table-invoice.data-table tbody.even tr {    background: none ;}
.table-invoice.data-table tfoot tr td {   padding:5px;}
.table-invoice.data-table tr.last td {    border-bottom: 1px solid #D5D5D5 !important;}

.order-additional { margin:15px 0; }
.order-additional h2 { clear: both; color: #654565;  font-size: 14px; font-weight: bold; border-bottom: 1px solid #D5D5D5; width:321px ; padding-bottom:3px; margin-top:30px;}
.order-additional .gift-message dt{ float:left; margin-right:20px; font-size: 14px;}
.order-additional .gift-message dd{ clear:both; font-size: 14px; }
/* Order Gift Message */
.gift-message dt strong { color:#555; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking_url {float:right; clear:right;}

.tracking-table { margin:0 0 15px; font-size:14px; }
.tracking-table th { font-weight:bold; white-space:nowrap;font-size:14px; }

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

/*DELETE COMMENTS*/
#comment-confirm-delete { padding: 15px; float:left;}
#comment-confirm-delete p {float:left; margin-top: 20px;}
#comment-confirm-delete .container-inline { padding: 15px; float:left;     margin-left: 30px; }
#comment-confirm-delete .container-inline a{ margin-left: 15px;}

.tracking-table thead tr, .tracking-table thead { background: none repeat scroll 0 0 transparent !important; }
.tracking-table thead tr th{ background: none repeat scroll 0 0 transparent;    border-bottom: 1px solid #D5D5D5 !important;    color: #626262;    font-size: 12px;    font-weight: bold;    padding-bottom: 5px;    text-transform: uppercase;}
.tracking-table td{ font-size: 14px;   padding-bottom: 14px;    padding-top: 14px;    vertical-align: middle;}
.tracking-table tfoot tr{ background:none !important; }
.tracking-table tbody.even tr, .tracking-table tr {    background: none !important ;}
.tracking-table tfoot tr td {   padding:5px;}
.tracking-table tr.last td, .tracking-table tr.last th {    border-bottom: 1px solid #D5D5D5 !important; vertical-align: middle;}

.table-caption{clear: both;    color: #654565;    float: left; font-weigth: bold; font-size: 14px !important }
.shipement-table{color:#636363}
.shipement-table.data-table thead tr, .shipement-table.data-table thead { background: none repeat scroll 0 0 transparent !important; }
.shipement-table.data-table thead tr th{ background: none repeat scroll 0 0 transparent;    border-bottom: 1px solid #D5D5D5 !important;    color: #626262;    font-size: 12px;    font-weight: bold;    padding-bottom: 5px;    text-transform: uppercase;}
.shipement-table.data-table td{ font-size: 14px;   padding: 8px 0;    vertical-align: middle;}
.shipement-table.data-table tfoot tr{ background:none !important; }
.shipement-table.data-table tbody.even tr {    background: none ;}
.shipement-table.data-table tfoot tr td {   padding:5px;}
.shipement-table.data-table tr.last td, .shipement-table.data-table tr.last th {    border-bottom: 1px solid #D5D5D5 !important;}

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px;}
.page-print .print-head .logo { float:none;  display:block; margin:auto;}
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
.page-print address {/*text-align: center; display:block; margin:auto;width: 200px;*/}
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax {display:block; float:right;}
.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; }
.page-print .socolissimo_image {height: 35px;width: auto;vertical-align: middle;}
/* My Wishlist */
.my-wishlist .data-table td { padding:10px; vertical-align: middle; }
.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 { border:0; padding:0; margin:0 0 -3em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}

#form-validate .buttons-set button.share-wishlist span{background:url(../images/interface/button/btn-address.png) 0 0 no-repeat; height: 26px; width: 208px; padding: 0;}
#form-validate .buttons-set button.share-wishlist :hover span {background:url(../images/interface/button/btn-address.png) 0 -26px no-repeat; height: 26px; width: 208px; padding: 0;}
#form-validate .buttons-set button.share-wishlist span span{color:#fff; padding: 0; width:100%; text-align: center; font-size:12px;}

#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table thead tr th, #wishlist-table thead tr, #wishlist-table thead {    background: none repeat scroll 0 0 transparent;    border-bottom: 1px solid #D5D5D5 !important;    color: #626262;    font-size: 12px;    font-weight: bold;    padding-bottom: 5px;    text-transform: uppercase;}
#wishlist-table button.button.btn-cart{}
#wishlist-table button.button.btn-cart:hover span{ backgroundposition: 0 -26px; }
#wishlist-table button.button.btn-cart span{ background:url(../images/interface/button/btn-etape-suivante.png) 0 0 no-repeat; height: 26px; width: 151px; padding: 0;}
#wishlist-table button.button.btn-cart span span{ color:#fff;}

#wishlist-table .product-name{font-size: 12px;margin: 0px;color: #333;font-weight: normal;font-family: HelveticaNeueLTStdBdCn;text-transform: uppercase;line-height: 12px;}
#wishlist-table .select-product-simple { width: 138px; height: 24px; line-height: 24px; border:1px solid #ddd; background: transparent url(../images/interface/background/bg-select.jpg) top left repeat-x; border-radius: 5px; position: relative; padding: 0 6px; margin: 0 0 5px 0;color: #4c4c4c; font-size: 11px; font-weight: bold; z-index: 10; }
#wishlist-table .select-product-simple.hover { border-radius: 5px 5px 0 0; z-index: 110; }
#wishlist-table .select-product-simple .btn-select { display: block; position: absolute; width: 25px; height: 22px; background: transparent url(../images/interface/button/btn-select.png) top left no-repeat; top: 1px; right: 1px; }
#wishlist-table .select-product-simple .options-product-simple { z-index:100; display: none; position: absolute; top: 23px; left: -1px; background: #F7F7F7; border: 1px solid #ddd; border-top: none; border-radius: 0 0 5px 5px; padding: 0 6px;  width: 138px; text-align:left }
#wishlist-table .select-product-simple .options-product-simple a.item-product-simple { color: #4c4c4c; display: block; border-top: 1px solid #DDD; width: 100%; }
#wishlist-table .select-product-simple .options-product-simple a.item-product-simple img { display: inline-block; margin-top: 5px; margin-left: 10px; }
#wishlist-table .product-simple .coup-coeur {margin-top: 5px;}
#wishlist-table .product-price .price-label { display: none; }
#wishlist-table .price-box {margin: 5px 0 0;}
#wishlist-table .price-box .price { color: #815c87; font-size: 20px; font-weight: bold; font-family: Arial; display: block; line-height: 22px; letter-spacing: -1px; }
#wishlist-table .price-box .old-price { position: relative; }
#wishlist-table .price-box .old-price .price { color: #333333; font-size: 12px; font-family: Arial; line-height: 14px; font-weight: bold; }
#wishlist-table .price-box .special-price .price { color: #ff4ca6;}
#wishlist-table .product-price .reduce {display: block;float: left;font-size: 14px;font-weight: bold;color: white;background: transparent url(../images/interface/background/bg-promo.png) top left no-repeat;width: 37px;height: 26px;line-height: 26px;text-align: center;margin: 5px 10px 0 0;}
#wishlist-table .ecotax{font-size: 9px; text-align:right;}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 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; }
#my-reviews-table .rating-box { margin:3px 0 0; }

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

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }


/* My save cart */

/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {}
.footer { margin:0; background:transparent url(../images/interface/background/bg-footer.jpg) top left repeat-x; height: 150px; padding: 11px 0;}
.footer a { color:#fff; }

.footer .f-left { width:520px; }
.footer .f-right { width:429px; }

.footer ul { display:inline; color: #FFF; }
.footer li { display:block; float: left; padding-left: 40px; padding-right: 50px; border-right: 1px solid #95789b; }
.footer li:first-child { padding-left: 20px; }
.footer li.last { padding-right: 0; border: none; padding-left: 20px;  }
.footer .bugs { margin:0; color:#666; }
.footer .bugs a { font-weight:bold; color:#444; }
.footer address { color:#666; }
.footer address a { color:#444; }
.footer ul h4 { font-family: HelveticaNeueBold;  font-weight: normal; font-size: 12px; text-transform: uppercase; margin:0;}

.footer li ul li { float: none; padding:0; background: transparent url(../images/interface/puces/fleche-blanc.png) center left no-repeat; padding-left: 7px; border:none;}
.footer li ul li:first-child { padding-left: 7px;} 

.footer .form-subscribe { position:relative; width:218px; }
.footer .form-subscribe input.input-text{ float:left; }
.footer .form-subscribe button.button { float:right; }
.footer .form-subscribe button.button:hover{opacity: 0.9;}
.footer .form-subscribe label { color: #FFF; width: 136px; padding-right: 86px; display: block; font-size: 18px; font-family:HelveticaNeueLTStdBdCn; text-transform: uppercase; background: transparent url(../images/interface/background/bg-newsletter.jpg) center right no-repeat; line-height: 20px; }
.footer .form-subscribe .input-box {  }
.footer .form-subscribe input.input-text { width:179px; padding:0 5px; background:transparent url(../images/interface/background/bg-text-newsletter.jpg) top left no-repeat; height: 29px; line-height: 29px; border:none; font-size: 11px; color:#FFF; font-style: italic; }
.footer .form-subscribe p { margin: 5px 0; font-style: italic; }
.footer .form-subscribe button.button span { height:29px; width: 29px; background:transparent url(../images/interface/background/bg-submit-newsletter.jpg) top left no-repeat; line-height:20px; margin: 0; padding: 0;}
.footer .form-subscribe button.button span span { display: none; }

.footer .form-subscribe .validation-advice {color:#ffbd55;background:none; padding-left: 0;position:absolute; bottom: -27px;}
.footer .form-subscribe .validation-failed {background-color:transparent !important; border:0 !important;}

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#555; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-container .bottom-container { margin:0 0 8px; text-align:right; }

.footer-container .reseaux-sociaux { height: 29px; line-height: 29px; padding: 0 8px; text-align: right; background:transparent url(../images/interface/background/bg-reseaux-sociaux.jpg) top left repeat-x; color: #ffffff; font-size: 12px; font-family: HelveticaNeueBold; text-transform: uppercase;}
.footer-container .reseaux-sociaux span { float: right;}
.footer-container .reseaux-sociaux .addthis{ float: right;}
.footer-container .reseaux-sociaux ul { height: 29px; line-height: 29px; float: right;}
.footer-container .reseaux-sociaux ul li { display: block; float: left;}
.footer-container .reseaux-sociaux  a { display: block; float:left; width:31px; height: 20px; margin-top: 4px;}
.footer-container .reseaux-sociaux  a:hover {opacity: 0.7;}
.footer-container .reseaux-sociaux  a span { display: none; }
.footer-container .reseaux-sociaux  a.btn-facebook { background:transparent url(../images/interface/button/btn-facebook.png) top left no-repeat; }
.footer-container .reseaux-sociaux  a.btn-twitter { background:transparent url(../images/interface/button/btn-twitter.png) top left no-repeat; }
.footer-container .reseaux-sociaux  a.btn-rss { background:transparent url(../images/interface/button/btn-rss.png) top left no-repeat; }

.closure { /*background:transparent url(../images/interface/background/bg-closure.jpg) top left repeat-x;*/ height: 91px; /*padding-top: 10px; margin-top: -10px; position: relative; z-index: -1;*/ }
.closure .content-closure { padding-top: 14px; padding-bottom: 50px; width: 981px; margin: auto; }
.closure .content-closure address { padding-right: 98px; line-height: 16px; color: #4b4b4b; font-size: 11px; background:transparent url(../images/interface/background/bg-card.png) center right no-repeat; display: block; float: left;}
.closure .content-closure .btn-actweb { display: block; width:103px; height:16px; background:transparent url(../images/interface/button/btn-actweb.png) center right no-repeat; float: right; }
.closure .content-closure .btn-actweb span { display: none; }

/* ======================================================================================= */

/* 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:#fff 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; }
/* ======================================================================================= */


/* PAGE 404 ============================================================================ */
.cms-no-route .col-main { margin-left: 30px;  margin-right: 30px;  }
.cms-no-route .col-main .page-title h4.sous-titre,
.cms-page-view .col-main .page-title h4.sous-titre {  font-family: 'HelveticaNeueBoldCond'; }
.cms-no-route .col-main  p { font-size:14px; font-weight: bold; color:#815c88; }
.cms-no-route .col-main ul.disc,
.cms-page-view .col-main ul{ list-style: none;   }
.cms-no-route .col-main ul.disc li,
.cms-page-view .col-main ul li{ font-size:12px;  padding-left: 10px; background: transparent url(../images/interface/puces/rond-violet.png) top left no-repeat; line-height: 18px; padding-bottom: 5px; }
.cms-no-route .col-main ul.disc li a{ font-size:12px; font-weight:bold; }
.cms-no-route .col-main a {color: #808080; }
/* ======================================================================================= */

/* CMS Pages ============================================================================ */
.cms-page-view .col-main { background: #FFF; padding: 20px;  }
.cms-recettes-noel .col-main { background:none; padding: 0;  }
.cms-page-view .col-main ul li {line-height: 14px;}
.cms-page-view .col-main .page-title {margin-top:20px}
.cms-page-view .col-main  p {font-size:12px}

/* PAGE noitems ============================================================================ */
.cart-empty { margin-left: 30px; margin-right: 30px; padding-top: 16px; }
.cart-empty .page-title h4.sous-titre { font-family: 'HelveticaNeueBoldCond'; }
.cart-empty p { color: #815C88; font-size: 14px; font-weight: bold; }
.cart-empty p a { color: #808080; }
/* ======================================================================================= */

/* COMMENTS IN DASHBAORD ============================================================================ */
.view-Comments{ float: right;    margin-bottom: 20px;    margin-right: 20px;    width: 685px;}
.view-Comments .views-row{font-size: 11px;    margin-bottom: 30px; }
/*date dde publication*/
.view-Comments .views-row .views-field-timestamp{color: #815C87; display:inline;}
/*Auteur*/
.view-Comments .views-row .views-field-name{display:inline; margin: 0 5px;color: #815C87;}
.view-Comments .views-row .views-field-name label{  font-weight:normal;}
.view-Comments .views-row .views-field-name span{font-weight:bold;}
/*titre du com*/
.view-Comments .views-row .views-field-subject{ width: 85%; }
.view-Comments .views-row .views-field-subject span a{ color: #815C87;   font-size: 16px;   height: 30px;    line-height: 30px;    margin: 0; font-weight:bold;	 }
/*corps du texte*/
.view-Comments .views-row .views-field-comment{ display:block; width: 85%; margin-right:10px;}


/*COMMENTAIRES - COMPTE  */
.view-Comments .views-row .views-field-name label{ color: #815C87; font-weight:normal; margin-left:5px; margin-right:5px;}

.view-Comments .views-row { font-size: 11px; margin-bottom: 20px;}
.view-Comments .views-row+.views-row {border-top: 1px solid #E4E4E4;padding-top: 15px;}
.view-Comments .views-row .views-field-view-comment {  display:inline; margin:0 5px; }
.view-Comments .views-row .views-field-delete-comment {  display:inline; margin:0 5px; }
.view-Comments .views-row .views-field-edit-comment {  display:inline; margin:0 5px; }
.view-Comments .views-row .views-field-cid {float:right;}
.view-Comments .views-row .rel-shadowbox{display:inline;}
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe: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,
.order-info ul: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-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */

/* DRUPAL MAGENTO CSS	================================================================== */
.views-admin-links {display:none}


/* FIX pas de catalogue disponible */
#edit-submitted-catalogue-souhaite-wrapper .description {float:left;}
#edit-submitted-catalogue-souhaite {/*display:none;*/display:block;}
#free_catalog {min-width:180px;margin-left:20px;}
/*.block-catalog:after{display:block;content: "La nouvelle édition de notre catalogue est en cours d'impression et sera très bientôt disponible.";}*/


