/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */


/* FONT ================================================================================= */

/* A font by Lauren Thompson (Nymphont) -> www.nymfont.com */
@font-face {
    font-family: 'Caviar Dreams';
    src: url('../../../../../font/caviardreams/caviardreams-webfont.eot');
    src: url('../../../../../font/caviardreams/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../../font/caviardreams/caviardreams-webfont.woff') format('woff'),
         url('../../../../../font/caviardreams/caviardreams-webfont.ttf') format('truetype'),
         url('../../../../../font/caviardreams/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* A font by Kimberly Geswein -> www.kimberlygeswein.com */
@font-face {
    font-family: 'The Only Exception';
    src: url('../../../../../font/theonlyexception/theonlyexception-webfont.eot');
    src: url('../../../../../font/theonlyexception/theonlyexception-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../../font/theonlyexception/theonlyexception-webfont.woff') format('woff'),
         url('../../../../../font/theonlyexception/theonlyexception-webfont.ttf') format('truetype'),
         url('../../../../../font/theonlyexception/theonlyexception-webfont.svg#the_only_exceptionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset ================================================================================= */


* { margin:0; padding:0; }

body          { background:#fff; font:11px/1.35 Century Gothic, Verdana, Arial, Helvetica, sans-serif; color:#58585A; text-align:center;}
img           { border:0; vertical-align:top; }
a             { color:#0096BB; text-decoration:underline;  }
a:hover       { text-decoration: underline; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#5F5E5E; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*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; }
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper { background:#fff;}
.page { min-width:1024px; margin:0 auto; text-align:center; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { margin:0 0 14px; min-height:350px; background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0 20px 20px; }
.col-right { float:right; width:182px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; width:auto; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:573px 0; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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 Century Gothic, Verdana,Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(../images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; background:#fff url(../images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
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 {border:0px;background:none; }
button{cursor:pointer;}


a.button,
button.button span { }
a.button span,
button.button span span { display:block; }
a.button { line-height:21px; }
a.button { line-height:20px; }
.button:active { position:relative;top:1px;left:1px;}
.customer-address-index .title-buttons button.button:active  {position:relative;top:60px;right:250px; left:auto;}

button.button:active span span {}
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled {}
button.disabled span {}

button.button span span {color: #fff; width: 162px; background:url("../images/bout/size_list_bg_large.jpg") no-repeat;height:20px; ;line-height:20px;}


/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.cst-contact-main .validation-advice {padding:0px !important;}
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(../images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(../images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px;}
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 2px no-repeat; padding-right:20px;}
.required em { color:#f15c22; margin-right:4px; }
p.required { text-align:right;  font-size:11px; color:#E16B8F; text-transform: lowercase;}
.form-list .validation-advice { width:270px; margin-right:-250px; text-transform: lowercase;}
.box-reviews .form-list .validation-advice {text-align:left;}


/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0 0 16px; }
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; }

/* Form lists */
.form-list {}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; width:225px; padding:2px 15px 0 0; font-size:12px; font-weight:bold; color:#58585A; text-align:right; }
.form-list .value { float:left; padding:2px 0 0; }
.form-list .note { clear:both; font-size:11px; width:380px; margin:0; padding:3px 0 0 240px; }
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(../images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:240px }
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { position:absolute; left:0; margin-left:240px; line-height:16px; padding-top:1px; }
.form-list .control input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:6px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:142px; }

/* Combination of fields */
.form-list li.fields { margin:0; }
.form-list li.fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left; padding:0; text-align:right; margin:0; margin-right:20px;}
a.back-link { color:#999; }
.buttons-set p.back-link a { color:#999; }
.buttons-set a.button,
.buttons-set button.button { }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }
.enterprise-giftregistry-index-items .buttons-set2 { padding:0px;padding-top:5px; }


.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }

.btn-only { /* padding-left:240px; */ }

/* Overrides for 3columns */
.col3-layout .form-list .note { padding-left:165px; width:280px; }
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .control .input-box { margin-left:165px; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:445px; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {}
p.error-msg {}
/* Error Message */
.messages li.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
.messages li.error-msg ul { /* background-image:url(../images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
.messages li.success-msg ul { /* background-image:url(../images/bkg_msg-success.gif); */ }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { color:#E16B8F; text-transform: lowercase;}
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(../images/bkg_msg-note.gif); */ }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
.breadcrumbs { margin:0; padding:7px 20px 5px; background:#ededed url("../images/bkg_crumbs.gif") no-repeat 0 0; text-align:left; }
.breadcrumbs li { display:inline; }
.breadcrumbs li span,
.breadcrumbs a { color:#888; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Page Heading */
.cst-header-bg { background: none repeat scroll 0 0 rgb(95, 94, 94);border-bottom:1px solid #58585A; margin-bottom: 6px;}
.page-title { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url("../images/bkg_page-title.gif") repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { font:normal 22px/27px Century Gothic, Verdana, Arial, Helvetica, sans-serif; color:#d12c01; }

.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; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

.page-popup .page-title,
.col-main .page-title { margin-left:-20px; margin-right:-20px; }
.col1-layout .col-main .page-title { margin-top:-20px; }

.checkout-onepage-index .col1-layout .col-main .page-title,.checkout-onepage-success .col1-layout .col-main .page-title { margin-bottom:15px;}

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal;  }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 20px; background:#f5f5f5 url(../images/bkg_pager.gif) repeat-x 0 0; border:1px solid #ddd; color:#333; }
.pager p { margin:0 !important; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; line-height:20px; }
.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; }
.pager .pages a { color:#8c8c8c; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#f5f5f5 url(../images/bkg_pager.gif) repeat-x 0 0; border-top:1px solid #ddd; color:#333; }
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; }
.sorter .view-mode { float:left; line-height:20px; white-space:nowrap; }
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(../images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }

.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px;; }

.sorter .sort-by { line-height:20px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-top:-1px; }
.toolbar .pager { margin:0 0 0; border-width:1px 0; }
.toolbar-bottom { display:none; }

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(../images/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif; padding:3px 7px 4px; color:#444; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate; }
.data-table th { padding:5px 12px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 12px; }
.data-table thead { background:#e8e8e8 url(../images/bkg_thead.gif) repeat-x 0 0; font-size:11px; }
.data-table tbody {}
.data-table tfoot { background-color:#ededed; }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr.odd {  }
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value { float:none !important; }
.data-table .link-rss { display:block; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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:#ede9e6; font-size:12px; padding:5px !important; }
tr.summary-details-first td {}
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(../images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Century Gothic, Verdana, Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.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; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }

ul.disc li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(../images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.data-table .btn-remove { display:block; margin:0 auto; width:13px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.data-table .btn-remove2 {}

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:940px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.branding { position:absolute; margin:0; top:0; height:107px; }
.logo { float:left; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }
.header-container { margin:0 auto; text-align:left;width: 995px; height: 1%; }
.header { padding:8px 0 9px; min-height:56px; position:relative; z-index:105; padding: 0px;  width: auto;  height: 107px;}
.header .logo { 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 h1.logo {}
.header .quick-access { width: 100%; float:right; text-align:right; color: #FFF;}
.header .quick-access .links { line-height:18px; white-space:nowrap; }
.header .quick-access .links li { background: url("../images/bout/link_space.jpg") no-repeat scroll 100% 0 transparent;  padding: 0 9px 0 3px; }
.header .quick-access .links li.last {background: none repeat scroll  0 0 transparent;  padding-right: 0pt;}
.header .quick-access .links li a { text-decoration:none;   font-size: 110%; line-height: 17px; text-transform:none;text-decoration:none; color:#FFF;}
.header .quick-access .links li a:hover { color: red;  text-decoration: none; }
.header .quick-access .checkout-link li { font-weight:bold; padding:0 0 0 12px; background-position:6px 4px; }
.header .quick-access .cart-link li { font-weight:bold; padding:0 0 0 0px; background:none; }

.cst-header-callout {position: absolute;  right: 1px;  top: 58px;clear:both;}

#invitation-send-link { background:url(../images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { background:url(../images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel { text-align:center; z-index:994; background:#fff url(../images/bkg_header-panel-bg.gif) repeat-x 0 100%; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */ line-height:28px; padding:0 0 0 11px; }
.header-panel .welcome-msg { font-weight:bold; display:inline; float:left; line-height:28px; margin-right:5px; }
.header-panel .links { float:left; line-height:28px; margin-right:11px; white-space:nowrap; }
.header-panel .links li a { color:#1e75b4; }
.header-panel .links li a:hover { color:#d33911; }

.switches { float:right; background:#fff url(../images/bkg_header-panel-bg.gif) repeat-x 0 100%; padding:0 0 1px 0; }

.switch { line-height:28px; margin-left:-1px; margin-right:0; display:inline; float:left; background:url(../images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#1e75b4; cursor:pointer; background:url(../images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px; color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; /* background:url(../images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(../images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#8f8f8f; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a { color:#9ac1dd; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.header .form-search { float:right; clear:right; white-space:nowrap;left:111px;}
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(../images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; }
.header .form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.header .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

/**********  Navigation */
.nav-container { margin-bottom:-2px; position:relative;   width: 980px;  display: inline; height: 29px;float: right;z-index: 100; padding-bottom: 0px;}

#nav {margin: 0;text-align:left;padding:0;z-index:1000;min-height:28px;position:relative;top:0;float:right;margin-right:9px;}

/* All Levels */
#nav li.over { z-index:990; }
#nav li.parent { position:relative; }
#nav li a span { cursor:pointer; }

/* 1st Level (Top Level) */
#nav li.level-top { float:left; height:28px; position:relative; z-index:1;}
#nav a.level-top { float:left; height:28px; text-decoration: none; font-size:12px; line-height:28px; text-align:center; overflow:hidden;text-transform: uppercase;color:#333; width:100% }
#nav a.level-top span { padding:0;color:#fff; white-space:nowrap;  width: auto;text-align: center;}
#nav li.over a.level-top, #nav li.active a.level-top {position: relative; z-index: 1000; height: 28px; text-align:center; }
#nav li.over a.level-top span { padding-right: 0px;  padding-top: 0px;}

/* 2nd Level */
#nav ul.level0,
#nav div.scroll_bottom { position:absolute; width:auto; top:30px; left:0px; background:#fbfbfb; padding:5px 11px 10px;}
#nav div ul { position:static; width:auto; background:none; border:0 !important; }

#nav ul li { float:none; height:auto; display:block;list-style-image:url('../images/bout/bullet_arrow_pink.png');display : list-item; margin-left: 30px;}
#nav .btm-key-modeles ul  li {list-style-image:url('../images/bout/bullet_arrow_pink.png');}
#nav .btm-key-modeles ul  li.over a.over, #nav .btm-key-modeles ul li.active > a { color: rgb(224, 30, 126); }


/********************/
#nav .btm-key-modeles ul  li.over a.over, #nav .btm-key-modeles ul li.active > a { color: rgb(224, 30, 126); }
/********************/
#nav .btm-key-fils ul li {list-style-image:url('../images/bout/bullet_arrow_blue.png'); }
#nav .btm-key-fils ul a:hover, #nav .btm-key-fils ul li.active > a { color: rgb(71, 176, 224); }
/********************/
#nav .btm-key-publications ul li {list-style-image:url('../images/bout/bullet_arrow_purple.png');}
#nav .btm-key-publications ul a:hover, #nav .btm-key-publications ul li.active > a { color: rgb(178, 109, 191); }
/********************/
#nav .btm-key-kits-a-tricoter ul li {list-style-image:url('../images/bout/bullet_arrow_green.png');}
#nav .btm-key-kits-a-tricoter ul a:hover, #nav .btm-key-kits-a-tricoter ul li.active > a { color: rgb(137, 166, 48); }
/********************/
#nav .btm-key-accessoires ul li {list-style-image:url('../images/bout/bullet_arrow_orange.png');}
#nav .btm-key-accessoires ul a:hover, #nav .btm-key-accessoires ul li.active > a { color: rgb(242, 150, 54); }
/********************/
#nav .btm-key-broderie ul a:hover, #nav .btm-key-broderie ul li.active > a { color: rgb(218, 86, 167); }
/********************/
#nav .btm-key-deco ul li {list-style-image:url('../images/bout/bullet_arrow_cyan.png');}
#nav .btm-key-deco ul a:hover, #nav .btm-key-deco ul li.active > a { color: rgb(124, 197, 185); }
/********************/
#nav .btm-key-pret-a-porter ul li {list-style-image:url('../images/bout/bullet_arrow_blue.png');}
#nav .btm-key-pret-a-porter ul a:hover, #nav .btm-key-pret-a-porter ul li.active > a { color: rgb(71, 176, 224); }.


#nav ul li.last { border-bottom:0; }
#nav ul li.parent { background:url("../images/bkg_parent.gif") 100% 50% no-repeat; }
#nav ul li a { display:block; font-size:16px; line-height:1.2; padding:5px 4px; text-decoration:none !important; color:#444;}
#nav ul li.last > a { padding-bottom:0; }}
#nav ul li.active > a { color:#d02600; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:7px; border-top:1px solid #aeaeae; }

/* Show Menu */
#nav li .shown-sub { left:-1px; z-index:991; }
#nav li .shown-sub .shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(../images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(../images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(../images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Century Gothic, Verdana, Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(../images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#5E5F5F }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(../images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(../images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(../images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(../images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(../images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(../images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Sidebar =============================================================================== */
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block .block-title { padding:17px 17px 0 17px; }
.sidebar .block .block-title strong { display:block; font:14px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif; padding:0; color:#222; }
.sidebar .block .block-title strong span {}
.sidebar .block .block-title strong small { font-size:12px; color:#777; }
.sidebar .block .block-subtitle,
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#555; }
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; text-align:right; }
.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(../images/btn_remove.gif) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(../images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px;}
.info-box .box-content { padding:10px 17px 17px; color:#555; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title strong { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(../images/bkg_dots.gif) repeat-x 0 100%; font-size:12px;}
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current {background:rgb(138,138,140); color: rgb(255,255,255); border:1px solid #d1d1d1; border-width:1px 0;padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; }
.sidebar .block-layered-nav .block-title { padding:26px 17px 12px; /* border-bottom:1px solid #d1d1d1; */ }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; font-size:12px; color:#222; }
.sidebar .block-layered-nav dd { margin:0 0 13px; color:#666; }
.sidebar .block-layered-nav dd.last { margin:0; }
.sidebar .block-layered-nav dd li { margin:2px 0; }
.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }
.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }
.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(../images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; }
.sidebar .block-layered-nav .currently li { padding:5px 0; color:#444; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; }
.sidebar .block-layered-nav .actions { text-align:left; padding-right:7px; display:none; }

/* Block: Cart */
.sidebar .block-cart .block-title { background:#363636; padding:7px 17px; }
.sidebar .block-cart .block-title strong { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:0 12px 5px; background:#363636; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center;  height:20px;}
.sidebar .block-cart .actions button.button { float:none; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 0; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:right; }
.sidebar .block-cart .block-content table td { text-align:left; padding:1px 0; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }

.mini-products-list li.item { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; width:50px; margin-right:-50px; }
.mini-products-list .product-details { margin-left:65px; }
.sidebar .mini-products-list .product-details { margin-left:57px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

.sidebar .mini-products-images-list li.item { float:left; padding:5px; text-align:center; }

.block-products .mini-products-list .product-details { margin-left:65px; }

/* Top Shopping Cart */
.top-cart { float:right; /* width:360px; */ position:relative; padding-left:7px; }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer; background:#fff url(../images/bkg_topcart.gif) 0 3px no-repeat; color:#1e75b4; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 18px; line-height:18px; height:18px; }
.top-cart .block-title strong { display:block; padding-right:10px; background:url(../images/bkg_header-panel.gif) 100% -71px no-repeat; font-size:11px; color:#1e75b4; font-weight:bold; text-decoration:none; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#d33911; }
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; right:0; top:20px; width:267px; background:#fdfdfd; }
.top-cart .inner-wrapper { border:1px solid #c1c1c1; }

.top-cart .block-content .block-subtitle { font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(../images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.top-cart .block-content .block-subtitle .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item .product-name { font-size:11px; line-height:14px; }
.top-cart .block-content .item .product-name a { font-size:11px; text-decoration:none; color:#444; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left; padding:1px 0; }
.top-cart .block-content .subtotal { background:#fff url(../images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(../images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left; line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(../images/bkg_btn-onbg.gif); background-repeat:no-repeat; }
.top-cart .paypal-logo a { float:right; }
.top-cart .paypal-logo .paypal-or { clear:both; display:block; margin: 5px 33px 5px 0px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li {}

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { margin:0 -20px -20px; }

.category-title { margin-bottom:0; border:1px solid #cfcfcf; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(../images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.category-view .note-msg,
.category-description { padding:20px; }

.results-view { margin:0 -20px -20px; }
/*.results-view .recommendations { padding:20px 20px 0; }*/
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

.sidebar .category-title { margin:0; }
.category-image { text-align:center; margin:0 0 1px; }
.category-image img { display:block; margin:0 auto; }

.category-products { padding:25px 0 0; }
.category-products .price-box { font-size:12px; }

/* View Type: Grid */
.products-grid {overflow: hidden;padding: 0px;width: 100%;margin: 0pt 0pt 25px;}
.products-grid li.item { float:left; overflow:hidden; min-height: 198px;width: 195px;position: relative;margin-right: 10px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;border: 1px solid #afaeae;}
.products-grid li.last { margin-right:0; }
.products-grid li.last{margin-right: 0px;}
.products-grid .actions {}
.products-grid .product-infos { margin: 0 0 17px 0; min-height: 110px; }
.products-grid .product-infos.model { min-height: 129px; }
.products-grid .product-image { display:block; text-decoration:none !important; position:relative; text-decoration: none ! important;width: 193px;}
.products-grid .product-image img { border: none;border-bottom: 1px solid #afaeae;}
.products-grid .product-image .grouped-product-info-inc { visibility: hidden; position: absolute; width: 100%; top: 0; padding: 10px; background-color: rgb(95,94,94); background-color: rgba(95,94,94,0.74); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.products-grid .product-image:hover .grouped-product-info-inc { visibility: visible; }
.products-grid .product-image .grouped-product-info-inc .pictos-list-a{ text-align: center;}
.products-grid .product-image .grouped-product-info-inc .pictos-list-a img{ border:none;}
.products-grid .product-image .grouped-product-info-inc li { display: inline-block; text-align: center; width: 40px;}
.products-grid .product-name { padding:7px; margin: 0;}
.products-grid .product-name a{ font-size: 17px; font-weight: bold; color: #5f5e5e; text-decoration: none; text-transform: capitalize;}
.products-grid .sub-intro { font-size: 12px; padding:0 7px 7px;}
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .product-price { background-color: #7f7e7e; padding: 8px; min-height: 45px; position: relative;}
.products-grid .product-price .outside-label { position: absolute; right: 10px; top: -20px; font-size: 18px; font-family: "The Only Exception"; }
.products-grid .product-price.special .outside-label { color: #dc1876; }
.products-grid .product-price.new .outside-label { color: #47b0e0; }
.products-grid .product-price.model { min-height: 26px; line-height: 26px; }
.products-grid .product-price.model a { float: right; color: #fff; text-decoration: none; font-size: 17px; }
.products-grid .product-price.special { background-color: #dc1876; }
.products-grid .product-price.new { background-color: #47b0e0; }
.products-grid .price-box-tail { float: right; width: 100%; text-align: right; margin: 0;}
.products-grid .price-box { clear:both; float: right;}
.products-grid .price-box, .products-list .price-box{ display: table-cell; font-size: 130%; height: auto; text-align: right; vertical-align: middle; width: auto; color :#FFFFFF; }
.products-grid .price-box span { font-size: 12px; }
.products-grid .price-box span.label { display: block; width: 100%; }
.products-grid .price-box .price { font-size: 22px; font-weight: normal; }
.products-grid .price-box .old-price { line-height: 20px;}
.products-grid .price-box .special-price { line-height: 1; }
.products-grid .price-box .old-price { float: left; }
.products-grid .price-box .special-price { float: right; margin-left:10px;}
.products-grid .price-box .old-price .price { font-size: 16px; font-weight: normal; color: #fff; }
.products-grid .price-box-tail { font-size: 12px; color: #fff; }

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { font-size:12px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; float:left;}

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { margin:-1px -20px -20px; float:left; width:inherit; }
#messages_product_view { margin:0 -20px; position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; padding-left:0px; width:auto;}

.product-essential {}

.product-collateral { float:right; clear:right; width:416px; padding:20px; }
.product-img-box .product-collateral { float:right; clear:right; width:416px; padding:6px;padding-bottom:25px }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(../images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral {  width:775px; }
.box-collateral .box-title { background:#e7e7e7 url(../images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; padding-left:0px;}
.box-collateral .box-title h2 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.box-collateral .box-content { padding:20px 0; }
.box-collateral.box-related { width: 382px; margin-top: 29px; }
.box-collateral.box-related .box-content { padding: 4px 0 20px; }
.box-collateral.box-related .block-title { padding-left: 3px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(../images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 10px; font-size:12px; }
.collateral-tabs .tab span { background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.collateral-tabs .tab-container { z-index:1; top:24px;  }
.collateral-tabs .tab-content { margin-top:10px;border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* Product Images */
.product-view .product-img-box { float:left; width:382px; padding:26px 46px 26px 45px; }
.product-view .product-img-box .product-image img { background:#fff; } /*IE8 PNG Fix */
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 6px 6px 0; }
.product-essential-with-flash .product-img-box {width:167px;}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(../images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }


/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(../images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* Product Shop */
.product-view .product-shop { width:416px; padding:0 30px; }
.product-view .product-shop .product-main-info { margin:0 -30px 30px; padding:20px 30px 5px; background:#f6f6f6 url(../images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#59545D; /*display:none;*/ }
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .price-box {  }
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#444444;font-size:11px;margin-right:20px; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#5d5f5f; font-size:14px; font-weight: normal;}
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:14px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { margin:0px 0; }
.product-view .product-shop .add-to-links { margin:10px 0; }
.product-view .product-shop .cms-block {text-align: left;}
.product-view .product-name h1 { font-size:22px; line-height:1.2; color:#d12c01; font-weight:normal; }
.product-view .product-ids { text-transform:none; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; padding:2px 15px 10px 0; }
.product-view .product-shop .add-to-links, .cst-pv-head-add-to {margin-top: 10px;}
.product-view .product-shop .add-to-links{height:22px;}
.product-view .product-shop .add-to-links:after,
.product-view .product-shop .add-to-box:after{clear: both;content: ' ';display: block;font-size: 0;	line-height: 0;visibility: hidden;width: 0;height: 0;}
* html .product-view .product-shop .add-to-links,
* html .product-view .product-shop .add-to-box{height:1%;}
*:first-child+html .product-view .product-shop .add-to-links,
*:first-child+html .product-view .product-shop .add-to-box{height:1%;}

.add-to-links li, .cst-pv-head-add-to li { float: left;  display: inline;}
.add-to-links li a, .cst-pv-head-add-to li a {  width:140px;   height:18px;display:block;text-indent:-999em;}
.add-to-links li.wishlist-link {margin-left:0px;}
.add-to-links li.wishlist-link a{width:220px;height:18px; text-indent:-999em;-999em;}
.add-to-links li.emailto-link {margin-left:4px;display:inline;margin-right:10px;}



/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden;  margin: 0 auto;}
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Model difficulty */
.model-difficulty { display: inline-block; }
.model-difficulty .difficulty-0, .model-difficulty .difficulty-1, .model-difficulty .difficulty-2, .model-difficulty .difficulty-3, .model-difficulty .difficulty-4 { display: inline-block; width: 85px; height: 22px; vertical-align: middle;}
.model-difficulty .difficulty-0 {background: url(../images/difficulty-0.png) 0 100% no-repeat; }
.model-difficulty .difficulty-1 {background: url(../images/difficulty-1.png) 0 100% no-repeat; }
.model-difficulty .difficulty-2 {background: url(../images/difficulty-2.png) 0 100% no-repeat; }
.model-difficulty .difficulty-3 {background: url(../images/difficulty-3.png) 0 100% no-repeat; }
.model-difficulty .difficulty-4 {background: url(../images/difficulty-4.png) 0 100% no-repeat; }

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock, .availability.out-of-stock span { color:#cf3a00 !important; text-transform: lowercase;}

.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:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(../images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {  color:#989696; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { font-weight:normal; text-decoration:line-through; color:#3E3E3F; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; color:#c73615; font-weight:bold; }
/*.special-price .price { font-weight:bold; color:#c73615; }*/
.sidebar .special-price .price-label { display:none !important; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; display:none; }
.minimal-price-link .price { font-weight:bold; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; 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; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; color:#e55100; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing { background:none repeat scroll 0 0 #FBF4DE;border:1px solid #E2D4C7;margin:20px 0 0;padding:8px; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#999; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {}
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .qty { vertical-align:middle; margin-right:10px; width:60px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(../images/bkg_btn-co.gif); }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(../images/bkg_btn-co.gif); color:#fff; font:bold 15px/26px Century Gothic, Verdana, Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; }
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span { font-size:14px !important; padding:1px 18px 0 10px !important; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */


/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .qty-holder { float:left; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:#fff; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #ccc; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text {width:154px; }
.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 .time-picker select { vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:160px; }
.product-options .options-list {text-align:right;}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio {  }
.product-options .options-list input.checkbox {}
.product-options .options-list .label {}
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-view .product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-bottom:20px; }
.product-view .product-options-bottom .price-box {  float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small dt { clear:left; float:left; line-height:1.2; width:10em; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.bundleProduct {}
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(../images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -20px; border-top:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(../images/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:510px; width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf; background:#fff url(../images/bkg_cols.gif) repeat-y 460px 0; left:-1px; }
#options-container h1 { text-align:left; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-1px; width:755px; }

.col2-left-layout  #options-container .product-options,
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options,
.col2-right-layout #options-container .product-options-bottom { width:420px; }

.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }

.col3-layout #options-container .product-options,
.col3-layout #options-container .product-options-bottom { width:237px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }

.col3-layout .bundle-summary { left:277px; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; font-size:12px; margin:0 0 5px; line-height:27px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { position:absolute; z-index:2; left:643px; margin-top:-1px; background:#fff; width:296px; }
.bundle-summary .product { background:#f6f6f6 url(../images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #ddd; padding:14px 20px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {margin-left:60px; padding:0 0 0 13px; }
.bundle-summary .product-details p.availability { margin:5px 0; font-weight:bold; font-size:12px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .summary h4 { font-size:14px; color:#333; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(../images/bkg_dots.gif) repeat-x 0 1px; margin:0; padding:11px 0 7px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { padding:2px;width:249px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px;clear:both; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Related */
.product-view .box-related { font-size:11px; }
.product-view .box-related p { margin:0; }
.product-view .box-related .product-name { font-size:12px; }
.product-view .box-related .price-box { margin:8px 0; }
.product-view .box-related .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.product-view .box-related .note,
.product-view .box-related .note a { color:#d02600; }
.product-view .box-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
/*.product-view .box-related ol { padding:20px 0 20px 20px !important; }*/
/*.product-view .box-related li.slide .item-info { margin-right:20px; }*/
/*.product-view .box-related li.item { width:31.5%; float:left; margin-right:1%; }*/
.product-view .box-related li.slide p a { color:#999; }
.product-view .box-related li.slide .product-image { float:left; margin-right:-100px; width:100px; }
.product-view .box-related li.slide .product-details { margin-left:125px; }
.product-view .box-related li.slide .item-info {position: relative; overflow: hidden; display: inline-block;}

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .box-up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

/* Block: Tags */
.product-view .box-tags {margin-top:20px;}
.product-view .box-tags h3 { font-size:12px; font-weight:normal;padding:10px 0 0 0; }
.product-view .box-tags .form-add-tags { padding:5px 0 0 0; }
.product-view .box-tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .box-tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .box-tags .form-add-tags input.input-text { width:300px; }
.product-view .box-tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .box-tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .box-tags .tags-list { margin:10px 0; line-height:1.5em; }
.product-view .box-tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .box-tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px;  }
.product-view .box-tags .tags-list li a:hover { text-decoration:underline; }
.box-collateral .box-content .tags-list{padding:10px;}

.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none;border-right:1px solid #ccc; }

.product-view .box-reviews { margin-bottom: 10px; }
.product-view .box-reviews .pager { border-width:1px 0; margin:0; }
.product-view .box-reviews dt { margin: 0; }
.product-view .box-reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.product-view .box-reviews dd { margin:0 0 20px; }
.product-view .box-reviews dd p { margin:0 0 10px; }
.product-view .box-reviews dd .date { margin:0 0 10px; }
.product-view .box-reviews dd.last { background:none; margin-bottom:0; }
.product-view .box-reviews dd > table { width: 150px; }
/* Add Review Form */
.product-view .box-reviews .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .box-reviews .product-name span { font-weight:bold; }
.product-view .box-reviews .form-list { margin:15px 0; }
.product-view .box-reviews .form-list .input-box {}
.product-view .box-reviews > p { margin: 10px 0; }

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0;width: auto; }

.product-review {padding-top:20px;}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #6F6F6F;margin:0;padding:15px 20px;}

.review-product-view .col-main .product-review .page-title{margin-bottom:20px;}

/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { border:0; padding-bottom:0;}
.cms-home .top-callout,
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-index-index .col2-set {}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(../images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(../images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(../images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:12px; font-weight:bold; color:#333;}
.product-name a { color:#333; text-decoration:underline; }
.product-name a:hover { color:#333; text-decoration:none; }
.product-description p{ font-size: 14px; font-family: "Caviar Dreams"; color: #5f5d5d;}
.product-review-summary { font-size: 14px; }
.product-review-summary dt, .product-review-summary dd { display: inline-block; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(../images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap .links { display:block; text-align:right; margin:0 20px -36px 0; }
.page-sitemap .links a { position:relative; }
.page-sitemap .sitemap { padding:0 20px; margin:15px 0; font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart { background:url(../images/bkg_cart.gif) repeat-y 100% 0; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0;}
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span {}
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(../images/bkg_btn-co.gif);  color:#fff;   text-transform:none; margin:0 !important; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/*---shopping cart rela product---*/

.cart-collaterals .deals button.button {display: inline;  float: right;}

.cart-table tfoot button.button {left: 2px;  margin-top: 0px;  position: relative;top:-1px;}

/* Shopping Cart Table */
.cart-table { border-width:1px 0; }
.cart-table .item-msg { font-size:10px; }
.cart-table thead th { vertical-align:bottom; }
.cart-table tbody td { padding:12px; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:none; border:none; text-transform:none; color:#444; text-decoration:underline; font-weight:normal; padding:0; }
.cart-table .btn-update { float:right; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { width:630px; padding:20px 0 10px; }
.cart .cross-inside { background:url(../images/bkg_crosssell.gif) repeat-y 0 0; }
.cart .cart-collaterals h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; color:#444 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 30px; display:inline; font-size:12px; width:280px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; text-transform: lowercase;}
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }

.cart .crosssell { float:left; min-height:400px; width:260px; padding:0 20px 15px 30px; border:1px solid #d9d9d9; border-width:0 1px 0 0; background:#fbf3f0; }
.cart .crosssell h2 { font-size:11px; color:#cd3800; font-weight:bold; }
.cart .crosssell .item { padding:17px 0 0 ; }
.cart .crosssell .product-image { float:left; margin:3px -90px 0 0; border: 1px solid #CCC;}
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; float:none;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:275px; padding:23px 15px 0 15px; font-size:14px; }
.cart .totals table { width:100%; text-transform: lowercase;}
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px; }
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; color:#cd3800; display:block; margin:10px 0 15px; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals table tfoot td.noblod .price { font-weight:normal; }
.cart .totals .checkout-types li { margin:0 0 15px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding-top:8px; line-height:1.0; font-size:11px; }

/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(../images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(../images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

.opc-wrapper { background:url(../images/bkg_cols.gif) repeat-y -573px 0; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }

/* Block: Checkout Progress */
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; padding-top:0px; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Century Gothic, Verdana, Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { color:#E16B8F;font-size:80%;font-weight:bold;text-decoration:none;text-transform:lowercase;margin-left:1px;}
.opc-progress-container .opc-block-progress dd.complete {margin-top:-5px;padding:5px;padding-left:17px;font-size:115%;color:#FFFFFF; }
.opc { float:right; width:755px; }
.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.opc .step-title .number {background:url("../images/bout/blank_radio.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;display:inline;float:left;font-size:20px;height:37px;line-height:37px;text-align:center;width:37px;margin-top:4px;}
.opc .active .step-title .number {background:url("../images/bout/red_radio.png") no-repeat scroll 0 0 transparent; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:0 14px; font-weight:normal; font-size:16px; }
.opc .allow .step-title {}
.opc .allow .step-title h2 {padding-right:48px;}
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url("../images/bkg_active-step.gif") repeat-x 0 0; color:#fff; text-transform:capitalize; font-weight:normal; border-bottom:1px solid #cfcfcf; cursor:default; font-size:16px; padding:0px 20px 0px; line-height:24px; height:24px; }
.opc .step { border-top:0 none;font-size:12px;margin-left:5px;margin-top:15px;min-height:300px;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.cst-re-edit{ display:none;}
.allow .cst-re-edit{ display:block;}
.active .cst-re-edit{ display:none;}
.opc .allow .step-title{ position:relative;}
.opc .allow .step-title .cst-re-edit{ position:absolute; right:0px; top:5px;cursor:pointer;}
.gift-choose a,
.cst-re-edit{ color:#E16B8F;}
.cst-re-edit .cst-re-edit-btn{ display:block;float:right;margin-left:5px;margin-top:1px;}
.opc-wrapper,.page-sitemap{ margin:0 auto; width:980px; background:none;}
.opc-progress-container .opc-block-progress,.opc .step,.opc .active .step-title h2{ background:none; color:#333;}
.opc-progress-container{background-color:#58585A; margin-right:10px;width:300px; padding:10px;}
.opc-progress-container .opc-block-progress .block-content { padding-left:14px; padding-top:0px;}
.opc-progress-container .opc-block-progress .block-title span{font-size:85%;font-weight:bold;text-transform:lowercase; padding-top:5px; color:#fff;}
.opc-progress-container .opc-block-progress .block-content dt{background:none repeat scroll 0 0 #FFFFFF;color:#58585A;font-size:120%;font-weight:normal;margin:0 0 7px;padding:3px 5px 3px 15px;}
.opc-progress-container .opc-block-progress .block-title { padding-bottom:8px; }
.opc{ padding-right:25px;width:618px;}
.opc .active .step-title h2{ text-align:right; border-bottom:1px solid #A43F61; padding-right:0px;}
.opc .step-title h2{ background:none; padding-right:0px; position:relative; top:10px;text-transform:lowercase;}
.page-sitemap .links {margin:0 20px 22px 0;}
.page-sitemap .sitemap {line-height:150%;}
.opc .form-alt .input-box { width:550px; }
.opc .form-alt .input-box select { width:550px; }

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px; background:#fcfcfc url(../images/bkg_cols.gif) repeat-y 195px 0; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 {}
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:90px; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:210px; }

.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; text-transform:lowercase;}
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }

#checkout-step-review .buttons-set { padding:15px 20px; margin:0; }

.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(../images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #E3698F; font-size:12px; color:#E3698F; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; text-transform: lowercase;}
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { float:left; width:150px; margin-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(../images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0; }
.gift-message-form .gift-item .fieldset label { width:80px; }

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(../images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.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 { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }


/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#999; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


/* Account Login/Create Pages ============================================================ */
.my-account {}

.account-login { position:relative; font-size:12px; background:url(../images/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login .fieldset { margin:0; }
.account-login .fieldset h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { width:230px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; text-transform: lowercase;}
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; }

.account-create {}


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/* Adress Book */
.addresses-list .box-content { font-size:12px; }
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; text-transform:lowercase;}
.addresses-list .col-2 li address { padding:10px; clear:both; }
.addresses-list .col-2 li p.actions a {color: rgb(225,107,143);}

/* Order View */
.order-page {}
.order-page .order-date { margin:0 0 20px; color:#6c6c6c; font-size:11px; }
.order-page .col2-set { padding-bottom:20px; }

.order-details .link-print { background:none; padding:0; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(../images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; background:#fff; padding:10px; margin:0 0 10px; }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin-bottom:5px; border-bottom:1px solid #c4c4c4; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:3px; background:#dedede url(../images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current { margin-bottom:-1px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { margin:0; }

/* Wishlist */
.my-wishlist textarea { width:99%; height:10em;padding:0px; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table button.btn-cart {left:0px;margin-bottom:3px;margin-right:0;margin-top:3px;position:relative; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* Tagged products */
.my-tag-edit { float:left; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px; position:relative; }
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:0px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }
.my-rewards .info-box .box-title a {float:right;color:#A64364; text-decoration:none;}

/* Billing Agreements */
.billing-agreements .info-box { margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 9px; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }

/* Gift Registry Functionality */
.btn-gift-registry { background:url(../images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:right; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(../images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }

.form-subscribe { float:left; width:183px; padding:12px 17px 0 0; background:url(../images/bkg_newsletter.gif) no-repeat 0 3px; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:184px; display:block; background:none repeat scroll 0 0 transparent; border:0 none; width:128px; padding:5px 5px 5px 13px;}
/*.form-subscribe button.button { margin:6px 0 0;margin-top: 0px;padding-left: 0px;float: left;margin-left: 10px;font-weight:bold;}*/
.form-subscribe button.button{height: 20px;position: absolute;top: 2px;width: 29px;left:152px;}
.form-subscribe .validation-advice { width:180px; text-transform: lowercase;}
.form-subscribe .v-fix { text-align:left; padding-right:0px; background: url("../images/bout/search_bg.png") no-repeat scroll 0% 0% transparent;width: 187px;text-align: left;margin-right: 103px;position: relative;}
.form-subscribe a { color:#777; }


.footer { background:url(../images/bkg_footer.gif) repeat-y 200px 0; }
.footer a {}
.footer a:hover { text-decoration:none; }
.footer ul,
.footer ul.links { display:block; float:left; width:160px; margin:0 0 0 19px; padding:0; }
.footer ul.links li,
.footer ul li { display:block; vertical-align:top; margin:0 0 5px; padding:0; }

address.copyright { color: #FFF;}

.footer .switcher-store { float:right; width:184px; background:url(../images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }

.footer-container { padding: 0px; border: 0px;margin: 0 0 0; text-align:left;}
.cms_footer_garanties {  clear: both;  overflow: hidden; padding: 18px 0pt 10px;  border-top: 2px solid rgb(180, 180, 180); background:#FFFFFF;}
.footer a {display: block;}
.footer ul.link_box {  float: none;  left: 8px;  margin: 0px auto;  padding: 0px;  position: relative;  width: 1020px;  top: 0px;}
.footer ul, .footer ul.links { padding: 0pt 10px;}
.footer ul li {  float: left;}
.footer_header {  width: auto;  height: 22px;  margin: 0pt auto;  padding-bottom: 3px;  border-bottom: 2px solid #B9B9B9;}
.footer_header_bg {  width: 980px;  margin: 0pt auto;  height: 100%;  text-transform: uppercase;}
.cms_footer_liens { background-color: rgb(95, 94, 94);  overflow: hidden;}
.footer {  background: none repeat scroll    0% 0% #FFFFFF;}
.footer_list_text {  width: 980px;  margin: 0 auto;}
.footer_list_text ul li {  clear: both;}
.footer_list_text a {  color: #FFFFFF; text-decoration: none;}
.footer_list_text ul {  float: left;  line-height: 12px;  margin-left: -3px;  padding-top: 11px;  width: 170;}
.footer_list_text ul.list2 {  margin-left: 6px;  padding-left: 0pt;  width: 170;}
.footer_list_text ul.list3 {  margin-left: 0px;  padding-left: 0pt;  width: 170;}
.footer .cst-footer-newsletter{float: left;  padding-top: 11px;  width: 195px;}
.footer .cst-footer-newsletter a {display: block;  margin: 4px;  float: left;}
.cst-footer-b3 {overflow: hidden; padding-bottom: 20px;  padding-top: 6px;  width:195px;  margin: 0px auto;}
.cst-footer-b3{float: right;}
.form-subscribe{background: none repeat scroll 0% 0% transparent;width: auto;font-size: 12px;padding-top: 0pt;}
.form-subscribe label{    color: #58585A;    display: block;    margin: 0 0; font-size:16px; text-transform:lowercase;}
#nav li.level-top{background-color: rgb(255,255,255); height: auto; border-left: 1px solid rgb(95, 94, 94);}
.sidebar .block-account li a{color: rgb(204, 204, 204);}
.rec-text{color:#FFFFFF;margin-bottom: 6px;margin-top:1px;}
/*.form-subscribe button.button span{background: none repeat scroll 0% 0% transparent;border: 0pt none;color: rgb(204, 204, 204);padding-left: 0pt;font-size: 1em;text-transform: capitalize;}
.form-subscribe button.button span span{width: auto;}*/

.form-subscribe button.button span span{background: none repeat scroll 0% 0% transparent;border: 0pt none;text-indent: -999em;cursor: pointer;display: block;margin-right: 0px;padding-right: 0px;width: 30px;}
.form-subscribe button.button span{background: none repeat scroll 0% 0% transparent;border: 0pt none;text-indent: -999em;cursor: pointer;width: auto;display: block;margin-right: 0px;padding-left: 0px;}

.btm-link{margin: 0pt auto;text-align: center;display: inline;}
.btm-link .links, .btm-link .copyright{display: inline;}
.copyright{display: inline;}
.cst-footer-btm{background-color: rgb(95, 94, 94); padding: 5px;}
.btm-link .links a{margin: 0pt 3px;text-decoration: none;color: rgb(109, 110, 110);}
.cst-home-row2-set{background: repeat scroll 0% 0% rgb(255, 255, 255);height: 1%;padding-bottom: 9px;}
.cms_footer_paiements h3 {  color: #ccc;  margin-bottom: 5px;font-size:13px;}

/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(../images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Century Gothic, Verdana, Arial, Helvetica, sans-serif; color:#d12c01; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(../images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(../images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(../images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(../images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(../images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(../images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px; }



/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(../images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; }

/*---dashboard---*/
.dashboard .recent-orders, #wishlist-table, #shopping-cart-table {padding-bottom: 0px;  margin-bottom: 50px;  border: 1px solid rgb(110,111, 111);  position: relative;  margin-top: 20px;  margin-left: 0px;
}
/*---login form---*/

#login-form .col-2 .buttons-set{text-align:right;}

/*---wishlist #wishlist-table---*/
#wishlist-table {    margin-bottom: 0;    table-layout: fixed;}
#wishlist-table td {padding:10px;}
/*---form-buttons---*//*#form-validate .form-buttons{padding-left:150px;}*/
/*--- box-related ---*/
.box-collateral .box-content {overflow:hidden;height:1%;}
.box-collateral .box-content li{float:left;text-align:center;width: 140px; margin-right:18px; position:relative; height:190px;}
.box-collateral .box-content li.last {margin-right:0;}
.review-product-list .box-collateral .box-content li {width:auto;}

/*--home page---*/

.main{margin-bottom: 0px;}
.cst-bergerefabrique-box, .cst-communaute-box, .cst-magasins-box{float: left;width: 315px;}
.cst-communaute-box{margin: 0px 17px 0px 18px;}
.cst-home-row2-set-inc{margin: 0pt auto;width: 995px;overflow: hidden;}
.cst-home-row2-set-inc .editor{padding: 3px 4px 1000px;margin-bottom: -1000px;}

.communaute_list{position: relative;padding: 0 10px;overflow: hidden; padding:10px 10px 0; height:1%;color:#FFFFFF;border-bottom: 1px solid #828283;}
.text-algin{padding-bottom: 7px;padding-top: 12px;text-align: center;border:0;}
.communaute_list_img{float: left;width: 50px;margin-right: 10px;}
.communaute_list_text{position:relative;}
.communaute_list_text .more{color: #B9B9B9;text-decoration:none;}
.communaute_list p{margin-bottom: 0pt;line-height: 1em;}
.communaut_bottom_text{text-align: center;background-color: rgb(255, 255, 255);padding-bottom: 5px;}
.white_bg{margin-bottom: -1000px;padding-bottom: 1000px;}
.end_footer{background-color: rgb(143, 144, 146);border-width: 0pt 1px 1px;border-style: none solid solid;border-color: rgb(185, 185, 185) rgb(185, 185, 185);bottom: 0pt;height: 0pt;padding: 2px;position: absolute;width: 309px;overflow:hidden; height:0px;}
.cst-home-row2-set-inc .home-row2-header{display: block;min-height: inherit;height: 36px;overflow: hidden;margin-bottom: 4px;}
.cst-homepage-box{background-color: rgb(255, 255, 255);}
.cst-home-row1-set{height: 439px;position: relative; width: 995px; margin: 0 auto;}
.categorie_femmes_inc{margin: 0pt auto;width: 1200px;text-align: center;position: relative;}
.slideshow-box a{display: block;}
.slide-content{float:right;width: 325px;height: 424px;text-align: left;}
/*.cst-home-btn-links, .cst-home-news, .cst-small-slide-box, .cst-home-selection{padding-left: 18px;padding-right: 15px;}*/
/*.cst-home-btn-links{padding-top: 10px;}*/
.cst-home-btn-links a{display: block;margin-bottom: 5px;text-decoration: none;}
.cst-small-slide-box{bottom: 7px;height: 117px;position: absolute;right: 6px;width: 356px;}
.cst-small-slide-box ul li{list-style: none outside none;float: left;height: 117px;}
.cst-small-slide-box ul li.last{margin-right: 0px;}
.cst-small-slide-box .img-list{overflow: hidden;padding: 6px 32px;}
.img-list li{margin-right: 11px;}
.back-prev{position: absolute;left: 29px;top: 50px;cursor: pointer;}
.back-award{position: absolute;right: 28px;top: 50px;cursor: pointer;}
.cst-home-news .news{padding-left: 8px;padding-top:8px;}
.col-main{padding: 0px;}
.main{border: 0px none;overflow: hidden;padding-bottom: 23px;background-position:bottom;}
/*--- dashboard---*/
.dashboard .welcome-msg, .dashboard .col2-set, .dashboard .recent-orders{margin-left: 0px;}
.dashboard .col2-set{margin-left: 0px;}
.customer-account-index .dashboard .col2-set{padding-bottom: 0pt;}
.cst-account-info-box, .order-info-box, .tags-list, #my-tags-table{position: relative;margin-bottom: 15px;margin-left: 0px;padding: 24px 19px;}
.cst-account-info-box{padding-bottom: 18px;}
#my-orders-table .tool-set{}
.my-tag-edit a.btn-remove, .my-tag-edit a.btn-remove span{background: none repeat scroll 0px 0px transparent;color: rgb(166, 67, 100);padding-right: 0pt;width: auto;}
.my-tag-edit{float: none;}
.tag-customer-view .pager{width: 692px;}
#my-tags-table{padding: 0px;}
.order-page .col2-set, .order-page .order-info{overflow: hidden;position: relative;}
.order-page .col2-set{border: 1px solid rgb(110, 111, 111);background-color: rgb(255, 255, 255);margin-bottom: 20px;padding: 14px;}
.info-box .box-title{margin: 0pt;}
.cst-address-box h3.box-title a{position: absolute;bottom: 0px;right: 0px;}
.info-box{background: none repeat scroll 0% 0% transparent;border: 0pt none;}
.cst-info-box{overflow: hidden;}
.cst-col-layout-inc{width: 980px;margin: 0pt auto;}
.col1-layout .col-main{padding-left: 0px;padding-right: 0px;}
.account-login{background: none repeat scroll 0% 0% transparent;margin: 0pt auto;width: 980px;}
.account-login .page-title{margin: 0px;border: 0pt none;}
.page-title h1{padding-bottom: 3px;color: rgb(62, 62, 63);text-transform: lowercase;}
.data-table{background: none repeat scroll 0% 0% transparent;border: 0pt none;}
.data-table tr.last th{border-width: 0px 0px 1px;border-style: none none solid;border-color: -moz-use-text-color -moz-use-text-color rgb(109, 111, 111);font-weight: bold;}
.data-table tr.last th.last{border-right: 0px none;}
.data-table thead{background: none repeat scroll 0% 0% transparent;}
.data-table tr.odd{}
.data-table td{border-right: 1px solid rgb(204, 204, 204);}
.data-table tr.last th{border-right: 1px solid rgb(204, 204, 204);text-transform: lowercase;}
.data-table td.last{border-right: 0pt none;padding-right:10px;}
.recent-orders .table-caption{background: url("../images/bout/command.png") no-repeat scroll 0pt 0pt transparent;border: 0pt none;color: rgb(51, 51, 51);font-size: 12px;font-weight: bold;height: 33px;left: -1px;margin-top: -21px;padding-left: 51px;position: relative;}
.table-caption a{color: rgb(225, 107, 143);float: right;font-size: 11px;text-decoration: none;text-transform: lowercase;margin-right: -9px;font-weight: normal;}
.cst-account-info-box a{color: rgb(0, 150, 187);}
.account-login .fieldset h2, .account-login .fieldset h2, .account-create .fieldset h2.legend{padding-bottom: 3px;color: rgb(102, 102, 102);}
.account-create .fieldset h2.legend{}
.account-login .clientnumber{ font-weight:bold;}
.table-caption{background: none repeat scroll 0% 0% transparent;color: rgb(51, 51, 51);}
.data-table tbody.even, .data-table tfoot{background: none repeat scroll 0% 0% transparent;}
.order-details .table-caption{border: 0pt none;font-weight: bold;margin-bottom: 3px;margin-top: 10px;text-transform: uppercase;}
.page-title{border: 0pt none;background: none repeat scroll 0% 0% transparent;}
.sub-title{font-weight: bold;color: rgb(51, 51, 51);}
.cst-account-info-box .big-info-title{background: url("../images/bout/information.png") no-repeat scroll 0pt 0pt transparent;height: 37px;left: -1px;padding-left: 53px; padding-top: 10px;position: absolute;top: -20px;width: 200px;}
.addresses-primary .sub-title{background: url("../images/bout/information.png") no-repeat scroll 0pt 0pt transparent;height: 37px;left: -1px;padding-left: 53px; padding-top: 10px;position: absolute;top: -20px;width: 200px;}
.addresses-primary ol {padding-top: 10px;}
.info-box .box-title, .cst-address-box .sub-title, .order-info-box .box-title h2,
.enterprise-giftregistry-index-edit #form-validate .fieldset h2{padding-bottom: 3px;font-size: 110%;font-weight: bold;padding-left: 11px;}
.enterprise-giftregistry-index-edit #form-validate .fieldset h2{margin: 0pt 0pt 1.5em;}
.info-box .box-content{padding: 10px 17px 17px 11px;}
.order-info-box .box-title h2{}
.enterprise-giftregistry-index-edit #form-validate .fieldset .form-buttons{height: 20px;margin: 0pt;width: 620px;}
#form-validate .form-list textarea{margin-bottom: 10px;}
#registrant_options li.fields .field{overflow: hidden;}
.cst-address-box{overflow: hidden;}
.order-info-box .box-content{color: rgb(85, 85, 85);padding: 10px 17px 17px;}
.cst-address-box .box-title{border-bottom: 0pt none;text-transform: uppercase;}
.cst-address-box .box-title a{text-transform: none;}
.cst-address-box h2.sub-title a, .addresses-primary .info-box .box-title a{color:rgb(225, 107, 143); font-size: 11px;font-weight: normal;margin-top: 2px; text-decoration:none; text-transform:lowercase;}
.dashboard .info-box .box-title a{color:rgb(225, 107, 143); font-size: 11px;font-weight: normal;margin-top: 2px; text-decoration:none; text-transform:lowercase;}
#separator {display:inline-block; color:rgb(225, 107, 143); margin-left:4px;}
.cst-account-info-box .col2-set .col-2, .cst-account-info-box .col2-set .col-1{width: 316px;}
.dashboard .page-title h1{background: url("../images/bout/montableau.png") no-repeat scroll 33px 0pt transparent;text-indent: -9999em;padding-bottom: 0pt;}
.cst-account-info-box .cst-address-box address{line-height: 156%;padding-top: 0pt;}
.dashboard .cst-account-info-box .cst-info-box{padding-bottom: 4px;}
.cst-address-box .sub-title{position: relative;text-transform: capitalize;}
#form-validate{display: block;padding: 20px 0px 20px 37px;}
.checkout-cart-index #form-validate{padding: 20px 0px;}
.account-create .form-list li{overflow: hidden;}
.account-create .form-list input.input-text{margin-bottom: 10px;}
.account-login .new-users, .account-login .registered-users{padding: 20px 47px;}
.account-login .new-users .legend, .account-login .registered-users .legend{color:#dc1876;font-family: "The Only Exception";}
.account-login .new-users{width: 320px;}
.account-login .new-users button{float:right;}
.account-login .registered-users{padding-left: 0px;padding-right: 20px;width: 546px;}
/*.account-login .col2-set .col-1{float: right;}*/
.account-login .form-list li{width: 49%;float: left;}
.account-login .new-users{float: left;}
.account-login .form-list label, .account-login .form-list span.label{text-align: left;text-transform: lowercase;}
.account-login .form-list input.input-text{width: 225px;border-top: 1px solid rgb(124, 124, 124);margin-left: 7px;}
#login_step1_clientnumber,#text_clientnumber_step1{background: url("../images/bkg_input.gif") repeat-x scroll 0 0 #FFFFFF;padding: 2px;border: 1px solid #C7C7C7;border-top: 1px solid #7C7C7C;}
.account-login .btn-only{width: auto;height: 1%;overflow: hidden;}
.account-login p.required{color: rgb(51, 51, 51);font-weight: bold;overflow: hidden;padding-right:42px;float:right;width: 370px;font-size:10px;}
.customer-account-login .account-login p.required{top: -48px;text-transform: lowercase;}
.col1-layout .col-main .page-title{margin: 0pt;padding: 0px;background: none repeat scroll 0% 0% transparent;text-transform: lowercase;}
.data-table .btn-remove{background: url("../images/bout/x_bt.jpg") no-repeat scroll 0pt 0pt transparent;margin-top: 8px;}
#recently-viewed-items button.button span span{text-shadow: none;left: 0px;margin: 0px;text-transform:lowercase;}
.add-to-links a{text-shadow: 1px 1px 1px rgb(153, 153, 153);}
a.button span{}
#order-info-tabs li a{padding-right: 0px;text-decoration: underline;}
#order-info-tabs li{margin-right: 20px;}
#order-info-tabs li.last{margin-right: 0px;}
.wishlist-index-index .buttons-set2 button{margin-left: 20px;}
.buttons-set2{background: none repeat scroll 0% 0% transparent;}
#send2{margin-top: 20px;margin-right: 42px;}
.data-table tr{background: none repeat scroll 0% 0% transparent;}
.account-create{margin: 0pt auto;width: 995px;}
.dashboard .tags, .dashboard .reviews{background: url("../images/bout/dashboard_bg.jpg") repeat-x scroll 0pt 0pt rgb(255, 255, 255);border: 1px solid rgb(110, 111, 111);position: relative;margin-top: 50px;margin-left: 0px;padding-bottom: 10px;}
.tags .sub-title, .reviews .sub-title{background: url("../images/bout/tags.png") no-repeat scroll 0pt 0pt transparent;margin-top: -20px;padding-left: 53px;font-size: 105%;height: 38px;margin-bottom: 4px;margin-left: -1px;}
.reviews .sub-title{background: url("../images/bout/mes.png") no-repeat scroll 0pt 0pt transparent;}
.dashboard .tags .number, .dashboard .reviews .number{border: 0px none;font-weight: bold;}
#my_recent_tags, #my_recent_reviews{padding-left: 25px;margin-top: -3px;}
.cms-default .std{width: 980px;margin: 0pt auto;}
.product-name a{color: rgb(0, 150, 187);}
.product-name a:hover{color: rgb(0, 150, 187);}
.tags .sub-title a, .reviews .sub-title a{float: right;color: rgb(166, 67, 100);text-decoration: none;font-size: 100%;text-transform: none;font-weight: normal;}
.info-box .box-title .separator{display: inline-block; color: rgb(255,107,143);}
.addresses-list{margin-left: 0px;position: relative;}
.dashboard .tags .product-name, .dashboard .reviews .product-name{margin: 0pt 0pt 15px;font-weight: normal;}
.reviews .sub-title .separator{display: none;}
.dashboard .tags p{font-weight: bold;}

/*---right siderbar ---*/

.sidebar .block-account{background: none repeat scroll 0% 0% transparent;}
.sidebar .block-account .block-title{background: url("../images/bout/mon_compte.png") no-repeat scroll 0% 0% transparent;border: 0pt none;margin-bottom: 5px;margin-left: 10px;margin-top: 10px;padding: 0pt;}
.sidebar .block-account .block-title strong span{visibility: hidden;}
.sidebar .block-account .block-content{background-color: rgb(255, 255, 255);overflow: hidden;margin-bottom: 15px;}
.sidebar .block-account li{background: rgb(88,88,90);line-height: 150%;text-transform:lowercase; font-size: 11px;border-bottom: 1px solid rgb(255,255,255);}
.sidebar .block-account li.current{padding: 5px 13px 4px;}
.sidebar .block-account li a:hover{background:rgb(138,138,140); color: rgb(255,255,255);}
.sidebar .block-cart .block-title{background: none repeat scroll 0% 0% transparent;padding: 7px 17px 7px 13px;}
.sidebar .block-cart .summary{background: none repeat scroll 0% 0% transparent;color: rgb(51, 51, 51);}
.sidebar .block-cart .summary a{color: rgb(0, 150, 187);}
.sidebar .block-cart .summary{text-align: left;}
.sidebar .block-account{border-bottom: 0px none;}
.sidebar .block-cart .summary .subtotal, .sidebar .block-cart .summary.shipping-cost-inst{background-color:rgb(204,204,204)}
.sidebar .block .block-content .summary{padding: 0px 0px 12px;margin: 0px;}
.sidebar .block{background: none repeat scroll 0% 0% transparent;border-bottom: 0pt none;}
.sidebar .block-cart .actions{margin: 0pt;}
.sidebar .block .block-subtitle{margin: 5px 0px;}
.mini-products-list li.item{border-bottom: 0px none;clear: both;}
.mini-products-list .product-image{margin-right: 7px;}
.mini-products-list .details .product-image{margin-left: 0px;margin-right: 0px;color: rgb(0, 150, 187);text-decoration: underline;}
.mini-products-list .details{text-transform:lowercase;}
#cart-sidebar{overflow: hidden;}
.sidebar .block .block-content{padding: 0pt;}
#recently-viewed-items a{float: left;}
#recently-viewed-items .product-name a{color: rgb(51, 51, 51);text-decoration: none;font-weight: normal;}
#recently-viewed-items .left-col{margin-left: 61px;}
#recently-viewed-items .item{clear: both;overflow: hidden;margin-bottom: 15px;}
.my-account{position: relative;padding-top: 85px;padding-left: 10px;}
#recently-viewed-items .item .price-box{}
#recently-viewed-items{border: 1px solid rgb(88, 88, 90);margin-bottom: 10px;margin-top: 10px;overflow: hidden;padding: 5px;}
.sidebar{padding-top: 70px;margin-right: 26px;}
/*.products-grid .product-name, .products-list .product-name{overflow: hidden;font-size: 160%;font-weight: normal;line-height: 140%;margin-bottom: 7px;padding-top: 10px;word-wrap: break-word;}*/
/*.products-grid .product-name{padding-right: 5px;}*/
.sidebar .block-cart .block-content{border: 1px solid rgb(88, 88, 90);overflow: hidden;padding-bottom: 13px;}
.cst-main-box{border: 0px solid rgb(245, 246, 248);padding: 5px;}
.sendfriend-product-send .fieldset h2.legend{border-bottom: 1px solid rgb(164, 63, 97);color: rgb(51, 51, 51);font-size: 120%;font-weight: bold;margin-left: 43px;padding-bottom: 3px;text-align: right;}
.sendfriend-product-send .form-list li.fields .field{overflow: hidden;}
.sendfriend-product-send .required em{float: right;margin-right: 0px;}
.sendfriend-product-send p.required{clear: both;}
#add_recipient_button{margin-right: 10px;}
.sidebar .block-viewed .actions{margin-top: 0px;}
.orderexpress-index-index .data-table tfoot td{background: none repeat scroll 0% 0% transparent;}
.orderexpress-index-index .tool-set div{float: left;}
.orderexpress-index-index .add-lines, .orderexpress-index-index .view-guide-btn{background: url("../images/bout/ajouter_add.png") no-repeat scroll 0pt 0pt transparent;font-weight: bold;height: 20px;line-height: 20px;margin-right: 10px;margin-top: 5px;padding-left: 35px;width: 240px;}
.orderexpress-index-index .view-guide-btn{background: url("../images/bout/voir_le.png") no-repeat scroll 0pt 0pt transparent;height: 31px;margin-top: 0pt;line-height: 31px;width: 200px;}
.orderexpress-index-index .tool-set{overflow: hidden;padding: 8px 0px;border-top: 1px dashed rgb(62, 62, 63);border-bottom: 1px dashed rgb(62, 62, 63);}
.orderexpress-index-index .tool-set button.button{height: 30px;width: 370px;text-align: right;display: block;}
.orderexpress-index-index .add-lines a, .orderexpress-index-index .view-guide-btn a{color: rgb(62, 62, 63);text-decoration: none;font-size: 115%;}
#orderexpress-list-table span.number{display: block;background: url("../images/bout/rdiao_small.png") no-repeat scroll 0% 0% transparent;color: rgb(255, 255, 255);font-weight: bold;height: 26px;line-height: 26px;width: 26px;margin-top: 3px;}
#orderexpress-list-table a.btn-submit-sku{background: url("../images/bout/right_com.png") no-repeat scroll 0% 0% transparent;display: block;height: 26px;text-indent: -999em;width: 26px;margin-top: 3px;}
#orderexpress-list-table .btn-remove{background: url("../images/bout/bt_close.png") no-repeat scroll 0pt 0pt transparent;height: 20px;width: 20px;margin:0px 0 0 8px;}
.orderexpress-index-index .data-table td{background: url("../images/bout/line_bottom.jpg") repeat-x scroll 0pt 66% transparent;padding: 12px 7px 0pt;}
.orderexpress-index-index #orderexpress-list-table input.input-text, #orderexpress-list-table select{height: 28px;font-size: 14px;}
.orderexpress-index-index #orderexpress-list-table input.input-text{padding: 2px 8px; line-height:28px;}
.my-account .dashboard .page-title, .customer-address-index .col-main .page-title,
.customer-address-form .col-main .page-title, .customer-account-edit .page-title,
.wishlist-index-index .title-buttons, .sales-order-history .page-title, .my-account .page-title,
.sendfriend-product-send .page-title{position: absolute;top: 0pt;width: 982px;left: 0pt;padding-top: 16px;}
.customer-address-index .col-main .page-title h1, .customer-address-form .col-main .page-title h1,
.customer-account-edit .page-title h1, .wishlist-index-index .page-title h1, .sales-order-history .page-title h1,
.my-account .page-title h1, .sendfriend-product-send .page-title h1{float: none;text-align: left;text-transform: lowercase;}
.sendfriend-product-send .col-main{position: relative;}
.sendfriend-product-send .messages{padding-top: 50px;}
.customer-address-form .form-list li.fields .field, .customer-address-form .form-list li{overflow: hidden;}
.customer-address-form .fieldset h2.legend, .customer-account-edit .fieldset h2.legend{}
.sidebar .block-viewed .actions button.button span{background: none repeat scroll 0pt 0pt transparent;color: rgb(0, 150, 187);padding: 0pt;text-decoration: underline;width: auto;}
.product-message{overflow: hidden;}
.customer-account-edit .form-list li.fields .field, .customer-account-edit .form-list li{overflow: hidden;height: 1%;}
.block-cart .text-title{background: url("../images/bout/mon_panier_blank.png") no-repeat scroll 0% 0% transparent;height: 20px;margin-left: 36px;margin-top: -20px;text-indent: -999em;display: block;}
.sidebar .mini-products-list .product-details{position: relative;margin-left: 0px;}
.sidebar .block-cart li a.btn-remove{position: absolute;right: 5px;background: url("../images/bout/x_bt.jpg") no-repeat scroll 0% 0% transparent;text-indent: -999em;width: 11px;height: 11px;margin-top: 2px;}
.sidebar .block-cart .actions button.button span span{text-shadow: none;}
.mini-products-list .product-details .product-name{padding-right: 20px;}
.sidebar .block .block-title strong span{font-size: 90%;}
.sidebar .block-viewed .block-title{background: url("../images/bout/start.gif") no-repeat scroll 10px 24px transparent;padding-left: 42px;text-transform: lowercase}
.sidebar .block-viewed .block-title strong{line-height: 16px;}
.customer-account-index .sidebar .block-cart{margin-bottom: 10px;}
.sidebar .block-cart .block-subtitle{margin: 0px;padding-left: 0px;}
.customer-account-index .messages{margin-bottom: 18px;margin-left: -3px;margin-top: -34px;padding-left: 0pt;}
.customer-account-index .messages li.success-msg{border: 0px none ! important;background: url("../images/bout/fist_login.png") no-repeat scroll 0% 0% transparent;color: rgb(88, 88, 90);font-size: 130%;text-transform:lowercase;}
.messages li.success-msg ul{padding-bottom: 5px;padding-top: 5px;}

.review-product-list .messages li.success-msg ul {background:#bababa;}


.customer-account-index .col-main{width: 740px;}
.messages li.error-msg{border: 0px none;background: none repeat scroll 0% 0% transparent;}
.col2-set .addresses-primary, .col2-set .addresses-additional{float: none;width: auto;padding: 20px;}
.col2-set .addresses-additional{float: none;}
.addresses-primary, .addresses-additional{}
.col2-set .addresses-primary{margin-bottom: 30px;margin-top: 25px;position: relative;}
.customer-address-index .title-buttons button.button{position: relative;right: 250px;top: 60px;border:1px solid #e4e4e4; padding:3px 9px 4px; z-index:50;text-transform: lowercase;}
.customer-address-index .title-buttons button.button span{background: none repeat scroll 0% 0% transparent;color: rgb(225,107,143); text-decoration:underline;}
.pager{background: none repeat scroll 0% 0% transparent;border: 0px none;height: 1%;overflow: hidden;margin-bottom: 0px;margin-top: 0px;padding: 3px;color: rgb(62, 62, 63);font-weight: normal;}
.pager .amount strong{font-weight: bold;}
.sales-order-history .pager .amount strong{margin-right: 10px;}
.messages ul li{padding: 0pt 0pt 3px 26px;}
.sales-order-history #my-orders-table, .sales-order-view #my-orders-table, .order-details .data-table,
.downloadable-customer-products #my-downloadable-products-table, .storecredit .account-balance,
#giftregistry-table, #customerbalance-history, #reward-history, .review-customer-index #my-reviews-table{border: 1px solid rgb(110, 111, 111);margin: 0px 0pt 0px 0px;}
.storecredit .account-balance{margin-bottom: 15px;padding: 10px 20px;}
.storecredit .account-balance .sub-title{margin-bottom: 5px;}
.order-info li.current{background: none repeat scroll 0% 0% transparent;}
.sales-order-view .data-table tbody.odd tr{background: none repeat scroll 0% 0% transparent;}
.order-info li strong, .order-info li a{background: none repeat scroll 0% 0% transparent;}
.order-info{border: 0px none;color: rgb(45, 45, 45);overflow: hidden;}
.order-info dt{color: rgb(45, 45, 45);}
.order-info li{padding-left: 0px;background: none repeat scroll 0% 0% transparent;}
.order-info li a{color: rgb(45, 45, 45);}
.order-page .order-date{margin-bottom: 3px;color: rgb(45, 45, 45);padding-left: 10px;}
.order-info-box{clear: both;overflow: hidden;position: relative;}
.order-info li{color: rgb(51, 51, 51);}
.order-info li.current{margin-top: 4px;}
.order-info dt{}
.order-date{padding-left: 10px;margin-bottom: 5px;}
.cst-btn-set{position: relative;left: -300px;top: 62px;}
.cst-btn-set a{text-decoration: none;color: rgb(166, 67, 100);}
.title-buttons .link-print{margin: 0pt 0pt 0pt 4px;padding-top: 0px;float: none;}
.link-prin{background: none repeat scroll 0% 0% transparent;}
.addresses-primary ol li{}
.form-list{overflow: hidden;}
.cst-score-form {margin-bottom:5px;margin-top:5px;}



.shopcustom-index-index .main{padding-bottom: 29px;}
.customer-account-forgotpassword .col1-layout .col-main, .customer-account-logoutsuccess .col-main{width: 980px;margin: 0pt auto;}
.customer-account-forgotpassword p.required{clear: both;}
.breadcrumbs{padding: 9px 20px 5px;background: none repeat scroll 0% 0% rgb(255, 255, 255);color: rgb(88, 88, 90);margin-top: 0px;overflow: hidden;height: 1%;}
.breadcrumbs li span{color: rgb(88, 88, 90);}
.breadcrumbs ul{float: left;padding-left: 2px;text-transform:lowercase;}
.breadcrumbs ul li a{color: rgb(88, 88, 90);}
.breadcrumbs ul li h1 {font-size:11px;margin:0; padding:0; display:inline;}
.mini-products-list a, .mini-products-list a:hover{color: rgb(45, 45, 45);text-decoration: none;word-wrap: break-word;display: block;overflow: hidden;font-weight: normal;}
h2.table-caption, .cst-account-info-box .big-info-title, .sub-title{}
.customer-account-index .cst-account-info-box .big-info-title{width: 300px;}
.breadcrumbs-inc{width: 980px;margin: 0pt auto;font-size: 12px;font-family: "Caviar Dreams";}
.pre-text{float: left;margin-left: 2px;text-transform: lowercase;}
.catalog-category-view .col1-layout .col-main, .cms-page-view .col1-layout .col-main{padding-top: 0px;}
.col-main{}
.reorder-link{color: #E16B8F;}
.cst-category-top-promo{background: none repeat scroll 0% 0% rgb(209, 223, 234);}
.publications_femmes{background:url("../images/bout/public_center_pic_bg.jpg") repeat-x;}
.fils_femmes{background:#E0D8CB;}
.accessire_femmes{background:#f6f696;}
.categorie_femmes_inc{height: 411px;}
.cst-category-top-promo .col-2-set{}
.small-promo img{border: 5px solid rgb(206, 133, 151);}
.publications_femmes .small-promo img{border:5px solid #a881a5;}
.fils_femmes .small-promo img{border:5px solid #a8c2db;}
.accessire_femmes .small-promo img{border:5px solid #d1b654;}
.promo-1{margin-bottom: 10px;}
.small-promo{clear: both;float: right;left: -115px;position: relative;top: 21px;width: 170px;}
.main-ad a{display: block;}
.catalog-category-view #search_mini_form{position: relative;float: right;clear: both;}
.cst-category-top-promo .main-ad{position: absolute;height: 410px;left: 0pt;}
.form-search{background: url("../images/bout/search_bg.png") no-repeat scroll 0% 0% transparent;width: 187px;height: 24px;text-align: left;margin-right: 103px;position: relative;}
.category-layered-with-toolbar .form-search{margin-right:103px;display:inline;float:left;}
.accueil-accessoires .form-search, .accueil-fils .form-search{margin-right: -7px;}
#search{background: none repeat scroll 0pt 0pt transparent;border: 0pt none;padding: 5px 5px 5px 13px;width: 128px;}
.form-search button.button span span{background: none repeat scroll 0% 0% transparent;border: 0pt none;text-indent: -999em;cursor: pointer;display: block;margin-right: 0px;padding-right: 0px;width: 30px;}
.form-search button.button span{background: none repeat scroll 0% 0% transparent;border: 0pt none;text-indent: -999em;cursor: pointer;width: auto;display: block;margin-right: 0px;padding-left: 0px;}
.form-search button.button{height: 20px;position: relative;top: -2px;width: 29px;}
.toolbar{background: url("../images/bout/sro_line.jpg") repeat-x scroll 0% 0% transparent;color: rgb(204, 204, 204);line-height: 30px;}
.toolbar a{color: rgb(204, 204, 204);}
.sorter{border: 0pt none;}
.toolbar-inc, .accueil-modeles, .vous_page, .accueil-fils, .accueil-accessoires, .accueil-category{width: 980px;margin: 0pt auto;}
.sorter{background: none repeat scroll 0% 0% transparent;}
.accueil-modeles{overflow: hidden;height: 1%;}
.accueil-modeles .col-1-set, .vous_page .col-1-set, .accueil-accessoires .col-1-set,
.accueil-origin .col-1-set,
.accueil-fils .col-1-set{width: 780px;float: left;display: inline;}
.accueil-modeles .col-2-set, .accueil-modeles .col-2-set, .accueil-accessoires .col-2-set,
.accueil-fils .col-2-set{float: right;width: 180px; margin-bottom:25px;}
.accueil-modeles .col-2-set #search_mini_form{float: none;}
.vous_page .main-ad img{border: 1px solid rgb(193, 194, 195);}
.cms-bergere-and-you .breadcrumbs, .review-product-list .breadcrumbs, .shopcustom-index-index .breadcrumbs{background-color: rgb(255, 255, 255);}
.onlycmsblock{background-color: rgb(255, 255, 255);}
.promo-row li.promo-row-list{float: left;width: 373px;display: inline;margin-right: 20px;margin-top: 20px;text-transform: lowercase;}
.accueil-modeles .main-promo .first .promo-row-list .title1{background: url("../images/bout/mode_list1_tech.jpg") no-repeat scroll 0% 0% transparent;height: 67px;width: 111px;text-indent: -999em;}
.accueil-modeles .main-promo .first .last .title1{background: url("../images/bout/mode_list2_forme.jpg") no-repeat scroll 0% 0% transparent;height: 67px;width: 111px;text-indent: -999em;}
.accueil-modeles .main-promo .last .promo-row-list .title1{background: url("../images/bout/mode_list3_Genre.jpg") no-repeat scroll 0% 0% transparent;height: 61px;width: 111px;text-indent: -999em;}
.accueil-modeles .main-promo .last .last .title1{background: url("../images/bout/mode_list4_Niveau.png") no-repeat scroll 0% 0% transparent;height: 61px;width: 111px;text-indent: -999em;}
.accueil-publications .main-promo .promo-row-list .title1 span{display: none;}
.accueil-publications .main-promo .first .promo-row-list .title1{background: url("../images/bout/publication_list1_cdrom.png") no-repeat scroll 0% 0% transparent;height: 70px;width: 111px;text-indent: -999em;}
.accueil-publications .main-promo .first .last .title1{background: url("../images/bout/publication_list2_les.png") no-repeat scroll 0% 0% transparent;height: 70px;width: 111px;text-indent: -999em;}
.accueil-publications .main-promo .last .promo-row-list .title1{background: url("../images/bout/publication_list3_lives.png") no-repeat scroll 0% 0% transparent;height: 75px;width: 111px;text-indent: -999em;}
.accueil-publications .main-promo .last .last .title1{background: url("../images/bout/publication_list4_autres.png") no-repeat scroll 0% 0% transparent;height: 75px;width: 111px;text-indent: -999em;}
.accueil-accessoires .main-promo .first .promo-row-list .title1{background: url("../images/bout/accessoires_list1_tricot.png") no-repeat scroll 0% 0% transparent;height: 70px;width: 111px;text-indent: -999em;}
.accueil-accessoires .main-promo .first .last .title1{background: url("../images/bout/accessoires_list2_systemes.png") no-repeat scroll 0% 0% transparent;height: 85px;width: 144px;text-indent: -999em;}
.accueil-accessoires .main-promo .last .promo-row-list .title1{background: url("../images/bout/accessoires_list3_sacs.png") no-repeat scroll 0% 0% transparent;height: 64px;width: 111px;text-indent: -999em;}
.accueil-accessoires .main-promo .last .last .title1{background: url("../images/bout/accessoires_list4_mercerie.png") no-repeat scroll 0% 0% transparent;height: 64px;width: 111px;text-indent: -999em;}
.accueil-fils .main-promo .first .promo-row-list .title1{background: url("../images/bout/fils_list1_naturels.png") no-repeat scroll 0% 0% transparent;height: 102px;width: 96px;text-indent: -999em;}
.accueil-fils .main-promo .first .last .title1{background: url("../images/bout/fils_list2_fabtausue.png") no-repeat scroll 0% 0% transparent;height: 102px;width: 96px;text-indent: -999em;}
.accueil-fils .main-promo .last .promo-row-list .title1{background: url("../images/bout/fils_list3_classiques.png") no-repeat scroll 0% 0% transparent;height: 102px;width: 117px;text-indent: -999em;}
.accueil-fils .main-promo .last .last .title1{background: url("../images/bout/fils_list4_classiques.png") no-repeat scroll 0% 0% transparent;height: 102px;width: 117px;text-indent: -999em;}
.accueil-accessoires .promo-row li.promo-row-list{margin-top: 25px;}
.promo-row li.last{margin-right: 0px;}
.promo-row li .content{float: left;padding-left: 18px;width: 100px;}
.accueil-accessoires .promo-row li .content, .accueil-fils .promo-row li .content{width: 150px;}
.accueil-fils .promo-row li .content{padding-top: 21px;}
.promo-row li.promo-row-list img{float: right;}
.promo-row .content{}
.view-mode, .sort-by{}
.shipping-cost-inst{padding: 0pt 8px;position: relative;top: 6px;}
.sorter .amount{float: left;width: 97px; text-transform:lowercase;}
.sidebar .block-cart .summary .subtotal{padding: 2px 5px;}
.toolbar .block-layered-nav{background: none repeat scroll 0% 0% transparent;}
.sorter .view-mode{line-height: inherit; text-transform:lowercase;}
.sorter .sort-by{line-height: inherit;margin-left: 35px;text-transform: lowercase;}
.sort-by ul{overflow: hidden;}
.sort-by ul li{float: left;margin-right: 6px;}
.sorter .view-mode strong.grid{background: url("../images/bout/grid_pro.jpg") no-repeat scroll 0% 0% transparent;height: 18px;margin-right: 10px;margin-top: 7px;margin-left: 10px;}
.sort-by label{float: left;}
.sorter .view-mode a.list{background: url("../images/bout/list_pro.jpg") no-repeat scroll 0% 0% transparent;height: 18px;margin-right: 10px;margin-top: 7px;margin-left: 0px;}
.sort-by ul li.first a{background: none repeat scroll 0% 0% transparent;}
.sort-by ul li.first{margin-left: 10px;}
.sort-by ul li a{padding-left: 9px;text-decoration: none;background: url("../images/bout/pager_bg.jpg") no-repeat scroll 0pt 3px transparent;}
.toolbar .sorter{color: rgb(204, 204, 204);font-weight: bold;height: 30px;overflow: hidden;padding: 0pt 23px;}
.toolbar .cst-nav1{float: left;width: 40%;display: inline;}
.toolbar .cst-nav2{float: left;width: 40%;display: inline;}
.block-layered-nav{overflow: hidden;}
.narrow-by-list .parent{height: 1%;width: 370px;float: left;margin-right: 125px;margin-bottom: 15px;}
.narrow-by-list .parent-even{margin-right: 0px;clear: right;}

.narrow-by-list .filter-value ol li{background: url("../images/bout/bullet_arrow_pink_big.png") no-repeat scroll -3px 2px transparent;font-size: 130%;padding-left: 18px;line-height: 140%;text-transform:lowercase;}

.catalogsearch-result-index .narrow-by-list .filter-value ol li{background: url("../images/bout/arow.png") no-repeat scroll 0pt 55% transparent;}
.narrow-by-list .filter-title{;color: rgb(75, 65, 77);font-size: 200%;line-height: 125%;margin-left: 38px;margin-top: -9px;position: relative;text-align: left;text-transform:lowercase;}
.product-view .product-img-box .product-image{height: auto;width:auto;}
.filter-value ol{}
.category-femmes .col-main .block .block-content{padding: 16px 17px;overflow: hidden;}
.filter-value{margin-left: 154px;padding-top: 8px;}
.promo-row li .content h4{font-size: 184%;}
.promo-row li .content h2{font-size: 240%;letter-spacing: -1px;}
.desc{margin-top: 10px;}
.desc li{background: url("../images/bout/bullet_arrow_pink.png") no-repeat scroll 0pt 55% transparent;font-size: 130%;padding-left: 15px;line-height: 156%;}
.accueil-fils .desc li{line-height: 130%;}
.accueil-fils .desc{margin-top: 20px;}
.accueil-accessoires .desc li{background: url("../images/bout/bullet_arrow_peach.png") no-repeat scroll 0pt 55% transparent;}
.accueil-fils .desc li{background: url("../images/bout/bullet_arrow_blue.png") no-repeat scroll 0pt 55% transparent;}
.desc li a{color: rgb(62, 62, 63);text-decoration: none;}
/*#narrow-by-list dt{float: left;width: 50%;}*/
.cst-layered-nav a{color: rgb(75, 65, 77);text-decoration: none;}
/*#narrow-by-list dd{position: absolute;}*/
/*#narrow-by-list dd.last{margin-left: 200px;}*/
.pager .limiter{display: inline;}
.pager .pages{margin: 0pt;display: inline;}
.pager .limiter select{background: none repeat scroll 0% 0% rgb(193, 194, 195);border: 0px none;margin: 0pt 3px;width: 70px;text-align: center;}
.pager .seperator{display: inline;margin: -5px 5px 0pt;}
.sales-order-history .pager .seperator, .review-customer-index .pager .seperator{margin: 2px 6px 0pt;}
.toolbar-inc .pager{display: inline;clear: both;border: 0px none;font-size: 105%;padding-right: 0px;}
.pager .limiter, .pager .limiter a{color: rgb(80, 80, 90);}
.pager .pages a{text-decoration: none;}
.sorter .view-mode strong.list{background: url("../images/bout/list_pro_active.jpg") no-repeat scroll 0% 0% transparent;height: 18px;margin-left: 0pt;margin-right: 10px;margin-top: 7px;}
.sorter .view-mode a.grid{background: url("../images/bout/grid_pro_grey.jpg") no-repeat scroll 0% 0% transparent;height: 18px;margin-left: 7px;margin-right: 10px;margin-top: 7px;}
.cst-price-img-box{background: url("../images/bout/price_bt_bg.png") no-repeat scroll 100% 100% transparent;bottom: 8px;height: 88px;position: absolute;right: 8px;width: 87px;line-height: 16px;}
/*.category-products .special{background: url("../images/bout/price_new_bg.png") no-repeat scroll 100% 100% transparent;}*/
/*.category-products .new{background: url("../images/bout/price_sp_bg.png") no-repeat scroll 100% 100% transparent;}*/
.category-products, .category-description{margin: 0pt auto;width: 980px;overflow: hidden;padding-top: 0px;clear: both;}
.category-description{margin-top: 20px;}
.cst-price-img-box .special-price .price, .cst-price-img-box .regular-price .price,
.cst-price-img-box .price-box .price{color: rgb(255, 255, 255);font-size: 18px;font-weight: normal;letter-spacing: -1px;}
.cst-price-img-box .old-price .price{color: rgb(30, 12, 26);font-size: 13px;letter-spacing: 0px;}
/*.category-products .product-name a{color: rgb(30, 12, 26);text-decoration: none;font-size: 120%;}*/
/*.category-products .product-name a:hover{color: rgb(30, 12, 26);}*/
.sub-intro{color: rgb(89, 84, 93);}
.pager .pages ol li{display: inline;padding: 0pt;}
.pager .pages ol li a.first, .pager .pages ol li a.last{margin: 0pt 3px;}
.pager .pages ol li a.first{margin-right: 7px;}
.product-subscription .product-shop,
.catalog-product-view .product-view .product-shop{position: relative; min-height: 340px;}
.cst-product-buy-info .sku-stock .product-ids{display: none;margin: 0pt;width: 125px;font-size: 12px;text-align: right;}
.sku-stock{overflow: hidden;}
.sku-stock p{float: left;}
.pager .pages ol li a.last{margin-left: 7px;margin-right: 0px;}
.pages ol li a.first, .pages ol li a.previous, .pages ol li a.next, .pages ol li a.last{margin-right: 0px;font-weight: bold;}
.pager .pages ol li a.next{margin-left: 4px;}
.pages ol li a.previous{margin-right: 4px;}
.pager .pages ol{display: inline;word-spacing: -3px;}
.category-view{margin: 0pt;}
.toolbar-bottom{display: block;}
.toolbar-bottom .sorter, .toolbar-bottom .cst-layered-nav, .toolbar-bottom .breadcrumbs{display: none;}
.toolbar-bottom .pager{display: block;}
.products-list-row{overflow: hidden;width: 100%;}
.products-list .products-list-row li.item{background-image: none;overflow: hidden;float: left;width: 49%;border-right: 1px solid rgb(162, 162, 162);padding: 0pt;position: relative;margin: 0pt 0pt 10px;}

.products-list .products-list-row li.last{float: right;width: 49%; border: 0;}
.products-list .product-image{margin-right: 0px;}
.products-list .product-shop{margin-left: 90px;margin-right: 90px;}
.products-list .product-shop .f-fix{float: none;}
.toolbar-bottom{background-color: none repeat scroll 0 0 transparent;}
.toolbar-bottom .toolbar{background: none repeat scroll 0% 0% transparent;}
.category-products ul.last{margin-bottom: 0px;}
.category-products ul.products-grid.last{margin-bottom: 7px;}
.products-list .last li.item{margin-bottom: 0px;}
.cms_modeles_autopromo1{margin-top: 15px;}
.cms_bloc_bergereetvous{margin-top: 15px;}
.cms_modeles_autopromo2{margin-top: 15px;}
.cart{background: none repeat scroll 0% 0% transparent;}
.checkout-cart-index .col-main{width: 980px;margin: 0pt auto;padding-top: 10px;}
.checkout-cart-index .col-main .cart-empty{margin-top: 20px; text-transform: lowercase;border: 1px solid #58585A}
.col1-layout .cart .page-title{padding-bottom: 6px;overflow: hidden;height: 1%;}
.cart .page-title .title-box{float: left;display: inline;padding-left: 30px;}
.cart .page-title .btn-continue span{background: none repeat scroll 0% 0% transparent;}
.enterprise-giftregistry-index-items #shopping-cart-table tr.last th{border-bottom: 1px solid rgb(0, 0, 0);border-right: 1px solid rgb(204, 204, 204);color: rgb(62, 62, 63);font-size: 110%;padding-left: 5px;}
.enterprise-giftregistry-index-items #shopping-cart-table td{border-right: 1px solid rgb(204, 204, 204);vertical-align: middle;}
.enterprise-giftregistry-index-items #shopping-cart-table{padding: 0pt;margin-bottom: 0pt;}
#shopping-cart-table{padding: 0pt 15px;margin-top: 5px;margin-bottom: -10px;}
.cart button.button{position: relative;}
.cart button.button span span{font-size: 100%;width: 187px;}
#shopping-cart-table .product-name a{color: rgb(51, 51, 51);text-decoration: none;font-weight: normal;}
#shopping-cart-table .cart-price{display: block;text-align: center;font-size: 110%;font-weight: bold;margin-top: 15px;}
#shopping-cart-table .checkbox{margin-top: 17px;}
#shopping-cart-table .input-text{border: 1px solid rgb(153, 153, 153);text-align: center;margin-top: 15px;}
.cart-table .qty_operation{background: url("../images/bout/count_bt.png") no-repeat scroll 0% 0% transparent;width: 15px;height: 29px;margin-left: 69px;margin-top: -27px;}
.cart-table tfoot tr.last td{border-top: 1px solid rgb(88, 88, 90);padding-top: 0px;padding-right: 2px;}
.cart-table tr.last td{border-bottom: 0px none;}
.cart-table tr.first td{}
.qty_operation a{display: block;clear: both;height: 15px;width: 18px;text-indent: -999em;}
#shopping-cart-table tr th, #shopping-cart-table td{border-right: 0px none;}
#shopping-cart-table tr.last th{color: rgb(62, 62, 63);font-size: 110%;padding-left: 5px;border: 0;}
.checkout-cart-index #shopping-cart-table .btn-remove{background: url("../images/bout/retirer.gif") no-repeat scroll 0% 0% transparent;height: 16px;width: 15px;margin-top: 18px;}
.cart .crosssell .item{padding: 10px 14px 22px;overflow: hidden;border-bottom:1px solid #CCC}
.cart .cross-inside{height: 1%;overflow: hidden;padding: 0pt 10px;background: none repeat scroll 0% 0% transparent;width: 340px;float: left;display: inline;}
.cart .crosssell h2{color: rgb(51, 51, 51);padding-left: 10px;font-size: 110%;line-height: 124%;}
.cart .crosssell ul .product-name a{color: rgb(30, 12, 26);text-decoration: none;}
.cart .crosssell ul .product-name a:hover{text-decoration: underline;}
.cart .crosssell{background: none repeat scroll 0% 0% transparent;border: 0pt none;padding: 0pt 0pt 0px 30px;width: 300px;}
.cart .crosssell ul{margin-top: 10px;height: 1%;}
.cart .crosssell .price-box{text-align: right;}
.cart .cart-collaterals{margin-left: 365px;overflow: hidden;padding-top: 25px;width: 603px;}
.cart .crosssell .add-to-links{border: 0px none;margin-top: 5px;}
.cart .crosssell p{height: auto;margin-bottom: 0pt;}
.cart .shipping, .cart .deals{margin-left: 20px;width: 571px;}
.cart .deals fieldset, .cart .shipping fieldset{padding-left: 48px;}
.cart .cart-collaterals h2, #customer-reviews .box-title h2{color: rgb(88, 88, 90);font-size: 200%;letter-spacing: -1px;line-height: 85%;margin-left: 47px;padding-bottom: 0pt;position: relative;top: -2px;margin-right: 6px;text-transform: lowercase;}
.cart .deals label{display: block;margin: 2px 0pt 7px;}
.checkout-cart-index .cart .deals .input-text{width: 194px;}
.checkout-cart-index #giftcard_code{width: 194px;}
.shipping .form-list li.last{margin-right: 0pt;width: 100px;margin-left: 10px;}
.shipping .form-list li.last .validate-postcode{width: 96px;margin-top: 7px;}

.cart .shipping #shipping-zip-form .buttons-set{margin-bottom: 0px;margin-top: 2px;text-align:right;}
.shipping .form-list li{float: left;display: inline;width: 190px;margin-right: 15px;}
.cart-collaterals .deals button.cancel-btn{margin-right: 0pt;margin-top: 10px;}
.cart .shipping #shipping-zip-form p{margin: 1px 0pt;padding-bottom: 5px;}
.cart .shipping select, .cart .shipping .input-text{width: 190px;margin-top: 7px;}
.minimal-price-link{color: rgb(51, 51, 51);}
.cst-price-img-box .minimal-price-link{display: none;}
.cart .shipping .buttons-set{float: right;width: 256px;}
.cart .shipping #co-shipping-method-form  .buttons-set{text-align:right;}
.cart .totals table tfoot strong{color: rgb(51, 51, 51);}
.cart .checkout-types button.button{height: 36px;margin-right:-2px;}
.cart .checkout-types button.button span{background: url("../images/bout/bgcomm.jpg") no-repeat scroll 0% 0% transparent;height: 36px ! important;padding: 0pt ! important;width: 240px;}
.cart .checkout-types button.button span span{background: none repeat scroll 0pt 0pt transparent;line-height: 36px;position: static;text-shadow: 1px 1px 1px rgb(0, 0, 0);text-transform: uppercase;}
.cart-collaterals .deals button.check-gc-status{clear: both;float: none;padding-right: 25px;text-align: right;width: 508px;}
.cart .totals{padding: 30px 26px 0pt 15px;width: 322px;}
.cart button.btn-continue{left: -18px;top: 12px;}
.cart button.btn-print{left:-36px; top:12px;color:#fff;}
.checkout-cart-index .messages li.success-msg{background: none repeat scroll 0% 0% transparent;border: 0px none;padding-left: 20px;color: rgb(88, 88, 90);}
.checkout-cart-index .messages li.success-msg ul{background: url("../images/bout/nice.png") no-repeat scroll 0% 0% transparent;margin: 5px 10px 10px 20px;padding: 0pt 0pt 0pt 25px;}
.checkout-cart-index .messages li.success-msg ul li{padding-top: 5px;padding-left: 0px;text-transform: lowercase;}
.required em{color: rgb(68, 68, 68);}
.checkout-cart-index .messages li.error-msg{padding-left: 0px; font-weight: bold; font-size: 15px;}
.product-essential{padding: 0px;overflow: hidden;}
.product-subscription .product-shop,
.col2-right-layout .product-view .product-shop{margin-left: 400px;padding: 5px 0pt 0pt;width: 374px;}
.product-subscription .product-shop .product-main-info,
.product-view .product-shop .product-main-info{background:none repeat scroll 0 0 transparent;border:0 none;color:#58585A;height:1%;margin:0 0 7px;overflow:hidden;padding:0;margin-left:15px;}
.product-view .product-img-box{float: left;margin: 0pt;padding: 0pt;position: relative;}
.cst-sub-data{margin-top: -1px;text-transform: lowercase;}
.product-view .product-shop{overflow: hidden;padding: 0pt;width: auto;}
.product-essential-with-flash .product-shop {margin-left: 220px;}
.product-subscription .product-img-box,
.col2-left-layout .product-view .product-img-box, .col2-right-layout .product-view .product-img-box{float: left;display: inline;width: 380px;}
.col2-left-layout .product-view, .col2-right-layout .product-view{width: 775px;border-top: 0px none;}
.catalog-product-view .col-main{width: auto;}
.product-view{padding-top: 0px;}
.product-view .product-shop .reference{padding-right:30px;}
.product-view .product-shop .availability{text-align: right;margin: 0px;color: rgb(89, 84, 93); text-transform:lowercase;}
.product-view .product-name h1{color: rgb(88, 88, 90);}
.cst-product-buy-info{position:relative;margin-left:15px;}
.colors-associated-products {overflow:hidden; height:310px; overflow:auto; overflow-x:hidden; width:97%; float:left}
.products-left {float:left; width:300px; margin-left:50px; display:inline;}
.products-right {float:left; width:300px; margin-left:90px; display:inline;}
.product-test-grouped-with-all .cst-product-buy-info{background: none repeat scroll 0% 0% transparent;}
.pv-box-b-title{color: #47b0e0;font-size: 21px;font-weight: normal;margin-top: 15px;height:1%;font-family: "The Only Exception";text-transform: lowercase;margin-left: 2px;}
.model-type-shop .pv-box-b-title{background: url("../images/bout/line_bottom.jpg") no-repeat scroll -163px 20px transparent;}
.cst-product-buy-info .box-title{font-size: 190%;height: 43px;line-height: 107%;position: relative;}
.product-view .product-shop .add-to-cart{float: none;padding: 0px;margin-top: 0px;text-align: right;position:relative; border-top: 1px solid #5f5d5d;}
.product-view .product-shop .price-box .special-price .price-label, .product-view .product-shop .price-box .special-price .price{color: rgb(62, 62, 63);}
.cst-price-qty{padding-right: 20px;text-align: right;float: right;clear: both;display: inline;line-height: 14px;margin-bottom: 3px;}
.product-view .product-shop .price-box{margin-top: 0px;}
.product-view .product-shop .price-box  .regular-price {margin-top:10px;}
.product-view .product-shop .giftcard{margin-top: 10px;}
.add-to-cart label{color: rgb(89, 84, 93);font-weight: normal;margin-right: 0px;display: block;text-transform: lowercase;}
.add-to-cart .qty{background: none repeat scroll 0% 0% transparent;border: 0pt none;margin-right: 21px;margin-top: -1px;text-align:center}
/*.qty_operation_2{display: block;height: 15px;position: absolute;top: 27px;width: 15px;right: 2px;}*/
.qty_operation_2{display: block;height: 15px;position: absolute;top: 10px;width: 15px;right: 2px;}
.qty_operation_2 a{display: block;text-indent: -999em;text-decoration: none;}
.qty_operation_2 a span{visibility: hidden;display: block;}
.options-container-big{background: none repeat scroll 0% 0% transparent;padding: 0px;border-top: 0px none;}
.pre-title{color: rgb(89, 84, 93);font-family: tahoma;font-size: 129%;font-weight: normal;margin-right: 26px;}
.cst-price-total{border-top: 1px solid rgb(120, 104, 122);color: rgb(62, 62, 63);font-size: 24px;padding: 10px 20px 10px 0pt;text-align: right;clear: both;margin-top: 0px;font-family: "Century Gothic";line-height:33px;}
.product-view .product-shop .cst-price-total { display: inline-block; border-top: none; vertical-align: top;}
.product-view .product-essential button.btn-cart span, .add-to-cart button.btn-cart span,
.add-to-cart button.btn-cart{height: 30px;}
.product-view .product-essential button.btn-cart span{background:none;padding:0px;}
.product-view .product-essential .model-type-shop button.btn-cart{width: 232px;padding-right:0px;}
.product-view .product-essential button.btn-cart{width: 372px;padding-right:0px;}
.emailto-link a{width: 120px;}
.wishlist-link a{width: 200px;}

.btn-gift-registry .input-box{margin: 0pt 0pt 17px;}
.collateral-tabs .active, .collateral-tabs .tab span, .collateral-tabs .tab{background: none;color: rgb(153, 153, 153);}
.collateral-tabs .last{background: none repeat scroll 0% 0% transparent;}
.collateral-tabs .active{color: rgb(102, 102, 102);}
.collateral-tabs .last span{background: none repeat scroll 0% 0% transparent;}
.collateral-tabs .tab-content{border: 0px none;}
.collateral-tabs .tab-container{top: 25px;}
.toolbar .block-subtitle{color: rgb(75, 65, 77);}
.currently ol li{color: rgb(75, 65, 77);}
.collateral-tabs .tab{padding-bottom: 1px;}
.collateral-tabs .first{padding-left: 0px;}
.collateral-tabs .tab-content{padding: 0px 0px;}
#collateral-tabs{background: none repeat scroll 0% 0% transparent;}
.collateral-tabs .tab span{font-size: 160%;padding-left: 3px;color: rgb(170, 170, 170);font-weight:normal;text-transform: lowercase;}
.collateral-tabs .active span{color: rgb(102, 102, 102);text-transform: lowercase;}
.collateral-tabs .tab-content .std{padding-left: 5px;}
.sidebar .block .block-content .summary .collateral-tabs .tab-container{top: 25px;border-top: 1px solid rgb(62, 62, 63);}
#product-attribute-specs-table td.label, #product-attribute-specs-table th.label{background: none repeat scroll 0% 0% transparent;border-bottom: 1px solid rgb(51, 51, 51);}
#product-attribute-specs-table tr.last th{border-right: 0px none;}
.box-collateral .block-title, .box-collateral .box-title{background: none repeat scroll 0% 0% transparent;color: rgb(88, 88, 90);font-size: 150%;font-weight: normal;line-height: 115%;padding-bottom: 0pt; text-transform: lowercase; font-family: "The Only Exception";}
.box-tags .box-title{margin-bottom: 10px;}
#product-attribute-specs-table td.last{border-bottom: 1px solid rgb(51, 51, 51);}
.product-view .box-related li.item {padding: 0px;width: 123px;text-align: left;}
.product-view .box-related li.slide .product-image{display: block;margin-right: 0px;width: auto;}
/*.product-view .box-related li.item .item-info{position: relative;margin-right: 0px;overflow: hidden;border: 1px solid #ccc;}*/
.product-view .box-related li.slide .item-info .add-to-box{position: absolute;background: url("../images/bout/add_the_car.png") no-repeat scroll 0% 0% transparent;width: 28px;height: 28px;right: 5px;bottom: 5px;z-index: 3;padding: 0;}
.product-view .box-related li.slide .item-info .add-to-box button span span{background: none repeat scroll 0% 0% transparent;width: 28px;height: 28px;left: 0pt;text-indent: -999em;}
.product-view .box-related li.slide .product-image img{}
.product-view .box-related li.slide .item-info .add-to-box button span{background: none repeat scroll 0% 0% transparent;}
.product-view{margin: 0px;}
.product-view .box-related li.last{margin-right: 0px;}
.catalog-product-view .sidebar{margin-right: 0px;padding-top: 0px;}
.catalog-product-view .cst-col-layout-inc{padding-top: 0px;}
.cms_bloc_abonnements, .cms_bloc_videos{margin-top: 20px;}
#main-image{margin-bottom: 20px;}
.product-subscription .product-collateral, .col2-right-layout .product-view .product-collateral{padding-left: 0px;padding-right: 0px;width: auto;clear: both;padding-top: 5px;}
.catalog-product-view .sidebar .block-cart{margin-top: 10px;}
.cst-price-inc, .cst-qty-inc{float: left;display: inline;margin-left: 33px;position: relative;}
.cst-price-inc{ margin-left: 0; }
.text-transform-uppercase{text-transform: uppercase;}
#product-options-wrapper dl dt{text-align: right;padding-right: 20px;}
#product-options-wrapper dl.double-line dd{float: left;}
#product-options-wrapper dl.double-line dd{float: none;width: 160px;padding-bottom: 0px;margin-bottom: 0px;clear: both;text-align: right;border: 0pt none;}
#product-options-wrapper dl dd{clear: both;float: none;margin-bottom: 12px;padding-bottom: 12px;text-align: right;width: auto;}
#product-options-wrapper .cst-pv-configurable-ops dl dd{border-bottom: 0px none;margin: 0pt;}
#product-options-wrapper dl.double-line dd{padding-right: 10px;}
#product-options-wrapper dl.double-line dd{clear: none;float: left;}
#product-options-wrapper dl dd.last{padding-right: 0px;}
.product-options dd .input-box{padding-right: 20px;}
.product-options .cst-pv-configurable-ops dd .input-box{padding-right: 0px;}
.product-options dl.double-line dd .input-box{padding-right: 0px;}
.product-options{padding-left: 35px;}
.product-view .product-shop .price-box .old-price .price-label, .product-view .product-shop .price-box .special-price .price-label{display: none;}
/*.product-view .product-shop .price-box p{display: inline-block;}*/
.product-view .product-shop .price-box p.old-price{margin-right: 0px;line-height:0;}
.product-view .product-shop .grouped-items-table .price-box p{margin-top: 0px;margin-bottom: 0px;}
.product-view .product-shop .grouped-items-table td{padding: 15px 12px 0pt;}
.product-view .product-shop .grouped-items-table .price-box{margin-top: 0px;}
.product-view .product-options-bottom .cst-price-inc .price-box{}
.product-view .product-options-bottom p.required{display: none;}
.product-view .product-shop .price-box p.price-from{margin-right: 20px;}
/*.add-to-cart .cst-qty-inc{background: url("../images/bout/pro_add_bt.png") no-repeat scroll 0pt 100% transparent;margin-left: 22px;width: 60px;  text-align:center;}*/
.add-to-cart .cst-qty-inc{background: url("../images/bout/qty_select.png") no-repeat scroll 0pt 50% transparent;margin: 0 40px;width: 60px;  text-align:center;}
#messages_product_view{margin: 0pt 0pt 10px;}
.catalog-product-view #messages_product_view{margin: 0pt;}
.messages li.notice-msg ul{background: none repeat scroll 0% 0% transparent;}
.product-view .product-options-bottom .price-box{float: none;}
.product-view .product-shop .price-box .price-as-configured .price{margin-right: 0px;}
.catalogsearch-result-index .breadcrumbs{background: none repeat scroll 0pt 0pt rgb(255, 255, 255);}
.catalogsearch-result-index .col1-layout .col-main .page-title{width: 980px;margin: 0pt auto 20px;padding-bottom: 0px;}
.sidebar .block-cart .summary .amount{padding: 8px;}
#checkout-step-billing .form-alt label{display: block;line-height: 15px;margin-bottom: 8px;padding-left: 5px;text-align: left;}
#checkout-step-billing .form-list li, #checkout-step-shipping .form-list li{overflow: hidden;margin-bottom: 6px;}
#checkout-step-billing #billing-new-address-form{margin-bottom: 0px;}
#checkout-step-billing .form-list .control .input-box, #checkout-step-shipping .form-list .control .input-box{position: static;margin-right: 5px;margin-left: 0px;}
#checkout-step-billing .form-list .control label{width: auto;}
#billing-buttons-container, #shipping-buttons-container{margin-right: 20px;}
#billing-buttons-container {margin-right:6px;}



#checkout-step-billing .form-list li.fields .field, #checkout-step-shipping .form-list li.fields .field{clear: none;float: left;margin-left: 0px;overflow: hidden;padding: 0pt 8px;width: 271px;margin-bottom:3px;}
.form-list #shipping-new-address-form li{overflow: hidden;clear: both;}
#checkout-step-billing .form-list li.fields, #checkout-step-shipping .form-list li.fields{margin-left: -7px;}
.form-list li.fields .name-firstname{}
#billing-new-address-form li .required, #shipping-new-address-form li .required{color: rgb(88, 88, 90);padding-left: 0px;padding-right: 20px;padding-top: 0pt;text-align: right;width: auto;}
#billing-new-address-form .fieldset, #billing-new-address-form, #shipping-new-address-form .fieldset{margin-bottom: 0px;}
#billing-new-address-form li .required em, #shipping-new-address-form li .required em{float: right;}
#billing-new-address-form select, #shipping-new-address-form select{width: 270px;}
#billing-new-address-form li{}
#billing-new-address-form .input-box, #shipping-new-address-form .input-box{clear: both;width: 100%;background: none repeat scroll 0pt 0pt transparent;}
#billing-new-address-form .form-list select, #shipping-new-address-form .form-list select{width: 98%;}
#billing-new-address-form label, #shipping-new-address-form label{width: auto;margin-bottom: 3px;padding-top:0px;}
#checkout-step-billing .form-alt .input-box, #checkout-step-shipping .form-alt .input-box{margin-bottom: 0px;padding-bottom: 0px;}
.opc .form-alt .input-box select{width: 558px;}
#billing-new-address-form li.control input, #shipping-new-address-form li.control input{width: auto;}
#billing-new-address-form li.control .input-box, #shipping-new-address-form li.control .input-box{clear: none;width: auto;}
#billing-new-address-form .add-field .input-box, #shipping-new-address-form .add-field .input-box{margin-left: 0px;}
#billing-new-address-form .fields input, #shipping-new-address-form .fields input{width: 264px;}
#billing-new-address-form input, #shipping-new-address-form input{width: 552px;}
#billing-new-address-form .input-box, #shipping-new-address-form .input-box{margin-bottom: 0px;}
#billing-new-address-form .customer-dob .input-text{width: 80px;}
/* #billing-new-address-form .customer-dob label{display: none;} */ /* MAJ 04/10/2012 Ajout modele date */
#billing-new-address-form li.fields .field, #shipping-new-address-form li.fields .field{padding-bottom: 5px;}
.opc li.section{overflow: hidden;padding-bottom: 12px;}
.block-content address{}
.opc #checkout-step-billing, .opc #checkout-step-shipping{min-height: inherit;margin-left: 0px;position: relative;left: 10px;}
.opc #checkout-step-billing .buttons-set p.back-link, .opc #checkout-step-shipping .buttons-set p.back-link{margin-left: 38px;text-align: left;}
#shipping-method-buttons-container button.button{margin-right: 10px;}
#checkout-step-payment p.required{color: rgb(51, 51, 51);margin-top: -17px;}
#payment_form_ccsave{}
.sp-methods dd li{margin-top: 0px;margin-bottom: 10px;overflow: hidden;}
.sp-methods .form-list label{width: 180px;text-align: left;}
#payment-buttons-container button.button{margin-right: 10px;}
#checkout-step-login .col2-set{background: none repeat scroll 0% 0% transparent;padding: 0px;}
.box-login-email{margin-right: 15px;}
.box-login-email, .box-login-password{float: left;width: 250px;}
.cst-login-form-list .input-box{clear: both;}
#checkout-step-login .form-list label, #checkout-step-login .form-list .label{width: auto;padding-right: 5px;}
.cst-forget-pwd a{color: rgb(70, 175, 224);font-size: 90%;text-transform: lowercase;}
#checkout-step-login .form-list .input-text, #checkout-step-login .form-list .input-text{width: 230px;}
#checkout-step-login p{color: rgb(88, 88, 90);margin: -7px 0pt 0pt;padding: 0pt 72px 5px 0pt;font-weight: bold;text-transform: lowercase;}
#checkout-step-login .row-1{overflow: hidden;padding-bottom: 10px;margin-bottom: 10px;}
#checkout-step-login .btn-only, .cst-login-alt-box .buttons-set{margin-right: 10px;padding: 0pt;text-align: left;width: auto;clear: none;}
.cst-login-alt-box li{margin-bottom: 10px;padding-bottom: 10px;overflow: hidden;}
.cst-login-alt-box li .box-intro{float: left;}
#login-form fieldset{padding: 0pt 10px;}
#checkout-step-login h4{color: rgb(0, 0, 0);font-size: 15px;font-weight: bold;margin: 0pt 0pt 0px;text-transform: lowercase;}
.box-intro .intro{padding-left: 20px;font-weight: bold;}
.cst-login-alt-box li.last{border-bottom: 0px none;}
.checkout-onepage-index .ttt{clear: both;overflow: hidden;padding-left: 40px;padding-top: 20px;}
.checkout_bottom_block{float: left;width: 425px;border: 1px solid rgb(109, 110, 110);padding: 10px;overflow: hidden;display: inline;text-align: right;}
.checkout_bottom_block p{float: right;font-size: 180%;text-align: right;color: rgb(102, 102, 102);}
.checkout_bottom .first{margin-right: 25px;}
.checkout-onepage-success .col-main, .catalogsearch-advanced-result .col1-layout .col-main .page-title,
.tag-list-index .col-main, .tag-product-list .col1-layout .col-main .page-title,
.catalogsearch-advanced-result .col1-layout .col-main .search-summary, .catalogsearch-advanced-result .col1-layout .col-main .messages,
.cst-adv-result, .catalogsearch-result-index .col1-layout .col-main{margin: 0pt auto;width: 980px;}
.cst-adv-result{padding-top: 10px;}
.tag-list-index .col-main, .tag-product-list .col1-layout .col-main .page-title{margin-bottom: 40px;}
.results-view{margin: 0px;}
.search-summary{background: none repeat scroll 0% 0% transparent;}
.catalogsearch-advanced-result .results-view{}
.catalogsearch-advanced-index #form-validate .fieldset h2.legend{border: 0px none;padding-left: 18px;color: rgb(88, 88, 90);margin-bottom: 5px;text-transform: lowercase;}
.catalogsearch-advanced-index .col-main{width: 980px;margin: 0pt auto;}
#advanced-search-list .field{margin: 0pt 0pt 13px 17px;width: 304px;float: left;}
#advanced-search-list .field input.input-text{width: 265px;}
#advanced-search-list .field .range input.input-text{width: 114px;}
#advanced-search-list .field .range input#price{margin-right: 10px;}
#advanced-search-list .field .range input#price_to{margin-left: 10px;}
#advanced-search-list label{text-align: left;margin-bottom: 5px;text-transform: uppercase;}
#advanced-search-list select{width: 270px;}
.catalogsearch-advanced-index #form-validate{padding-left: 17px;padding-top: 15px;}
.catalogsearch-advanced-result .messages ul, .catalogsearch-advanced-result .messages ul li{padding-left: 0px;}
.orderexpress-index-index .col-main{padding-top: 0px;}
.orderexpress-index-index .breadcrumbs{background-color: rgb(255, 255, 255);}
.cms_commandeexpress_visuel{background-color: #515362;text-align: center;}
.cst-main fieldset{display: block;margin: 0pt auto;}
.orderexpress-index-index .cst-main fieldset{width: 980px;}
.cst-main{background: url("../images/bout/referenct.gif") repeat-x scroll 0% 0% transparent;}
.orderexpress-index-index .data-table th, .orderexpress-index-index .data-table td{border: 0px none;vertical-align: middle;}
#orderexpress-list-table input.name{width: 300px;}
.orderexpress-index-index .data-table td.first{background-repeat: no-repeat;background-position: -3% 66%;}
.orderexpress-index-index .data-table td.last{background-repeat: no-repeat;background-position: 116% 66%;}
.orderexpress-index-index .data-table th{background: url("../images/bout/tabel_line.jpg") no-repeat scroll 100% 5px transparent;text-align: left;}
.orderexpress-index-index .data-table th span{color: rgb(204, 204, 204);font-weight: bold;line-height: 22px;text-transform: lowercase;}
.forum-access{background: url("../images/bout/block_andree.jpg") no-repeat scroll 0% 0% transparent;height: 40px;margin-bottom: 15px;margin-top: 15px;padding: 10px 25px;}
.forum-access .content{background: url("../images/bout/listen.png") no-repeat scroll 0pt 6px transparent;color: rgb(102, 102, 102);float: right;padding-left: 55px;width: 250px;}
.cms-bergere-and-you .main-promo ul.first li{margin-top: 0px;}
.forum-access .content .link{float: right;}
.std ul.promo-row{padding-left: 0px;}
.forum-access .title{font-size: 180%;font-weight: bold;line-height: 227%;}
.cms-page-view .std ul.desc{list-style: none outside none;padding-left: 0px;}
.vous_page .promo-row li.promo-row-list{height: 280px;overflow: hidden;margin-top: 20px;}
.opc .active .step-title h2{text-transform: none;}
#checkout-step-login div.validation-error, #checkout-step-login div.validation-passed{background: none repeat scroll 0% 0% transparent;}
.cms-bergere-and-you .std ul.desc li{background: url("../images/bout/bullet_arrow_pink.png") no-repeat scroll 0pt 50% transparent;}
.promo-row li.vous_block1{background: url("../images/promo/bergere_conseils_techniques.jpg") no-repeat scroll right top rgb(255, 255, 255);}
.promo-row li.vous_block1 ul{margin: 0px;}
.promo-row li.promo-row-list h4, .promo-row li.promo-row-list h2{letter-spacing: -1px;line-height: 105%;width: 115px;}
.promo-row li.promo-row-list h2{color: rgb(193, 194, 195);font-family: arial;font-size: 190%;}
.accueil-accessoires .promo-row li.promo-row-list h2, .accueil-fils .promo-row li.promo-row-list h2{color: rgb(102, 102, 102);font-family: tahoma;font-size: 26px;font-weight: normal;width: 150px;}
.category-modeles .promo-row li.promo-row-list h2{color: rgb(108, 108, 108);font-family: arial;font-size: 250%;letter-spacing: -3px;word-wrap: break-word;}
.promo-row li.promo-row-list .title2{display: none;}
.cms-bergere-and-you .main-promo ul ul.desc li{margin-top: 0px;}
.cms-bergere-and-you .promo-row li .content{width: auto;}
.promo-row li.vous_block2{background: url("../images/promo/bergere_nous_contacter.jpg") no-repeat scroll right bottom rgb(255, 255, 255);}
.promo-row li.vous_block3{background: url("../images/bout/vous_pic3.jpg") no-repeat scroll right top rgb(255, 255, 255);}
.promo-row li.vous_block4{background: url("../images/bout/vous_pic4.jpg") no-repeat scroll right top rgb(255, 255, 255);}
.promo-row li.vous_block4 .content img{ display:none;}
.promo-row li.vous_block4 .content{padding: 0px;}
.blog-list li{list-style: none outside none;clear: both;overflow: hidden;margin-bottom: 3px;}
.cms_bergereetvous_blog h3{margin-bottom: 10px;}
.cms_bergereetvous_blog ul.blog-list{padding-left: 0px;margin-bottom: 0px;}
.cms_bergereetvous_blog ul.blog-list p{margin-bottom: 0px;}
.cms_bergereetvous_blog ul.blog-list a{float: right;color: rgb(10, 175, 246);}
.cms_bergereetvous_blog{background: url("../images/bout/vous_right_bg.jpg") repeat-x scroll center top rgb(251, 251, 251);padding: 10px 10px 7px;margin-top: 15px;overflow: hidden;border: 1px solid rgb(204, 204, 204);}
.vous_page{margin-bottom: 0px;}
.cms_bloc_magasins{margin: 17px 0pt;}
.vous_block3 .desc{margin-top: 40px;}
.promo-row li.vous_block1 ul.desc{margin-top: 10px;}
#customer-reviews .box-title{border: 0px none;height: 37px;background: none}
#customer-reviews .box-title h2{font-weight: normal;margin-left: 37px;margin-top: -16px;padding-bottom: 4px;width: auto; font-size: 21px;}
.product-view .box-reviews .product-name{padding-left: 44px;margin-bottom: 0px;}
.product-view .box-reviews .form-list{padding: 10px 0pt 0pt;}
.box-reviews .form-list li{overflow: hidden;height:auto;}
#product_sendtofriend_form label.required em{float: right;margin-right: 0px;}
.product-view .box-reviews .cst-score-form{padding-left: 44px;}
#product-review-table{margin-bottom: 0px;margin-top: 10px;}
.review-summary-table td, .review-summary-table th{padding: 5px;}
.review-summary-table tr.last th.last {border-right:0px;}


.product-view .box-reviews .form-list .review-summary-table thead th, .review-summary-table tr.last td{border-bottom: 1px solid rgb(51, 51, 51);}
.review-summary-table tr.last td{border-right: 1px solid rgb(204, 204, 204);}
.review-summary-table tr.last td.label, .review-summary-table tr.last td.last{}
.product-view .box-reviews .cst-score-form .input-box{width: 680px;}
.box-reviews .required em{float: right;width: auto;}
.cst-score-form label{float: left;text-align: left;width: auto;}
.product-view .box-reviews .cst-comment-form{padding-top: 20px;margin-bottom: 0px;}
#review-form .form-buttons{overflow: hidden;}
#review-form .cst-score-form .input-box{  clear: both;    float: none;}
#review-form .cst-score-form li {clear:both;float:none;}
#review-form .form-list label{text-align:left;}



.review-product-list .sidebar{padding-top: 10px;margin-right: 0pt;}
#review-form .form-buttons button.button{margin-right: 10px;}
.cart .crosssell .product-shop p{margin-bottom: 5px;}
.footer_header_bg .foot_text{color: rgb(225, 225, 225);display: inline;float: left;font-size: 110%;font-weight: bold;line-height: 30px;margin: 0pt;width: 166px;height: 27px;}
.footer_header_bg .foot_text1{padding-left: 8px;}
.footer_header_bg span{display: block;}
.footer_header_bg .foot_text2{width: 249px;}
.footer_header_bg .foot_text3{width: 132px;}
.footer_header_bg .foot_text4{width: 234px;}
.footer_header_bg .foot_text5{width: 180px;}
.shopcustom-index-index .col1-layout .col-main{padding-top: 0px;}
.shopcustom-index-index .breadcrumbs{background: url("../images/bout/map_bg.jpg") repeat-x scroll 0% 0% transparent;margin-top: 0px;padding-top: 4px;}
.shopcustom-index-index .cst-main{background: none repeat scroll 0% 0% transparent;margin: 0pt auto;width: 980px;overflow: hidden;}
.map-box{background:
/*url("../images/bout/map_test.jpg")*/no-repeat scroll 0% 0% transparent;float: left;height: 490px;left:-25px;margin-top: 4px;position:absolute;}
.list-box{float: right;margin-right: 25px;margin-top: 48px;position: relative;width: 421px;margin-bottom: 24px;}
.list-box h2{font-size: 180%;height: 42px;left: -93px;line-height: 18px;padding-right: 15px;position: absolute;text-align: right;top: -10px;width: 500px;color: rgb(238, 238, 238);}
.location-box{clear: both;position: relative;border: 1px solid rgb(193, 193, 194);overflow: hidden;background: none repeat scroll 0% 0% rgb(243, 243, 243);width: 928px; height:288px;margin-left: 24px; float:left; margin-top:35px;}
.location-box .map-btm {width:449px; height:39px; line-height:39px; text-align:right; background:url("../images/our_shops/shop_local_btm.gif")}
.location-box .btm-msg {color:white; margin-right:40px; font-size:14px; font-weight:bold;}
.cst-main .list-box fieldset{margin-top: 42px;}
.cst-main .list-box fieldset .result-box-inc{background: url("../images/bout/map_shadow.png") no-repeat scroll 0% 0% transparent;margin-right: 0pt;overflow: hidden;width: 421px;}
.cst-main .list-box fieldset .result-box{background: none repeat scroll 0pt 0pt rgb(255, 255, 255);float: right;min-height: 300px;padding: 6px 15px;text-align: right;width: 370px;}
.cst-main .list-box fieldset .result-box h4{font-size: 210%;font-weight: normal;margin-bottom: 3px;}
.cst-main .list-box fieldset .result-box .result-num{font-weight: bold;}
.cst-main .list-box .result-list li{line-height: 200%;}
.cst-main .list-box .result-list li a{color: rgb(62, 62, 63);margin-left: 3px;}
.cst-main .list-box .result-list .shop-active{color:black; font-weight:bold}
.result-box-inc .result-box .result-list{margin-top:3px; height:230px; overflow:auto;}
.country_select-box{float: left;}
.city_select-box{float: right;margin-right: -5px;}
.zipcode-box{clear: both;margin-bottom: 23px;overflow: hidden;}
.zipcode-box label{display: none;}
.zipcode-box .input-box{background: url("../images/bout/map_search_bg.png") no-repeat scroll 0% 0% transparent;height: 24px;width: 400px;float: right;}
.zipcode-box .input-box button.button span{background: none repeat scroll 0% 0% transparent;}
.zipcode-box #zip{background: none repeat scroll 0% 0% transparent;border: medium none;padding: 5px 15px;width: 323px;}
.list-box .country_select-box, .list-box .city_select-box{background: url("../images/bout/map_select_bg.png") no-repeat scroll 0pt 0pt transparent;height: 24px;margin-bottom: 23px;text-align: center;width: 190px;}
.list-box .country_select-box{margin-left: 21px;}
.list-box .country_select-box select, .list-box .city_select-box select{background: none repeat scroll 0% 0% transparent;border: medium none;margin-top: 2px;}
.zipcode-box .input-box button.button span span{background: none repeat scroll 0pt 0pt transparent;color: rgb(102, 102, 102);padding-right: 0pt;text-indent: -999em;width: 35px;}
.googlemap{width: 450px;height: 250px;}
.location-box .col-1{float: left;width: 450px;}
.location-box .col-2{background: url("../images/bout/aroow_grey.jpg") no-repeat scroll 100% 100% rgb(255, 255, 255);padding-bottom: 2px;overflow: hidden; width:478px; float:left;}
.location-box .col-2 .shop-data{font-size: 130%;height: 145px;overflow: hidden;position: absolute;right: 12px;top: 80px;width: 160px;}
.location-box .col-2 .shop-data .number{font-weight: bold;font-size: 142%; height:25px; overflow:hidden;}
.location-box .col-2 .name{margin: 10px 10px 10px 10px; height:65px; width:160px;}
.bergeroscope-index-index .breadcrumbs{margin-top: 0px;}
.bergeroscope-index-index .col1-layout .col-main{padding-top: 0px;}
.bergeroscope-index-index .cst-head{margin: 0pt auto;text-align: left;width: 1103px;}
.bergeroscope-index-index .col1-layout .col-main{background: none repeat scroll 0% 0% rgb(255, 255, 255);}
.bergeroscope-index-index .cst-main{background: url("../images/bout/bergerog_bg.jpg") repeat-x scroll 0% 0% transparent;}
.bergeroscope-index-index .cst-main fieldset{width: 980px;margin: 0pt auto;}
#bergeroscope-list-table th{padding: 4px 0px;border: 0px none;text-transform: none;vertical-align: middle;}
#bergeroscope-list-table tbody td{border-width: 1px 0px 0px 1px;border-style: solid none none solid;border-color: rgb(193, 194, 195) -moz-use-text-color -moz-use-text-color rgb(193, 194, 195);padding: 5px;color: rgb(140, 64, 143);}
#bergeroscope-list-table tbody tr.big-row-btm td.last, #bergeroscope-list-table tbody tr td.the_img_bt{border-bottom: 5px solid rgb(223, 194, 238);}
#bergeroscope-list-table tr.tool-row td{border: 0px none;padding-bottom: 3px;padding-right: 0px;}
#bergeroscope-list-table tr.tool-row .tool-set{text-align: right;}
#bergeroscope-list-table tfoot .tool-set{text-align: right;}
#bergeroscope-list-table tfoot td{border: 0px none;padding-right: 0px;}
#bergeroscope-list-table th.a-center{font-size: 100%;line-height: 100%;}
#bergeroscope-list-table th.v-middle{font-size: 130%;padding-top: 10px;}
#bergeroscope-list-table .q-name{font-size: 130%;font-weight: bold;margin-bottom: 8px;}
#bergeroscope-list-table .q-add button.button{background: none repeat scroll 0% 0% transparent;margin-top: 5px;}
#bergeroscope-list-table .q-add button.button span{background: none repeat scroll 0% 0% transparent;}
#bergeroscope-list-table .q-add button.button span span{background: url("../images/bout/add_small.jpg") no-repeat scroll 3px 50% transparent;color: rgb(51, 51, 51);display: block;font-size: 88%;line-height: 12px;padding: 0pt 0pt 0pt 23px;text-indent: -12px;text-transform: none;white-space: normal;width: 68px;left: 0px;}
#bergeroscope-list-table tbody tr.mun_right_two td.last{border-bottom: 0pt none;font-size: 115%;padding: 3px 10px;}
#bergeroscope-list-table tbody tr.big-row-btm td.last{border-top: 0px none;padding: 0px;overflow: hidden;}
#bergeroscope-list-table tbody tr.mun_right_one td{color: rgb(51, 51, 51);font-size: 110%;font-weight: bold;vertical-align: middle;padding: 4px 0pt;}
#bergeroscope-list-table td .models-img-inc{clear: both;}
#bergeroscope-list-table td .models-img-inc img.models-img{margin-right: 5px;}
#bergeroscope-list-table td .models-img-inc img.last{margin-right: 0px;}
#bergeroscope-list-table td .models-btm{background: url("../images/bout/srcoll.jpg") no-repeat scroll 0pt 0pt transparent;height: 8px;margin: 8px 0pt 0pt 4px;position: absolute;width: 370px;}
#bergeroscope-list-table tbody tr.first td{font-weight: bold;padding: 12px 0px;}
#bergeroscope-list-table tbody .all-data{background: none repeat scroll 0pt 0pt rgb(239, 225, 246);color: rgb(51, 51, 51);float: left;font-size: 115%;width: 280px;margin-bottom: -1000em;padding: 10px 10px 1000em;}
#bergeroscope-list-table tbody .all-schema{background: none repeat scroll 0% 0% rgb(199, 199, 200);text-align: center;margin-bottom: -1000em;padding: 10px 10px 1000em;margin-left: 103px;}
#bergeroscope-list-table tbody .all-schema img{margin: 0px;}
#bergeroscope-list-table tr.tool-row .tool-set button.button{}
#bergeroscope-list-table tbody tr td.last{border: 1px solid rgb(204, 204, 204);}
#bergeroscope-list-table tbody tr.mun_right_one td.last{border-bottom: 0px none;}
#messages_contacts_view{position: relative;}
#contactForm .form-list li.fields{overflow: hidden;padding: 0pt 0pt 2px;}
.cst-contact-main{
    font-size:13px;
    min-width:408px;
    max-width:408px;
    border:1px solid #C1C2C3;
    padding-left:29px;
    padding-top:20px;
    padding-right:25px;
    padding-bottom:13px;
    width: 291px;
    display: block;
    padding-bottom: 0px;
}
#infos-contact-us, .cst-contact-main{
	
	min-height: 370px;
	max-height: 400px;

	position:relative;
	top:450px;
	float: left;
    border:1px solid #C1C2C3;
    min-width:408px;
    max-width:408px;
    padding-left:29px;
    padding-top:20px;
    padding-right:25px;
    background-color: white;
		padding-bottom:13px;
}
#infos-contact-us{
	margin-right: 40px;
}
#infos-contact-us p{
	margin-top: 40px;
	font-size: 13px;
}
#infos-contact-us p.first{
	margin-top: 30px;
}
#contactForm{display:block;min-width:416px;max-height:none;}
#contactForm li.first {margin-top:15px;}
#contactForm div.field {margin-bottom:20px;}



#contactForm label{min-width: 108px;max-width: 108px;}
#contactForm label,#contactForm .input-box{}
#contactForm .first label,#contactForm .first .input-box {}
#contactForm .form-list label{text-align: left;padding-bottom: 4px;color: rgb(51, 51, 51);padding-left: 3px;}
#contactForm .field div,#contactForm .field label{display: block;}
#contactForm .form-list li.fields .field{overflow: hidden;padding: 0px;}
#contactForm .form-list input.input-text, #contactForm .form-list textarea{width: 264px;}
#contactForm .form-list textarea{height: 55px;}
#contactForm .form-list .customer-dob input.input-text{width: 75px;}
#contactForm .form-list .customer-dob .dob-month, #contactForm .form-list .customer-dob .dob-day{margin-right: 14px;}
#contactForm .fieldset{margin-bottom: 0px;margin-top: 3px;}
#contactForm p.required{color: rgb(51, 51, 51);font-size: 90%;font-style: oblique;padding: 1px 24px 3px 0pt;text-align: right;width: auto;}
#contactForm .form-buttons{height: 28px;margin-right: 20px;width: auto;}

.contacts-index-index .col-one-inc{min-height: 1000px;margin-top: -20px;}
.contacts-index-index .col-main{background: url("../images/bout/fond-contact-us.jpg") no-repeat scroll center top #FFFFFF;}
.contacts-index-index .main{padding-bottom: 0px;}
.communaute_list a, .homepage_communaute p{color: rgb(102, 102, 102);}
.checkout-onepage-index .col-main{padding: 13px 0px 0px;}
.opc-progress-container .opc-block-progress .block-title strong{font: 18px/12px Century Gothic, Verdana, Arial,Helvetica,sans-serif;}
.opc-progress-container .opc-block-progress .block-title{padding-bottom: 4px;}
.opc-progress-container .opc-block-progress .block-content{padding: 0pt 5px 17px 15px;}
.opc-progress-container .opc-block-progress .block-content dt{padding: 3px 5px 2px 15px;text-transform: lowercase;}
.opc{padding-right: 25px;padding-top: 1px;width: 605px;}
#billing-buttons-container button.button, #shipping-buttons-container button.button{margin-right: 10px;}
#bergeroscope-list-table tbody tr.mun_right_one td.the_img_bt{padding: 4px 0pt;vertical-align: top;}
.catalog-product-compare-index .data-table tr.last th{border-bottom: 1px solid rgb(217, 217, 217);border-right: 0pt none;text-transform: none;}
.page-title h1{float: none;}
.catalog-product-compare-index{background: url("../images/bout/content_bg_line.jpg") repeat-x scroll 0px 0px transparent;}
.catalog-product-compare-index .data-table td.label, .catalog-product-compare-index .data-table th.label{background: none repeat scroll 0% 0% transparent;}
#product_comparison, .page-print .data-table{background: url("../images/bout/dashboard_bg.jpg") repeat-x scroll 0pt 0pt rgb(255, 255, 255);border: 1px solid rgb(109, 111, 111);}
.catalog-product-compare-index .title-buttons .link-print{color: rgb(164, 63, 97);}
#checkout-review-table-wrapper tfoot th{border-bottom: 0pt none;border-right: 1px solid rgb(204, 204, 204);text-transform: none;}
.catalog-product-compare-index .data-table thead td, .catalog-product-compare-index .data-table thead tr.last th{border-bottom: 1px solid rgb(109, 111, 111);}
#shopping-cart-totals-table tfoot td{padding-top: 5px;}
.cart .checkout-types{margin-top: -10px;}
.messages{margin-top: 0px;background: none repeat scroll 0% 0% transparent;}
.cms-enterprise-home .messages{background: none repeat scroll 0% 0% rgb(186, 186, 186);}
.messages ul li{width: 980px;margin: 0pt auto;font-size :13px;}
.messages li ul{padding-bottom: 10px;padding-top: 10px;}
.messages li.success-msg{background: none repeat scroll 0% 0% transparent;}
.customer-account-login .messages, .customer-account-forgotpassword .messages, .customer-account-index .messages,
.checkout-cart-index .messages, .customer-address-index .messages{background: none repeat scroll 0% 0% transparent;}
.customer-address-index .messages{margin-top: -27px;}
.customer-account-forgotpassword .form-buttons{width: 610px;}
.product-view .product-img-box .more-views li{border: 0px none;}
.page-print .print-head img{float: none;}
.page-print .order-date{border-bottom: 1px dashed rgb(110, 110, 111);padding-bottom: 5px;padding-left: 2px;}
.page-print .buttons-set button.button{margin-right: 10px;}
.page-print .col2-set{overflow: hidden;}
.page-print .col2-set h2{font-weight: bold;}
.page-print .print-head{margin-bottom: 10px;}
.customer-account-create .buttons-set button.button{margin-right: 10px;}
.dashboard .welcome-msg{margin-bottom: 20px;}

/*---  .review-summary-table ---*/

.review-summary-table th.label{border: 0px none;}
.review-summary-table td.value{border-right: none; padding: 5px 10px; text-align: center;}

.review-summary-table tr td.last {border-right:0px;}

.pager .amount{margin-right: 10px ! important;}
.cst-search-price-inputset{position: relative;}
.cst-search-price-inputset .price-tail{font-weight: bold;}
.cst-search-price-inputset #advice-validate-number-price, #advice-validate-number-price_to.cst-search-price-inputset{margin-right: 0px;position: absolute;}
.cst-search-price-inputset span.validation-passed, .cst-search-price-inputset div.validation-passed{padding-right: 34px;}
#co-shipping-form .form-alt label a{color: rgb(68, 68, 68);text-decoration: none;}
.opc .step{min-height: 10px;}
.tag-customer-view #my-tags-table .add-to-links li{width: 162px;}
.cst-search-price-inputset #advice-validate-number-price_to{position: absolute;}
.cms_footer_paiements span{margin-right: 6px;}
.products-grid .price-box .minimal-price-link{font-size: 10px;line-height: 10px;margin: 0px 0pt 0pt;}
.order-details .table-caption{border: 0px none;}
.order-details h2.sub-title{background: url("../images/bout/dashboard_bg.jpg") repeat-x scroll 0pt 0pt rgb(255, 255, 255);border: 1px solid rgb(110, 111, 111);margin-bottom: 15px;margin-left: 0pt;padding: 7px 12px;}
.order-links{display: none;}
.opc .allow .step-title h2{border: 0 none;display: inline;padding: 0;position: relative;top: 10px;text-transform: lowercase;}
.opc .allow .step-title .cst-re-edit{display: inline;margin-left: 4px;position: relative;height:1%;top:8px;text-transform: lowercase;}
.cst-re-edit .cst-re-edit-btn{display: inline;float: none;margin-left: 0pt;margin-top: 0pt;position:static;top: 1px;line-height: 18px;vertical-align: middle;}
.opc .allow .step-title{position: relative;}
.opc .active .step-title .cst-re-edit{display: none;}

/*---gift card ---*/

#giftcard_code{width: 417px;}
.giftcardaccount .btn-only{height: 22px;margin: 10px 0pt 15px;padding-right: 32px;width: auto;}
#giftcard-form .buttons-set button.button{margin-left: 23px;}
#gca_balance_button{margin-left: 0pt;}
.giftcard-send-form .form-list textarea{width: 367px;}
.giftcard-form .price-box{border-bottom: 1px solid rgb(62, 62, 63);padding-right: 20px;text-align: right;margin-bottom: 10px;}
.cart .checkout-types{text-align: right;}
#giftregistry_sharing_form li.fields .field{overflow: hidden;}
#giftregistry_sharing_form button span span{width: auto;}
#giftregistry_sharing_form .form-buttons{margin: 0pt;overflow: hidden;padding-right: 10px;width: 610px;}
#giftregistry_sharing_form .fieldset h2.legend{border-bottom: 1px solid rgb(164, 63, 97);}
#form-validate .form-list li{overflow: hidden;}
.enterprise-giftregistry-index-edit #shipping-new-address-form li.fields .field{clear: none;float: left;overflow: hidden;padding-bottom: 5px;width: 315px;}
.enterprise-giftregistry-index-edit #shipping-new-address-form .fields input{width: 277px;}
.enterprise-giftregistry-index-edit #shipping-new-address-form input{width: 593px;}
.enterprise-giftregistry-index-edit #shipping-new-address-form select{width: 283px;}
.enterprise-giftregistry-index-edit #shipping-new-address-form{margin-top: 20px;padding-left: 21px;}
.enterprise-customerbalance-info-index h2.table-caption{font-weight: bold;padding-left: 0pt;}
.enterprise-giftregistry-index-index button.button{padding-right: 10px;}
.giftcard-send-form label{width: auto;}
.form-list li.fields .field{overflow: hidden;}
.cms-reward-points .col-one-inc{font-size: 112%;}
.cms-reward-points .col-one-inc .page-title{margin: 10px 0pt;}
.cms-reward-points .col-one-inc .std{padding-left: 22px;padding-right: 22px;}
.orderexpress-index-index .col-one-inc ,.bergeroscope-index-index .col-one-inc{width: auto;}
.my-account #form-validate{padding: 0px;}
#messages_contacts_view .messages{background: none repeat scroll 0 0 #FFFFFF;position: absolute;width: 654px;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 2px;margin-left: 10px;}
.checkout-cart-index #shopping-cart-table{background: none repeat scroll 0% 0% transparent;border: 0px none;}
.cms-enterprise-home .col-one-inc{width: auto;}
.col-one-inc{width: 995px;margin: 0pt auto;}
#customer-reviews .cst-review-inc{margin-bottom: 15px;}
.wishlist-index-index .buttons-set2{padding: 5px 0px 0px;}
#product-reviews-list{overflow: visible;}
.rating-links{clear: both;padding-top: 15px;padding-left: 11px;text-transform: lowercase;}
#scrollable2 .box-content dt{margin-top: 0px;}
.checkout-onepage-index #checkout-review-table .btn-remove{display: inline;float: none;height: auto;overflow: visible;width: auto;}
.cst-pv-configurable-ops .double-line{float: right;}
.review-product-list .product-essential .buttons-set p.back-link{float: none;margin-left: 0pt;margin-right: 0pt;margin-top: 0pt;padding: 2px 15px 0px 0pt;text-align: left;}
.cst-pv-head-add-to li{float: right;}
.review-customer-view .review-summary-table td, .review-customer-view .review-summary-table th{border-bottom: 1px solid rgb(204, 204, 204);border-right: 1px solid rgb(204, 204, 204);padding: 5px;}
.review-customer-view .review-summary-table td.value{border-right: 0px none;}
.review-customer-view .my-account .ratings .rating-links{padding-left: 0px;}
.review-product-list #customer-reviews{padding-top: 50px;}
.review-product-list #customer-reviews .box-title h2{font-size: 160%;font-weight: normal;height: 29px;margin-left: 37px;margin-top: -16px;padding-bottom: 4px;width: 737px;line-height: 112%;}
.sel-box-list li,#upsell-product-list li{float: left;width: 116px;height: 160px;}
.sel-box-list-inc-ul li{display: inline;padding: 0pt 6px;}
.sel-box-list-inc-ul,#upsell-product-list{width: 3000px;}

/*--- send email---*/

.model-items-table-header,
.cst-product-buy-info #super-product-table{color: rgb(102, 102, 102);}
.cst-product-buy-info #super-product-table tr.last th, .cst-product-buy-info #super-product-table tr td,
.cst-product-buy-info #grouped-order-table tr th, .cst-product-buy-info #grouped-order-table tr td{border: 0px none;color: rgb(102, 102, 102);}
.cst-product-buy-info #super-product-table tr td, .cst-product-buy-info #grouped-order-table tr td{white-space: normal;padding: 0pt 0pt 2px;vertical-align: middle; font-size:12px;}
.cst-product-buy-info #super-product-table .cst-qty-inc input.qty{background: url("../images/bout/pro_add_bt.png") no-repeat scroll 0pt 100% transparent;border: 0pt none;height: 20px;padding: 0pt 20px 0pt 5px;width: 35px ! important;text-align: center;}
.cst-product-buy-info #super-product-table .qty_operation_2{display: block;height: 20px;position: absolute;right: 0pt;top: 0pt;width: 20px;}
.title-extra-data{font-size: 12px;line-height: 12px;text-align:right;text-transform:lowercase;}
.group-box-num-title{ font-size: 20px; position: relative; color: rgb(102, 102, 102); clear: both; height: 1%; }
.group-box-num-title .num{background: url("../images/bout/red_radio.png") no-repeat scroll left center transparent;display: block;width: 37px;height: 37px;position: relative;color: rgb(255, 255, 255);text-align: center;left: 0px;float: left;}
.group-box-num-title .title { font-family: 'The Only Exception'; font-size: 18px; color:#db1875; }
.cst-product-buy-info #grouped-order-table-body .od-product-price-inc .od-qty{margin-right: 10px;text-align: center;width: 33px;height: 17px;}
.see-colors {position:absolute; left:37px; top:35px; z-index:1; text-transform:lowercase;}
.see-colors a {font-size:12px;}
.sel-box-list-inc-ul li.first{padding-left: 0px;}
.product-test-grouped-with-all .product-view .product-shop .product-main-info{margin: 0pt 0pt 10px;}
.sendfriend-product-send .col-one-inc, .sendfriend-product-send .col-main{width: 878px;padding-top: 0px;}
.sf_page-title{background: url("../images/bout/sendfreind_top.jpg") repeat-x scroll 0% 0% transparent;height: 75px;text-align: right;color: rgb(255, 255, 255);overflow: hidden;}
.sf_page-title h1{float: right;font-size: 31px;line-height: 33px;margin-top: 7px;text-align: center;width: 198px;}
.sf_left{float: left;width: 430px;}
.sf_right{margin-left: 440px;}
#sender_options label, #recipients_options label{display: block;width: auto;padding-left: 10px;}
#sender_options input.input-text{border: 1px solid rgb(187, 190, 193);color: rgb(102, 102, 102);font-size: 12px;font-weight: bold;height: 18px;line-height: 20px;margin-bottom: 10px;padding: 0pt 0pt 0pt 10px;width: 198px;}
#product_sendtofriend_form .fieldset{margin-bottom: 5px;}
#sender_options li.fields .field{clear: none;float: left;overflow: hidden;width: 213px;}
#sender_options #sender_email{margin-left: 10px;width: 168px;}
#recipient{border-top: 1px solid rgb(219, 188, 216);padding-top: 0px;width: 402px;margin-bottom: 7px;}
#sender_options #sender_message{border: 1px solid rgb(187, 190, 193);font-weight: bold;height: 80px;padding: 5px 5px 5px 10px;width: 385px;color: rgb(102, 102, 102);}
#recipients_name{width: 370px;}
#recipients_options input.input-text{width: 388px;border: 1px solid rgb(187, 190, 193);height: 18px;line-height: 18px;padding-top: 0px;padding-bottom: 0px;font-weight: bold;color: rgb(102, 102, 102);padding-left: 10px;}
#recipients_options input.required-entry{width: 358px;}
#recipients_options input.validate-email{width: 388px;}
#product_sendtofriend_form .messages{text-align: left;width: 400px;}
#product_sendtofriend_form p.required{clear: none;    color: #E16B8F;  font-size: 10px;    text-transform: lowercase;    width: 400px;}
#sf_content{overflow: hidden;}
.sendfriend-product-send .fieldset h2.legend{border-bottom: 0pt none;color: rgb(102, 102, 102);font-size: 13px;font-weight: bold;margin-bottom: 10px;margin-left: 0pt;padding-left: 10px;padding-top: 17px;text-align: left;text-transform: uppercase;width: 400px;}
#product_sendtofriend_form .messages ul li{margin: 0pt;padding: 0pt;text-align: left;width: 400px;}
#product_sendtofriend_form .messages li.notice-msg ul{padding: 0pt;}


#friend_bt{border-bottom: 1px solid rgb(219, 188, 216);clear: none;margin-bottom: 17px;overflow: hidden;padding-bottom: 17px;width: 400px;}
#friend_bt #add_recipient_button{ margin-left: 25px;}
#friend_bt p.back-link{color: rgb(164, 63, 97);float: none;text-align: left;}
#friend_bt button{float: none;margin-left: 0px;}
#friend_bt button.eny{float: right;}
#product_sendtofriend_form #friend_bt p.back-link {margin:0px;}


#product_sendtofriend_form .messages{padding-top:15px;}
#recipient h2.legend{padding-top: 0px;}
.sendfriend-product-send .form-list li.add-row .btn-remove{position: absolute;right: 0px;top: -2px;}
.sendfriend-product-send .form-list li.add-row{position: relative;background: none repeat scroll 0% 0% transparent;}
.sendfriend-product-send .sendfriend-product-send .col-main{padding-top: 0px;}
#fancybox-wrap #fancybox-close{background: url("../images/bout/light_box_close.png") no-repeat scroll 0pt 0pt transparent;height: 64px;right: -36px;top: -32px;width: 64px;z-index: 1;}
.sf_content{background: none repeat scroll 0% 0% rgb(255, 255, 255);}
#lbMain .page{-moz-box-shadow: 2px 2px 10px rgb(0, 0, 0);}
#sender_options #sender_name{margin-bottom: 2px;}
.sendfriend-product-send #recipient h2.legend{margin-bottom: 7px;padding-top: 7px;}
.sendfriend-product-send .main{padding-bottom: 0px;}
.sendfriend-product-send .wrapper{padding-bottom: 0px;}
#sender_options .first_name{margin-top: 0px;}
.sf_page-title h1{background: url("../images/bout/amie.png") no-repeat scroll 0pt 0pt transparent;height: 80px;margin-right: 35px;padding-top: 6px;text-indent: -999em;width: 155px;margin-top: 6px;}
.sendfriend-product-send .col-main{position: relative;}
#product_sendtofriend_form .form-list li{overflow: hidden;}
#product_sendtofriend_form{}
#super-product-table a, #grouped-order-table .price, #grouped-order-table .old-price .price{color: rgb(102, 102, 102);text-decoration: none;font-size: 12px;font-weight: bold;}
#grouped-order-table span.od-product-name{color: rgb(102, 102, 102);font-weight: bold;}
#grouped-order-table .price, #grouped-order-table .old-price .price{font-weight: normal; text-align:center;}
#grouped-order-table .old-price{text-decoration: line-through;}
#super-product-table .regular-price .price ,
#super-product-table .special-price .price, #grouped-order-table .special-price .price,
#grouped-order-table .special-price .price, #grouped-order-table .special-price .price{color: rgb(102, 102, 102);}
#super-product-table .tier-prices-grouped, #grouped-order-table .tier-prices-grouped{}
#super-product-table .cst-qty-inc label, #grouped-order-table .cst-qty-inc label{display: none;}
#super-product-table .old-price .price, #grouped-order-table .old-price .price{display: block;font-size: 12px;font-weight: normal;color: rgb(102, 102, 102);}
#super-product-table .cst-qty-inc{margin-left: 0px;float: none;}
#super-product-table .regular-price .price, #super-product-table .special-price .price,
#grouped-order-table .regular-price .price, #super-product-table .special-price .price{font-weight: normal;font-size: 12px;}
.grouped-items-table-header{color: rgb(102, 102, 102);font-size: 12px;font-weight: bold;overflow: hidden;position: absolute; width:308px; margin-left:37px;}
.group-i-order-inc .grouped-items-table-header{margin-left:44px; width:335px; position:static;}
.price-unit{float: left;text-align: center;width:113px;}
.quantity{width:60px;text-align:center;float: right;}
#super-product-table .price-label{display: none;}
.cst-product-buy-info #super-product-table .the_price{text-align: center ! important;}
.cst-logout-box{position: absolute;top: 5px;right: 150px;color: rgb(255, 255, 255);font-size: 11px;}
.cst-logout-box .welcome-name{margin-right: 15px;}
.logout-link-inc a, .logout-link-inc{color: #FFF;text-decoration: none;text-transform: lowercase; font-size: 13px;}
#grouped-order-table{margin-left: 44px;width: 335px;}
#grouped-order-table img{width: 30px;height: 30px;}
#super-product-table .regular-price{text-align: left;padding-left: 0px; text-align:center;}
/*--- customer login---*/
.customer-account-login2 .col-one-inc{width: 800px;overflow: hidden;}
.customer-account-login2 .account-login .col2-set .col-1{}
.customer-account-login2 .account-login .fieldset{width: 800px;}
.customer-account-login2 .account-login .col2-set .col-1{margin: 0pt auto;float: none;}
.customer-account-login2 .main{height: 666px;}
#super-product-table, #grouped-order-table{table-layout: fixed;}
#super-product-table td, #grouped-order-table td{word-wrap: break-word;overflow: hidden;}
.cst-price-inc .old-price .price{font-size: 14px;font-weight: bold;}
.sku-stock .availability{color: rgb(89, 84, 93);font-weight: normal;}
.old-price .price-label, .special-price .price-label{display: none;}
.category-femmes .col-one-inc,.categorypath-modeles-bedroom .col-one-inc,.category-layered-with-toolbar .col-one-inc{width: auto;}
.catalog-product-view .price-box .regular-price{color: rgb(62, 62, 62);display: inline;}
.cst-product-buy-info .options{left: 0pt;padding-top: 20px;}
.cst-product-buy-info .product-options{height: auto;padding-left: 35px;overflow: hidden;margin-bottom: 10px;}
.cst-product-buy-info .validation-advice{float: none;text-transform: lowercase;}
.cst-product-buy-info .product-pricing{position: relative;top: -10px;}
.promo-row li .publication_list1{width: 150px;}
.cms_bloc_cataloguesvirtuels, .cms_bloc_abonnezvous, .cms_commande_express_ad{margin-top: 15px;}
.accueil-accessoires .cms_bloc_cataloguesvirtuels, .accueil-accessoires .cms_bloc_abonnezvous,
.accueil-accessoires .cms_commande_express_ad{margin-top: 17px;}
.cms_accessoires_autopromo{margin-top: 17px;}
.cms_publications_autopromo{margin-top: 21px;}
.accueil-accessoires #search_mini_form, .accueil-fils #search_mini_form{float: none;}
.accueil-publications .promo-row li.promo-row-list{margin-top: 19px;}
.cst-product-buy-info .sku-stock{/*position: absolute;left: 0px;padding-top: 23px;*/padding: 10px 0;display: inline-block;line-height: 34px; font-size: 14px;}
.accueil-publications .desc li{background: url("../images/bout/bullet_arrow_purple.png") no-repeat scroll 0pt 55% transparent;}
.cms_fils_autopromo{margin-top: 19px;}
.product-view .product-shop .cst-price-inc .price-box p.price-from{margin-right: 0px;}
.cst-filter-current-state .pre-state, .cst-filter-current-state .label{color: rgb(75, 65, 77);font-weight: bold;text-transform:lowercase;}
.cst-filter-current-state .btn-remove, .block-layered-nav .actions a{background: url("../images/bout/bt_close.png") no-repeat scroll right center transparent;color: rgb(225, 107, 143);float: none;text-decoration: underline;padding: 5px 24px 5px 5px;margin-left: 5px;text-transform: lowercase;}

/*--- menu nav---*/

.block-layered-nav .actions a{margin-right: 67px;}
.block-layered-nav .actions{text-align: center;clear: both;}
#nav li.active a.link-key-modeles, #nav li.over a.link-key-modeles{background: none repeat scroll 0% 0% rgb(222, 10, 118);}
#nav li.active a.link-key-fils, #nav li.over a.link-key-fils{background: none repeat scroll 0% 0% rgb(65, 175, 226);}
#nav li.active a.link-key-publications, #nav li.over a.link-key-publications{background: none repeat scroll 0% 0% rgb(179, 106, 193);}
#nav li.active .link-key-kits-a-tricoter, #nav li.over .link-key-kits-a-tricoter{background: none repeat scroll 0% 0% rgb(136, 167, 35);}
#nav li.active .link-key-accessoires, #nav li.over .link-key-accessoires{background: none repeat scroll 0% 0% rgb(244, 151, 38);}
#nav li.active .link-key-broderie, #nav li.over .link-key-broderie{background: none repeat scroll 0% 0% rgb(220, 82, 168);}
#nav li.active .link-key-deco, #nav li.over .link-key-deco{background: none repeat scroll 0% 0% rgb(121, 197, 185);}
#nav li.active .link-key-pret-a-porter, #nav li.over .link-key-pret-a-porter{background: none repeat scroll 0% 0% rgb(65, 175, 226);}
#nav li.active .link-key-destockage, #nav li.over .link-key-destockage{background: none repeat scroll 0% 0% rgb(255, 206, 38);}
/*#nav{width: 782px;}*/
#nav li.nav-1{width: 101px;}
#nav li.nav-2{width: 80px;}
#nav li.nav-3{width: 85px;}
#nav li.nav-4{width: 66px;}
#nav li.nav-5{width: 123px;}
#nav li.nav-6{width: 120px;}
#nav li.nav-7{width: 66px;}
#nav li.level-top{position: static;}
#nav li div.scroll_bottom{height: auto;position: absolute;left: -324px;padding: 0px;display: none;top: 28px;width: 989px;overflow: hidden;clear: both;}
#nav li.active div.scroll_bottom{height:0;}
#nav li.over div.scroll_bottom{height:auto;}
#nav li.over div.scroll_bottom_empty{height:5px;}
#nav li.over .scroll_bottom{z-index: 991;}


#nav li.active .btm-key-modeles, #nav li.over .btm-key-modeles {display: block;border-color: rgb(222, 10, 118);border-style: solid;}
#nav li.active .btm-key-modeles {border-width: 6px 3px 0px;}
#nav li.over .btm-key-modeles {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-fils, #nav li.active .btm-key-fils{display: block;border-color: rgb(65, 175, 226);border-style: solid;}
#nav li.active .btm-key-fils {;border-width: 6px 3px 0px;}
#nav li.over .btm-key-fils {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-publications, #nav li.active .btm-key-publications{display: block;border-color: rgb(179, 106, 193);border-style: solid;}
#nav li.active .btm-key-publications {border-width: 6px 3px 0px;}
#nav li.over .btm-key-publications {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-kits-a-tricoter, #nav li.active .btm-key-kits-a-tricoter{display: block; border-color: rgb(136, 167, 35);border-style: solid;}
#nav li.active .btm-key-kits-a-tricoter {border-width: 6px 3px 0px;}
#nav li.over .btm-key-kits-a-tricoter {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-accessoires, #nav li.active .btm-key-accessoires{display: block;border-color: rgb(244, 151, 38);border-style: solid;}
#nav li.active .btm-key-accessoires {border-width: 6px 3px 0px;}
#nav li.over .btm-key-accessoires {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-broderie, #nav li.active .btm-key-broderie{display: block;border-color: rgb(220, 82, 168);border-style: solid;}
#nav li.active .btm-key-broderie {border-width: 6px 3px 0px}
#nav li.over .btm-key-broderie {border-width: 6px 3px 3px}
/********************/
#nav li.over .btm-key-pret-a-porter, #nav li.active .btm-key-pret-a-porter{display: block;border-color: rgb(65, 175, 226);border-style: solid;}
#nav li.active .btm-key-pret-a-porter {border-width: 6px 3px 0px;}
#nav li.over .btm-key-pret-a-porter {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-deco, #nav li.active .btm-key-deco{display: block;border-color: rgb(121, 197, 185);border-style: solid;}
#nav li.active .btm-key-deco {border-width: 6px 3px 0px;}
#nav li.over .btm-key-deco {border-width: 6px 3px 3px;}
/********************/
#nav li.over .btm-key-destockage, #nav li.active .btm-key-destockage{display: block; height: 0!important;border-color: rgb(255, 206, 38);border-style: solid;border-width: 6px 3px 0px;}

#nav li.nav-2 ul.shown-sub{left: 65px;}
#nav li.nav-3 ul.shown-sub{left: 151px;}

#nav li.over a.over span {color: #FFF;}

.top-title-img-out img, .top-title-img-over img{margin-left: -4px;}
/*#nav li.active div.btm-key-modeles, #nav li.over div.btm-key-modeles{display: block;clear: both;background: none repeat scroll 0% 0% rgb(220, 82, 168);}
#nav li.over a.link-key-modeles, #nav li.active a.link-key-modeles{display: block;clear: both;background: none repeat scroll 0% 0% rgb(220, 82, 168);}*/
/*#nav li.nav-3{width: 60px;overflow: hidden;}*/
#nav li.over a{background: none repeat scroll 0% 0% rgb(255, 255, 255);}
#nav a.level-top span.top-title-img-over{display: none;}
#nav a.level-top span.top-title-img-out{display: block;}
#nav a.over span.top-title-img-out{display: none;}
#nav a.over span.top-title-img-over{display: block;}


#nav a.level-top span.top-title-text{display: block;width: 100%;text-align: center; color:rgb(95,94,94); font-family: "Caviar Dreams"; text-transform: lowercase; font-size: 14px; font-weight: bold;}
#nav li.active a.level-top span.top-title-text { color: #FFF;}

#nav li.active a.level-top span.top-title-img-out{display: none;}
#nav li.active a.level-top span.top-title-img-over{display: block;}
.cst-header-callout{clear: both;}
#nav li{height: 20px;}
#nav li .scroll_bottom{top: 28px;}
.event-container{width: 978px;margin-top: 5px;}
.size-list-inc{ height: 1%; overflow: hidden; float: none; margin-bottom: 2px; }
.size-list-inc li { height: 38px;width: 43px;display: inline;float: left;text-align: center;line-height: 38px;margin-left: 6px;margin-top:2px;/*background: url("../images/bout/size_list_bg.jpg") no-repeat scroll 0pt 0pt transparent;*/ border: 1px solid rgba(95,94,94,0.5);background-color: #fff;cursor: pointer;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.size-list-inc li:first-child { margin-left: 0px; }
.size-list-inc li:hover, .size-list-inc li.active { background-color: #db1775;}
.size-list-inc li:hover span, .size-list-inc li.active span {color: #fff;}
.size-list-inc li span { font-size: 20px; font-family: "Century Gothic"; color: #5f5d5d; }
.size-list-inc .long-btn{ width: auto; padding: 0 3px; }
.size-list-inc .size-list{/*float: right;*/display: inline-block;}
.size-list-inc li button{margin: 0px;padding: 0pt;}
.size-list-inc li button.button span{background: none repeat scroll 0% 0% transparent;color: rgb(0, 0, 0);padding: 0pt;margin: 0pt;font-weight: bold;font-size: 11px;display: block;width: 22px;}
.size-list-inc .long-btn button.button span{width: 77px;color: #FFFFFF;}
ul.products-links li { display: inline-block; text-transform: lowercase;}
ul.products-links li.wishlist-link { float: right; }
ul.products-links li a{ color: #47afdf; font-family: "Caviar Dreams"; font-size: 14px; }
.model-yarns-table span{white-space: normal;}
.od-qty-input-item{width: 20px;}
.model-order-control-table{clear: both;}
#cst-loading-full-box{display: none;position: absolute;top: 0pt;left: 0pt;width: 100%;z-index: 400;}
.cst-please-wait{text-transform: lowercase; position:absolute;z-index:99;top:50%;left:50%;margin:-34px 0 0 -90px;border:5px solid #E3698F;font-size:12px;color:#E3698F;font-weight:bold;padding:20px 20px 20px 42px;white-space:nowrap;background: #FFFFFF url('../images/opc-ajax-loader.gif') no-repeat 18px 21px;opacity:0.8;filter:alpha(opacity=80);-moz-opacity:0.8;};}

/*--- product-view---*/
.product-view .product-img-box .more-views {overflow: hidden;  clear: both;}

.cst-footer-newsletter {float: left;  width: 424px;}

.model-order-control-table tr td,.model-yarns-table tr td{border:0px;word-wrap : break-word; padding:0 0 2px;vertical-align:middle;padding-right:0px; color:#666; font-size: 14px;}
.model-order-control-table,.model-yarns-table{table-layout:fixed;font-size:12px; margin-top:5px; width:auto;}
.model-order-control-table .od-product-img-inc img{width:80px; height:80px;}
.model-order-control-table .col_1 {width:45px;}
.model-order-control-table .col_2 {width:152px;}
.model-order-control-table .col_3 {width:62px;}
.model-order-control-table .col_4 {width:46px;}
.model-order-control-table .col_5 {width:27px;}
.model-order-control-table .col_6 {}
.model-order-control-table tr td .od-box-name {text-transform:uppercase;display:block;text-align:right;}
.model-order-control-table tr td input.input-text { text-align:center; width:43px; height: 27px; }
.model-order-control-table tr td .od-product-name {text-align:left;display:block; font-size: 14px;}
.model-order-control-table tr td a {color:#666;text-decoration:none;}
.model-i-order-inc {clear:both; border-top: 1px solid #5F5D5D; margin-top: 6px;}

/*---.model-yarns-table---*/
.model-yarns-table tr td:first {text-align:right;}
.model-yarns-table span.grouped-name {text-transform:uppercase;display:block;text-align:right;}
.model-yarns-table .col_1 {width:45px;}
.model-yarns-table .col_2 {width:183px;}
.model-yarns-table .col_3 {width:100px;}
.model-yarns-table .col_4 {}
.model-yarns-table tr td .lightwindow .item_name{text-align:left;display:block; font-weight:bold;}
.model-yarns-table tr td a {color:#666;text-decoration:none;}
/*.model-yarns-table tr td .open-colors-btn{background:url("../images/bout/open-colors-btn_bg.png") no-repeat scroll 0 0 transparent;
display:block;font-size:11px;height:22px;line-height:10px;padding-top:2px;width:100px;text-transform: lowercase;}
.model-yarns-table tr td .open-colors-btn a {color:#78687A;margin-left:16px;width:70px;display:block;}*/
.model-yarns-table tr.last td {border:0px;}

.open-colors-btn a { background:url("../images/button_fr/button_change_yarn_color.png") no-repeat scroll 0 0 transparent; display: block; width: 156px; height: 27px; }

.model-type-shop .product-name, .model-type-shop .product-description, .product-review-summary {float:left;}
.model-type-shop .product-description { width: 381px; }
.model-type-shop .product-review-summary { margin-top: 13px; width: 100%; }
.model-type-shop .cst-sub-attr-box1 {float:right;font-size:15px;}

.od-avai-hint {font-size:11px;line-height:12px;}
.od-old-price-box {color:#666;font-style:normal;text-decoration:line-through;}

#upsell-product-list li {border:0px;padding-right:10px;}
.cst-pv-up-sell-small {padding-top:10px;}

.model-yarns-table tr td a {display:block; }
#super-product-table tr td a, #grouped-order-table tr td a {display:block;}
#super-product-table tr td .qty_operation_2 a.qty_add_2{background:url("../images/bout/pro_add_bt.png") no-repeat scroll -43px -2px transparent;}
#grouped-order-table tr td a {text-decoration:none;}

.model-yarns-table tr td .ground_a_box,
#model-order-table tr td .ground_a_box,
#super-product-table tr td .ground_a_box,
#grouped-order-table tr td .ground_a_box
{
display:block;position:absolute;width:auto;top:-999em; z-index:100;text-align:center;color:#fff; height:auto;padding-left:4px; font-weight:normal;}

.model-yarns-table tr td .ground_a_box .ground_a_box_inside ,
#model-order-table tr td .ground_a_box .ground_a_box_inside,
#super-product-table tr td .ground_a_box .ground_a_box_inside,
#grouped-order-table tr td .ground_a_box .ground_a_box_inside
{display:block;height:30px;line-height:26px;padding-right:10px;padding-left:3px;color:#78687A;text-transform:lowercase;}

.model-yarns-table tr td  span.ground_a_box_change,
#model-order-table tr td span.ground_a_box_change,
#super-product-table tr td  span.ground_a_box_change,
#grouped-order-table tr td span.ground_a_box_change
{ display:block; left:auto; top:auto; padding-right:0px; margin-top:-10px; margin-left:100px; white-space:nowrap; background: #FFF; border: 1px solid #5f5e5e; }

/*---change the position---*/
.model-yarns-table tr td.product-img-inc span.ground_a_box_change{margin-left:35px;}
.model-yarns-table tr td.product-name-inc span.ground_a_box_change{margin-left:35px;}
#model-order-table tr td.od-product-img-inc span.ground_a_box_change{margin-left:35px;}
#model-order-table tr td.od-product-name-inc span.ground_a_box_change{margin-left:35px;}
#super-product-table tr td span.ground_a_box_change, #grouped-order-table tr td span.ground_a_box_change{margin-left:35px;}

.name .pop-yarn-name {text-transform:uppercase;}
.cst-enter-img-box {bottom:8px;right:8px; position:absolute; }
.cst-enter-img-box a{background:url("../images/bout/arrow_pro.png") no-repeat;width:71px; height:71px; display:block;text-decoration:none;}

.cms-sizes-nomenclature .col-main{margin-left:10px;margin-right:10px;}
.cms-page-view .col-main{margin-top:10px;}
.cms-sizes-nomenclature .main{min-height:439px;}
.cms-bergere-and-you .col-main {margin-top:0px;}
.cms-sizes-nomenclature .col-one-inc{width:auto;}

.cst-small-slide-box .img-list {padding:0px; margin:0px;margin-top:6px;}
.cst-small-slide-box .img-list-inc li{margin-right:8px; padding-right:0px;}

.cst-small-slide-box .img-list-inc {width:294px;overflow:hidden;margin-left:33px;margin-top:0px; position:relative;}
.model-items-table-header:after,.clearfix:after {clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
.cms_divers {
  margin-top: 15px;
}
.cms_bergere_et_vous {
  margin-top: 20px;
}
.cms_modeles {
  margin-top: 15px;
}
.cst-small-slide-box .img-list-inc img{-moz-border-radius:5px;-webkit-border-radius:5px;}

/*---menu_block---*/
.block_haut {padding-left: 10px; padding-top: 18px;}
.block_bas {display: block; height: 150px; width:190px; background: rgb(255,255,255);}
.padding { padding-left: 18px; }
.Mimage {padding-top: 3px; height: 150px; width:190px;}
.Mimage img {display: block; height: 80%; width: 100%;} /* provi */
.Mbouton {position: absolute; right: 50px; bottom: 25px;}
.Mbouton img {padding: 0}

.cst-top-sub-menu-box {padding-top: 8px; overflow:hidden; height:1%;}
.cst-top-sub-menu-box .tsmb-col-1 {margin-left:0; width:100%;float:left;width:325px; height: 190px;}
.cst-top-sub-menu-box .tsmb-col-2 {background:#fff; float:right;margin-left:0;width:664px; height:190px;}
.cst-top-sub-menu-box .tsmb-col-1-big {margin-left:0; width:100%;float:left;width:650px; height: 190px;}
.cst-top-sub-menu-box .tsmb-col-2-small {background:#fff; float:right;margin-left:0;width:339px; height:190px;}

.cst-top-sub-menu-box a {text-decoration:none;color:#3AB3D2}
.cst-top-sub-menu-box .cat-list-inc , .ad-img-inc{float:left;}
#nav .cst-top-sub-menu-box ul li a {display:inline; padding:0px;}
#nav li.over .cst-top-sub-menu-box ul a {background:none;}
#nav .cst-top-sub-menu-box ul li {border:0px;line-height:18px;}
.cst-top-sub-menu-box .cat-list-inc {padding-top:18px; padding-bottom: 18px; padding-left:0px;}
.cst-top-sub-menu-box .cat-parent {font-size:14px;font-weight:bold;}
#nav .cst-top-sub-menu-box .cat-list li{line-height:16px;font-size:12px;}
#nav .cst-top-sub-menu-box .cat-list li a {padding:0px;}
#nav .cst-top-sub-menu-box .cat-list {margin-left:20px;margin-top:6px;}
#nav .cst-top-sub-menu-box .cat-list span,.cst-top-sub-menu-box .oth-link-list li span{padding-right:3px;}
.cst-top-sub-menu-box .cat-btm-link {margin-left:20px;margin-top:0px;}
.cst-top-sub-menu-box .oth-link-list {color:#fff;}
.cst-top-sub-menu-box .oth-link-list li {padding:0px;font-weight:bold;}
#nav .cst-top-sub-menu-box .oth-link-list a {color:#fff;padding:0px;}
#nav .cst-top-sub-menu-box .oth-link-list li{line-height:18px;}
#nav .cst-top-sub-menu-box .oth-link-list {margin-bottom:12px;}
.cat-btm-link a{color:#3AB3D2;}
.top-container {border-top:1px solid #000;}


#nav .voir_tous_menu_bt {position:absolute;right:200px;bottom:50px;padding-left:12px; z-index: 1100;}
#nav .voir_tous_menu_bt a {line-height:25px;display:block;height:25px;padding-right:12px;font-weight:bold;color:#fff;font-size:13px;text-decoration:none;}

/* homepage slideshow */
.cst-home-row1-set-inc {margin:0pt auto; width:100%; text-align:center; position:relative; overflow:hidden; height:439px;}
#big_bg_slide_show table.bbss_bg_box td {border:none;}
#big_bg_slide_show table.bbss_bg_box td.center_inc {padding:0;}
#big_bg_slide_show .bbss_item {position:absolute; top:0; left:0; width: 650px; height: 424px;}
#big_bg_slide_show .bbss_bg_box {width:100%; padding:0; margin:0;}
#big_bg_slide_show  .link_box {width:100%; height:100%; display:block;}
/* page produit */
.pmi-col-1 {float:left; width:360px;}
.pmi-col-1.w2 {width:500px;}
.colors-product-essential .pmi-col-1 {padding-left:20px; text-align:left;}
.colors-product-essential .pmi-col-1 .cst-sub-data {padding-left:30px; line-height:170%;}
.pmi-col-2 {float:right; margin-bottom: 10px;}
.pictos-list-b-inc li {height:auto!important; height:30px; min-height:30px; overflow:hidden;}
.pmi-col-2 li {display:inline-block;}
.cst-price-img-box .price-box .price {font-size:18px;}
.catalog-category-view .attr_qualite .cst-price-img-box .minimal-price .price-label {font-size:13px; display:none;}
.cst-price-img-box .minimal-price .price-label {}
.catalog-category-view .attr_qualite .price-box {}
/*.catalog-category-view .attr_qualite .price-box-tail {margin:-45px 0 0 29px; color: #FFFFFF;}*/
/*.catalog-category-view .attr_qualite .isspecial {margin:-41px 0 0 27px;}*/
.cst-price-img-box .price-box .old-price .price {font-size:13px; font-weight:normal;color: #FFFFFF;}
.colors-associated-products .product-name-inc span {display:block; font-weight:bold; font-size:12px;}
.colors-associated-products .product-name-inc span.ref {font-weight:normal;}
span.refer_1, #productStockAvailability {color:#89a630; text-transform: lowercase;}
.pretaporter_fr span.refer_1 {color:white;  font-weight: bold;}
span.refer_2 {color:#EF855B; text-transform: lowercase;}
.pretaporter_fr span.refer_2 {color:#ED975E;  font-weight: bold;}
span.refer_3 {color:#C65868; text-transform: lowercase;}
.pretaporter_fr span.refer_3 {color:#CC4466;  font-weight: bold;}
.out-of-stock span {color:#666;}
.add-to-box {text-align:right; padding-top:20px; clear:both;}
.colors-product-essential .pmi-col-2 .add-to-box {padding-top:10px; width:183px; text-align:left;}
.colors-product-essential h1 {font-weight:bold;}

#modeles_selection_list li{padding:0 12px 0 0;}
#modeles_selection_list li.last {padding-right: 0px;}
#upsell-product-list li.last {padding-right: 0px;}
.pdfpic {width:380px;}
.pdfpic a { width:180px; display:table-cell; text-align:right; height:52px; vertical-align:middle; text-decoration:none; color:#AA4968;}
#grouped-order-table tr td .ground_a_box .ground_a_box_inside {color:#fff;}
.shopcustom-index-index .cst-main .list-box fieldset .result-box {height:auto!important; height:335px; min-height: 335px;}
a.insee-form-open {color:#AA4968;}
.insee-result {margin-right:10px;}
#cst-overlay-full-box {display: none;position: absolute; top: 0pt; left: 0pt; width: 100%; z-index: 300; background:#000; opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;}
.insee-form-popup { background:#fff; position:absolute; z-index:399; top:50%; left:50%; margin:-75px 0 0 -263px; border:5px solid #E3698F; font-size:12px; color:#fff; font-weight:bold;  padding:10px 10px 20px; text-align:left;}
.insee-form-popup .insee-form-step .title { margin:0 0 15px 10px; font-size:20px; color:#58585A; text-transform: lowercase;}
.insee-form-popup .insee-form-step .insee-fieldset {margin-bottom:15px;}
.insee-form-popup .insee-form-step .insee-fieldset .label {width:100px; height:35px; background:#E3698F; display:table-cell; vertical-align:middle; padding:0 20px; border-right:1px solid #fff; border-bottom:1px solid #fff;text-transform: lowercase;}
.insee-form-popup .insee-form-step .insee-fieldset .input-box {width:335px;  padding:0 10px; background:#ED8BA9;  display:table-cell; vertical-align:middle; border-bottom:1px solid #fff; height:35px;}
.insee-form-popup .insee-form-step .insee-fieldset .input-box input {width:80px;}
.insee-form-popup .insee-form-step .insee-buttons-set {margin-left:20px; clear:both;}
.insee-form-popup .insee-form-step .insee-buttons-set .button span span {text-indent:-9999px;}
.insee-form-popup .insee-form-step .insee-buttons-set .button span span {width:auto;}
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_back_1 span span,
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_back_2 span span {width:93px; background: url(../images/button_fr/recherche_back.jpg) no-repeat scroll 0 0 transparent; height:23px;}
#checkout-step-billing .form-list li#clientnumber_input_box {width:596px!important; width:587px;}
#checkout-step-billing .form-list li#clientnumber_input_box #client_number_validation_advice{ margin:0 145px 0 0; display:block; text-align:right; width:auto;}
#checkout-step-billing .form-list li#clientnumber_input_box input {width:445px;}
#clientnumber_input_box  button.button span span {width:50px;}
#clientnumber_input_box  button {margin-right:38px; float:right; display:inline;}
#clientnumber_input_box .clientnumber-error,
#clientnumber_input_box .clientnumber-correct {background:url(../images/icon_ok.gif) no-repeat; width:16px; height:16px; float:left; text-indent:-9999px; margin:2px 0 0 5px;}
#clientnumber_input_box .clientnumber-error {background:url(../images/error_msg_icon.gif) no-repeat;}
#step1_clientnumber_div .clientnumber-correct {background:url(../images/icon_ok.gif) no-repeat; width:16px; height:16px; float:left; text-indent:-9999px; margin:2px 0 0 5px;}
#step1_clientnumber_div .clientnumber-error {background:url(../images/error_msg_icon.gif) no-repeat; width:16px; height:16px; float:left; text-indent:-9999px; margin:2px 0 0 5px;}
#form-validate .clientnumber-correct {background:url(../images/icon_ok.gif) no-repeat; width:16px; height:16px; float:left; text-indent:-9999px; margin:2px 0 0 5px;}
#form-validate .clientnumber-error {background:url(../images/error_msg_icon.gif) no-repeat; width:16px; height:16px; float:left; text-indent:-9999px; margin:2px 0 0 5px; }

.insee-form-popup .insee-validate-advice{background:url(../images/error_msg_icon.gif) no-repeat;color:#f00;margin-bottom:6px;padding-left:20px;}

/*---product pagnation---*/
.pager .pages {float:none; text-transform:lowercase;}
.pager .limiter {float:none; text-transform:lowercase;}
.toolbar-inc .pager  {text-align:right;display:block;}

/*---prudoct---*/
.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_back_1,.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_back_2 {margin-right:5px;}
.product-shop .cst-price-total .price-num{position:relative;}
.product-shop .cst-price-total .pre-title { font-size: 24px; text-transform: lowercase;}

#insee_container_customer {width:120px;}

/* ======================================================================================= */
/*---change the language---*/
.buttons-set button.button span span {background:url("../images/button_fr/giftregistry_ajouter_ma.png") no-repeat;text-indent:-999em;width:161px;height:20px;}
#shopping-cart-table tfoot button.button span span {line-height: 20px;height:20px;text-transform: none; width: 200px;background:url("../images/button_fr/my_cart_metre.png") no-repeat;text-indent:-999em;}
.add-to-links li a,.france_fr .cst-pv-head-add-to li a {background:url("../images/button_fr/view_product_env.png") no-repeat scroll 100% 0 transparent;text-indent:-999em;font-size:0;}
.add-to-links li.wishlist-link  a{background:url("../images/button_fr/view_product_ajo.png") no-repeat;text-indent:-999em;}
.cart-collaterals .deals button.button span span, .cart .shipping .buttons-set button.button span span{ width: 241px;height:20px; background: url("../images/button_fr/my_cart_uin_bo.png") no-repeat ;text-indent:-999em;}
.cart-collaterals .deals button.cancel-btn span span { width: 241px;height:20px; background: url("../images/button_fr/button_reduction.png") no-repeat ;text-indent:-999em;}
#giftcard-form button.button span span{  width: 241px;height:20px;  background: url("../images/button_fr/my_cart_uin_cad.png") no-repeat ;width:240px; height:20px;text-indent:-999em;}
#shipping-zip-form button.button span span{  width: 241px;height:20px;  background: url("../images/button_fr/my_cart_uin_estmation.png") no-repeat ;width:240px; height:20px;text-indent:-999em;}
.cart .checkout-types button.button span span {background:url("../images/button_fr/my_cart_commander.png") no-repeat;width:240px; height:36px;text-indent:-999em;}
#checkout-step-login .btn-only .button span span {background:url("../images/button_fr/checkout_login.png") no-repeat;width:160px; height:20px;text-indent:-999em;}
.cst-login-alt-box .buttons-set span span {background:url("../images/button_fr/checkout_go_to.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
#billing-buttons-container button.button span span, #shipping-buttons-container button.button span span {background:url("../images/button_fr/checkout_go_to.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_back_1 span span {background:url("../images/button_fr/checkout_go_to.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
.opc .buttons-set p.back-link a {background:url("../images/button_fr/checkout_go_back.png") no-repeat; display: block;    height: 20px;   text-indent: -999em;text-indent:-999em;    width: 161px;}
.opc #shipping-method-buttons-container button span span{background:url("../images/button_fr/checkout_go_to.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
#payment-buttons-container button.button span span{background:url("../images/button_fr/checkout_go_to.png") no-repeat;width:161px;height:20px;text-indent:-999em;}
#review-buttons-container button.button span span{background:url("../images/button_fr/my_cart_commander.png") no-repeat;width:240px; height:36px;}
#contactForm .buttons-set button.button span span {background:url("../images/button_fr/contact_send_bt.png") no-repeat;width:161px;height:20px;text-indent:-999em;}
.catalogsearch-advanced-index .france_fr #form-validate .btn-only button.button span span,
.catalogsearch-advanced-index .btn-only span span{background:url("../images/button_fr/search_search_bg.jpg") no-repeat;  width: 161px; height:20px;text-indent:-999em;}
.registered-users button.button span span{background:url("../images/button_fr/checkout_login.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
.account-login .new-users button.button span span{text-indent:-999em;background:url("../images/button_fr/login_reg.png") no-repeat;width:161px;height:20px;}
.sidebar .block-cart .actions button.button span span{text-indent:-999em;background:url("../images/button_fr/regler_mes_achats_sidebar.jpg") no-repeat 0 0;width:182px; height:20px;}
.buttons-set p.back-link a{background:url("../images/button_fr/checkout_go_back.png") no-repeat;display:block;text-indent:-999em;width:161px; height:20px;text-align:left;}
#wishlist-view-form .buttons-set2 .btn-share span span{background:url("../images/button_fr/wishlist_partager.png") no-repeat; width:161px; height:20px;text-indent:-999em;}
#wishlist-view-form .buttons-set2 .btn-add span span{background:url("../images/button_fr/wishlist_ajouter.png") no-repeat; width:161px; height:20px;text-indent:-999em;}
#wishlist-view-form .buttons-set2 .btn-update span span{background:url("../images/button_fr/wishlist_mettre.png") no-repeat; width:188px; height:20px;text-indent:-999em;}
.btn-gift-registry .btn-cart span span {background:url("../images/button_fr/wishlist_register.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
td.a-center .btn-cart span span {background:url("../images/button_fr/wishlist_panier.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
#giftcard-form #gca_balance_button span span {background:url("../images/button_fr/giftcard_statut.png") no-repeat;width:161px; height:20px;text-indent:-999em;}
#giftcard-form .btn-only button.button span span {background:url("../images/button_fr/giftcard_cache .png") no-repeat;width:161px; height:20px;text-indent:-999em;}
.cart .cross-inside .crosssell button.button span span {width: 180px;background:url("../images/button_fr/my_cart_ajouter.png") no-repeat;text-indent:-999em; height:20px;display:block;}
.cart .crosssell .add-to-links a {background:url("../images/button_fr/my_cart_ajouter_denvies.png") no-repeat;width:180px; height:18px;}
.buttons-set2 .btn-update span span{background:url("../images/button_fr/giftregistry_mettre_jour.png") no-repeat;text-indent:-999em;width:192px;height:20px;}
.my-rewards #form-validate button.button span span {background:url("../images/button_fr/reward_sauvegarder.png") no-repeat;text-indent:-999em;width:253px; height:20px;}
.box-related button.btn-cart span span{background:url("../images/button_fr/wishlist_panier.png") no-repeat;text-indent:-999em;width:109px; height:20px;}
#addTagForm button.button span span {background:url("../images/button_fr/product_ajouter_ajouter.png") no-repeat;text-indent:-999em;margin:10px 0;}
#orderexpress-list-table .tool-set button.button span span{ background: url("../images/button_fr/commer_bt.jpg") no-repeat scroll 0 0 transparent; height: 30px;  text-indent: -999em; width: 370px;text-align:left;}
#bergeroscope-list-table .tool-set button.button span span{background:url("../images/button_fr/modeles_bt.jpg") no-repeat;width:200px; height:18px;text-align:left;text-indent:-999em;}
#friend_bt button.sf_back span span{background:url("../images/button_fr/send_email_bt_re.jpg") no-repeat;width:90px;}
#friend_bt button.eny span span{background:url("../images/button_fr/send_email_bt_env.jpg") no-repeat;width:90px;}
#friend_bt #add_recipient_button span span{background:url("../images/button_fr/send_email_bt_aj.jpg") no-repeat;}
.checkout-success button.button span span{background:url("../images/button_fr/checkout_success_conntinuer.png") no-repeat;width:161px; height:20px;}
.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_back_1 span span{background:url("../images/button_fr/recherche_back.jpg") no-repeat;width:93px;height:23px;margin:0px;}
.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_back_2 span span{background:url("../images/button_fr/recherche_back.jpg") no-repeat;width:93px;height:23px;margin:0px;text-indent:-999em;}

.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_postcode_submit span span{background:url("../images/button_fr/recherche_affice.jpg") no-repeat;width:245px;height:23px;margin:0px;text-indent:-999em;}
.insee-form-popup .insee-form-step .insee-buttons-set button.insee_btn_city_submit span span{background:url("../images/button_fr/recherche_confiremer_big.jpg") no-repeat;text-indent:-999em;width:180px; height:20px;}

#form-validate .buttons-set button.button span span {background:url("../images/button_fr/customer_sauvgarder.png") no-repeat;width:161px;height:20px;margin:0px;text-indent:-999em;}
.product-view .product-essential .model-type-shop button.btn-cart span span, .model-type-shop .add-to-cart button.btn-cart span span{background: url("../images/button_fr/button_add_to_cart.png") no-repeat scroll 0 0 transparent;height: 29px;left: 0pt;margin: 0pt;text-transform: uppercase;width: 232px;padding-right:20px;padding-top:3px;padding:0px;text-indent:-999em;text-align:left;display:block;}
.product-view .product-essential button.btn-cart span span, .add-to-cart button.btn-cart span span{background: url("../images/button_fr/button_add_to_cart_long.png") no-repeat scroll 0 0 transparent;height: 30px;left: 0pt;margin: 0pt;text-transform: uppercase;width: 372px;padding-right:20px;padding-top:3px;padding:0px;text-indent:-999em;text-align:left;display:block;}
.colors-product-essential .add-to-cart button.btn-cart span {height:20px;}
.colors-product-essential .add-to-cart button.btn-cart span span {width:164px; height:20px; background: url("../images/button_fr/wishlist_panier_big.png") no-repeat scroll 0 0 transparent;}

#review-form .btn-only button.button span span{background:url("../images/button_fr/review_bt.png") no-repeat;width:161px; height:20px;text-indent:-999em; }
.go_to_addtocart_section{background:url("../images/button_fr/button_commande_france_fr.png") no-repeat right ;float:right;width:180px; height:24px;}

#billing-buttons-container .form-button {border:0px;background:none;}
#billing-buttons-container .form-button span {  background: url("../images/button_fr/choisissez_votre_point_kiala.png") no-repeat scroll 0 0 transparent;    border: 0 none;   display: block;    height: 20px;    text-align: left;    text-indent: -999em;    width: 200px;}


.filter_two_column{margin-left:-100px;}
.filter_two_column ol{display:block; width: 140px;}

/*---my_clear float---*/
.product-options dt:after,#bundleProduct:after,.events-slider:after,.product-image-popup .nav:after,.gift-item:after,.block-content:after,.block-list li.item:after,.block-poll li:after,.currently li:after,.order-info:after,.top-cart .actions:after,.header .quick-access:after,.product-view .box-related li.item:after,.bundle-summary .product:after,.collateral-tabs:after,.block-cart .block-content .item:after,.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header-panel:after,#nav:after,.main:after,.footer-before-container:after,.footer-container:after,.footer:after,.col-main:after,.col2-set:after,.col3-set:after,.col4-set:after,.search-autocomplete li:after,.block li.item:after,.block .actions:after,.mini-products-list li:after,.cms-index-index .block-featured li.item:after,.title-buttons:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.products-grid:after,.products-list li.item:after,.product-view:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add-tags:after,.product-options .options-list li:after,.options-container-small .product-options:after,.product-options-bottom:after,.product-review:after,.box-collateral:after,.box-collateral .box-content:after,.account-login:after,.cart .cart-collaterals:after,.cart:after,.opc .step-title:after,.checkout-progress:after,.form-list li:after,.form-list li.fields .field:after,.clearfix:after,.buttons-set:after,.buttons-set2:after,.page-print .print-head:after,.new-product-spotlight .more-new .item:after,.addresses-list .col-2 li:after,.product-view .product-shop:after ,.buttons-set2:after,.product-essential .buttons-set:after,.cst-pv-modeles-selection:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
/* ======================================================================================= */
/*---my_clear---*/
.cst-pv-modeles-selection{overflow:hidden;}
.block-content:after,.narrow-by-list:after {clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
#produitparution #main-image{background:none}
#orderexpress-list-table a.btn-submit-sku {background-image: url("../images/bout/ok_com.jpg");}
#orderexpress-list-table a.btn-submit-sku-ok {background-image: url("../images/bout/right_com.png");}
#orderexpress-list-table input.no-restocking,
.orderexpress-index-index #orderexpress-list-table input.restocking-impossible {background:#ccc;width:150px;font-style:italic;color:#8a8a8a;font-size:12px;}
#orderexpress-list-table input.no-restocking {background:#fff;}
#orderexpress-list-table a.btn-submit-restock {background:url("../images/bout/ok_com.jpg") no-repeat scroll 0 0 transparent;display:block;height:26px;margin-top:3px;text-indent:-999em;width:26px;}
#orderexpress-list-table a.restock-unready {background-image: url("../images/bout/ok_com_fade.jpg");}
#orderexpress-list-table a.restock-btn-err {background-image: url("../images/bout/bt_close.png");}
#orderexpress-list-table a.restock-ok {background-image: url("../images/bout/right_com.png");}
#orderexpress-list-table div.op-reasso-error input.op-reassortment {border: 1px solid red;}
#orderexpress-list-table .reasso-input-err {display:none;}
#orderexpress-list-table div.op-reasso-error .reasso-input-err {display:block;margin-left:2px;position:absolute;color:#f00;margin-top:-2px;  font-style:italic;}
#orderexpress-list-table div.op-sku-error input.sku {border: 1px solid red;}
#orderexpress-list-table .sku-input-err {display:none;}
#orderexpress-list-table div.op-sku-error .sku-input-err {display:block;position:absolute;margin-left:3px;margin-top:-2px;color:#f00; font-style:italic;}
#orderexpress-list-table .btn-remove-unready {background:url("../images/bout/bt_close_fade.png") no-repeat;}
.product-details-box {position:relative;}
.op-thumbnail-box {position:absolute; top:1px; left:7px;}
#orderexpress-list-table .product-details-box input.name {width:268px;}
#orderexpress-list-table .product-details-box input.input-text {padding: 2px 8px 0 40px;}
.product-shop .cst-price-inc .price-box .regular-price{margin-top:1px;}
.product-main-info .product-name h1 {font-size:22px;text-transform:capitalize;}
.product-main-info .product-name h4 { color: #5f5d5d; font-size: 14px; font-weight: normal; }
.product-main-info .technical-side h2,
.product-main-info .on-the-label h2,
.product-main-info .pdf-download h2,
.freewoolballs_helpsystem h2,
.freewoolballs_cart h2,
.product-main-info .share h2 { color: #47afdf; font-family: "The Only Exception"; font-size: 17px; margin-left: 6px; line-height: 28px;}
.product-main-info .technical-side > div,
.product-main-info .on-the-label > div,
.product-main-info .pdf-download > div,
.product-main-info .share > div { font-family: "Caviar Dreams"; font-size:14px; text-transform:lowercase; border: 1px solid #47b0e0; height: auto; width: 171px; margin-top: -9px;text-align:center;padding: 10px 0;}
.product-main-info .on-the-label > div { width: auto; }
.product-main-info .on-the-label > div span { font-family: "Century Gothic"; color: #5f5d5d;padding: 0;}
.product-main-info .on-the-label > div .pictos-list-a-inc { margin: 10px 0;}
.product-main-info .pdf-download { margin-top: 12px; }
.product-main-info .pdf-download > h2 { color: #88a530; }
.product-main-info .pdf-download > div { border: none; padding: 0; }
.product-main-info .share {margin-top: 12px;float: right;}
.product-main-info .share h2 {color: #db1875;}
.product-main-info .share > div { padding: 10px; border-color: #db1875; width: 140px;}
.product-main-info .share > div .addthis_button_mailto span,
.product-main-info .share > div .button_sendfriend span { background: url("../images/icon/ico_send_mail.png") no-repeat; height: 24px; width: 24px; }
.product-main-info .share > div .button_sendfriend { float: left; padding: 0 2px; }
.product-main-info .share > div .button_sendfriend span { display: block; }
.product-main-info .share > div .addthis_button_google_plusone_share span { background: url("../images/icon/ico_google_plus.png") no-repeat; height: 24px; width: 24px; }
.product-main-info .share > div .addthis_button_twitter span { background: url("../images/icon/ico_twitter.png") no-repeat; height: 24px; width: 24px; }
.product-main-info .share > div .addthis_button_facebook span { background: url("../images/icon/ico_facebook.png") no-repeat; height: 24px; width: 24px; }
.product-main-info .share > div .addthis_button_pinterest_pinit span { background: url("../images/icon/ico_pinterest.png") no-repeat; height: 24px; width: 24px; }
.collateral-tabs div {clear:both;}
.collateral-tabs .tab-content .std #scroll_pv_desc_inc {padding:0;float:none;}
.box-collateral .add-to-box {position:absolute; right:0; bottom:0;}
.box-collateral .add-to-box button.btn-cart span span {background:url("../images/shoppingcart_add.png") no-repeat; width:32px; height:32px;}
.add-to-cart .cst-price-inc label {text-align:center;}
.add-to-cart .cst-price-inc label {text-align:center;text-transform: lowercase;}
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_city_submit span span,
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_postcode_submit span span {width:375px; background: url(../images/button_fr/button_code_postal.jpg) no-repeat scroll 0 0 transparent; height:20px; margin-top:1px;}
.insee-form-popup .insee-form-step .insee-buttons-set .insee_btn_city_submit span span {width:180px; background: url(../images/button_fr/recherche_confiremer_big.jpg) no-repeat scroll 0 0 transparent;}
.shopcustom-index-index .list-box {margin-bottom:45px;}
.shopcustom-index-index .list-box .country_select-box select,
.shopcustom-index-index .list-box .city_select-box select {width:176px;background-color:#58585A;text-transform: lowercase;color: #FFFFFF;}
.location-box .col-2 img.intro-img {height:250px; width:290px;}
.location-box .col-2 .shop-data address {height:40px; overflow:hidden;}
.location-box .col-2 .shop-data .open-time {height:80px; overflow:hidden;}
.product-subscription .product-shop {border-top: 1px solid #3E3E3F;}
.product-subscription .product-collateral {float:none; clear:none;}
.product-view .product-collateral #scroll_pv_desc_1{color:#6D6E6E; font-size:13px;width:auto;}
.product-subscription .product-collateral #scroll_pv_desc_1 {width:354px; color:#6D6E6E; font-size:13px;}
.product-subscription  #scroll_pv_desc_1, .product-subscription  #scroll_pv_desc_inc {overflow:inherit; max-height:400px;}
.pdfpic-download {border-bottom:1px solid #3E3E3F; padding-bottom:10px; overflow:hidden; text-align:right;}
.pdfpic-download img {vertical-align:middle;}
.pdfpic-download a { margin-left:15px;}
.product-subscription {margin-top:20px;}
.product-subscription .product-collateral, .product-view .product-collateral {padding-top:0; margin-top:-5px;}
.product-subscription .collateral-tabs .active span.descriptif,
.product-subscription .collateral-tabs .first span.descriptif {background: url(../images/button_fr/title_descriptif.png) no-repeat scroll 0 -23px transparent; height:23px; width:80px; text-indent:-9999px;}
.product-subscription .collateral-tabs .active span.descriptif{background-position:0 0;}
.product-subscription .collateral-tabs .last span.commentaires {background: url(../images/button_fr/title_commentaires.png) no-repeat scroll 0 -23px transparent; height:23px; width:122px; text-indent:-9999px;}
.product-subscription .collateral-tabs .active span.commentaires{background-position:0 0;}
.product-view .collateral-tabs, .product-subscription .collateral-tabs {padding-bottom:0;}
.cst-product-buy-info .required {clear:both;} /* to have "* Required fields" on a single line for configurable products */
.product-subscription .box-collateral,
.product-subscription .product-collateral #scroll_pv_desc_1 {width:374px;}
.product-view .product-shop .price-box .regular-price {margin-top:0;}
.model-order-control-table tr td.od-product-price-inc,
.grouped-items-table-header .td-qty,
.grouped-items-table-header .td-price,
.grouped-items-table-header .od-price,
.grouped-items-table-header .od-qty,
.grouped-items-table-header {text-align:center;text-transform: lowercase;}
.colors-associated-products .grouped-items-table-header {position:static; width:100%;margin:0}
.group-i-order-inc .grouped-items-table-header .quantity {width:63px; padding-right:12px;}
/*.product-view .product-shop .cst-price-qty .price-box .regular-price {margin-top:10px;}*/
.product-view .product-shop .cst-price-qty { padding: 10px 0; text-align: left; float: none; display: inline-block; margin: 0; line-height: 34px;}
.model-items-table-header{float:right; font-size:12px;}
.group-i-order-inc .grouped-items-table-header .od-qty {padding-right:42px;}
.cart .shipping .buttons-set button.button span span {background: url("../images/button_fr/button_jour.png") no-repeat;}
.model-yarns-table tr.last td.product-img-inc {text-align:left;}
.model-order-control-table {margin-top:19px; width: 100%;}
.model-items-table-header .col_5 {width:37px;}
.model-items-table-header .col_4 {width:36px;}
.model-items-table-header .col_3 {width:62px;}
#super-product-table .the_price,
.model-items-table-header .th_3,
.model-items-table-header .th_4 {text-align:center;text-transform: lowercase;}
.similar .pv-box-b-title {background-position:-155px 20px;}
select#coaigcrotaille_value {float:right; margin-bottom:10px;}
#scroll_configuable_upsell {clear:both;}

.gift-product{ color:#f00;font-size:13px;}
.cart .cart-table .gift-product a{color:#f00;text-decoration:none}
.cart .cart-table .cart-plain-qty {margin-top:15px;display:block}
.gifts-choose-list .table_color_foryarn .col_1 {width:160px;}
.gifts-choose-list .table_color_foryarn .col_3 {width:100px;}
#lightwindow_contents ul.gifts-choose-list li a.color-row-inc span.color-name {text-align:left; width:auto; padding-left:10px; margin-bottom:10px; width:150px;}
.gifts-choose-list .cst-desc {padding-left:10px; line-height:normal;}
#chosen_giftproduct_box .cst-desc {height:auto!important; height:80px; min-height:85px; margin-bottom:15px;}
.product-view .product-collateral .pdfpic a {background:none; width:auto; padding:0; text-align:center; display:block;}
.product-view .product-collateral .pdfpic img {display:inline; vertical-align:middle;}
#super-product-table .product-img-inc a.lightwindow {height:auto!important; height:40px; min-height:40px;}
.cart .totals table tfoot .row-total-ht strong {font-size:16px; font-weight:bold;}

/* fixed "S,M,L,XL,XXL" button (task#0057444) */
/*.size-list-inc li { width:32px;}*/
.size-list-inc li button.button span { width:26px;}

.accueil-modeles .promo-row li .content, .accueil-fils .promo-row li .content { width:145px;}

.category-fils .desc li { font-size:115%;background-position: left 5px; }
.cms_homepage_news {color:#000; width:338px; height: 130px;}
.cms_homepage_news h1 {color: rgb(137, 166, 48); margin-top: 15px; line-height: 1;}
.cms_homepage_news .top{ width:355px; height:10px;}
.cms_homepage_news .content{width: 325px; height: 130px;}
.cms_homepage_news .bottom{width:355px; height:10px;}

#super-product-table .cst-qty-inc { width:60px; height:20px; display:block;background: url("../images/bout/pro_add_bt.png") no-repeat scroll 0 100% transparent; position:static;}
.colors-associated-products #super-product-table .cst-qty-inc {margin-left:5px;}
.cst-product-buy-info #super-product-table .qty_operation_2 { width:16px; height:16px; position:static; float:right; margin-right:2px; margin-top:2px;}
#super-product-table tr td .qty_operation_2 a.qty_add_2 { width:16px; height:16px; background-position:-42px -2px;}
.cst-product-buy-info #super-product-table .cst-qty-inc input.qty { line-height:20px; padding-right:0; float:left;}

.data-table tr.free-wool-balls td{ padding:12px 0;}
#freewoolballs_choose_link { margin-left:110px; background: url("../images/free_wool_balls_sign.png") no-repeat left 6px; padding-left:90px;}
#freewoolballs_choose_link{ font-size:16px; color:#58585A; font-weight:bold;text-transform: lowercase;}
#freewoolballs_choose_link span{ font-size:14px;color: #58585A;}
#freewoolballs_choose_link a{ color:#E16B8F; text-decoration:underline;font-size:14px;}
.catalog-product-view .freewoolballs_helpsystem{float:left;width:100%;margin-top:10px;}
.orderexpress-index-index .freewoolballs_helpsystem{width:980px;margin: 0 auto;margin-bottom:10px;}
.checkout-cart-index .freewoolballs_helpsystem{float:right}
.freewoolballs_cart{padding:10px 18px}
.freewoolballs_helpsystem h2, .freewoolballs_cart h2{color:#E85741;margin-left:0px;font-size:18px;}
.freewoolballs_helpsystem > div{border:1px solid #E85741;padding:10px;width:345px;color:#5F5D5D;font-family:"Caviar Dreams";font-size:14px;}
.freewoolballs_cart .freewoolballs_resume{width:645px;color:#5F5D5D;font-family:"Caviar Dreams";font-size:14px;}
.freewoolballs_cart > div{border-bottom:1px solid #58585A;padding-bottom:25px;}
.freewoolballs_cart .special_offer{font-family: "Caviar Dreams";color:#5F5D5D;font-size:14px;}
.freewoolballs_helpsystem ul li{display:inline-block;vertical-align: top}
.freewoolballs_helpsystem .freewoolballs_arrow{background: url("../images/fleche-orange.png") no-repeat;height:11px;}
.freewoolballs_helpsystem .freewoolballs_infos{margin-bottom:-9px;margin-top:-5px;font-size:13px;text-decoration:underline;}
#freewoolballs_qty_invoice, #freewoolballs_qty_free{color:#E85741; font-weight:bold;}

.free-wool-balls-table{ margin:0 0 20px; width:902px;}
.free-wool-balls-table caption{ padding:0 20px 10px;}
.free-wool-balls-table caption h1{ font-size:18px; color:#58585A;font-weight:bold; line-height:18px;}
.free-wool-balls-table caption .summary{ font-size:15px; color:#58585A; font-weight:bold; text-transform: lowercase;}
.free-wool-balls-table caption .error-msg{ font-size:14px; color:#FF1A1A; padding:10px 0;}
.free-wool-balls-table td{ width:300px; border:1px solid #B2B3B3; padding:5px 0;}
.free-wool-balls-table td.empty-td{ border:0 none;}
.free-wool-balls-table td.first{ border-left:0 none;}
.free-wool-balls-table td.last{ border-right:0 none;}
.free-wool-balls-table td .title{ width:114px; padding:10px 0 0 20px; float:left;}
.free-wool-balls-table td .title h1{color:#58585A; font-weight:bold;font-size:16px; line-height:16px;}
.free-wool-balls-table td .title .summary{color:#58585A; font-size:15px;line-height:15px;}
.free-wool-balls-table td .product-image{ width:60px; float:left;}
.free-wool-balls-table td .product-image img{ width:49px; height:49px; border:1px solid #B9B8B9;}
.free-wool-balls-table td .option{width:84px; float:right; position:relative;}
.free-wool-balls-table td .option input{ padding:2px;  width:30px; border:1px solid #9A9A9A; position:relative; top:13px; text-align:center;}
.free-wool-balls-table td .option .qty_add,.free-wool-balls-table td .option .qty_minus{ position:relative;background:url("../images/bout/count_bt.png") no-repeat; width:15px; height:15px; display:inline-block; text-indent:-9999px; overflow:hidden; text-decoration:none;}
.free-wool-balls-table td .option .qty_add{ left:5px; top:8px;}
.free-wool-balls-table td .option .qty_minus{ background-position:left -15px; top:25px; left:-14px;}
.my-free-wool-balls{ padding:5px 0 0 10px; font-size:14px; color:#9C2E53;font-weight:bold;text-transform: lowercase;}
.my-free-wool-balls h1{ display:inline; font-size:14px;  margin-right:20px;}
.my-free-wool-balls a{ color:#A43F60; text-decoration:underline;font-size:14px;}
#freewool_choose_box{ padding:0.4em 0; overflow-x:hidden;}
#freewool_choose_box .global_error_message{ font-size:14px; color:#FF1A1A; text-align:left; padding-left:18px;}
#freewool_choose_box .popupwindowform_submit{cursor:pointer; border:0 none; background:url("../images/save_button.png") no-repeat; width:71px; height:22px; line-height:22px; font-size:12px; color:#fff; text-align:center; outline:none; vertical-align:middle;}
#freewool_choose_box .popupwindowform_submit:focus{ outline:0 none;}
#freewool_choose_box .save-option{text-align:right; margin-bottom:10px; padding-right:15px;}
.ui-dialog.freewool_choose_dialog{ padding:0; -moz-border-radius:0;}
.freewool_choose_dialog.ui-dialog .ui-dialog-titlebar{ padding:0; background:none; cursor:default; border:0 none; -moz-border-radius:none; height:22px;}
#ui-dialog-title-freewool_choose_box{ display:none;}
.freewool_choose_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close { margin:0; top:0; right:0;}
.freewool_choose_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{}
.model-yarns-table tr td a.lightwindow .product-img { width:40px; height:40px;}
.accueil-modeles .main-promo .first .promo-row-list .title1.modeles { background-image:url("../images/bout/modeles_title_1.png");}
.accueil-modeles .main-promo .first .last .title1.modeles { background-image:url("../images/bout/modeles_title_2.png");}
.accueil-modeles .main-promo .last .promo-row-list .title1.modeles { background-image:url("../images/bout/modeles_title_3.png");}

.cst-login-alt-box li .clientnumber-box-info{ width:370px; float:none;}
.clientnumber-box-info .clientnumber-correct {background:url(../images/icon_ok.gif) no-repeat; width:16px; height:16px; display:inline-block; text-indent:-9999px; margin:2px 0 0 5px;}
.clientnumber-box-info .clientnumber-error {background:url(../images/error_msg_icon.gif) no-repeat; width:16px; height:16px; display:inline-block; text-indent:-9999px; margin:2px 0 0 5px;}
.input_clientnumber label{ float:none; padding:0 0 5px 240px; display:block; width:auto; text-align:left;}
.input_clientnumber .input-box{ padding-left:240px;}
.input_clientnumber .input-box .input-text{ margin-right:5px;}
.input_clientnumber .input-box .button{ margin-left:5px;}
.input_clientnumber .input-box .button span span{  width:50px; background-position:-1px top;}
.input_clientnumber .input-box.validation-passed{ background:none; padding-right:0;}
#client_number_validation_advice{ margin-left:240px;}

#addressform .form-list{ width:620px; margin:0 auto;}
#addressform li{ float:left; width:300px;}
#addressform li.fields .field { float:left; padding-bottom:2px;}
#addressform li .field label,#addressform li .field .input-box { float:none;}
#addressform li.clientnumber_short select{ width:280px;margin-bottom: 3px;}
#addressform li.clientnumber_short input{ width:274px; margin-bottom: 3px;}
#addressform li.clientnumber_clean,#addressform li.clientnumber_long{ width:600px; clear:both;}
#addressform li.clientnumber_long input{ width:574px; margin-bottom:0px;}
#addressform #insee_container_customer{ width:auto; font-size:12px;}
#addressform li .field .input-box { margin-top:3px;}
#addressform li .field .validation-passed {background-position:right top;}

.cart .cart-static-block{ padding:10px 18px;}

/* origin */
.accueil-origin .main-promo .promo-row .promo-row-list .title1{width: 145px;}
.accueil-origin .main-promo .promo-row .origin-fils .title1 { background-image:url("../../../../../media/origin/origin_fils_title.png");}
.accueil-origin .main-promo .promo-row .origin-aiguilles .title1 { background-image:url("../../../../../media/origin/origin_aiguilles_title.png");}
.accueil-origin .main-promo .promo-row .origin-boutons .title1 { background-image:url("../../../../../media/origin/origin_boutons_title.png");}
.accueil-origin .main-promo .promo-row .origin-mag-on .title1 { background-image:url("../../../../../media/origin/origin_magin_on_title.png");}
.accueil-pre-porter .desc li {background: url("../images/bout/pub_list_bg.jpg") no-repeat scroll 0 55% transparent;}
.accueil-pre-porter .main-promo .promo-row .promo-row-list .title1{width: 145px;}
.accueil-pre-porter .main-promo .promo-row .pret-porter-archi .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-archi_title.png");}
.accueil-pre-porter .main-promo .promo-row .pret-porter-homme .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-homme_title.png");}
.accueil-pre-porter .main-promo .promo-row .pret-porter-famille1 .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-famille1_title.png");}
.accueil-pre-porter .main-promo .promo-row .pret-porter-famille2 .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-famille2_title.png");}
.accueil-pre-porter .main-promo .promo-row .pret-porter-elle .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-elle_title.png");}
.accueil-pre-porter .main-promo .promo-row .pret-porter-mdr .title1 { background-image:url("../../../../../media/pret_a_porter/pre_porter-mdr_title.png");}

/* contact us form */
#contactForm .fieldset .form-list .fields select { width:270px;}

.category-layered-with-toolbar .col-2-set #search_mini_form .form-search { float:none; display:block;}

.colors-item-details-box {position:absolute;width:300px;height:300px;z-index:10000;margin-left:50px;top:5px;border:1px solid #ccc}
#collateral-tabs {height:145px;}
/*.composition-data {padding-bottom:10px;}*/
.composition-data h2 { color:#58585A; font-size:11px; margin:0; padding:0; font-weight:normal; font-weight:normal; }
.add-to-links li a {font-size:11px; line-height:9999px;}
.canada_fr #nav li.nav-1 {width: 110px;}
.canada_fr #nav li.nav-2 {width: 85px;}
.canada_fr #nav li.nav-3 {width: 135px;}
.canada_fr #nav li.nav-4 {width: 145px;}
.canada_fr #nav li.nav-5 {width: 135px;}
.canada_fr #nav li.nav-6 {width: 110px;}
.canada_fr #nav li.nav-7 {width: 70px;}
.canada_fr #nav li div.scroll_bottom {left:-176px !important;}

/* pap */
.pap #nav {width:908px;}
.pap #nav li.nav-1{width: 164px;}
.pap #nav li.nav-2{width: 164px;}
.pap #nav li.nav-3{width: 164px;}
.pap #nav li.nav-4{width: 164px;}
.pap #nav li.nav-5{width: 182px;}

.pap #nav li div.scroll_bottom {left:-75px !important;}
.pap #nav a.level-top {text-decoration:none;}
.pap #nav li.over a.level-top, .pap #nav li.active a.level-top {background:#E95742;}
.pap #nav li.over a.link-key-femme {background:#C1D331;}
.pap #nav li.over a.link-key-homme {background:#90C5D7;}
.pap #nav li.over a.link-key-enfant {background:#F8AC3E;}
.pap #nav li.over a.link-key-accessoires {background:#EF90B8;}
.pap #nav li.active a.link-key-femme {background:#C1D331;}
.pap #nav li.active a.link-key-homme {background:#90C5D7;}
.pap #nav li.active a.link-key-enfant {background:#F8AC3E;}
.pap #nav li.active a.link-key-accessoires {background:#EF90B8;}
.pap #nav li.nav-1 div.shown-sub{background:#C1D331; display:block;}
.pap #nav li.nav-2 div.shown-sub{background:#90C5D7; display:block;}
.pap #nav li.nav-3 div.shown-sub{background:#F8AC3E; display:block;}
.pap #nav .btm-key-accessoires{background:#EF90B8; display:block;border-width:0 !important;border-style:none !important;}
.pap #nav li.nav-5 div.shown-sub{background:#E95742; display:block;}
#nav li div.scroll_bottom{;}
.pap #nav .cst-top-sub-menu-box .cat-list li a {color: #556E73;}
.pap .cat-btm-link a {color: #39B2D2; font-size: 10px;}
.pap .cst-top-sub-menu-box .cat-parent span {color: #556E73 !important;}
.pap .cst-top-sub-menu-box .tsmb-col-2 {background:#fff !important; float:right !important;margin-left:0 !important;width:798px !important; height:250px !important;}
.pap .cst-top-sub-menu-box .tsmb-col-1 {margin-left:0 !important; width:100% !important;float:left !important;width:182px !important; height: 250px !important;}
/*.pap #nav .top-title-text {background:url(../images/menu_femme.png) no-repeat center center; text-indent:-9999px;}
.pap #nav .nav-2 .top-title-text {background-image:url(../images/menu_homme_2012.png);}
.pap #nav .nav-3 .top-title-text {background-image:url(../images/menu_enfant.png);}
.pap #nav .nav-4 .top-title-text {background-image:url(../images/menu_accessoires.png);}
.pap #nav .nav-5 .top-title-text {background:url(../images/menu_pe2012_2.png);}*/

/* BERGERE DE FRANCE */
.cms-enterprise-home #search_mini_form{position: relative;float: right;clear: both;}
.cms-enterprise-home .search-home {position: relative;right: -400px;width: 395px;margin: auto;height: 24px;}
.cst-home-selection .selection{padding-left: 8px; position:absolute; bottom:125px;}

/* header */
.header .header_phone {display: block;font-size:14px;margin: 10px 0 0 265px; *margin: 0 230px 0 0; text-align: left; width: 280px;}
.header .header_country {position:absolute;top:5px;margin-left:7px;z-index:1000;width:auto;right:0; padding: 3px;}
.form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; list-style:none; }
.form-search .search-autocomplete li { padding:4px 6px 4px 5px; border-bottom:1px solid #636363; font-size:12px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {background-color:#B0B1B1;color:#FFFFFF}
.form-search .search-autocomplete li.last { border-bottom:0; }
.communaute_list span{font-size:15px;}

/* footer */
#footer_garanties{display:block;width:118px;height:90px;background:url("../images/bout/garanties.jpg") 0 0 no-repeat;}
#footer_garanties:hover,#footer_garanties:active,#footer_garanties:focus{background-position:0 -90px;}
#footer_faq{display:block;width:88px;height:90px;background:url("../images/bout/faq.jpg") 0 0 no-repeat;}
#footer_faq:hover,#footer_faq:active,#footer_faq:focus{background-position:0 -90px;}
#footer_livraison{display:block;width:178px;height:90px;background:url("../images/bout/livraison.jpg") 0 0 no-repeat;}
#footer_livraison:hover,#footer_livraison:active,#footer_livraison:focus{background-position:0 -90px;}
#footer_livraisonbe{display:block;width:145px;height:90px;background:url("../images/bout/livraisonbe.jpg") 0 0 no-repeat;}
#footer_livraisonbe:hover,#footer_livraisonbe:active,#footer_livraisonbe:focus{background-position:0 -90px;}
#footer_fabricant{display:block;width:118px;height:90px;background:url("../images/bout/fabricant.jpg") 0 0 no-repeat;}
#footer_fabricant:hover,#footer_fabricant:active,#footer_fabricant:focus{background-position:0 -90px;}
#footer_paiement{display:block;width:166px;height:90px;background:url("../images/bout/paiement.jpg") 0 0 no-repeat;}
#footer_paiement:hover,#footer_paiement:active,#footer_paiement:focus{background-position:0 -90px;}
#footer_magasins{display:block;width:207px;height:90px;background:url("../images/bout/nos.jpg") 0 0 no-repeat;}
#footer_magasins:hover,#footer_magasins:active,#footer_magasins:focus{background-position:0 -90px;}
#footer_assistance{display:block;width:110px;height:90px;background:url("../images/bout/assistance.jpg") 0 0 no-repeat;}
#footer_assistance:hover,#footer_assistance:active,#footer_assistance:focus{background-position:0 -90px;}
.footer_list_text ul li.title{font-size:15px;  background: none; padding-left:0px;padding-bottom:5px;color:#58585A;padding-top:11px;text-align:left;line-height:16px;}
.footer .cms_footer_paiements{margin-top:130px; clear:both;}
.footer .cms_footer_paiements h3, .footer .cms_footer_paiements h3, .footer .cms_footer_paiements .cms_footer_paiements_title{font-family: "The Only Exception"; font-size:16px; background: none; color:#FFF; margin-right: 10px; padding-top:11px;line-height:16px;font-weight:normal;}
.footer .form-subscribe{width:195px;}

/* accueil */
.white_bg .home_box_left{width:145px;float:left;}
.white_bg .home_box_left a{text-decoration:none;color:#FFFFFF;}
.white_bg .home_box_left span{font-size:15px;margin-left:10px;}
.white_bg .home_box_left img{padding-left:5px;padding-bottom:1px;}
.white_bg .home_box_right{width:145px;float:left;}
.white_bg .home_box_right a{text-decoration:none;color:#FFFFFF;}
.white_bg .home_box_right span{font-size:15px;margin-left:20px;}
.white_bg .home_box_right img{padding-left:15px;}
.home_bottom{clear:both;padding-top:27px;bottom:2px;}
.cst-communaute-box .text-algin{padding-bottom:2px;}
#popId-currencySelect a{color:#BCBCBD;text-decoration:none;}
#popId-currencySelect img{padding-left:5px;}


/* mon compte */
.account-login .page-title h1 {color: #5F5E5E; padding-bottom: 0; height:41px;  text-transform:none;}
.account-login .col-1 h2, .account-login .col-2 h2 {padding-bottom: 0; height:38px; font-size:22px;}
.account-login .buttons-set {padding-left:7px;margin-top:0px;font-size:11px;}
.wishlist-index-share #form-validate .buttons-set button.button span span {background:url("../images/button_fr/send_email_bt_env.jpg") no-repeat;width:161px;height:20px;margin:0px;text-indent:-999em;}
.nobr li:first-child {text-align: left; margin-bottom:5px;}
.nobr li {color: rgb(225,127,143) !important;}
.nobr li a { text-decoration: none !important;}
.link-reorder{color: #E16B8F;}

/* produit */
.group-box-num-title img{vertical-align:middle;}
.product-name-inc .ref{text-transform: lowercase;}
.od-product-name-inc .od-product-noar{text-transform: lowercase;}
#productStockAvailability{text-transform: lowercase;}
#customer-reviews .no-rating{text-transform:lowercase;}
.more-views .productmedia_lightwindow img, .model-box .model-img {border: 1px solid #ccc;}
#main-image {display: block;border: 1px solid #ccc;}
#produitparution #main-image {border: none;}
#produitparution iframe {margin-top: 20px;}
#produitparution > img { margin: -23px 0 0 5px; }

/* panier */
.required-hint .required {text-transform:lowercase;font-weight:bold;}
.checkout-review-submit .f-left {text-transform:lowercase;}
#bouton-validation-commande{width:240px;height:36px;}
#review-buttons-container .f-left{text-transform:lowercase;}

/* contact */
#contactForm .required em{color:#DC1876;}

/* CMS Magazines bergere */
.cms-magazines-bergere .col-one-inc, .cms-bergere-and-you .col-one-inc{width:auto;}

/**
 *STYLE TOP BAR
 */
.top-container {
	border: none !important;
}

.container-open {
	background: rgb(255, 204, 1) !important;
	border: none;
}

.container-open .open {
	background: none !important;
}

.container-closed {
	background: rgb(255, 204, 1) !important;
	border: none;
}

.event-container {
	margin: 0 auto;
	top: 0;
	width: 980px;
}

.event .status {
	font-weight: bold;
}

.event .status, .event-ticker .container {
	color:rgb(94, 95, 95);
}

.event .event-ticker span {
	background-image: url("../images/eventMaj-France.gif");
	background-repeat: no-repeat;
}

.event-container .event .event-ticker span.days  {
	background-position: 0 5px;
}

.event-container .event .event-ticker span.hour  {
	background-position: 0 -51px;
}

.event-container .event .event-ticker span.minute  {
	background-position: 2px -107px;
}

.event-container .event .event-ticker span.second  {
	background-position: 5px -163px;
}

/**
 *FIN STYLE TOP BAR
 */

/* STYLE DESTOCKAGE */
.products-list-destockage {margin-top: 30px; width: 980px;}

.products-list-destockage li.item {
	background-image: none;
	border: 1px solid rgb(162, 162, 162);
	margin: 0pt 0pt 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background: rgb(255, 255, 255);
}
.products-list-destockage li.first {
	box-shadow: -1px 1px 3px rgb(64, 54, 54), 0 0 3px rgb(64, 54, 54);
	     float: left;
	     width: 470px;
}
.products-list-destockage li.last {
	box-shadow: 1px 1px 3px rgb(64, 54, 54), 0 0 3px rgb(64, 54, 54);;
	     float: right;
	     width: 470px;
}

.products-list-destockage .product-image-destockage {
	float:left;
	height: 160px;
	width: 120px;
}

.destockage_main {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZWZjZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZjYzAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(254,252,234,1) 40%, rgba(255,204,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(254,252,234,1)), color-stop(100%,rgba(255,204,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(254,252,234,1) 40%,rgba(255,204,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(254,252,234,1) 40%,rgba(255,204,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(254,252,234,1) 40%,rgba(255,204,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(254,252,234,1) 40%,rgba(255,204,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ccffcc00',GradientType=0 );
}
/*-------------------------
STYLE IMG:HOVER
-------------------------*/
.view {
	width:120px;
	height:160px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.view .mask {
	width: 120px;
	height: 160px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
	left: -90px;
}

.view a.info {
	height: 160px;
	width: 120px;
	cursor: pointer;
	display: block;
}

.view a.info div {
	background:url("../images/bout/loupe.png") center center no-repeat;
	display: block;
	padding:145px 0 0 0;
	text-decoration: none;
}

.third-effect .mask {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	overflow:visible;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	zoom: 1;
}

.third-effect a.info {
	position:relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.5s 0s ease-in-out;
	-moz-transition: opacity 0.5s 0s ease-in-out;
	-o-transition: opacity 0.5s 0s ease-in-out;
	-ms-transition: opacity 0.5s 0s ease-in-out;
	transition: opacity 0.5s 0s ease-in-out;
}

.third-effect:hover .mask {
	opacity: 1;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
}

.third-effect:hover a.info {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-------------------------
FIN STYLE IMG:HOVER
-------------------------*/

.products-list-destockage .product-shop {
	height: 160px;
	width: 350px;
	float: left;
}

.products-list-destockage .product-shop .col-1 {
	min-height: 130px;
	max-height: 130px;
	float: left;
	overflow: hidden;
	width: 270px;
}

.products-list-destockage .title_product {
	text-decoration: none;
}

.products-list-destockage .product-shop h2 {
	color: rgb(68, 68, 68);
	font: normal 11px/1.25 Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 140%;
	max-height: 25px;
	padding: 2px 0 0 5px;
	overflow: hidden;
	cursor: pointer;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.products-list-destockage .product-shop h2:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.products-list-destockage .line-1 {height: 50px;}
.products-list-destockage .composition {
	float: left;
	width: 110px;
	font-size: 10px;
	height: 50px;
	max-height: 50px;
}

.products-list-destockage .composition, .products-list-destockage .std {padding: 0 0 0 5px;}
.products-list-destockage li.pictos-list-destockage {display: inline-block;}

.products-list-destockage .picto {
	float: left;
	width: 155px;
}

.products-list-destockage .std-fil {
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 5px;
}

.products-list-destockage .std-fil p {
	width:100%;
	max-height: 53px;
	vertical-align:middle;
	line-height:1.2;
	overflow: hidden;
}

.products-list-destockage .modal-link {text-decoration: none;}

.products-list-destockage .product-shop .col-2 {
	float: left;
	height: 130px;
	width: 80px;
}

.products-list-destockage .stock-item {
	color: rgb(255, 91, 91);
	float: left;
	height: 40px;
	margin-top: 5px;
	text-align: center;
}

/*-------------------------
STYLE VIGNETTE
-------------------------*/
.products-list-destockage .cst-price-img-box-destockage {
	background: url("../images/bout/rond_prix_jaune.png") no-repeat scroll 100% 100% transparent;
	background-position: center;
	float: right;
	height: 96px;
	line-height: 16px;
	position: absolute;
	top: 30px;
	width: 80px;
}

/*.products-list-destockage .special-destockage {
	background: url("../images/bout/price_new_bg.png") no-repeat scroll 100% 100% transparent;
	background-position: center;
	height: 96px;
	float: left;
	line-height: 16px;
	position: absolute;
	top: 30px;
	width: 90px;
}*/

.cst-price-img-box-destockage .price-box {
	position: relative;
	text-align: center;
	top: 37px;
	width: 90px;
}

.cst-price-img-box-destockage .special-price .price, .cst-price-img-box .price,
.cst-price-img-box-destockage .price-box .price{
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

.cst-price-img-box-destockage .price-box .old-price .price {
	font-size:14px;
	font-weight:normal;
	color: rgb(0, 0, 0);
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	bottom: 0;
}

.cst-price-img-box-destockage .price-box .special-price {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	bottom: 0;
}

.cst-price-img-box-destockage .price-box-tail {
	color: rgb(0, 0, 0);
	margin: 66px 0 0 2px;
	text-align: center !important;
}
/*-------------------------
FIN STYLE VIGNETTE
-------------------------*/

.products-list-destockage .product-shop .row-2 {
	float: left;
	height: 30px;
	width: 350px;
}

.products-list-destockage .cart-bottom-bar {
	background-color: rgb(226, 226, 226);
	float: left;
	height: 30px;
	width: 290px;
}

.products-list-destockage .cart-bottom-bar span.ref {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
	width: 65px;
}

.products-list-destockage .cart-bottom-bar .add-quantity {
	float: left;
	height: 30px;
	width: 115px;
}

.products-list-destockage .cart-bottom-bar .add-quantity label {
	float: left;
	font-size: 11px !important;
	height: 30px;
	line-height: 30px;
	text-transform: lowercase;
}

.products-list-destockage .cart-bottom-bar input.qty {
	background: url("../images/bout/pro_add_bt.png") no-repeat scroll 0 100% transparent;
    border: 0 none;
    float: left;
    height: 20px;
    margin: 5px 0 0 5px !important;
    padding: 0 20px 0 5px;
    text-align: center;
    width: 35px !important;
}

/*-------------
STYLE BOUTON
-------------*/
.products-list-destockage .qty_operation_2-destockage {
    display: block;
    float: left;
    height: 16px;
    margin-left: -18px;
    margin-top: 7px;
    width: 16px;
    position: static;
}

.products-list-destockage .qty_operation_2-destockage a {
	background-position: -42px -2px;
	height: 16px;
	outline: none;
	text-decoration: none;
	width: 16px;
}

.products-list-destockage .qty_operation_2-destockage span.plus {
	display: block;
	line-height: 15px;
	height: 15px;
	text-align: center;
	color: rgb(164, 63, 97);
}
/*----------------
FIN STYLE BOUTON
----------------*/

.products-list-destockage .cart-bottom-bar .total .label {
	height: 30px;
	line-height: 30px;
	float: left;
}

.products-list-destockage .cart-bottom-bar .price-num {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	max-width: 70px;
	text-align: center;
	width: 70px;
}

.products-list-destockage .add-to-cart-destockage {
	background-color: rgb(88, 88, 90);
	float: left;
	height: 30px;
	line-height: 30px;
	width: 60px;
}

.products-list-destockage .button-addtocart-destockage {
	background: url("../images/bout/pictopanier.png") no-repeat scroll 0 100% transparent;
	height: 30px;
	width: 60px;
}

/*------------------

 Style modale
------------------*/

.modal_containerBG {
	background: rgba(89, 76, 76, .8);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	zoom: 1;
	z-index: 20000;
}

.modal_container {
	background: rgb(243, 240, 239);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	left: 0;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 500000;
}

.modal_productImg a {
	color: rgb(191, 42, 42);
	cursor: pointer;
	display: none;
	font-size: 35px;
	font-weight: bold;
	line-height: .5;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 8px;
}

.modal_productImg:hover a {
	display: block;
}

.modal_productDescs {
	padding: 5px 0px 3px 0px;
	text-align: left;
	position: relative;
}

.modal_productTitle h2 {
	font-size: 18px;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.modal_productPlLl p {
	font-size: 12px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	width: 130px;
	float: right;
}

.modal_productComposition {
	font-size: 12px;
	z-index: 30;
	position: relative;
	height: 90px;
	padding: 5px 0 0 10px;
	width: 150px;
	float: left;
}

.modal_productPictos {
	min-height: 85px;
	max-height: 85px;
	padding: 0px 10px;
	clear: both;
}

.modal_productPicto1 {
	height: 50px;
}

.modal_productPictos .modal_productPicto1 img {
	margin-left: 5px;
}

.modal_imgFix {
	position: relative;
	top: -60px;
	right: 60px;
	float: right;
}

.modal_productPicto2 {
	text-indent: 10px;
	height: 50px;
	padding-bottom: 5px;
}

.modal_productDescription {
	height: 100px;
	border-top: 1px solid rgba(0,0,0,0.1);
	clear: both;
}

.modal_productDescription p {
	font-size: 14px;
	text-align: justify;
	overflow-y: scroll;
	padding: 5px 5px 0px 5px;
	height: 94px;
}

/*------------------
 FIN style modale
------------------*/

.AddToCart_container {
  background-color: #f3f0ef;
     border-radius: 5px;
        box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.1);
        box-shadow: inset 0 0 1px rgba(255,255,255,1);
           display: block;
           padding: 0;
          position: absolute;
        text-align: left;
             width: 350px;
           z-index: 500000;
}

.AddToCart_nav, .AddToCart_nav_error {
	background-color: rgb(88, 88, 90);
	   border-radius: 5px 5px 0 0;
	          height: 40px;
}

.AddToCart_title, .AddToCart_titleError {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	color: rgb(242, 242, 242);
	letter-spacing: 2px;
	font-weight: bold;
}

.AddToCart_paddingMsg {
	padding: 10px 11px;
}

.AddToCart_msg, .AddToCart_msgError {
	       font-size: 13px;
	     /*font-weight: bold;*/
	          height: 40px;
	     line-height: 40px;
	      text-align: center;
	         padding: 5px 0px;
              border: 1px solid rgba(0,0,0, 0.2);
       border-radius: 2px;
}

.AddToCart_msg {
	background: rgba(77, 139, 77, 0.3);
	     color: rgb(63, 113, 63);
}

.AddToCart_msgError {
	background: rgba(215, 41, 71, 0.25);
	     color: rgb(189, 36, 63);
}

.AddToCart_checkIcon, .AddToCart_errorIcon {
	 padding: 18px 0 0 18px;
	position: relative;
	     top: 8px;
}

.AddToCart_checkIcon {
	 background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3MEY5RUQyMzk1RDhFMTExOUIyMUM2RDFCRUUzMDU5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3RkM2MUU2RUIyRjUxMUUyOUExM0JBOURDREI5REQxMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3RkM2MUU2REIyRjUxMUUyOUExM0JBOURDREI5REQxMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJFOUY0NzE2MTE1Q0UyMTE4Q0Q2OUI1NzhCQUJGMDMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwRjlFRDIzOTVEOEUxMTE5QjIxQzZEMUJFRTMwNTkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Ctiz3wAAASRJREFUeNpitC+0ZyADcAHxPyD+caDvAFiAiYE8MAWInwJxr0ORgzpIgIUMQwKBOBHKLgJiRSAOItVFEkA8E4l/H4iTSPUaIxDPAWJRKP8XEIcCw+gDqQalAbE3Eh/krbMwDrEGqYICFom/CoinIitAN8gQiPnRxEARshiIuaH8O1DXMWAzyAWIdwHxOSBeB8RsSGqqgNgcyv4BxGFA/BGbQcxAnAzErlAxJyCeBw1cUyCuRVJfAMTnsfkd5Oy/QBwPTa1+UPFoIH4JxD5IaW0ZWtRj9dovqJP3oMWKGpR9A4jT8cUGcmD/BGJ/ID6KpuYbKL0A8RdiDYJpAqWVM0hi2UB8hVD6wJbXQDHiBcR7oQG7gJiEhivTvgZid2zRjAsABBgA5041WnriqqsAAAAASUVORK5CYII=') center center no-repeat transparent;
	margin-right: 5px;
}

.AddToCart_errorIcon {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3MEY5RUQyMzk1RDhFMTExOUIyMUM2RDFCRUUzMDU5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDVDNTBDOUIyRjUxMUUyQkYwQkRFRjIwRDEzMDA4MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDVDNTBDOEIyRjUxMUUyQkYwQkRFRjIwRDEzMDA4MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJFOUY0NzE2MTE1Q0UyMTE4Q0Q2OUI1NzhCQUJGMDMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwRjlFRDIzOTVEOEUxMTE5QjIxQzZEMUJFRTMwNTkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YHg0fAAAAitJREFUeNqEU8tu00AUHY/HduzEiZNQJxGUhyiLgqDqAgkJiUeBgsoKpIod8AP8AAs+hgXisWMDFEoqpFZISBVQUBeISjRVyKt5OXZs1w/uRHVxXCKOZGvuzD33zj0+JosTF1GAx81f6t3MkRoageg5pq+ZH0toWW8Is3Ju60lrU/wX8VmrhG8mC+WlXp0Ee8y9zFEyJaa4KVEx6EbNsXaKWk26kx53QkRuNpnrp1mepfEno8mvm5qHjwtxNyBSqETgZmS1/7RV4mn8vF1K31IOWgGR4qyUsQ/zkod/Wjr6ZnZy4SuOEYFclVX9Zad8bV4Zb/AMZsLnq0ZL3LQNxFDBQAg8GZM5qGii/wC0kaGhDsL5A8Fg4cEM9odeHY8i+fAsarX4+fiBHiXuqb1bwL+QGPPfalXRG6T+heP76HW3wl+RVSO8v68TJCreMBfRYq7vO9HcIXKxV+NuJPO/CTOkDwLB0Fwq7y1oVWEfGQRjVvTtk5cTqs6MmBkjBoGJTDCJEDYJPi2myLSoWOHktrvjreiNadDhcwKToZof9e3Yw/KahSeExJkoseXa7u2NZXYuWfj6qluRNNcZUuFcPGs+KpzicNO1v2zY+p5fIXYXulX+/YlLg3heOWS+0SpSF24S5Hw3u9QkDrM+eV0Ahe1ir57Nk1jlnVZNga/16Mwv2lsszGxDI2mt37Hpp6UdLarug9JqA9Yku9sxCriBC38fez97jA1M8keAAQAyBPObjpDcNwAAAABJRU5ErkJggg==') center center no-repeat transparent;
}

.AddToCart_msgMultiLine {
	       display: inline-block;
	   line-height: 1.2;
	vertical-align: middle;
	         width: 290px;
}

.AddToCart_showMore {
	text-align: center;
	font-size: 13px;
	color:rgb(121, 120, 120);
	width: 200px;
	margin: 0 auto;
	padding: 5px 0;
	cursor: pointer;
}

.AddToCart_showMore:hover {
	color: rgb(59, 58, 58);
}

.AddToCart_menu ul {
	list-style:none;
	display: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.AddToCart_menu ul li {
	border-top:1px solid rgb(215, 215, 215);
	padding:11px 10px;
	box-shadow:inset 0 1px 1px #fff;
	text-indent:10px;
}

.AddToCart_menu ul li p, .AddToCart_menu ul li span {
	font-size:14px;
	color:rgb(121, 120, 120);
	font-size:14px;
	text-shadow: 1px 1px 1px #fff;
}
.AddToCart_menu ul li span {
	margin-left: 10px;
}

.AddToCart_menu ul li img {
	float:left;
	margin:4px 0 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAM1JREFUOBGNkEEOgyAQRYU03sEbCNuu3PUOvUN3PZA9jTtXXQLewDt0of2TQILKAJNMYHD+c/40+743IY0xI7INdc0pmyggeKGcnHNd9Jy9HgDUCciA/C7LMmSV/uMF4CHdtm2TtZYmykYSQApMQbsYAaFsOQoLCAJAsnspAvw07F6qAB6S3Es1IFg6n7fzA1cLIVYp5bPv+znuqZoA4hl5P4sJVARA+EHfQym1xn8Od9YChD80vbXWBGAjCYA46TdFuViAmPVbBJT8pgB/RlmAynq5oCIAAAAASUVORK5CYII=')  center center no-repeat transparent;
	border-style: none;
	padding: 16px 0 0 16px;
	text-indent: 0;
	height: 0;
	width: 0;
}

.AddToCart_menu ul li:hover {
  background-color:rgba(0,0,0,0.02);
}

.AddToCart_footer {
     border-top: 1px solid rgb(215,215,215);
  border-radius: 0 0 5px 5px;
         height: 40px;
     text-align: center;
}

.AddToCart_footer a {
            color: rgb(242, 242, 242);
        font-size: 15px;
       margin-top: 6px;
  text-decoration: none;
}

.AddToCart_footer .AddToCart_btn {
  background-color: rgb(88, 88, 90);
             color: rgb(255, 255, 255);
           display: inline-block;
         font-size: 14px;
   text-decoration: none;
           padding: 5px 10px;
}

.AddToCart_footer .AddToCart_btn:active {
	box-shadow: inset 0 3px 2px rgb(63, 63, 64), inset 0 3px 2px rgb(63, 63, 64);
	-webkit-transform:translateY(2px);
	-moz-transform:translateY(2px);
	-o-transform:translateY(2px);
	-ms-transform:translateY(2px);
	transform:translateY(2px);
}

.AddToCart_closeLink {
	margin-right: 3px;
}

.AddToCart_goToCheckOut {
	margin-left: 3px;
}

.AddToCart_cartIcon, .AddToCart_closeIcon {
  font-size: 0;
    padding: 16px 0 0 16px;
   position: relative;
     height: 0;
      width: 0;
}

.AddToCart_cartIcon {
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAM1JREFUOBGNkEEOgyAQRYU03sEbCNuu3PUOvUN3PZA9jTtXXQLewDt0of2TQILKAJNMYHD+c/40+743IY0xI7INdc0pmyggeKGcnHNd9Jy9HgDUCciA/C7LMmSV/uMF4CHdtm2TtZYmykYSQApMQbsYAaFsOQoLCAJAsnspAvw07F6qAB6S3Es1IFg6n7fzA1cLIVYp5bPv+znuqZoA4hl5P4sJVARA+EHfQym1xn8Od9YChD80vbXWBGAjCYA46TdFuViAmPVbBJT8pgB/RlmAynq5oCIAAAAASUVORK5CYII=') center center no-repeat transparent;
  margin-left: 5px;
          top: 4px;
}

.AddToCart_closeIcon {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAM5JREFUOBGNkLENgzAQRcGK2CEbgNtUdJmGDJQq7JAd0lGlBHuD7EAB+V8CydjGZ0snzN3/z3dXrOta5MY4jhXi5epVkXmMMVdIPzB3riULYK1tYfwiWtfMuwiYpqlbloUvs4PgXILMloCxwvXpt+zro4Bt3nesZR8QjJCa1zfz/wCQ5hUBMYGUO3Sgte6VUveyLH+Sca8fAEzWdT0AcEMMuyj1DQAUN03DDthJnzKzFgWwgHFmxAMQxsxc7JwCdrG0FxFAUGovWQBCzvbyB7MMe5iUASFlAAAAAElFTkSuQmCC') center center no-repeat transparent;
  margin-right: 5px;
           top: 4px;
}

.required em {
	color: rgb(225, 107, 143);
}


/*********************
	ERGO PHASE 1
*********************/

.required em {
	color: rgb(225, 107, 143);
}

.pager .pages {
	font-size: 14px;
}

/******************************************************************************************

										MODIF ERGO

******************************************************************************************/

/**
 *TOOLS
 */
.acc_title_exception_big, .acc_title_exception_small, .acc_title_exception_verysmall {
	font-family: "The Only Exception" !important;
}

.acc_title_exception_big {
	font-size: 28px !important;
}

.acc_title_exception_small {
	font-size: 22px !important;
}

.acc_title_exception_verysmall {
	font-size: 16px !important;
}

/*********************
	NOS ENVIES
*********************/
.cst-nosenvies-box {
	height: 198px;
}

.cst-nosenvies-box .acc_title {
	margin: 15px 0 5px 0;
}

.acc_nosenvies {
	float: left;
	font-family: "Caviar Dreams";
	width: 314px;
	border: 3px solid rgb(95, 94, 94);
	height: 149px;
	position: relative;
	background-color: rgb(232, 236, 235);
}
.acc_nosenvies_title h2{
	font-size: 24px;
	z-index: 50;
	position: absolute;
	padding: 5px 5px 0 5px;
	line-height: 0.9;
}
.acc_nosenvies_msg p{
	font-size: 14px;
	position: absolute;
	padding: 0 0 0 5px;
}

.acc_parrainage, .acc_bergeroscope  {
	margin-right: 17px;
}

.acc_parrainage_title h2 {
	width: 190px;
}
.acc_parrainage_msg p{
	width: 143px;
	bottom: -7px;
}
.acc_parrainage_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.acc_bergeroscope_title h2 {
	font-size: 22px;
}
.acc_bergeroscope_msg p {
	top: 35px;
	z-index: 50;
}

.cst-nostalents-box .acc_title {
	margin: 25px 0px 5px 3px;
}

.acc_nostalents {
	font-family: "Caviar Dreams";
	float: left;
	width: 151px;
	height: 296px;
	border: 3px solid rgb(95, 94, 94);
	margin-right: 10px;
}

/***** IE LAST CHILD FIX *****/
.acc_nostalents:first-child + .acc_nostalents + .acc_nostalents + .acc_nostalents + .acc_nostalents + .acc_nostalents {
	margin-right: 0;
}

.acc_nostalents h2 {
	margin: 5px 0 5px 5px;
	font-size: 18px;
}

.acc_nostalents p {
	font-size: 14px;
	padding: 0 6px 6px 6px;
}

/**
 *FOOTER
 */

.cst-footer-newsletter label {
	color: rgb(247, 177, 85);
	font-family: "The Only Exception";
	font-size: 22px !important;
}

.cst-footer-newsletter label h3 {
	font-size: 22px !important;
	font-weight: normal !important;
}

.footer_socialnetwork {
	width: 200px;
	height: 130px;
	float: left;
}

.footer_socialnetwork a {
	float: left;
	width: 60px;
	text-align: center;
}

.footer_socialnetwork_icons {
	margin-left: 20px;
}

.header_homeIcon {
	height: 29px;
	width: 15px;
	float: left;
}

.header_homeIcon a {
	display: block;
	width: 15px;
}

.header_homeIcon img {
	display: block;
	margin-top: 7px;
}

.header_separator {
	border-bottom: 2px solid rgb(95, 94, 94);
	margin-bottom: 8px;
}

.homepage_bigButtons, .homepage_bigButtons_red {
	width: 325px;
	height: 35px;
	border: 0;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	font-family: "Caviar Dreams";
	font-size: 18px;
}
.homepage_bigButtons {
	background-color: rgb(95,94,94);
}
.homepage_bigButtons_red {
	background-color: rgb(220, 24, 118);
}
.homepage_bigButtons:hover, .homepage_bigButtons_red:hover {
	background-color: rgb(171, 170, 170);
	color: rgb(20, 20, 20);
}

.homepage_bigButtons_Icons, .homepage_bigButtons_Icons_white {
	float: right;
	margin-right: 5px;
	padding: 18px 9px 0 0;
}

.homepage_bigButtons_Icons {
	background: url("../images/homepage_buttonsIcons_yellow.png") no-repeat scroll transparent;
}
.homepage_bigButtons_Icons_white {
	background: url("../images/homepage_buttonsIcons_white.png") no-repeat scroll transparent;
}

.homepage_bigButtons em, .homepage_bigButtons_red em {
	*margin-top: -15px;
}

.cst-home-btn-links a {
	margin-bottom: 14px;
}

/**
 *FOOTER
 */
.cst-header-top-right {
	width: 761px;
	height: 107px;
	float: right;
}

.header_topLinks {
	width: 300px;
	margin: 10px 0 0 205px;
	*margin: 10px 215px 0 0;
	font-size: 13px;
}

.header_isLogged {
	margin-left: 130px;
}

.slideshow-img {
	border: 1px solid black;
}

.header_menuHover {
	padding: 10px;
}
.account-create .page-title h1 {color: rgb(95, 94, 94);text-transform: none;}
.account-create h2 {color: rgb(95, 94, 94); font-size: 20px;}
.account-create h2.legend {margin: 0;}
.account-create #form-validate {padding: 0;width: 595px;}
.account-create #form-validate .input_clientnumber label, .account-create #form-validate .input_clientnumber div  {padding: 10px 0 0 189px;}
.account-create #form-validate .input_clientnumber input, .account-create #form-validate .personel_information input {width: 320px;}
.account-create #form-validate .personel_information .customer-dob input {width: 98px;}
.account-create #form-validate .form-list select {width: 100px;}
.account-create #form-validate .form-list #catalog_source {width: 210px;}
.account-create #form-validate .input_freecatalog label {font-weight: normal;font-size: 14px;width: 460px; margin-top: -6px;}
.account-create #form-validate .input_source label {font-weight: normal;font-size: 14px;width: 350px; margin-top: -6px; display:inline;}
.account-create #form-validate .personel_information { margin-top: 20px;}
.account-create #form-validate .personel_information li {margin-left: 9px;}
.account-create #form-validate .personel_information li + li + li + li { margin-left: 0} /* FIX IE */
.account-create .subscribe_newsletter .subscribe_info p {color: rgb(71, 176, 224); font-size: 16px;padding: 6px 0 0 10px;}
.account-create #form-validate .personel_information .subscribe_newsletter {width: 573px;height: 65px; border: 1px solid rgb(71, 176, 224);}
.account-create #form-validate .personel_information .subscribe_newsletter label {line-height: 30px;padding: 0;}
.account-create #form-validate .personel_information .subscribe_newsletter .input-box {top:33px;margin-left: 230px;}
.account-create #form-validate .personel_information .subscribe_newsletter .input-box input {width: 20px;}
.account-create #form-validate .personel_information .subscribe_moreinfo {line-height: 30px; }
.account-create #form-validate .personel_information .subscribe_moreinfo a {color: black;margin-left: 215px;}
.account-create #form-validate .login_information {margin-left: 5px;}
.account-create #form-validate .login_information input {width: 320px;}
.account-create .rewards {display: none;}
.account-create .create_aside {float:right;width: 340px;height: 776px;}
.account-create .create_container {position: relative;height: 240px;}
.account-create .create_aside-arrow {position: absolute;top: 194px;left: -60px;}
.account-create .create_aside-logo {width: 267px;position: absolute;top: 0px;left: 80px;}
.account-create .create_aside-text {width: 340px;float: right;background-color: rgb(233, 233, 233);padding: 15px 10px;}

.empty-cart_title { color: rgb(220, 24, 118) !important;}
.page-title + .cart_empty {margin-top: 10px;}

/* Bandeau Multisite */
.banner-multisite { margin:0; padding:15px 15px; background:#DC1876; font-size:18px; line-height:1.15; text-align:center; color:#fff;border-bottom : 1px solid #ADADAD; font-family: "Caviar Dreams"}
.banner-multisite-title{width: 980px;margin: 0 auto;text-align:left;}
.banner-multisite-text{text-align:center;}
.banner-multisite-title .button{float:right;margin-top:-15px;}
.banner-multisite-arrow{position:absolute;top:-1px;margin-left:825px;}

/* Icon */
.icon { display: inline-block; vertical-align: text-top; }
.icon-information { background: url("../images/icon/information.png") no-repeat; width: 18px; height: 18px; }
.icon-heart { background: url("../images/icon/heart.png") no-repeat; width: 18px; height: 18px; }

.review-collateral h2 { font-size: 21px; font-family: "The Only Exception"; border-bottom: 1px solid #5d5f5f; line-height: 21px; margin-bottom: 9px; margin-top: 15px; color: #47afdf; }
.review-collateral .collateral-tabs .review-list-button { background: url("../images/button_fr/button_review_list.png") no-repeat; width: 216px; height: 27px; }
.review-collateral .collateral-tabs .review-form-button { background: url("../images/button_fr/button_review_form.png") no-repeat; width: 204px; height: 27px; }

/* Grouped Product square list */

.grouped-items-square-list .product-img { width: 110px; height: 110px; }
.grouped-items-square-list > li { display: inline-block; width: 110px; vertical-align: top; margin-left: 8px; margin-top: 30px; }
.grouped-items-square-list > li:nth-of-type(5n+1) { margin-left: 0; }
#super-product-table.grouped-items-square-list > li .the_price { width: auto; }
#super-product-table.grouped-items-square-list > li .the_price p.old-price,
#super-product-table.grouped-items-square-list > li .the_price p.special-price { line-height: 14px; }
.grouped-items-square-list > li .the_price,
#super-product-table.grouped-items-square-list > li .cst-qty-inc { display: inline-block; vertical-align: middle; }
#super-product-table.grouped-items-square-list > li .cst-qty-inc { background: url("../images/bout/qty_select.png") no-repeat scroll 0 100% transparent; float: right; margin-top: 5px; }
#super-product-table.grouped-items-square-list > li .cst-qty-inc input.qty { background: url("../images/bout/qty_select.png") no-repeat scroll 0pt 100% transparent; }

.grouped-items-square-list > li .product-img-inc { position: relative; }
.grouped-items-square-list > li .product-title-inc { height: 30px; line-height: 30px; }
.grouped-items-square-list > li .product-name-inc { visibility: hidden; position: absolute; width: 100%; top: 0; padding: 10px; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.74); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.grouped-items-square-list > li:hover .product-name-inc { visibility: visible; }
.grouped-items-square-list > li .product-name-inc span { color: #fff; font-family: "Century Gothic"; font-size: 14px; display: block; text-transform: lowercase; font-weight: normal; }
.grouped-items-square-list > li .product-name-inc span.refer_1 { color: #89a630; }
.grouped-items-square-list > li .product-name-inc span.refer_2 { color: rgb(239, 133, 91); }
.grouped-items-square-list > li .product-name-inc span.refer_3 { color: rgb(198, 88, 104); }

.product-list-sidebar,
.product-list-content { margin-top: 10px; }
.product-list-sidebar { width: 154px; margin-right: 14px; float: left; }
.product-list-sidebar .sidebar-bloc-clear { margin-bottom: 3px; }
.product-list-sidebar .sidebar-bloc { background-color: #dedede; padding: 10px; margin-bottom: 3px; font-size: 14px; }
.product-list-sidebar .sidebar-bloc label { display: block; margin: 9px 0; padding-left: 1px; font-family: "The Only Exception"; font-size: 18px; color: #dc1876; text-transform: lowercase; }
.product-list-sidebar .sidebar-bloc .sorter { padding: 0; font-size: 14px; }
.product-list-sidebar .sidebar-bloc li,
.product-list-sidebar .sidebar-bloc li a { color: #5f5e5e; }
.product-list-sidebar .sidebar-bloc li:hover,
.product-list-sidebar .sidebar-bloc li:hover a,
.product-list-sidebar .sidebar-bloc li.active,
.product-list-sidebar .sidebar-bloc li.active a { color: #dc1876; }
.product-list-sidebar .sidebar-bloc li:before { content: '-'; }
.product-list-sidebar .sidebar-bloc li a { text-decoration: none; text-transform: lowercase; }
.product-list-sidebar .sidebar-bloc .filter dt { font-weight: bold; text-transform: lowercase; }
.product-list-sidebar .sidebar-bloc .filter dd { margin-bottom: 5px; }
.product-list-sidebar .sidebar-bloc .filter .cst-filter-current-state li:before { content: 'x'; }
.product-list-sidebar .sidebar-bloc .filter .cst-filter-current-state li,
.product-list-sidebar .sidebar-bloc .filter .cst-filter-current-state li a{ color: #dc1876; }
.product-list-content { width: 812px; float: right; }

span.sep {margin: 0 2px;}
