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

body          { background:#F0F0F0 url(../images/bg.png) 0 0 repeat-x; font:14px/1.55 'Acme', sans-serif, Arial, Helvetica; color:#000000; text-align:center; }

/* BODY SPECIAL FETE */
/*body          { background:#e7e7e7 url(../images/bg_eastern.png) 0 0 repeat; font:14px/1.55 'Acme', sans-serif, Arial, Helvetica; color:#000000; text-align:center; }*/


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

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

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

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

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

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

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:1128px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.main { width:1126px; margin:0 auto; min-height:400px; padding: 25px 16px 20px 16px; text-align:left; }

/* Base Columns */
.col-left { float:left; width:166px; padding:0; }
.col-main { float:left; width:744px; padding:0; }
.col-right { float:right; width:166px; padding:0; }

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

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

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica; vertical-align:middle; color:#3D3D3D; }
input.input-text,select,textarea { background:#fff; border:1px solid #BAB9B9; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px dotted #000; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
a.button,
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
a.button { display: inline-block; text-decoration: none; }
a.button span,
button.button span { text-transform: uppercase; font-size: 15px; display:block; border:1px solid #585757; background:#FACA30; padding: 4px 8px 3px 8px; text-align:center; white-space:nowrap; color:#3E3D3D;font-style: italic; letter-spacing: 0.5px; }
a.button span span,
button.button span span { border:0; padding:0; }
a.button.disabled span,
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
a.button.access-the-sale span { font-size: 15px; background: #FACA30 url(../images/btn_access_mini.png) no-repeat 5px 50%; padding: 2px 10px 2px 25px; }

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

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

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

.form-list .customer-name .field {float: none;}

.dob-month .validation-advice,
.dob-day .validation-advice,
.dob-year .validation-advice { display: none; }

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

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { border:1px solid #329DD1; background:#FFF; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; text-transform: uppercase; font-size:13px; border:1px solid #329DD1; background:#FFF; color:#329DD1; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:13px !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:14px; color: #8E8E8E; text-transform: uppercase; margin: -12px 0 11px; }
.breadcrumbs li a { color: #8E8E8E; text-decoration: none; }
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; text-decoration: underline; color: #055590; }

/* Page Heading */
.page-title { overflow:hidden; margin:0 0 17px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#329DD1; }

/* Pager */
.pager .amount { float:left; margin: 0 0 0 10px; }
.pager .pages strong,
.pager .amount strong { font-weight: normal; }
.pager .pages { float:right; }
.pager .pages strong { padding-right: 15px; }
.pager .pages ol { float: right; }
.pager .pages li { float: left; margin:0 2px; line-height: normal; padding: 0 7px; background: #FFF; color: #8E8E8E; }
.pager .pages li,
.pager .pages li a { display:block; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-decoration: none; color: #8E8E8E; }
.pager .pages li.previous a { width: 12px; background: url(../images/pager_prev.png)no-repeat center center; text-indent: -9999px; }
.pager .pages li.next a { width: 12px; background: url(../images/pager_next.png) no-repeat center center; text-indent: -9999px; }
.pager .pages .current { background: #329DD1; color: #FFF; }
.pager .limiter {float: right; margin: 6px 0;}

/* Sorter */
.sorter .view-mode { float: right; padding: 8px 15px 7px 15px; margin: 0; }
.sorter .view-mode label { padding-right: 10px; }
.sorter .view-mode a { padding-left: 24px; text-decoration: none; -moz-opacity: 0.60; opacity: 0.60; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60); }
.sorter .view-mode strong { padding-left: 24px; font-weight: normal; }
.sorter .view-mode .grid { background: url(../images/ico_grid.png) no-repeat 0 50%; } 
.sorter .view-mode .list { background: url(../images/ico_list.png) no-repeat 0 50%; padding-right: 7px; } 
.sorter .sort-by { float:left; padding: 4px 15px 7px 15px; }
.sorter .sort-by label { vertical-align:middle; padding: 0 5px; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .limiter { float:left; margin-left:130px; padding: 4px 15px 7px 0; }
.sorter .limiter label { vertical-align:middle; padding: 0 5px; }
.sorter .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }

.categorypath-meilleures-ventes-html .sort-by { display:none; }
.categorypath-meilleures-ventes-html .limiter { margin-left: 15px; } 

/* Toolbar */
.toolbar { margin-bottom: 12px; font-size:14px; }
.toolbar .sorter { height: 37px; color: #FFF; background: #329DD1; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toolbar .sorter a { color:#FFF; }
.toolbar .pager { color: #8E8E8E; font-size: 16px;padding-top: 12px; }
.toolbar-bottom .toolbar .pager { padding-top: 0; }
.toolbar select {border: 1px solid #FFF; }
.toolbar-bottom .toolbar .sorter { display: none; }

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.ya-too-flash #shopping-cart-table.data-table thead th,
.ya-too-flash #shopping-cart-table.data-table tfoot tr.first td { color: #fff; font-weight: normal; background: #FA9300 }

.ya-too-flash.page-print #my-orders-table.data-table thead th,
.ya-too-flash.page-print #my-orders-table.data-table tfoot tr,
.ya-too-flash.page-print #my-orders-table.data-table tfoot tr.summary-details td,
.ya-too-flash.page-print #my-orders-table.data-table tfoot tr.first td,
.ya-too-flash .order-items #my-orders-table.data-table thead th,
.ya-too-flash .order-items #my-orders-table.data-table tfoot tr,
.ya-too-flash .order-items #my-orders-table.data-table tfoot tr.summary-details td,
.ya-too-flash .order-items #my-orders-table.data-table tfoot tr.first td { color: #fff; background: #FA9300 !important }

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

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

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

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

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

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

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

.separator { margin:0 3px; }

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

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

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


/* Header ================================================================================ */
.logo { float:left; }
.header {height: 122px;}
.header-container {}
.header { width:1126px; margin:0 auto; text-align:left; position:relative; z-index:90; color: #055590; font-size: 17px; }
.header .logo { float:left; margin: 15px 0 0 0; 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 { margin:0; }
.header .quick-infos { float:left; width: 650px; margin: 10px 0 0 35px; position: relative; z-index: 81; }
.header .quick-infos p { margin-bottom: 5px; line-height: 20px; }
.header .quick-infos p img { padding-right: 5px; }
.header .quick-infos p a { color: #055590; text-decoration: none; }
.header .quick-access { float:right; width: 250px; text-align: right; position: relative; z-index: 81;}
.header .form-search { height: 34px; background:url(../images/bg_input_search.png) 0 0 no-repeat; }
.header .form-search label { display: none; }
.header .form-search input.input-text { float:left; border:none; font-family: 'Acme', sans-serif; background: transparent; width:404px; line-height: 24px; height: 24px; padding: 5px; margin:0; text-transform: uppercase; color: #C1C1C1; font-size: 17px; }
.header .form-search button.button { float:left; width: 42px; }
.header .form-search button.button span { background:url(../images/bg_input_search.png) 100% 0 no-repeat; padding: 0; border:0; width: 42px; height:34px; text-indent:-999em; overflow:hidden; }
.header .form-search button.button span span { padding: 0; }
.header .form-search .search-autocomplete { z-index:99; margin-top: -2px; width: 455px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #8E8E8E; background-color:#FFF; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #8E8E8E; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#FFF; }
.header .form-search .search-autocomplete li.selected { background-color:#F0F0F0; }
.search-autocomplete-inner a { text-decoration: none;}
.search-autocomplete-inner .result { display: block; font-family: Arial; color: #404040; font-size: 12px; padding: 2px 5px; font-weight: normal; }
.search-autocomplete-inner .result .found {	font-weight: bold; }
.header .form-language { float:right; margin: 0; border: 1px solid #BAB9B9; border-top: 0; }
.header .form-language p { clear: left; margin: 0; padding: 4px 21px 4px 8px; background: url(../images/bg_languages.png) no-repeat 100% 50%; height: 19px; }
.header .form-language ul.countries_ul li {	float: left; padding: 4px 21px 4px 8px; width: 27px; }
.header #countries p { position: relative; top: 0; cursor: pointer;}
.header #countries #countries_ul{ display:none;	z-index: 83; list-style-type:none;}
.header #countries #countries_ul.countries_ul_hover{ display:block;	z-index: 84; position:absolute; right:0; padding: 5px 21px 5px 8px; height:auto; border: 1px solid #BAB9B9; border-top: 0; background:#FFF;}
.header .links { clear: both; float:right; margin: 7px 0 0 0; }
.header .links li { padding: 0; float: none; display: block; }
.header .links li a { padding-left: 31px; background: url(../images/ico_account.png) no-repeat 0 0; color:#055590; text-decoration: none; }
.header .links li a.top-link-cart { padding-left: 28px; background: url(../images/ico_cart.png) no-repeat 0 0; }
.header .links li.last a { padding-left: 28px; background: url(../images/ico_valid.png) no-repeat 0 0; }
.header .links li a:hover { text-decoration: underline; }
.header .gaston { display: block; position:absolute; top: 0; left: 537px; z-index: 80;}

/********** < Navigation */
.nav-container { margin-top: 18px; position: relative; z-index: 89; }
#nav { width:1126px; margin:0 auto; padding:0; font-style: italic; font-size:16px; text-transform: uppercase; color: #3E3D3D; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:98; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; color: #3E3D3D; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { }
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; border-top: 2px solid #FFF; }
#nav li.active a { }
#nav a { float:left; padding:4px 12px 5px 15px; }
.lang-fr #nav a { float:left; padding:4px 11.7px 5px 11.7px; }
.lang-en #nav a { float:left; padding:4px 18px 5px 18px; }
#nav li.over a,
#nav a:hover {  }

/* 1st+ Levels */
#nav ul { display:none; }

/* Show menu */
#nav li.home { border-top: 2px solid #FACA30; background: url(../images/ico_home.png) no-repeat 50% 50%; text-indent: -9999px; width: 67px; }
.cms-home #nav li.home,
#nav li.home.over { border-top: 2px solid #FACA30; background: #FACA30 url(../images/ico_home_current.png) no-repeat 50% 50%; text-indent: -9999px; width: 67px; }
#nav li.home a { width: 40px; }

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


/* SerialScroll =============================================================================== */
.serialScroll { float:left; overflow:hidden; width:864px; height: 393px;}
.serialScroll_frame { list-style-type:none; padding-left:0; }
.view_scroll_spacer { float:left; height:374px; width:35px; margin-top: 5px; display: block; background: #FACA30; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.view_scroll_left, 
.view_scroll_right { float:left; padding: 178px 9px 161px 9px; height:32px; width:17px; text-indent:-3000px; background:url(../images/btn_prev-17x32.png) no-repeat center center transparent;}
.view_scroll_right { background-image:url(../images/btn_next-17x32.png); }


/* Sidebar =============================================================================== */
.block { margin:0 0 22px; }
.block .block-title { text-align:left; font-size: 20px; background: #329DD1; color: #F0F0F0; padding:3px 9px; }
.block .block-title strong { display:block; text-transform:uppercase; color:#F0F0F0; font-weight: normal; }
.block .block-title strong span { font-size: 18px; white-space: nowrap; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; color: #3E3D3D; font-size: 14px; text-transform: uppercase; display: block; font-weight: normal; padding-bottom: 3px; word-break: keep-all; }
.block .block-content { background:#FFF; padding: 12px; color: #8E8E8E; font-size:12px; }
.block .block-content ul { margin-bottom: 8px; }
.block .block-content ul li { line-height: 1.3em; }
.block .block-content ul li a { color: #8E8E8E; text-decoration: none; }
.block .block-content ul li a:hover { text-decoration: underline; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

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

/* Left CMS Blocks */
.block.cms_left_yatoo .block-content {padding: 12px 10px 4px 10px; }
.block.cms_left_yatoo .block-content li a { font-size: 14px; color: #000; padding-left: 19px; background: url(../images/bullet_bubble.png) no-repeat 0 50%; }

.block.cms_left_share .block-content { padding-left: 7px; }
.block.cms_left_share ul li { float: left; list-style: none; width: 44px; padding-left: 5px;}
/*
.block.cms_left_share .addthis_toolbox a { float: left; }
.block.cms_left_share .addthis_toolbox a.addthis_button_facebook_like { padding-left: 46px; width: 55px; }
.block.cms_left_share .addthis_toolbox a.addthis_button_tweet { padding-left: 46px; width: 70px; }
.block.cms_left_share .addthis_toolbox a.addthis_button_google_plusone { padding-left: 46px; width: 50px; }
.block.cms_left_share img { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
*/

.block.cms_left_flash_services .block-content { padding: 12px 10px; }
.block.cms_left_flash_services .block-content li a { font-size: 18px; color:#FA9300;  font-style: italic; padding-left: 49px; margin-bottom: 20px; display: block; background: url(../images/ico_services-plus.png) no-repeat 0 0; }
.block.cms_left_flash_services .block-content li a:hover { text-decoration: none; }
.block.cms_left_flash_services .block-content li.flash_ico_1 a { background-position: 0 0;  }
.block.cms_left_flash_services .block-content li.flash_ico_2 a { background-position: 0 -54px; }
.block.cms_left_flash_services .block-content li.flash_ico_3 a { background-position: 0 -104px; }
.block.cms_left_flash_services .block-content li.flash_ico_4 a { background-position: 0 -154px;  }
.block.cms_left_flash_services .block-content li.flash_ico_5 a { background-position: 0 -205px; }
.block.cms_left_flash_services .block-content li.flash_ico_6 a { background-position: 0 -251px; margin-bottom: 0; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account .block-content { background:#FFF; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#329DD1; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#329DD1; }
.block-account .block-content li.current.last { border-bottom:0; }

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

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { line-height: 1em; }
.block-layered-nav .block-title strong span { white-space: normal; }
.block-layered-nav .block-subtitle {}
.block-layered-nav .block-layered-nav-description { font-size: 14px; font-style: italic; line-height: normal; margin-bottom: 11px;}
.block-layered-nav .block-content { padding-bottom: 0; }
.block-layered-nav dt {margin:0; color: #000; font-size: 14px; text-transform: uppercase; display: block; font-weight: normal; margin-bottom: -2px; word-break: keep-all; }
.block-layered-nav .block-layered-nav-description,
.block-layered-nav dd { font-weight: normal; }
.block-layered-nav dd { padding:0 0 12px 5px; }
.block-layered-nav dd li {margin-bottom: -4px;}
.block-layered-nav dd a { color: #8E8E8E; text-decoration: none; }
.block-layered-nav dd a:hover { text-decoration: underline; color: #055590; }
.block-layered-nav .hide-action span { cursor: pointer; }

.block-selection .block-title { padding: 3px 7px; white-space: nowrap; }
.block-selection .currently span.label,
.block-selection .currently span.value { display: block; }
.block-selection .currently span.label { color: #000; font-size: 14px; text-transform: uppercase; margin-bottom: -2px; word-break: keep-all; }
.block-selection .currently span.value {}
.block-selection ol li {padding-bottom: 12px;}
.block-selection.block .btn-remove,
.block-selection.block .btn-edit { float: left; margin: 4px 5px 2px 0 }
.block-selection.block .actions { padding-top: 0; padding-right: 0; }
.block-selection.block .actions a { float: right; text-decoration: none; }

/* Block: Subscribe */
.block-subscribe label { font-size: 12px; }
.block-subscribe input.input-text { text-transform: uppercase; font-family: 'Acme', sans-serif; color: #8E8E8E; border: none; display:block; background: url(../images/bg_input_subscribe.png) no-repeat 0 100%; height:15px; padding: 5px; line-height: 15px; width:133px; margin:10px 0; }
.block-subscribe .actions { background:none; padding:0; margin:0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { background: #FACA30 url(../images/btn_newsletter.png) no-repeat 3px 0; }
.block-subscribe .actions button.button span span { background: none; padding-left: 20px; }
.lang-en .block-subscribe .actions button.button span span { font-size: 13px; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

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

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

a.block-link { float: right; display: block; margin-right: 8px; padding-left: 25px; background: url(../images/arrow-19x18.png) no-repeat 0 50%; font-size: 14px; text-transform: uppercase; text-decoration: none; line-height: 30px; }
a.block-link:hover { text-decoration: underline; }

.block-price-slider .block-content { padding: 12px 7px; }
.block-price-slider .block-content label { font-size: 14px; display: block; padding-bottom: 8px; }
.block-price-slider .block-content .price #slider-range { margin-bottom: 10px; }
.block-price-slider .block-content .price span,
.block-price-slider .block-content .price em { display: block; float: left; font-style: normal; height: 31px; line-height: 39px;  overflow: hidden; text-align: center; }
.block-price-slider .block-content .price em { width: 62px; color: #3D3D3D; font-size: 15px; font-weight: bold; }
.block-price-slider .block-content .price em#price-min { background: url(../images/box_price_left.png) no-repeat 0 0; }
.block-price-slider .block-content .price em#price-max { background: url(../images/box_price_right.png) no-repeat 0 0; }
.block-price-slider .block-content .price span { width: 28px; }

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


/* Category Page ========================================================================= */

.category-title { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

.category-title { border:0; margin:0 0 17px; background: #329DD1; padding:5px 9px; }
.category-title h1,
.category-title h2 { color: #FFF; font-size: 20px; }
.category-title h1 { text-transform: uppercase; float: left; }

.catalog-category-view h3 { color: #329DD1; font-size: 22px; font-weight: normal; }

.subcategories { }
.subcategories li { float: left; width: 169px; margin: 5px 22px 10px 0; }
.subcategories li.last { margin-right: 0; }
.subcategories li a { display: block; padding: 10px 10px 20px 10px; text-align: center; height: 87px; font-family: 'Permanent Marker', cursive; font-size: 20px; color: #3E3D3D; text-decoration: none; line-height: 22px; }

/* Bubbles FR*/
.subcategories li.child-accessoire-miniature { background: url(../images/categories/cat_acces.png) no-repeat 0 0; }
.subcategories li.child-accessoire-miniature a { height: 62px; padding: 5px 25px 40px 26px; }
.subcategories li.child-dessin-anime { background: url(../images/categories/cat_dessin_anime.png) no-repeat 0 0; }
.subcategories li.child-dessin-anime a { height: 58px; padding: 29px 8px 20px 84px; }
.subcategories li.child-automobile { background: url(../images/categories/cat_auto.png) no-repeat 0 0; }
.subcategories li.child-automobile a { height: 62px; padding: 5px 25px 40px 26px; }
.subcategories li.child-aeronautique { background: url(../images/categories/cat_avion.png) no-repeat 0 0; }
.subcategories li.child-aeronautique a { height: 62px; padding: 5px 25px 40px 15px; }
.subcategories li.child-bande-dessinee { background: url(../images/categories/cat_bd.png) no-repeat 0 0; }
.subcategories li.child-bande-dessinee a { height: 69px; padding: 18px 10px 20px 58px; }
.subcategories li.child-militaria { background: url(../images/categories/cat_char.png) no-repeat 0 0; }
.subcategories li.child-militaria a { height: 62px; padding: 5px 25px 40px 15px; }
.subcategories li.child-vehicule-utlitaire { background: url(../images/categories/cat_camion.png) no-repeat 0 0; }
.subcategories li.child-vehicule-utlitaire a { height: 73px; padding: 5px 25px 40px 30px; }
.subcategories li.child-cinema { background: url(../images/categories/cat_cinema.png) no-repeat 0 0; }
.subcategories li.child-cinema a { height: 66px; padding: 21px 33px 20px 10px; }
.subcategories li.child-comics { background: url(../images/categories/cat_comics.png) no-repeat 0 0; }
.subcategories li.child-comics a { height: 31px; padding: 56px 63px 20px 10px; }
.subcategories li.child-art-deco { background: url(../images/categories/cat_art_deco.png) no-repeat 0 0; }
.subcategories li.child-art-deco a { height: 41px; padding: 46px 10px 20px 63px; }
.subcategories li.child-figurine { background: url(../images/categories/cat_figmin.png) no-repeat 0 0; }
.subcategories li.child-figurine a { height: 62px; padding: 33px 5px 12px 30px; }
.subcategories li.child-jeux-video { background: url(../images/categories/cat_jeu_video.png) no-repeat 0 0; }
.subcategories li.child-jeux-video a { height: 40px; padding: 40px 5px 26px 67px; }
/*
.subcategories li.child-jouet-collector { background: url(../images/categories/cat_bd.png) no-repeat 0 0; }
.subcategories li.child-jouet-collector a { height: 62px; padding: 25px 5px 20px 68px; }
*/
.subcategories li.child-jouets { background: url(../images/categories/cat_jeu_video.png) no-repeat 0 0; }
.subcategories li.child-jouets a { height: 62px; padding: 25px 5px 20px 68px; }
.subcategories li.child-enfants { background: url(../images/categories/cat_kids.png) no-repeat 0 0; }
.subcategories li.child-enfants a { height: 62px; padding: 25px 5px 20px 68px; }
.subcategories li.child-manga { background: url(../images/categories/cat_manga.png) no-repeat 0 0; }
.subcategories li.child-manga a { height: 62px; padding: 25px 69px 20px 10px; }
.subcategories li.child-moto { background: url(../images/categories/cat_moto.png) no-repeat 0 0; }
.subcategories li.child-moto a { height: 73px; padding: 5px 25px 33px 20px; }
.subcategories li.child-musique { background: url(../images/categories/cat_musique.png) no-repeat 0 0; }
.subcategories li.child-musique a { height: 22px; padding: 65px 10px 20px 64px; }
.subcategories li.child-sport { background: url(../images/categories/cat_sports.png) no-repeat 0 0; }
.subcategories li.child-sport a { height: 73px; padding: 14px 10px 20px 79px; }
.subcategories li.child-ferroviaire { background: url(../images/categories/cat_train.png) no-repeat 0 0; }
.subcategories li.child-ferroviaire a { height: 73px; padding: 5px 5px 30px 15px; }
.subcategories li.child-serie-tv { background: url(../images/categories/cat_series_tv.png) no-repeat 0 0; }
.subcategories li.child-serie-tv a { height: 73px; padding: 14px 10px 20px 63px; }
.subcategories li.child-cyclisme { background: url(../images/categories/cat_velo.png) no-repeat 0 0; }
.subcategories li.child-cyclisme a { height: 73px; padding: 5px 0px 30px 20px; }
.subcategories li.child-agricole { background: url(../images/categories/cat_tracteur.png) no-repeat 0 0; }
.subcategories li.child-agricole a { height: 73px; padding: 10px 5px 30px 55px; }
.subcategories li.child-precommande { background: url(../images/categories/cat_preco.png) no-repeat 0 0; }
.subcategories li.child-precommande a { height: 62px; padding: 10px 20px 30px 10px; }
.subcategories li.child-miniature { background: url(../images/categories/cat_albmin.png) no-repeat 0 0; }
.subcategories li.child-miniature a { height: 62px; padding: 4px 20px 38px 10px; }
.subcategories li.child-maison-de-poupee { background: url(../images/categories/cat_poupee.png) no-repeat 0 0; }
.subcategories li.child-maison-de-poupee a { height: 62px; padding: 25px 7px 20px 5px; }
.subcategories li.child-naval { background: url(../images/categories/cat_naval.png) no-repeat 0 0; }
.subcategories li.child-naval a { height: 62px; padding: 5px 7px 40px 5px; } 
.subcategories li.child-lots-et-assortiments { background: url(../images/categories/cat_lot.png) no-repeat 0 0; }
.subcategories li.child-lots-et-assortiments a { height: 62px; padding: 5px 7px 40px 5px; } 
 
/* Bubbles EN*/
.subcategories li.child-miniature-accessory { background: url(../images/categories/cat_acces.png) no-repeat 0 0; }
.subcategories li.child-miniature-accessory a { height: 62px; padding: 5px 25px 40px 26px; }
.subcategories li.child-cartoon { background: url(../images/categories/cat_dessin_anime.png) no-repeat 0 0; }
.subcategories li.child-cartoon a { height: 58px; padding: 29px 8px 20px 84px; }
.subcategories li.child-automobiles { background: url(../images/categories/cat_auto.png) no-repeat 0 0; }
.subcategories li.child-automobiles a { height: 62px; padding: 5px 25px 40px 26px; }
.subcategories li.child-aeronautics { background: url(../images/categories/cat_avion.png) no-repeat 0 0; }
.subcategories li.child-aeronautics a { height: 62px; padding: 5px 25px 40px 15px; }
.subcategories li.child-european-comics { background: url(../images/categories/cat_bd.png) no-repeat 0 0; }
.subcategories li.child-european-comics a { height: 69px; padding: 18px 10px 20px 58px; }
.subcategories li.child-militaria { background: url(../images/categories/cat_char.png) no-repeat 0 0; }
.subcategories li.child-militaria a { height: 62px; padding: 5px 25px 40px 15px; }
.subcategories li.child-utility-vehicle { background: url(../images/categories/cat_camion.png) no-repeat 0 0; }
.subcategories li.child-utility-vehicle a { height: 73px; padding: 5px 25px 40px 30px; }
.subcategories li.child-movies { background: url(../images/categories/cat_cinema.png) no-repeat 0 0; }
.subcategories li.child-movies a { height: 66px; padding: 21px 33px 20px 10px; }
.subcategories li.child-comics { background: url(../images/categories/cat_comics.png) no-repeat 0 0; }
.subcategories li.child-comics a { height: 31px; padding: 56px 63px 20px 10px; }
.subcategories li.child-art-design { background: url(../images/categories/cat_art_deco.png) no-repeat 0 0; }
.subcategories li.child-art-design a { height: 41px; padding: 46px 10px 20px 63px; }
.subcategories li.child-figurines { background: url(../images/categories/cat_figmin.png) no-repeat 0 0; }
.subcategories li.child-figurines a { height: 62px; padding: 33px 5px 12px 30px; }
.subcategories li.child-video-games { background: url(../images/categories/cat_jeu_video.png) no-repeat 0 0; }
.subcategories li.child-video-games a { height: 40px; padding: 40px 5px 26px 67px; }
/*
.subcategories li.child-jouet-collector { background: url(../images/categories/cat_bd.png) no-repeat 0 0; }
.subcategories li.child-jouet-collector a { height: 62px; padding: 25px 5px 20px 68px; }
.subcategories li.child-jouet-enfant { background: url(../images/categories/cat_jeu_video.png) no-repeat 0 0; }
.subcategories li.child-jouet-enfant a { height: 62px; padding: 25px 5px 20px 68px; }
*/
.subcategories li.child-toys { background: url(../images/categories/cat_jeu_video.png) no-repeat 0 0; }
.subcategories li.child-toys a { height: 62px; padding: 25px 5px 20px 68px; }
.subcategories li.child-kids { background: url(../images/categories/cat_kids.png) no-repeat 0 0; }
.subcategories li.child-kids a { height: 62px; padding: 25px 5px 20px 68px; }
.subcategories li.child-manga { background: url(../images/categories/cat_manga.png) no-repeat 0 0; }
.subcategories li.child-manga a { height: 62px; padding: 25px 69px 20px 10px; }
.subcategories li.child-motorbikes { background: url(../images/categories/cat_moto.png) no-repeat 0 0; }
.subcategories li.child-motorbikes a { height: 73px; padding: 5px 25px 33px 20px; }
.subcategories li.child-music { background: url(../images/categories/cat_musique.png) no-repeat 0 0; }
.subcategories li.child-music a { height: 22px; padding: 65px 10px 20px 64px; }
.subcategories li.child-sport { background: url(../images/categories/cat_sports.png) no-repeat 0 0; }
.subcategories li.child-sport a { height: 73px; padding: 14px 10px 20px 79px; }
.subcategories li.child-railroad { background: url(../images/categories/cat_train.png) no-repeat 0 0; }
.subcategories li.child-railroad a { height: 73px; padding: 5px 5px 30px 15px; }
.subcategories li.child-tv-series { background: url(../images/categories/cat_series_tv.png) no-repeat 0 0; }
.subcategories li.child-tv-series a { height: 73px; padding: 14px 10px 20px 63px; }
.subcategories li.child-cycling { background: url(../images/categories/cat_velo.png) no-repeat 0 0; }
.subcategories li.child-cycling a { height: 73px; padding: 5px 0px 30px 20px; }
.subcategories li.child-tractors { background: url(../images/categories/cat_tracteur.png) no-repeat 0 0; }
.subcategories li.child-tractors a { height: 73px; padding: 10px 5px 30px 55px; }
.subcategories li.child-pre-orders { background: url(../images/categories/cat_preco.png) no-repeat 0 0; }
.subcategories li.child-pre-orders a { height: 62px; padding: 10px 20px 30px 10px; }
.subcategories li.child-miniatures { background: url(../images/categories/cat_albmin.png) no-repeat 0 0; }
.subcategories li.child-miniatures a { height: 62px; padding: 4px 20px 38px 10px; }
.subcategories li.child-dollhouse { background: url(../images/categories/cat_poupee.png) no-repeat 0 0; }
.subcategories li.child-dollhouse a { height: 62px; padding: 25px 7px 20px 5px; }
.subcategories li.child-naval { background: url(../images/categories/cat_naval.png) no-repeat 0 0; }
.subcategories li.child-naval a { height: 62px; padding: 5px 7px 40px 5px; } 
.subcategories li.child-assortments { background: url(../images/categories/cat_lot.png) no-repeat 0 0; }
.subcategories li.child-assortments a { height: 62px; padding: 5px 7px 40px 5px; } 

/* FLASH SALES */
.main-category-ventes-exclusives h1.category-title { text-align: center; background: none; padding-bottom: 0; margin-bottom: 30px; }
.main-category-ventes-exclusives h1.category-title span { display: block; font-size: 24px; line-height: 28px; padding: 5px 0 0 0; color:#0A4D8B;}

.main-category-ventes-exclusives .outgoing-sales h2,
.main-category-ventes-exclusives .upcoming-sales h2 { font-size: 34px; height: 47px; line-height: 49px; font-style: oblique; text-transform: uppercase; border:0; margin:0 0 17px; background: #FA9300; padding: 0 15px; color: #FFF; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.main-category-ventes-exclusives .sale-image { position: relative; margin-bottom: 20px; }
.main-category-ventes-exclusives .sale-info,
.main-category-ventes-exclusivesh .sale-image img { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; }
.main-category-ventes-exclusives .sale-image a.button { height: 39px; position: absolute; right: 14px; bottom: 18px; }
.main-category-ventes-exclusives .sale-image a.button span { font-size: 20px; background: #FACA30 url(../images/btn_access.png) no-repeat 16px 50%; padding-left: 55px; padding-right: 20px; }
.main-category-ventes-exclusives .sale-info { height: 97px; padding: 5px 17px; overflow: hidden; background: #FFF;}
.main-category-ventes-exclusives .sale-info h3 {font-size: 37px; line-height: 1.5em; font-style: oblique; margin: 0; color: #0A4D8B;}
.main-category-ventes-exclusives .sale-info h3,
.main-category-ventes-exclusives .sale-info div.period { display: inline; }
.main-category-ventes-exclusives .sale-info div.period,
.main-category-ventes-exclusives .sale-info div.remaining-time { color: #8E8E8E; font-size: 26px; padding-left: 7px; }
.main-category-ventes-exclusives .sale-info div.period { padding-left: 7px; }
.main-category-ventes-exclusives .sale-info div.remaining-time { line-height: 31px; }
.main-category-ventes-exclusives .sale-info div.remaining-time label { color: #3D3D3D; padding-right: 9px; }
.main-category-ventes-exclusives .sale-info .addthis_flashsales { float: right; margin-top: -31px;}
.main-category-ventes-exclusives .sale-info .addthis_flashsales a { margin-left: 10px; }

.main-category-ventes-exclusives .outgoing-sales ul li { margin-top: 20px; }
.main-category-ventes-exclusives .outgoing-sales h3 { color:#0A4D8B; }

.main-category-ventes-exclusives .upcoming-sales { margin-top: 35px; }
.main-category-ventes-exclusives .upcoming-sales .sale-image img { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.main-category-ventes-exclusives .upcoming-sales ul li { clear: both; }
.main-category-ventes-exclusives .upcoming-sales .sale-image { width: 543px; float: left; } 
.main-category-ventes-exclusives .upcoming-sales .sale-info { width: 327px; height: 150px; padding: 12px 15px; float: right; }
.main-category-ventes-exclusives .upcoming-sales .sale-info h3 { font-size: 24px; line-height: 28px; }
.main-category-ventes-exclusives .upcoming-sales .sale-info h3,
.main-category-ventes-exclusives .upcoming-sales .sale-info div.period { display: block; }
.main-category-ventes-exclusives .upcoming-sales .sale-info div.period,
.main-category-ventes-exclusives .upcoming-sales .sale-info div.remaining-time { font-size: 16px; line-height: 19px; padding-left: 2px; }
.main-category-ventes-exclusives .upcoming-sales .sale-info div.remaining-time label { display: block; padding-bottom: 2px; }
.main-category-ventes-exclusives .upcoming-sales .sale-info .addthis_flashsales { margin-top: 7px;}
.main-category-ventes-exclusives .upcoming-sales .sale-info .addthis_flashsales a { margin-left: 5px;}

.countdown-inline span strong { display: inline-block; width: 31px; text-align: center; }
.countdown-inline span.d strong { width: auto; }

.countdown-block { display: block; height: 46px; position: relative; text-transform: lowercase; }
.countdown-block span { display: block; float: left; font-size: 10px; color: #3D3D3D; text-align:right; line-height: 13px; }
.countdown-block span strong,
.countdown-block span.sep { display: block; text-align: center; font-size: 42px; font-weight: normal; color: #0A4D8B;  height: 32px; line-height: 32px; }
.countdown-block span strong { width: 45px; text-align: center; }
.countdown-block span.d strong { width: 67.5px; }
.countdown-block span.sep { padding: 0 3px; }

.category-flash-sale .period,
.category-flash-sale h1 { display: inline; font-size: 24px; }
.category-flash-sale .sale-title { margin-bottom: 5px; }
.category-flash-sale .sale-title .period { color: #8E8E8E; font-size: 20px;}
.category-flash-sale .sale-title .remaining-time { line-height: 35px; float: right; color: #8E8E8E; font-size: 18px; padding-left: 20px; padding-right: 5px;}
.category-flash-sale .sale-title .remaining-time label { color: #3D3D3D; padding-right: 5px; }
.category-flash-sale .sale-title .countdown-inline span strong { width: 20px; }
.category-flash-sale .sale-title .countdown-inline span.d strong { width: auto; }

.main-category-ventes-exclusives .no-sales,
.block-private-sales .no-sales { font-size: 24px; text-align: center; padding: 20px;}


/* couleurs par univers */
.main-category-id-183 .category-title,
.main-category-para-bd .category-title,
.main-category-id-183.toolbar .sorter,
.main-category-para-bd .toolbar .sorter,
.main-category-id-183 .pager .pages .current,
.main-category-para-bd .pager .pages .current,
.main-category-id-183 .block .block-title,
.main-category-para-bd .block .block-title { background: #329DD1; }
.main-category-id-183 .highlights div.box-title,
.main-category-para-bd .highlights div.box-title,
.main-category-id-183.catalog-category-view h3,
.main-category-para-bd.catalog-category-view h3 { color: #329DD1; }

.main-category-id-349 .category-title,
.main-category-nouveautes .category-title,
.main-category-id-349.toolbar .sorter,
.main-category-nouveautes .toolbar .sorter,
.main-category-id-349 .pager .pages .current,
.main-category-nouveautes .pager .pages .current,
.main-category-id-349 .block .block-title,
.main-category-nouveautes .block .block-title { background: #329DD1; }
.main-category-id-349 .highlights div.box-title,
.main-category-nouveautes .highlights div.box-title,
.main-category-id-349.catalog-category-view h3,
.main-category-nouveautes.catalog-category-view h3 { color: #329DD1; }

.main-category-id-350 .category-title,
.main-category-promotions .category-title,
.main-category-id-350.toolbar .sorter,
.main-category-promotions .toolbar .sorter,
.main-category-id-350 .pager .pages .current,
.main-category-promotions .pager .pages .current,
.main-category-id-350 .block .block-title,
.main-category-promotions .block .block-title { background: #329DD1; }
.main-category-id-350 .highlights div.box-title,
.main-category-promotions .highlights div.box-title,
.main-category-id-350.catalog-category-view h3,
.main-category-promotions.catalog-category-view h3 { color: #329DD1; }

.main-category-id-351 .category-title,
.main-category-meilleures-ventes .category-title,
.main-category-id-351.toolbar .sorter,
.main-category-meilleures-ventes .toolbar .sorter,
.main-category-id-351 .pager .pages .current,
.main-category-meilleures-ventes .pager .pages .current,
.main-category-id-351 .block .block-title,
.main-category-meilleures-ventes .block .block-title { background: #329DD1; }
.main-category-id-351 .highlights div.box-title,
.main-category-meilleures-ventes .highlights div.box-title,
.main-category-id-351.catalog-category-view h3,
.main-category-meilleures-ventes.catalog-category-view h3 { color: #329DD1; }

.main-category-id-3 .category-title,
.main-category-figurines-bd .category-title,
.main-category-id-3.toolbar .sorter,
.main-category-figurines-bd .toolbar .sorter,
.main-category-id-3 .pager .pages .current,
.main-category-figurines-bd .pager .pages .current,
.main-category-id-3 .block .block-title,
.main-category-figurines-bd .block .block-title { background: #339DD1; }
.main-category-id-3 .highlights div.box-title,
.main-category-figurines-bd .highlights div.box-title,
.main-category-id-3.catalog-category-view h3,
.main-category-figurines-bd.catalog-category-view h3 { color: #339DD1; }
#nav li.level0.nav-1 { border-color: #339DD1; }
#nav li.level0.nav-1.over a,
#nav li.level0.nav-1 a:hover { background: #339DD1; color: #FFF; }

/* séries */
#nav li.level0.nav-7b { border-color: #E67700 /*#FACA30*/; }
#nav li.level0.nav-7b { border-color: #E67700; }
#nav li.level0.nav-7b.over a,
#nav li.level0.nav-7b a:hover { background: #E67700; color: #FFF; }

.main-category-id-47 .category-title,
.main-category-albums .category-title,
.main-category-id-47 .toolbar .sorter,
.main-category-albums .toolbar .sorter,
.main-category-id-47 .pager .pages .current,
.main-category-albums .pager .pages .current,
.main-category-id-47 .block .block-title,
.main-category-albums .block .block-title { background: #DD693C; }
.main-category-id-47 .highlights div.box-title,
.main-category-albums .highlights div.box-title,
.main-category-id-47.catalog-category-view h3,
.main-category-albums.catalog-category-view h3 { color: #DD693C; }
#nav li.level0.nav-2 { border-color:  #DD693C; }
#nav li.level0.nav-2.over a,
#nav li.level0.nav-2 a:hover { background: #DD693C; color: #FFF; }

.main-category-id-25 .category-title,
.main-category-affiches .category-title,
.main-category-id-25.toolbar .sorter,
.main-category-affiches .toolbar .sorter,
.main-category-id-25 .pager .pages .current,
.main-category-affiches .pager .pages .current,
.main-category-id-25 .block .block-title,
.main-category-affiches .block .block-title { background: #5FC056; }
.main-category-id-25 .highlights div.box-title,
.main-category-affiches .highlights div.box-title,
.main-category-id-25.catalog-category-view h3,
.main-category-affiches.catalog-category-view h3 { color: #5FC056; }
#nav li.level0.nav-3 { border-color: #5FC056; }
#nav li.level0.nav-3.over a,
#nav li.level0.nav-3 a:hover { background: #5FC056; color: #FFF; }

.main-category-id-91 .category-title,
.main-category-miniatures .category-title,
.main-category-id-91 .toolbar .sorter,
.main-category-miniatures .toolbar .sorter,
.main-category-id-91 .pager .pages .current,
.main-category-miniatures .pager .pages .current,
.main-category-id-91 .block .block-title,
.main-category-miniatures .block .block-title { background: #7452C8; }
.main-category-id-91 .highlights div.box-title,
.main-category-miniatures .highlights div.box-title,
.main-category-id-91.catalog-category-view h3,
.main-category-miniatures.catalog-category-view h3 { color: #7452C8; }
#nav li.level0.nav-4 { border-color: #0E870E; }
#nav li.level0.nav-4.over a,
#nav li.level0.nav-4 a:hover { background: #0E870E; color: #FFF; }

.main-category-id-69 .category-title,
.main-category-cadeaux .category-title,
.main-category-id-69 .toolbar .sorter,
.main-category-cadeaux .toolbar .sorter,
.main-category-id-69 .pager .pages .current,
.main-category-cadeaux .pager .pages .current,
.main-category-id-69 .block .block-title,
.main-category-cadeaux .block .block-title { background: #0E870E; }
.main-category-id-69 .highlights div.box-title,
.main-category-cadeaux .highlights div.box-title,
.main-category-id-69.catalog-category-view h3,
.main-category-cadeaux.catalog-category-view h3 { color: #0E870E; }
#nav li.level0.nav-5 { border-color: #F9607D; }
#nav li.level0.nav-5.over a,
#nav li.level0.nav-5 a:hover { background: #F9607D; color: #FFF; }

.main-category-id-113 .category-title,
.main-category-collectors .category-title,
.main-category-id-113 .toolbar .sorter,
.main-category-collectors .toolbar .sorter,
.main-category-id-113 .pager .pages .current,
.main-category-collectors .pager .pages .current,
.main-category-id-113 .block .block-title,
.main-category-collectors .block .block-title { background: #8C3919; }
.main-category-id-113 .highlights div.box-title,
.main-category-collectors .highlights div.box-title,
.main-category-id-113.catalog-category-view h3,
.main-category-collectors.catalog-category-view h3 { color: #8C3919; }
#nav li.level0.nav-6 { border-color: #7452C8; }
#nav li.level0.nav-6.over a,
#nav li.level0.nav-6 a:hover { background: #7452C8; color: #FFF; }

.main-category-id-135 .category-title,
.main-category-exclusivite .category-title,
.main-category-id-135 .toolbar .sorter,
.main-category-exclusivite .toolbar .sorter,
.main-category-id-135 .pager .pages .current,
.main-category-exclusivite .pager .pages .current,
.main-category-id-135 .block .block-title,
.main-category-exclusivite .block .block-title { background: #055590; }
.main-category-id-135 .highlights div.box-title,
.main-category-exclusivite .highlights div.box-title,
.main-category-id-135.catalog-category-view h3,
.main-category-exclusivite.catalog-category-view h3 { color: #055590; }
#nav li.level0.nav-7 { border-color: #F9607D; }
#nav li.level0.nav-7.over a,
#nav li.level0.nav-7 a:hover { background: #F9607D; color: #FFF; }

.main-category-ventes-exclusives .toolbar .sorter,
.main-category-ventes-exclusives .pager .pages .current,
.main-category-ventes-exclusives .block .block-title { background: #0A4D8B; color:#FFFFFF;}
.main-category-ventes-exclusives .highlights div.box-title,
.main-category-ventes-exclusives .category-title,
.main-category-ventes-exclusives .category-flash-sale h1,
.main-category-ventes-exclusives.catalog-category-view h3 { color: #0A4D8B; }
#nav li.level0.nav-8 { border-color: #7452C8; }
#nav li.level0.nav-8.over a,
#nav li.level0.nav-8 a:hover { background: #7452C8; color: #FFF; }

.main-category-id-157 .category-title,
.main-category-bd-adulte .category-title,
.main-category-id-157 .toolbar .sorter,
.main-category-bd-adulte .toolbar .sorter,
.main-category-id-157 .pager .pages .current,
.main-category-bd-adulte .pager .pages .current,
.main-category-id-157 .block .block-title,
.main-category-bd-adulte .block .block-title { background: #F9607D; }
.main-category-id-157 .highlights div.box-title,
.main-category-bd-adulte .highlights div.box-title,
.main-category-id-157.catalog-category-view h3,
.main-category-bd-adulte.catalog-category-view h3 { color: #F9607D; }
#nav li.level0.nav-9 { border-color: #FA9300; }
#nav li.level0.nav-9.over a,
#nav li.level0.nav-9 a:hover { background: #FA9300; color: #FFF; }
/* */

.product-pictos { position: absolute; margin-top: -18px; right: -19px; }
.product-pictos em { display: block; width: 80px; height: 47px; text-indent: -9999em; float: right; clear: right; margin-left: 3px; }
.product-pictos em.promotion { background: url(../images/picto_promo.png) no-repeat 0 0; }
.product-pictos em.new { background: url(../images/picto_new.png) no-repeat 0 0; width: 64px; }
.product-pictos em.rare { background: url(../images/picto_rare.png) no-repeat 0 0; width: 61px; }
.product-pictos em.flash { background: url(../images/picto_flash.png) no-repeat 0 0; width: 121px; }
.product-pictos em.exclu { background: url(../images/picto_exclu_mini.png) no-repeat 0 0; width: 57px; height: 35px; }
.product-pictos em.collector { background: url(../images/picto_collector_mini.png) no-repeat 0 0; width: 68px; height: 32px; }

.product-nsd { padding-left: 10px; color: #8E8E8E; line-height: 16px; }
.product-nsd span { display: inline-block; width: 16px; height: 16px; text-indent: -9999em; }
.product-nsd span.sep { width: 8px; font-style: italic; font-size: 18px; text-indent: -1px; text-align: left; }
.product-nsd span.signed { background: url(../images/ico_S.png) no-repeat 50% 50%; }
.product-nsd span.numbered { background: url(../images/ico_N.png) no-repeat 50% 50%; }
.product-nsd span.dedicated { background: url(../images/ico_D.png) no-repeat 50% 50%; }

/* View Type: Grid */
.products-grid li { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; position:relative; }
.products-grid li.item { float:left; width:154px; height: 353px; padding: 17px; margin-right: 30px; margin-bottom: 20px; background: #FFF; border: 1px solid #FFF; text-align: center; }
.products-grid li.item:hover { border-color: #BAB9B9; }
.products-grid li.last {margin-right: 0;}
.products-grid .type-produit { text-transform: uppercase; color: #FCA619; font-size: 15px; font-style: italic; text-align: left; padding-right: 37px; line-height: 18px; height: 54px; }
.products-grid .type-produit span.text { display: block; max-height: 54px; overflow: hidden; }
.products-grid .product-nsd { padding-left: 0; display: block; position: relative; }
.products-grid .product-image { display:block; width:154px; height:110px; margin:0 0 10px; }
.products-grid .product-name { height: auto; max-height: 54px; overflow: hidden; margin:0 0 6px; color:#055590; font-size: 16px; line-height: 18px; }
.products-grid .product-name a { color:#055590; text-decoration: none; }
.products-grid .product-serie { color: #2396CE; font-size: 14px; line-height: 16px; height: auto; max-height: 32px; overflow: hidden; margin-bottom: 2px; }
.products-grid .product-etat { color: #8E8E8E; text-transform: lowercase; width: 154px; bottom: 77px; position: absolute; }
.products-grid .product-etat label { color: #000; text-transform: initial; }
.products-grid .price-box { margin:5px 0; position: absolute; bottom: 32px; width: 154px; height: 33px; }
.products-grid .availability { display: none; }
.products-grid .actions { position:absolute; bottom:10px; width: 154px; }

.products-grid .actions button.button.btn-cart { float:none; }
.products-grid .actions button.button.btn-cart span { background: #FACA30 url(../images/btn_cart.png) no-repeat 3px 0; }
.products-grid .actions button.button.btn-cart span span { background: none; padding-left: 20px; }
.products-grid .actions a.contact-us { display: inline-block; clear: both; color: #3d3d3d; font-size: 13px; height: 19px; border: 1px solid #3d3d3d; background: #FACA30 url(../images/btn_newsletter.png) no-repeat 5px 50%; padding: 2px 5px 2px 30px; text-decoration: none; text-transform: uppercase; white-space: nowrap; margin-top: 15px; }

.products-grid .price-box .percent-price { position: relative; top: 0; left: 0; float: left; width: 41px; padding: 0 0 0 1px; font-size: 14px; line-height: 24px; height: 28px; text-align: center;  margin: 0 10px 0 14px; background: url(../images/bubble_mini.png) no-repeat 0 0; }
.products-grid .price-box .price-label { display: none; }
.products-grid .price-box .price { color: #3E3E3D; font-size: 16px;}
.products-grid .price-box .old-price,
.products-grid .price-box .special-price { height: 13px; padding: 0; line-height: normal; text-align: left; position: relative; top: 0; left: 0; }
.products-grid .price-box .old-price .price { color: #8E8E8E; font-size: 12px; font-weight: normal; padding-left: 15px; }
.products-grid .price-box .special-price .price { color: #F3142A; }
.products-grid .price-box .regular-price { line-height: 42px; position: relative; top: 0; left: 0; }

.products-grid a.block-link { position: absolute; bottom: 4px; float: none; margin-right: 8px; padding-left: 22px; background: url(../images/arrow-13x12.png) no-repeat 0 50%; font-size: 12px; line-height: 20px; }

/* Listing */
.category-products { clear: both; }
.category-products.loading { opacity: 0.5; }
.category-products.loading .loading-text { display:block; padding-left: 22px; background: url(../images/ajax-loader.gif) no-repeat 0 50%; height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; }
.category-products .products-grid .product-pictos { right: auto; left: -11px; margin-top: -20px; }
.category-products .products-grid .product-pictos em { float: left; clear: none; }
.category-products .products-grid .product-nsd { padding-left: 10px; display: inline-block; }
.category-products .products-grid li.item { width:398px;  height: 586px; padding: 15px 25px; margin-right: 25px; margin-bottom: 25px;}
.category-products .products-grid li.item.last { margin-right: 0 }
.category-products .products-grid .type-produit { font-size: 18px; font-style: italic; font-weight: bold; text-align: center; line-height: normal; height: 23px; padding-right: 0; }
.category-products .products-grid .product-image { width:398px; height:280px; margin:0 0 20px; }
.category-products .products-grid .product-name { font-size: 24px; font-weight: bold; height: auto; max-height: 52px; margin:10px 0; line-height: 25px; margin: 7px 0 5px; }
.category-products .products-grid .product-etat,
.category-products .products-grid .product-serie { font-size: 18px; height: 22px; line-height: normal; }
.category-products .products-grid .product-etat { bottom: 169px; width: 398px; }
.category-products .products-grid .price-box { position: absolute; height: 86px; bottom: 79px; width: 398px; }
.category-products .products-grid .price-box .special-price,
.category-products .products-grid .price-box .old-price { margin-right: 121px; text-align: right; }
.category-products .products-grid .price-box .price { font-size: 32px; }
.category-products .products-grid .price-box .percent-price {  font-size: 21px; padding: 5px 0 0 5px; top: 10px; left: 42px; background: url(../images/bubble_big.png) no-repeat 0 0; width: 59px; height: 39px; text-align: center; }
.category-products .products-grid .price-box .regular-price {  line-height: 86px; }
.category-products .products-grid .price-box .old-price { padding-top: 8px; height: auto; }
.category-products .products-grid .price-box .old-price .price { font-size: 22px; }
.category-products .products-grid .price-box .special-price  { line-height: 26px; }
.category-products .products-grid .actions { bottom:60px; width: 398px; }
.category-products .products-grid button.button.btn-cart {float: none; }
.category-products .products-grid button.button.btn-cart span  {  background: url("../images/btn_cart_big2.png") no-repeat scroll 0 0 #FACA30; padding-bottom: 7px; padding-right: 9px;  padding-top: 10px; font-weight: bold; }
.category-products .products-grid button.button.btn-cart span span { background: none; padding: 0 0 0 40px; font-size: 20px; }
.category-products .products-grid a.contact-us { display: inline-block; clear: both; color: #3d3d3d; font-size: 16px; height: 22px; border: 1px solid #3d3d3d; background: #FACA30 url(../images/btn_contact.png) no-repeat 5px 50%; padding: 2px 5px 4px 36px; text-decoration: none; text-transform: uppercase; white-space: nowrap; margin-top: 15px; }
.category-products .products-grid .detail-link { position: absolute; width: 398px; bottom:20px; }
.category-products .products-grid .detail-link a { background: url("../images/arrow-18x15.png") no-repeat 0 50%; padding-left: 24px; color: #055590; text-decoration: none; font-size: 18px; }

/* serialScroll */
.serialScroll .products-grid {padding-top: 10px; margin:0 auto;}
.serialScroll .products-grid li.item:hover,
.serialScroll .products-grid li.item { width: 216px; height: auto; margin:0; padding: 0; background: none; border: none; }
.serialScroll .products-grid li .serialScroll-inner { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; position:relative; }
.serialScroll .products-grid li .serialScroll-inner { float:left; width:154px; height: 346px; padding: 7px 17px 17px 17px; margin: 0 15px; background: #FFF; border: 1px solid #FFF; text-align: center; }
.serialScroll .products-grid li .serialScroll-inner:hover { border-color: #BAB9B9; }

/* New */
.new-list { clear: both; height: 452px; overflow: hidden; }
/*.new-list .product-pictos em.rare,
.new-list .product-pictos em.promotion { display: none; } */

/* Special */
.special-list { clear: both; height: 452px; overflow: hidden; }
/*.special-list .product-pictos em.rare,
.special-list .product-pictos em.new { display: none; } */

/* Bestseller */
.catalog-category-view .bestsellers-list { width: 551px; float: left; clear: left; }
.bestsellers-list ol,
.bestsellers-list ol li a,
.bestsellers-list ol li { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; position:relative; display:block; }
.bestsellers-list ol { background: #FFF; padding: 15px 7px; }
.bestsellers-list ol li { margin-bottom: 10px; }
.bestsellers-list ol li.last { margin-bottom: 0; }
.bestsellers-list ol li a { border: 1px solid #FFF; text-decoration: none; height: 62px; overflow: hidden; padding-right:18px; }
.bestsellers-list ol li a:hover { border-color: #BAB9B9; }
.bestsellers-list ol li span { display: block }
.bestsellers-list ol li .product-nsd { display:inline; }
.bestsellers-list ol li .product-nsd span { display: inline-block; }
.bestsellers-list ol li .rating { color: #3E3D3D; font-size: 40px; line-height: 62px; float: left; width: 58px; text-align:center; }
.bestsellers-list ol li img { float: left; display:block; margin-right: 18px; }
.bestsellers-list ol li .type-produit { text-transform: uppercase; color: #FCA619; font-size: 14px; text-align: left; padding: 7px 8px 0 0; line-height: 18px; height: 20px; overflow:hidden; }
.bestsellers-list ol li .product-name { color:#055590; font-size:15px; color:#055590; padding: 1px 0 0 0; line-height: 16px; overflow: hidden; height: 32px; overflow:hidden; }
.bestsellers-list ol li .price-box { float: right; margin: 0; }
.bestsellers-list ol li .price-box .percent-price,
.bestsellers-list ol li .price-box .old-price,
.bestsellers-list ol li .price-box .price-label { display: none; }
.bestsellers-list ol li .price-box .regular-price,
.bestsellers-list ol li .price-box .special-price { position: relative; top: 0; left: 0; padding: 5px 0 0 0; }
.bestsellers-list ol li .price-box .price { color: #3E3E3D; font-size: 16px; line-height: normal; }

/* Exclu */
.exclu-list { float:left; width: 166px; margin-left: 25px; }
.exclu-list .products-grid { width: auto; }
.exclu-list .products-grid li.item {  width:138px; height: 364px; padding: 7px 13px 17px 13px; margin: 0; }
.exclu-list .products-grid .product-image { width:138px; height:110px; }
.exclu-list .products-grid .actions { position:absolute; bottom:28px; width: 138px; }
.exclu-list .products-grid .product-etat { width: 138px; bottom: 94px; }
.exclu-list .products-grid .price-box { bottom: 49px; }
/*
.exclu-list .product-pictos em.new,
.exclu-list .product-pictos em.rare,
.exclu-list .product-pictos em.promotion ,
*/
.exclu-list .product-pictos em.exclu { display: none; }

/* Collector */
.collector-list { float:left; width: 166px; margin-left: 25px; }
.collector-list .products-grid { width: auto; }
.collector-list .products-grid li.item {  width:138px; height: 364px; padding: 7px 13px 17px 13px; margin: 0; }
.collector-list .products-grid .product-image { width:138px; height:110px; }
.collector-list .products-grid .actions { position:absolute; bottom:28px; width: 138px; }
.collector-list .products-grid .product-etat { width: 138px; bottom: 94px; }
.collector-list .products-grid .price-box { bottom: 49px; }
/*
.collector-list .product-pictos em.new,
.collector-list .product-pictos em.rare,
.collector-list .product-pictos em.promotion { display: none; }
*/

/* View Type: List */
.products-list .product-pictos { right: auto; left: -22px; margin-top: -22px; }
.products-list .product-pictos em { float: left; clear: none; }
.products-list .product-nsd span.dedicated { width: 64px; background-image: url('../images/ico_dedicace.png'); }
.products-list .product-shop { margin-left:15px; float: left; width: 455px; height: 181px; }
.products-list .product-cart { margin-top: 7px; margin-left:15px; float: left; width: 169px; height: 181px;  text-align: right; position: relative; }
.products-list li.item { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-size: 14px; position:relative; height: 220px; padding: 12px; margin-bottom: 20px; background: #FFF; border: 1px solid #FFF; }
.products-list li.item:hover { border-color: #BAB9B9; }
.products-list li.item.last { margin-bottom: 12px; }
.products-list .product-image { float:left; width:250px; height:181px; }
.products-list .type-produit { height: 25px; overflow: hidden; text-transform: uppercase; color: #FCA619; font-size: 17px; font-weight: bold; text-align: left; line-height: 18px; }
.products-list .product-name { max-height: 50px; overflow: hidden; margin:0 0 8px; color:#055590; font-weight: bold; font-size: 22px; line-height: 24px; }
.products-list .product-name a { color:#055590; text-decoration: none; }
.products-list .product-specificite,
.products-list .product-serie { color: #2396CE; font-size: 16px; height: 17px; line-height: 17px; overflow: hidden; }
.products-list .product-specificite { color: #8E8E8E; margin: -2px 0 6px 0; }
.products-list .product-size,
.products-list .product-weight,
.products-list .product-etat { color: #8E8E8E; line-height: 30px; display: inline; }
.products-list .product-etat { text-transform: lowercase; }
.products-list .product-size label,
.products-list .product-weight label,
.products-list .product-etat label { color: #000; text-transform: initial; }
.products-list .desc { color: #8E8E8E; line-height: 18px; max-height: 36px; overflow: hidden; }
.products-list .link-learn { text-decoration: none; }

.products-list .price-box { margin: 0; height: 75px; position: relative; overflow: hidden; }
.products-list .price-box .regular-price { position: absolute; right: 0; bottom: 0;}
.products-list .price-box .price-label { display: none; }
.products-list .price-box .price { color: #3E3E3D; font-size: 30px; font-weight: bold; }

.products-list .price-box .old-price .price { font-size: 16px; color: #8E8E8E; font-weight: normal; }
.products-list .price-box .percent-price,
.products-list .price-box .old-price,
.products-list .price-box .special-price { height: auto; margin: 0; padding: 0; line-height: normal; position: absolute; }
.products-list .price-box .old-price { top: 23px; right: 0; }
.products-list .price-box .percent-price {  font-size: 18px; padding: 3px 0 0 1px; top: 0; left: 28px; background: url(../images/bubble.png) no-repeat 0 0; width: 58px; height: 39px; text-align: center; }
.products-list .price-box .special-price { top: 40px; right: 0; }
.products-list .price-box .special-price .price { color: #F3142A; }

.products-list .delivery { font-size: 12px; }
.products-list .delivery .available { margin-top: 4px; color: #008000; float: right; background: url(../images/ico_stock.png) no-repeat 0 50%; padding-left: 16px; }
.products-list .delivery .unavailable { color: #F3142A; float: right; background: url(../images/ico_cross.png) no-repeat 0 50%; padding-left: 14px; }
.products-list .delivery label { color: #8E8E8E; }
.products-list .delivery a.contact-us { float: right; display: block; clear: both; color: #3d3d3d; font-size: 16px; height: 22px; border: 1px solid #3d3d3d; background: #FACA30 url(../images/btn_contact.png) no-repeat 5px 50%; padding: 2px 5px 4px 36px; text-decoration: none; text-transform: uppercase; white-space: nowrap; margin-top: 15px; }
.products-list .delivery .availability-date { clear: both; line-height: 11px; white-space: nowrap; }

.products-list .product-cart p { margin: 15px 0 0 0 }
.products-list .actions { position: absolute; bottom: 0; right: 0; }

.products-list button.button.btn-cart { float:none; }
.products-list button.button.btn-cart span { background: #FACA30 url(../images/btn_cart_big.png) no-repeat 0 0; padding-top: 8px; padding-bottom: 5px; padding-right: 9px; }
.products-list button.button.btn-cart span span { background: none; padding: 0 0 0 35px; font-size: 18px; }

.products-list .add-to-links { clear:both; margin-top: 3px; }
.products-list .add-to-links li { display:inline; }

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

/* HighLights */
.highlights div { background: url(../images/bg_highlights.png) no-repeat 0 0; height: 55px; float: right; margin: 0 0 10px 10px; font-size: 16px; text-transform: uppercase; overflow: hidden; }
.highlights div.box-title { background: none; position: absolute; z-index: 1; height: auto; margin-left: 65px; margin-top: 4px; }
.highlights div.offre-semaine-box div.box-title { margin-left: 68px; }
.highlights div p { margin: 0; padding: 0; }
.highlights div a { display: block;  position: relative; z-index: 5; padding: 3px 60px 0 10px; height: 52px; text-decoration: none; color: #000; line-height: 66px; }
.highlights div img { float: left; margin-right: 8px; }
.highlights div.highlights-box { width: 269px; }
.highlights div.offre-semaine-box { width: 296px; background-position: -280px 0; }
.highlights div.vente-flash-box { width: 248px; background-position: -586px 0; }


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

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

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

.price-box { margin:0; height: 87px; position: relative; }
.price-box .price { color: #3E3E3D; font-size: 36px; font-weight: bold; }

.percent-price,
.old-price,
.special-price { height: auto; margin: 0; padding: 0; line-height: normal; position: absolute; }

/* Regular price */
.regular-price { position: absolute; right: 0; bottom: 0; }

/* Percent price */
.percent-price {  font-size: 21px; padding: 5px 0 0 5px; top: -7px; left: -25px; background: url(../images/bubble_big.png) no-repeat 0 0; width: 59px; height: 39px; text-align: center; }

/* Old price */
.old-price { top: 11px; right: 0; }
.old-price .price-label { display: none; }
.old-price .price { font-size: 22px; color: #8E8E8E; font-weight: normal; text-decoration:line-through; }

/* Special price */
.special-price { top: 36px; right: 0; }
.special-price .price-label { display: none; }
.special-price .price { color: #F3142A; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Add to Links */
.add-to-links { clear: both; }
.add-to-links a { margin:5px 0 0; font-size: 13px; text-decoration: none; }
.add-to-links a.link-wishlist { background: url(../images/ico_plus.png) 0 50% no-repeat; padding-left: 13px; }
.add-to-links .separator { display:none; }

.product-view .product-features,
.product-view .cms_product_infos,
.product-view .product-cart,
.product-view .product-info,
.product-view .product-addthis,
.product-view .product-description,
.product-view .product-img-box {
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

.product-view h4 { text-transform: uppercase; font-size: 22px; font-weight: normal; font-style: italic; }
.product-view .product-features h4 { font-size: 20px; }

.product-essential { font-size: 13px; }

.product-collateral {  }

/* Product Images */
.product-view .product-img-box .product-pictos { right: auto; left: -11px; margin-top: -20px; z-index: 11; }
.product-view .product-img-box .product-pictos em { float: left; clear: none; }
.product-view .product-img-box .product-pictos em.exclu { background: url(../images/picto_exclu.png) no-repeat 0 0; width: 69px; height: 42px; }
.product-view .product-img-box .product-pictos em.collector { /* todo background: url(../images/picto_collector.png) no-repeat 0 0; width: 69px; height: 42px; */ }
.product-view .product-img-box { float:left; width:612px; min-height: 476px; padding: 15px 15px 0 15px; position: relative; }
.product-view .product-img-box .product-image { margin: 0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:612px; height:461px; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box .product-image-zoom .copyright { position:absolute; bottom: -16px; color: #8e8e8e; }
.product-view .product-img-box .zoom-notice {text-align: right; position: absolute; top: 411px; right: 0; margin: 0;  background: #FFF; border: 1px solid #C1BDBD; border-right: 0; z-index:10; }
.product-view .product-img-box .zoom-notice a { display: block; text-transform: uppercase; text-decoration: none; font-size: 14px; padding: 4px 15px 4px 30px; background:url(../images/image_zoom.png) no-repeat 8px 50% transparent; }

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

/* Product Thumbnails */
.product-view .more-views { margin-top:15px; height: 130px; }
.product-view #thumbs_list { float:left; overflow:hidden; margin-left:20px; width:546px; }
.product-view #thumbs_list_frame { list-style-type:none; padding-left:0; width: 100%; }
.product-view #thumbs_list li {	float:left; width:182px; height:125px; }
.product-view #thumbs_list li img { text-align: center; }
.product-view span.view_scroll_spacer {	float:left;	height:110px; width:21px; background: #FFF; }
.product-view  #view_scroll_left, 
.product-view #view_scroll_right { float:left; padding: 53px 4px 50px 4px; height:32px;	width:17px; text-indent:-3000px; background:url(../images/btn_prev-17x32.png) no-repeat center center transparent;}
.product-view #view_scroll_right { margin-left:-5px; background-image:url(../images/btn_next-17x32.png); }

/* Product Shop */
.product-view .product-shop { float:right; width: 464px; }

.product-view .product-shop .product-info { padding: 7px 20px 35px 20px; font-size: 13px; min-height: 177px; margin-bottom: 20px; }
.product-view .product-shop .type-produit { text-transform: uppercase; color: #FCA619; font-size: 17px; font-weight: bold; text-align: left; padding: 2px 0 3px 0; }
.product-view .product-shop .product-nsd span.dedicated { width: 64px; background-image: url('../images/ico_dedicace.png'); }
.product-view .product-shop .product-name h1 { margin:0 0 2px; color:#055590; font-weight: bold; font-size: 26px; line-height: 28px; }
.product-view .product-shop .product-specificite,
.product-view .product-shop .product-serie,
.product-view .product-shop .product-serie a {  color: #2396CE; font-size: 17px; text-decoration: none }
.product-view .product-shop .product-infos { padding-top: 3px; }
.product-view .product-shop .product-specificite { color: #8E8E8E; }
.product-view .product-shop .product-short-description,
.product-view .product-shop .product-fabricant,
.product-view .product-shop .product-editeur,
.product-view .product-shop .product-state,
.product-view .product-shop .product-auteurs { color: #8E8E8E; line-height: 16px; }
.product-view .product-shop .product-fabricant label,
.product-view .product-shop .product-editeur label,
.product-view .product-shop .product-state label,
.product-view .product-shop .product-auteurs label { text-transform: uppercase; color: #3D3D3D; }
.product-view .product-shop .product-short-description h2 { font-size: 15px; color: #8E8E8E; line-height: normal; margin: 6px 0 0 0; }

.product-view .product-shop .cms_product_infos,
.product-view .product-shop .product-cart { width: 177px; float: left; padding: 9px 25px 9px 20px; min-height: 215px; margin-bottom: 22px; }
.product-view .product-shop .product-cart { margin-right: 20px; }

.product-view .product-shop .product-cart .add-to-cart {margin-bottom: 15px;}
.product-view .product-shop .product-cart .add-to-cart label { display: none; }
.product-view .product-shop .product-cart .add-to-cart .paypal-logo { display: none; }
.product-view .product-shop .product-cart .add-update-cart label { display: inline; position: relative; top: 2px; }

.product-view .product-shop .product-cart { z-index: 10; }
.product-view .product-shop .product-cart .percent-price { z-index: 20; }

.product-view .product-shop .product-cart .product-flash-sale { text-align: center; white-space: nowrap; position: relative; left: -15px; }
.product-view .product-shop .product-cart .product-flash-sale .caption { margin-top: -146px; padding-left: 15px; position: absolute; color: #0A4D8B; font-size: 16px; text-align: right; }
.product-view .product-shop .product-cart .product-flash-sale .remaining-time { color: #8E8E8E; font-size: 14px; position: relative; top: -5px; }
.product-view .product-shop .product-cart .product-flash-sale .remaining-time label { color: #3D3D3D; padding-right: 5px; }
.product-view .product-shop .product-cart .product-flash-sale .remaining-time .countdown-inline span strong { width: 18px; }
.product-view .product-shop .product-cart .product-flash-sale .remaining-time .countdown-inline span.d strong { width: auto; }

.product-view .product-shop .add-to-box { text-align: right; }

.product-view .product-shop .delivery,
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-cart { margin-bottom: 6px; }

.product-view .product-shop button.button.btn-cart {float: none; }
.product-view .product-shop button.button.btn-cart span  {  background: url("../images/btn_cart_big2.png") no-repeat scroll 0 0 #FACA30; padding-bottom: 7px; padding-right: 9px;  padding-top: 10px; font-weight: bold; }
.product-view .product-shop button.button.btn-cart span span { background: none; padding: 0 0 0 40px; font-size: 20px; }
.product-view .product-shop .add-update-cart button.button.btn-cart { margin-top: 4px; }
.product-view .product-shop .add-update-cart button.button.btn-cart span span { font-size: 12px; }
.product-view .product-shop .add-to-links { margin:0; }

.product-view .product-shop .delivery { font-size: 14px; white-space: nowrap; }
.product-view .product-shop .delivery .available { margin-top: 4px; color: #008000; display: inline; background: url(../images/ico_stock.png) no-repeat 0 50%; padding-left: 18px; }
.product-view .product-shop .delivery .unavailable { color: #F3142A; display: inline; background: url(../images/ico_cross.png) no-repeat 0 50%; padding-left: 16px; }
.product-view .product-shop .delivery label { color: #8E8E8E; }
.product-view .product-shop .delivery a.contact-us { color: #055590; float: right; display: block; clear: both; background: url(../images/ico_contact.png) no-repeat 0 50%; padding-left: 18px; text-decoration: none; }
.product-view .product-shop .delivery a.contact-us { color: #3d3d3d; font-size: 16px; height: 22px; border: 1px solid #3d3d3d; background: #FACA30 url(../images/btn_contact.png) no-repeat 5px 50%; padding: 2px 5px 4px 36px; text-decoration: none; text-transform: uppercase; white-space: nowrap; margin-top: 7px;}
.product-view .product-shop .delivery .availability-date { clear: both; line-height: 11px; white-space: nowrap; display: inline; }
.product-view .product-shop .delivery .availability-date:before { content:" - "}
.product-view .product-shop .delivery .preorder { margin-top: -11px; height: 64px; }
.product-view .product-shop .delivery .preorder .availability-date:before { content: initial;}

.product-view .product-shop .cms_product_infos p { margin-bottom: 2px; position: relative; color: #8E8E8E; clear: both; padding: 10px 62px 0 0; height: 40px; line-height: normal; }
.product-view .product-shop .cms_product_infos a { color: #8E8E8E; text-decoration: none; }
.product-view .product-shop .cms_product_infos img { display: block; position: absolute; top: 5px; right: 0; }
.product-view .product-shop .cms_product_infos p.faq-title {  padding: 5px 0; margin: 0; text-align: center; height: auto; font-size: 18px; }
.product-view .product-shop .cms_product_infos p.faq-title a { color: #000 }

.product-view .product-shop .product-features { clear: both; padding: 12px 7px 12px 20px; margin-bottom: 20px; font-size: 14px; color: #8E8E8E; }
.product-view .product-shop .product-features h4,
.product-view .product-shop .product-features label { color: #3D3D3D; text-transform: uppercase; }
.product-view .product-shop .product-features p { margin: 0; }
.product-view .product-shop .product-features span,
.product-view .product-shop .product-features label,
.product-view .product-shop .product-features p,
.product-view .product-shop .product-features div { line-height: 19px; }
.product-view .product-shop .product-features .sign-num { font-size: 18px; line-height: normal; margin: 10px 0; }
.product-view .product-shop .product-features .product-size,
.product-view .product-shop .product-features .product-size label,
.product-view .product-shop .product-features .product-weight { display: block; }

.product-view .product-shop .product-features .scale { background: url(../images/echelle_comparative_5.png) no-repeat 100% 0; width: 268px; height: 161px; float: right; display: block; position:relative; top: -5px; }
.product-view .product-shop .product-features .scale-1 { background-image: url(../images/echelle_comparative_1.png); }
.product-view .product-shop .product-features .scale-2 { background-image: url(../images/echelle_comparative_2.png); }
.product-view .product-shop .product-features .scale-3 { background-image: url(../images/echelle_comparative_3.png); }
.product-view .product-shop .product-features .scale-4 { background-image: url(../images/echelle_comparative_4.png); }
.product-view .product-shop .product-features .scale-5 { background-image: url(../images/echelle_comparative_5.png); }
.product-view .product-shop .product-features .scale-6 { background-image: url(../images/echelle_comparative_6.png); }
.product-view .product-shop .product-features .scale label { position: absolute; top: 24px; left: 94px; color: #8E8E8E; text-transform: uppercase; width: 100px; line-height: 16px; height: 35px; font-family: 'Permanent Marker', cursive; font-style: italic; font-size: 13px; -moz-transform: rotate(-13deg); -webkit-transform: rotate(-13deg); -o-transform:rotate(-13deg); transform: rotate(-13deg); -ms-transform: rotate(-13deg); }
.product-view .product-shop .product-features .scale div { background: url(../images/echelle_fleche.png) no-repeat 0 0; width: 46px; height: 54px; padding: 2px 11px 2px 3px; position: absolute; left: 5px; }
.product-view .product-shop .product-features .scale div span { display: block; color: #000; text-align: center; line-height: 14px; white-space: nowrap; }
.product-view .product-shop .product-features .scale-1 div { bottom: -19px; }
.product-view .product-shop .product-features .scale-2 div { bottom: -8px; }
.product-view .product-shop .product-features .scale-3 div { bottom: 14px; }
.product-view .product-shop .product-features .scale-4 div { bottom: 40px; }
.product-view .product-shop .product-features .scale-5 div { left: 5px; }
.product-view .product-shop .product-features .scale-6 div { top: -40px; left: 8px; }

.product-view .product-addthis { text-align: center; padding: 12px 20px; }

.product-view .product-description { clear: left; float: left; width:602px; padding: 12px 20px; margin: 20px 0; }
.product-view .product-description div { color: #8E8E8E; line-height: 16px; }
.product-view .product-description h4 { color: #000; }

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

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

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

/* Block: Similar */
.product-view .similar-list h3 { color: #48A7D6; font-size: 24px; font-weight: normal; margin-bottom: 15px; }
.product-view .similar-list h3 a { color: #48A7D6 }
.product-view .similar-list .products-grid li.item { margin-right: 18px; padding: 12px 8px; }
.product-view .similar-list .products-grid li.item.last { margin-right: 0; }

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


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

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

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

/* Contact Form */
.contacts-index-index .contact-form { float: left; width: 55%; margin: 0 1%; }
.contacts-index-index .contact-infos { float: right; width: 41%; margin: 0 1%; padding-top: 30px; }
.contacts-index-index .buttons-set { margin-top: 10px; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.cms-home h1,
.cms-home h2 { font-size: 17px; line-height: 18px; color: #055590; text-align: center; }
.cms-home .page-title { margin-top: -5px; margin-bottom: 7px; }
.cms-home .std { margin-bottom: 14px; }

.cms-home .block { float: left; margin: 0 30px 22px 0; position: relative; }
.cms-home .block,
.cms-home .block a { width: 259px; height: 265px; }
.cms-home .block,
.cms-home .product-category,
.cms-home .block-subscribe-home,
.cms-home .block img { border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; }

.cms-home .block-rand-group1,
.cms-home .block-rand-group2 { float: left; }
.cms-home .block-rand-group1 .block,
.cms-home .block-rand-group2 .block,
.cms-home .block-rand-group1 {clear: both;}


.cms-home .block-rand-4,
.cms-home .block-rand-8,
.cms-home .block-rand-10,
.cms-home .block-rand-12,
.cms-home .block-rand-16 { margin-right: 0; }
.cms-home .block p {margin: 0; padding:0}

.cms-home .cms-block-vignette span.text { position: absolute; height: 39px; line-height: 39px; width: 100%; left:0; bottom: 0; text-align: center; background: #FFF; color: #055590; text-decoration: none; }
.cms-home .cms-block-vignette span.text span { font-size: 14px; text-transform: uppercase; background: url(../images/arrow-4x7.png) no-repeat 0 50%; padding-left: 10px; }

.cms-home .cms-block-vignette span.text { border-radius: 0 0 13px 13px; -webkit-border-radius: 0 0 13px 13px; -moz-border-radius: 0 0 13px 13px; }
.cms-home .cms-block-vignette img { border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; }

.cms-home .product-category { width: 259px; height: 265px;  background: #FFF; }
.cms-home .product-category .product-pictos { left: -13px;}
.cms-home .product-category .product-pictos em { clear: none; float: left; }
.cms-home .product-category img { border-radius: 0; }
.cms-home .product-category a { width: 233px; height: 239px; padding: 13px; }
.cms-home .product-category a,
.cms-home .product-category span.price-box,
.cms-home .product-category span.product-name { display: block; text-decoration: none; }
.cms-home .product-category span.product-name { margin-top: 5px; font-size: 18px; line-height: 19px; text-align: center; height: 38px; overflow: hidden; }
.cms-home .product-category span.price-box { text-align: right; height: auto; }
.cms-home .product-category span.price-box .percent-price { display: none;}
.cms-home .product-category span.price-box .price { font-size: 18px; }
.cms-home .product-category span.price-box .old-price,
.cms-home .product-category span.price-box .special-price,
.cms-home .product-category span.price-box .regular-price { position: static; display: inline; padding-left: 8px; }

.cms-home .block-private-sales { background: #FFF; float: right; width: 550px; height: 530px; padding: 12px 0; }

.cms-home .block-subscribe-home { background: #FFF url("../images/bg_box_subscribe.png") no-repeat 100% 11px; float: left; width: 524px; height: 530px; padding: 12px; margin-right: 30px; margin-bottom: 22px; }
.cms-home .block-subscribe-home .block-subscribe-title { color: #000; font-size: 57px; text-transform: uppercase; font-style: italic; height: 86px; line-height: 86px; text-align: center; margin-bottom: 45px; }
.cms-home .block-subscribe-home .block-subscribe input.input-text { background: url("../images/bg_input_home_subscribe.png") no-repeat 0 100%; width: 250px; font-size: 16px; height: 21px; line-height: 21px; padding: 5px 10px; }
.cms-home .block-subscribe-home .block-subscribe .cms { width: 235px; font-size: 18px; color: #3D3D3D; }
.cms-home .block-subscribe-home .block-subscribe .cms h4 { font-weight: normal; text-transform: uppercase; font-size: 24px; color: #3D3D3D; line-height: 25px;  }
.cms-home .block-subscribe-home .block-subscribe .cms p { line-height: 26px; }
.cms-home .block-subscribe-home .block-subscribe .cms li { line-height: 28px; padding-left: 23px; background: url("../images/bullet_bubble.png") no-repeat 0 50%; }
.cms-home .block-subscribe-home .block-subscribe .block-content { padding-top: 10px; }
.cms-home .block-subscribe-home .block-subscribe .actions,
.cms-home .block-subscribe-home .block-subscribe .input-box { width: 270px; text-align: right; }
.cms-home .block-subscribe-home .block-subscribe .actions button.button span span { font-weight: bold; font-size: 18px; padding-top: 2px; padding-bottom: 2px; }
.cms-home .block-subscribe-home .block-subscribe .actions button.button span { background-position: 3px 2px; }

.cms-home .block-private-sales .img-title { color: #0A4D8B; font-size: 16px; font-style: oblique; text-align:center; }
.cms-home .block-private-sales .img-title span { display: block; text-align: center; line-height: 20px; padding-top: 10px; padding-bottom: 12px; }
.cms-home .block-private-sales .sale-image { position: relative; }
.cms-home .block-private-sales .sale-image a.button { position: absolute; right: 7px; bottom: 10px; }
.cms-home .block-private-sales .sale-info { height: 34px; overflow: hidden; padding: 4px 10px 0 10px }
.cms-home .block-private-sales .sale-info .remaining-time { float: right; font-size: 16px; color: #8E8E8E; padding-left: 10px; }
.cms-home .block-private-sales .sale-info .remaining-time label { color: #3D3D3D; padding-right: 5px; }
.cms-home .block-private-sales .sale-info h3 { color: #0A4D8B; font-size: 18px; font-weight: normal; height: 27px; overflow: hidden; margin-bottom: 0;  }
.cms-home .block-private-sales .countdown-inline span strong { width: 20px; }
.cms-home .block-private-sales .countdown-inline span.d strong { width: auto; }

.cms-home .home-footer .block { height: 131px; overflow: hidden; margin-right: 26px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
.cms-home .block .block-title { color: #FFF; text-transform: uppercase; font-style: italic; background: #055590 }
.cms-home .block .block-title strong { color: #FFF; }
.cms-home .home-footer .block-subscribe { width: 453px; }
.cms-home .home-footer .cms_home_share { width: 261px; }
.cms-home .home-footer .cms_home_about { width: 358px; margin-right: 0; }

.cms-home .home-footer .block-subscribe .actions,
.cms-home .home-footer .block-subscribe input.input-text,
.cms-home .home-footer .block-subscribe .input-box { display: inline !important; }
.cms-home .home-footer .block-subscribe .form-subscribe-header { line-height: 19px; }
.cms-home .home-footer .block-subscribe input.input-text { background: url("../images/bg_input_subscribe_home.png") no-repeat 0 100%; width: 258px; padding-right: 18px; }

.cms-home .block.cms_home_share .block-title { height: 100px; line-height: 82px; font-size: 33px; text-align: center; background: #055590 url("../images/share_bulle.png") no-repeat 0 100%; border-radius: 13px 13px 0 0; -webkit-border-radius:13px 13px 0 0; -moz-border-radius: 13px 13px 0 0; }
.cms-home .block.cms_home_share .block-content { height: 64px; padding: 40px 12px 55px 12px; border-radius: 0 0 13px 13px; -webkit-border-radius:0 0 13px 13px; -moz-border-radius: 0 0 13px 13px; }
.cms-home .block.cms_home_share .addthis_toolbox a { width: 65px; height: 64px; padding: 0; margin-right: 15px; }
.cms-home .block.cms_home_share .addthis_toolbox a span { visibility: hidden; }
.cms-home .block.cms_home_share img { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }

.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_facebook_follow { background: url("../images/addthis_fb_65x64.jpg") no-repeat 0 100%; margin-left: 5px; }
.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_twitter_follow { background: url("../images/addthis_tw_65x64.jpg") no-repeat 0 100%; }
.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_google_follow { background: url("../images/addthis_gp_65x64.jpg") no-repeat 0 100%; margin-right: 0; }
/*
.cms-home .block.cms_home_share .block-content { padding-left: 7px; }
.cms-home .block.cms_home_share .addthis_toolbox a { float: left; }
.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_facebook_like { padding-left: 15px; width: 55px; }
.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_tweet { padding-left: 15px; width: 70px; }
.cms-home .block.cms_home_share .addthis_toolbox a.addthis_button_google_plusone { padding-left: 15px; width: 50px; }
.cms-home .block.cms_home_share img { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
*/

.cms-home .block.cms_home_about .block-content { padding-top: 9px; }
.cms-home .block.cms_home_about p { font-size: 14px; line-height: 16px; }
.cms-home .block.cms_home_about ul {margin-top: 6px; }
.cms-home .block.cms_home_about ul li { margin-bottom: 2px; font-size: 14px; color: #000; width: 91px; float:left; padding-left: 20px; background: url("../images/bullet_bubble.png") no-repeat 0 50%; overflow: hidden; }
.cms-home .block.cms_home_about ul li a { color: #000;  }

/* Adult */
.adult-alert-index .page-title h1,
.adult-alert-index .main { text-align: center; font-size: 2em; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

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


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

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

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

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

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

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

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

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

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

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

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

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

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

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

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

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

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

/* One Page Checkout */
.checkout-onepage-index .col-main { width: 861px; }
.checkout-onepage-index .col-right { width: 261px; }
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#FFF; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#329DD1; border:1px solid #329DD1; padding-bottom:5px; color:#FFF; cursor:default; }
.opc .active .step-title .number { background:#FFF; border-color:#329DD1; color:#329DD1; }
.opc .active .step-title h2 { color:#FFF; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #329DD1; border-top:0; background:#FFF url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

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

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

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

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

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

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

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

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

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

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


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

.account-create {}

.account_img { background: #FFF url(../images/bg_account.png) no-repeat right center; }

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

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

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:80; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#FFF; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#329DD1; }
/* Remember Me Popup ===================================================================== */


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

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

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:18px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#055590; }

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

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

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

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

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

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

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

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

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

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

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

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

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

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

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


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

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


/* Footer ================================================================================ */
.footer-container { background: #F3F3F3 url(../images/bg_footer2.png) repeat-x 0 0; /* height: 391px; */ overflow: hidden; font-size:14px; }
.footer { width:1126px; margin:0 auto; border-top: 1px solid #329DD1; }
.footer a { color:#8E8E8E; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer li { background:url(../images/bullet_bubble.png) 0 50% no-repeat; padding:0 0 0 23px; text-align: left; color:#8E8E8E; }
.footer .footer-logos { width: 170px; float: left; padding: 14px 0; background-color: #FFFFFF; height: 366px; }
/*.footer .footer-logos #eKomiWidget_default { padding-top: 20px; }*/
.footer .footer-links {float: left; width: 956px;}
.footer .footer-links h4 { font-size: 18px; color: #3E3D3D; text-transform: uppercase; font-weight: normal; padding-bottom: 12px;}
.footer .cms_footer_services,
.footer .cms_footer_enterprise,
.footer .cms_footer_engagements,
.footer .cms_footer_catalog,
.footer .cms_footer_B2C,
.footer .cms_footer_shipping,
.footer .cms_footer_payment { float: left; text-align: left; margin:23px 0 0 10px; }
.footer .cms_footer_services,
.footer .cms_footer_enterprise { width: 166px; }
.footer .cms_footer_catalog,
.footer .cms_footer_B2C,
.footer .cms_footer_engagements { width: 193px; margin-left:-10px;  }
.footer .cms_footer_shipping,
.footer .cms_footer_payment {clear: both; margin-top: 14px;}
.footer .cms_footer_payment {margin-top: 12px;}
.footer .cms_footer_shipping h4,
.footer .cms_footer_payment h4 { margin: 0; padding-bottom: 5px; }
.footer .cms_footer_payment p { margin: 0; }
.footer .copyright { width: 40%; float: left; text-align: left; color: #8E8E8E; padding: 6px 3px;}
.footer .stigmi-copyright { text-align: right; float: right; }
/* ======================================================================================= */

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


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

.guest-select {width:305px !important;}
