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

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

body          { background:#fefeee; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; color:#000; line-height: 1; text-align:center; }

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

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

/* Headings */
h1, h2, h3, h4, h5, h6, p, li { font-size: 1em; line-height: 1; }

/* 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 */
strong        { font-weight:bold; }
address       { font-style:normal; }
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 !important; }
.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; }

.separate-words span {display: inline-block; }
.separate-words span:first-letter, x:-moz-any-link { letter-spacing: -2px; margin-right: 1px;} /*fix for too much space in Firefox*/

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


/* Layout ================================================================================ */
.wrapper {}
.page { width:1050px; margin:0 auto; padding: 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.col2-left-layout {background: url(../images/bg_page_left.png) repeat-y;}
.main { }

/* Base Columns */
.col-left { float:left; padding: 0; width:220px; margin-top: 45px}
.col-main { float:left; padding: 14px; width:770px; }
.cms-index-index .col-main { padding: 9px; width:780px; }
.col-right { float:right; width:220px;  }

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

/* 2 Columns Layout */
.col2-left-layout .col-main {display: inline; float:right; margin-right: 32px; }
.customer-account-login .col2-left-layout .col-main,
.customer-account-create .col2-left-layout .col-main,
.customer-account-forgotpassword .col2-left-layout .col-main,
.customer-account-confirmation .col2-left-layout .col-main, 
.account-page .col2-left-layout .col-main,
.contacts-index-index .col2-left-layout .col-main {background: url(../images/bg_page_account.jpg) no-repeat right top; min-height: 632px;}
.col2-right-layout .col-main {}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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:1.1em Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding: 2px 5px 1px; }
select {}
select option { padding-right:10px; background-color: #FFF }
select.multiselect option { border-bottom:1px solid #ddd; 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 {  }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { }
button.button span span {background: url(../images/bg_btn.png) no-repeat; color: #fff; display: inline-block; font-size: 12px; font-weight: normal; height: 28px; line-height: 28px; width: 119px; }
button.disabled {}
button.disabled span {}

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

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 4px; }
.form-list label {color: #67614f; display: inline-block; font-size: 1.1em; margin-right: 4px; padding-right: 5px; position: relative; text-align: right; width: 130px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; position:absolute; top:0; right: 0; }
.form-list li.control {padding-left: 140px;}
.form-list li.control label { display: inline; width: auto; font-weight: bold}
.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: inline;  }
.form-list .field {display: block; margin: 0 0 4px;}
.form-list input.input-text {border: 1px solid #b5b7b4; padding: 0 1px; width: 205px;}
.form-list textarea {border: 1px solid #b5b7b4; width:205px; height:10em; padding: 0 1px; }
.form-list select {border: 1px solid #b5b7b4; height: 17px; width:209px; }
.form-list li.wide .input-box {}
.form-list li.wide input.input-text {  }
.form-list li.wide textarea { }
.form-list li.wide select {}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .field {margin: 0 0 4px;}
.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 { }

.form-list .name-prefix { }
.form-list .name-prefix select { }
.form-list .name-prefix input.input-text { }

.form-list .name-suffix {}
.form-list .name-suffix select {}
.form-list .name-suffix input.input-text { }

.form-list .name-middlename {  }
.form-list .name-middlename input.input-text { }


.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {  }


.form-list .customer-name-prefix .name-firstname input.input-text { }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { display: inline; }
.form-list .customer-dob input.input-text { }
.form-list .customer-dob label { }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {width: 50px;}
.form-list .customer-dob .dob-year { }
.form-list .customer-dob .dob-year input.input-text { width: 91px;}

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

.buttons-set-order {}

.fieldset { margin:28px 0; }
.fieldset .legend {font-weight:bold; font-size:1.1em;  color:#333; margin: 0 0 15px;  }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.form-list .validation-advice {margin-left: 142px;}
.dob-day .validation-advice, .dob-month .validation-advice, .dob-year .validation-advice {display: none;}
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:1.1em;  color:#67614f; }
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.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:20px !important; padding:12px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !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 { margin:0 0 10px; }
.breadcrumbs li {color: #1c1200; display:inline; font-size: 1.2em; text-transform: lowercase; }
.breadcrumbs li a {color: #1c1200;}
.breadcrumbs li strong {font-weight: normal;}

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

.subtitle { clear:both; }

p.single-txt {font-size: 1.1em; line-height: 1.27;}
p.single-txt a {color: #bf4278;}

/* Pager */
.pager { padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li.previous {float: left;}
.pager .pages li.next {float: right;}
.pager .pages li a {color: #1c1200;}
.pager .pages li.previous a img {margin-right: 4px;}
.pager .pages li.next a img {margin-left: 4px;}
.pager .pages li a:hover {text-decoration: none; border: 0px solid black;}
.pager .pages li a:hover span {text-decoration: underline;}
.pager .pages .current {}

/* Sorter */
.sorter { padding:3px; margin:0 5px; float: right}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {padding:5px 5px 0; margin:5px 0 0;}
.toolbar .sorter {}
.toolbar-bottom {}
.toolbar-top {margin-bottom: 10px}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding: 9px; background: #857362 no-repeat; border: none; color: #fff; font-size: 1.2em; font-weight: normal; text-align: center; white-space:nowrap; }
.data-table th.first {background-image: url(../images/thead_left.png);}
.data-table th.last {background-image: url(../images/thead_right.png); background-position: right top;}
.data-table td { padding: 12px 9px; background: url(../images/table_border.png) repeat-x left bottom; border: none; color: #857362; font-size: 1.1em; line-height: 1.27; text-align: center; vertical-align: middle;}
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td {}
.data-table tbody.even { }
.data-table tbody.even td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {  }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}
.data-table td h2, .data-table td div, .data-table td p {line-height: 1.27;}
.data-table span.price {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.09em;}
.data-table strong span.price {font-weight: normal;}

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.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; font-size:1.2em; line-height: 13px}
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

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

.separator { margin:0 3px; }

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

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header .logo {background: url(../images/bg_logo.png) no-repeat right bottom; float:left; margin: 0 0 -23px; padding: 0 0 10px 0; position: relative; text-decoration:none !important; width: 220px; }
.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 .logo a, .header .logo img {display: block;}
.header h1.logo { margin: 0 0 -23px; padding:0 0 13px 0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .quick-access {float: right; margin: 0 30px 14px 320px; width: 480px; }
.header .quick-access .perso {background: url(../images/bg_btn_espace_perso.png) no-repeat right top; float: left; text-align: right; width: 237px;}
.header .quick-access .perso .account-link {background: url(../images/btn_espace_perso.png) no-repeat; color: #fff; display: block; font-family: "Times New Roman", Times, serif; font-size: 1.2em; font-weight: bold; height: 27px; line-height: 26px; margin: 0 0 3px; text-align: center; text-decoration: none; text-transform: uppercase;}
.header .quick-access .perso .account-link:hover {filter: alpha(opacity=80); opacity: 0.8;}
.header .quick-access .perso .account-link span:first-letter {font-size: 1.5em;}
.header .quick-access .perso .register-link, .header .quick-access .perso .logout-link {background: url(../images/pointer_link.png) no-repeat 0 0.2em; color: #bf4278; font-size: 1em; padding-left: 12px;}
.header .quick-access .perso .logout-link {margin-right: 8px;}
.header .quick-access .header-cart:hover {filter: alpha(opacity=80); opacity: 0.8;}
.header .quick-access .header-cart {background: url(../images/btn_header_cart.png) no-repeat; color: #fff; float: right; font-family: "Times New Roman", Times, serif; height: 39px; padding: 5px 25px 0 36px; text-decoration: none; width: 182px;}
.header .quick-access .header-cart strong { display: block; font-weight: bold; margin: 0 0 5px; text-transform: uppercase;}
.header .quick-access .header-cart strong span:first-letter {font-size: 1.4em;}
.header .quick-access .header-cart p.cart-summary {font-size: 1.2em; text-align: center;}
.header .header-search {background: #857362 url(../images/bg_header_search.png) no-repeat; display: inline; float: right; margin: -7px 32px 0 0; padding: 10px 12px; position: relative; width: 774px; }
.header .select-brand {float: left;}
.header .select-brand label {color: #fff; font-size: 1.1em;}
.header .select-brand select {background: url(../images/bg_textfield.png) no-repeat; border: none; color: #bf4278; font-size: 1.1em; height: 17px; width: 152px;}
.header .form-search { text-align:right; }
.header .form-search label {display: none;}
.header .form-search input.input-text {background: url(../images/bg_textfield.png) no-repeat; border: none; color: #bf4278; width: 142px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */

.nav-container {margin: -11px 0 0; padding: 0 11px; position: relative; text-align: right;}
.nav-container h3 {font-family: 'Arial Black', Arial, sans-serif; font-size: 1em; font-weight: normal; margin: 0 0 8px; text-transform: uppercase;}
.nav-container h3 span:first-letter {font-size: 1.4em;}
.nav-container .side-nav {margin: 0 -4px 20px 0; width: 202px; }
.nav-container .side-nav li {padding-right: 4px; position: relative; }
.nav-container .side-nav li a {color: #857362; font-size: 1.3em; line-height: 1.46; padding-left: 24px; }
.nav-container .side-nav li:hover {border: 0px solid black;}
.nav-container .side-nav li:hover a, .nav-container .side-nav li.over a, .nav-container .side-nav li.active a {background: url(../images/pointer_link_nav.png) no-repeat; color: #bf427a; text-decoration: none;}
.nav-container .side-nav li .submenu {left: -9999em;; position: absolute; top: -6px; width: 185px; z-index: 15}
.nav-container .side-nav li:hover .submenu, .nav-container .side-nav li.over .submenu {left: 202px;}
.nav-container .side-nav li .submenu .top {background: url(../images/submenu_top-trans.png) no-repeat; font-size: 1px; height: 6px;}
.nav-container .side-nav li .submenu .bottom {background: url(../images/submenu_bottom-trans.png) no-repeat; font-size: 1px; height: 6px;}
.nav-container .side-nav li .submenu ul {background: #bf4278; padding: 0 0 0 5px; }
.nav-container .side-nav li .submenu ul li {font-size: 1.1em; line-height: 1.64; padding-left: 19px; padding-right: 5px;  text-align: left;}
.nav-container .side-nav li .submenu ul li:hover, .nav-container .side-nav li .submenu ul li.over {background: url(../images/pointer_link_subnav.png) no-repeat 0 1px;}
.nav-container .side-nav li .submenu ul li a {background: none; color: #fff; font-size: 1em; line-height: 1.64; padding-left: 0; }
.nav-container .side-nav li .submenu ul li:hover a,
.nav-container .side-nav li .submenu ul li.over a {color: #261a00; text-decoration: underline;}
.nav-container .side-nav li .submenu ul li .submenu {left: -9999em; position: absolute; top: -4px; width: 89px;}
.nav-container .side-nav li .submenu ul li:hover .submenu,
.nav-container .side-nav li .submenu ul li.over .submenu {left: 101px;}
.nav-container .side-nav li .submenu ul li .submenu .top {background: url(../images/subsubmenu_top-trans.png) no-repeat; font-size: 1px; height: 4px;}
.nav-container .side-nav li .submenu ul li .submenu .bottom {background: url(../images/subsubmenu_bottom-trans.png) no-repeat; font-size: 1px; height: 4px;}
.nav-container .side-nav li .submenu ul li .submenu ul {background: #cd6a95; padding: 0 0 0 6px;}
.nav-container .side-nav li .submenu ul li .submenu ul li {background: none; font-size: 1em; line-height: 1.64; padding-left: 0; padding-right: 6px;}
.nav-container .side-nav li .submenu ul li .submenu ul li a {background: none; color: #fff; text-decoration: none;}
.nav-container .side-nav li .submenu ul li .submenu ul li a:hover {color: #261a00; text-decoration: underline;}

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


/* Sidebar =============================================================================== */
.size-guide-link {margin: 0 0 10px; text-align: right;}
.size-guide-link a {background: url(../images/bg_size_guide.png) no-repeat; color: #fff; display: inline-block; font-family: 'Arial Black', Arial, sans-serif; font-size: 1.2em; height: 58px; padding: 5px 65px 0 32px; text-align: left; text-indent: -23px; width: 85px;}
.size-guide-link a span {display: inline-block; text-indent: 0;}
.size-guide-link a span:first-letter {font-size: 2em;}
.size-guide-link a span:first-letter, x:-moz-any-link { letter-spacing: -5px; margin-right: 4px;}
.size-guide-link a:hover {text-decoration: none;}
.block { margin:0 0 10px; }
.block .block-title { padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {border: 1px solid #FFA5CD; padding: 2px 5px 2px 24px; text-transform: lowercase;}
.block-layered-nav #narrow-by-list {display: inline;}
.block-layered-nav .currently, .block-layered-nav .currently li {display: inline;}
.block-layered-nav .currently {color: #bf4278; font-size: 1.1em;}
.block-layered-nav .currently span.label {color: #8e908f;}
.block-layered-nav .currently li {margin-right: 5px;}
.block-layered-nav #narrow-by-list select {color: #8e908f; margin: 5px 5px 5px 0; width: 122px;}
.block-layered-nav strong  {color: #bf4278; font-size: 1.1em; font-weight: normal;margin-right: 29px;}
.block-layered-nav .btn-remove { display: inline-block; float: none; vertical-align: middle;}

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {background: url(../images/dotted_line.png) repeat-x; padding-top: 8px;}
.block-related .block-title {margin: 0 0 15px;}
.block-related .block-title strong {font-size: 1.2em; font-weight: normal;}
.block-related .item {float: left; margin-right: 5px; width: 78px;}
.block-related .item.last {margin-right: 0;}
.block-related .item .product-image { }
.block-related .item .product-image img {border: 1px solid #FFA5CD;}
.block-related .item .product-details {line-height: 1.4; margin: 3px 0 0; }
.block-related .item .product-details a {color: #1c1200;}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

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

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

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .block-title {padding:0; color: #BF4278; margin-bottom: 5px}
.std .block-subscribe .block-content {padding:0; margin: 0}
.block-subscribe .actions {float: right}
.block-subscribe .actions .button {float: right; color: #FFF; background-color: #BF4278; padding: 2px; border-radius: 2px; -moz-border-radius: 2px;}
.block-subscribe .input-text {width: 160px}
.block-subscribe p {font-size: 11px; text-align: justify}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


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

/* View Type: Grid */
.products-grid {font-size: 0; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { border: 1px solid #FFA5CD; display: -moz-inline-box; display: inline-block; font-size: 10px; margin: 0 8px 8px 0; width:184px; padding:0; }
.products-grid li.item.last {margin-right: 0;}
.products-grid .product-image { display:block;  margin:0 0 8px; }
.products-grid .product-info {color: #1c1200; display: table; height: 42px; width: 100%;}
.products-grid .product-name { display: table-cell; font-size:1.2em; font-weight: normal; line-height: 1.17; padding: 0 0 3px 8px; vertical-align: middle; width: 130px; }
.products-grid .product-name a {color: #1c1200;}
.products-grid .price-box { display: table-cell; font-size:1.2em; font-weight: bold; line-height: 1.17; padding: 0 9px 0 0; text-align: right; vertical-align: middle; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label {display: none; white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label {display: none;  font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

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

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

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

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

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

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

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

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { }
.add-to-cart button.button span span {background: url(../images/btn_add_to_cart.png) no-repeat; color: #fff; display: block; font-family: 'Arial Black', Arial, sans-serif; font-size: 11px; font-weight: normal; height: 38px; line-height: 38px; width: 119px;}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:334px; }
.product-view .product-img-box .product-image-container {float: left; width: 270px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #FFA5CD; width:268px;}
.product-view .product-img-box .product-image img {display: block;}
.product-view .product-img-box .product-image-zoom { position:relative; width:268px; height: 381px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {font-size: 1.1em; margin: 5px 0; padding: 0 20px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 0 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views {float: right; width: 60px;}
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li {border:1px solid #FFA5CD; margin:0 0 3px; }
.product-view .product-img-box .more-views li a, .product-view .product-img-box .more-views li img {display: block;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; position: relative; width:412px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .page-actions {position: absolute; right: 0; top: -40px;} 
.product-view .page-actions img {margin-left: 3px; vertical-align: middle;}
.product-view .product-name {margin: 0 0 9px 10px;}
.product-view .product-name h1 {font-size: 1.4em; line-height: 1;}
.product-view .product-name h2 {font-size: 1.2em; line-height: 1.17;}
.product-view .product-description {font-size: 1.1em; line-height: 1.27; margin: 0 0 12px 10px;}
.product-view .product-description p, .product-view .product-description ul {line-height: 1.27;}

/* Product Options */
.product-options-outer {margin: 0 0 30px;}
.product-options-outer .product-options-top {float: left; height: 66px; text-align: center; position: relative; width: 78px;}
.product-options-outer .product-options-top .price-label {display: none;}
.product-options-outer .product-options-top span.price {color: #bf4278; font-size: 1.4em; font-weight: bold;}
.product-options-outer .product-options-top .price-box {display: table-cell; height: 66px; vertical-align: middle; width: 78px;}
.product-options-outer .product-options-top .price-box, .product-options-outer .product-options-top p {line-height: 18px;}
.product-options-outer .product-options-top .old-price span.price {color: #1c1200; font-weight: normal;}
.product-options-outer .product-options-top .discount-price span.price {font-size: 1.1em; font-weight: normal;}
.product-options-outer .product-options { float: left; margin-right: 7px; width: 122px; }
.product-options-outer .product-options dt {display: none;}
.product-options-outer .product-options dd { margin: 3px 0; }
.product-options-outer .product-options dd select {color: #8e908f; height: 18px; text-transform: lowercase; width:100%; }
.product-options-outer .product-options-bottom { float: left; padding-top: 25px; width: 119px; }

/* Grouped Product */
.product-view .grouped-items-table {}


/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


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

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

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

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.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 {}

/* 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.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {border: 1px solid #edf2f5;}
.cart .page-title {background: url(../images/bg_page_title.png) repeat-x left center; border-bottom: 1px solid #edf2f5; padding: 12px 0; text-align: center;}
.cart .page-title h1 { font-weight: normal;}
.cart .page-title h1 span {background: #fff; padding: 0 3px;}
.cart .page-title h1:first-letter {font-weight: bold;}
.cart .cart-inside {padding: 35px 35px 60px;}
.cart-table {margin: 35px 0 0;}
.cart-table .product-name a {color: #857362;}
.qty-control {border: 1px solid #eeefee; height: 16px; overflow: hidden; padding-right: 17px; position: relative; width: 35px;}
.qty-control input {border: none; color: #8e908f; font-size: 11px; height: 16px; padding: 0 6px; width: 23px;}
.qty-control img {cursor: pointer; position: absolute;}
.qty-control img.btn-increment {right: 0; top: 0;}
.qty-control img.btn-decrement {right: 0; bottom: 0;}

/* Checkout Types */
.cart .checkout-types {  }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
#shopping-cart-totals-table td {background: none; color: #bf4278; font-family: 'Arial Black', Arial, sans-serif; font-size: 1.09em; padding: 4px 20px 4px 0; text-align: left; white-space: nowrap; }
#shopping-cart-totals-table td strong {font-weight: normal;}
.btn-continue span span, .cart .btn-update span span {background-image: url(../images/bg_btn_alt.png) !important;}

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */


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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-page {border: 1px solid #edf2f5; min-height: 400px;}
.checkout-page .title-bar {background: url(../images/bg_page_title.png) repeat-x left center; border-bottom: 1px solid #edf2f5; min-height: 12px; padding: 12px 0; text-align: center;}


.checkout-page .checkout-inside {padding: 35px 35px 60px;}
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { #ddd; padding: 43px 35px; position:relative; width: 698px; }
.opc li.section {  }

.opc .buttons-set {background: url(../images/table_border.png) repeat-x; padding: 10px 0 0;}
.opc .buttons-set.disabled button.button { }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc p.required {bottom: -30px; right: 0; position: absolute;}

.opc .step-title {color: #857362; font-size: 1.2em; position: absolute; top: -37px; width: 118px; }
#opc-login .step-title {left: 10px;}
#opc-billing .step-title {left: 135px;}
#opc-shipping .step-title {left: 260px;}
#opc-shipping_method .step-title {left: 385px;}
#opc-payment .step-title {left: 510px;}
#opc-review .step-title {left: 635px;}
#opc-billing:first-child .step-title {left: 85px;}
#opc-billing:first-child + li#opc-shipping .step-title {left: 210px;}
#opc-billing:first-child + li + li#opc-shipping_method .step-title {left: 335px;}
#opc-billing:first-child + li + li + li#opc-payment .step-title {left: 460px;}
#opc-billing:first-child + li + li + li + li#opc-review .step-title {left: 585px;}
.opc .step-title .number {background: #fff; float:left; font-weight: bold; line-height:36px; padding-right:6px; }
.opc .step-header-wrapper {background: #fff; float:left; width: 105px;}
.opc .step-header-wrapper .inside {display: table-cell; height: 36px; vertical-align: middle;}
.opc .step-title h2 { font-weight: normal; padding: 0 3px 0 0; }
.opc .step-title h2:first-letter {font-weight: bold; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { color: #bf4278; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {color: #857362; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .step-subtitle {background: url(../images/table_border.png) repeat-x left bottom; margin: 0 0 16px; padding-bottom: 12px;}
.opc .step-subtitle h2 {background: url(../images/pointer_step_subtitle.png) no-repeat 0 1px; color: #bf4278; font-size: 1.2em; font-weight: normal; padding-left: 15px;}
.opc .step h3 {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.2em; font-weight: normal; margin: 0 0 12px;}
.opc .step p, .opc .step ul.ul li {font-size: 1.1em; line-height: 1.27;}
.opc .step ul.ul li {list-style-type: disc; margin-left: 15px;}

.opc .form-list .select-address label {display: block; margin: 0 0 8px; text-align: left; width: auto;}
.opc .form-list .select-address label a {color: #bf4278;}
.opc .form-list .select-address select {margin: 0 0 10px; width: auto;}

#opc-login .login-form-list {margin: 10px 0 0;}
#opc-login .login-form-list label {width: 80px;}
#opc-login a.forgot-password {color: #bf4278; float: right; margin-right: 45px; text-decoration: underline;}

#opc-shipping_method .sp-methods dt {display: none;}
#opc-shipping_method .sp-methods label img {margin: 0 50px 0 25px; vertical-align: middle;}
#opc-shipping_method .sp-methods label .price {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.1em;}
#opc-shipping_method .sp-methods .method-description {font-size: 1.1em; line-height: 1.27; margin: 8px 0 35px; width: 365px;}

#co-payment-form {display: block; padding-bottom: 120px;}
#opc-payment .sp-methods {position: relative;}
#opc-payment .sp-methods dt {float: left; text-align: center; width: 100px;}
#opc-payment .sp-methods dt label {display: block; margin: 7px 0 0;}
#opc-payment .sp-methods dd {left: 0; position: absolute; top: 90px;}

#checkout-review-table tfoot td {background: none; color: #bf4278;}
#checkout-review-table tr.subtotal td, #checkout-review-table tr.total td {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.2em; padding-bottom: 0;}
#checkout-review-table tr.shipping .price {font-family: Arial, sans-serif;}
#opc-review .buttons-set {text-align: right;}
#opc-review .buttons-set .please-wait {float: none;}


.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-block {background: url(../images/account_block_fill.png) repeat-y; position: relative; width: 449px;}
.account-block .inside {background: url(../images/account_block_top.png) no-repeat;}
.account-block .inside2 {background: url(../images/account_block_bottom.png) no-repeat left bottom; padding: 15px 20px 28px 23px;}
.account-block .page-title {margin: 0 0 14px;}
.account-block p.intro {color: #67614f; font-size: 1.1em; line-height: 1.09; margin: 0 0 20px;}
.account-block p.required { bottom: 4px; left: 6px; position: absolute;}
.account-block .buttons-set {text-align: right; width: 351px;}
.account-block .buttons-set button {position: static !important; text-transform: lowercase; width: 119px !important;}
.account-login {}
.account-login .new-users {margin: 38px 0 0;}
.account-login .registered-users {}
.account-login h2 {color: #67614f; font-size: 1.1em; font-weight: normal; margin: 14px 0 10px;}
.account-login label {width: 66px}
.account-login input.input-text {border: 1px solid #b5b7b4; color: #857362; padding: 0 5px; width: 162px;}
.account-login .registered-users a {color: #bf4278; margin-left: 3px; text-decoration: underline;}
.account-login .buttons-set {margin: 11px 0 0; text-align: left; width: auto;}


.account-create .inside2 {padding-bottom: 120px;}
.account-create p.intro {margin: 0 0 50px;}
.account-create .password-section {margin: 24px 0 0;}
/* Account Login/Create Pages ============================================================ */


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

/********** < Dashboard */
.dashboard {}
.dashboard .page-title {margin: 0 0 13px 22px;}
.dashboard .dashboard-box {background: url(../images/dashboard_block-trans.png) no-repeat; float: left; height: 78px; margin: 0 4px 4px 0; padding: 14px 5px 6px; width: 288px;}
.dashboard .dashboard-box address {font-size: 1em; padding-left: 18px;}
.dashboard .dashboard-box a.edit {float: right; margin-top: -5px}
.dashboard .dashboard-box h2 {color: #1c1200; font-family: 'Arial Black', Arial, sans-serif; font-size: 1.2em; font-weight: normal; margin: 0 18px 17px; }
.dashboard .dashboard-box ul.links li {font-size: 1.1em; display: block;}
.dashboard .dashboard-box ul.links a,
.dashboard .dashboard-box ul.links span { color: #857362; font-size: 1.1em; line-height: 1.5; padding-left: 18px; position: relative;}
.dashboard .dashboard-box ul.links span {color: #000 !important}
.dashboard .dashboard-box ul.links a:hover {background: url(../images/pointer_link_account.png) no-repeat 0 1px; text-decoration: underline;}
.dashboard .dashboard-box ul.sponsor {position: relative; top: -5px}
.dashboard .dashboard-box ul.sponsor li a,
.dashboard .dashboard-box ul.sponsor li span {line-height: 10px}
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
#my-orders-table th {white-space: normal;}
ul.order-links li {font-size: 1em; margin: 0 0 8px;}
.sales-order-view .title-buttons a {line-height: 1.4;}
.order-info { border:1px solid #ddd; font-size: 1.1em; line-height: 1.27; padding:5px; }
.order-info dt,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date {font-size: 1.1em; line-height: 1.27; margin:10px 0; }

.order-info-box {font-size: 1.1em; line-height: 1.27; margin: 0 0 15px;}
.order-info-box h2 {margin: 0 0 4px;}

.order-items { width:100%; overflow-x:auto; }
.order-items h2 {font-size: 1.1em; margin: 0 0 10px;}

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

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

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

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {padding: 0 11px 15px 209px;}
.footer {background: url(../images/footer_fill.png) repeat-y;}
.footer .footer-up {background: url(../images/footer_top.png) no-repeat;}
.footer .footer-down {background: url(../images/footer_bottom.png) no-repeat left bottom; padding: 15px 40px 28px 62px;}
.footer .footer-col {color: #fff; float: left; margin: 16px 30px 0 0;}
.footer .footer-1 {width: 185px;}
.footer .footer-1 ul {padding-right: 30px;}
.footer .footer-2 {width: 110px;}
.footer .footer-3 {width: 120px;}
.footer .footer-col h5 {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.2em; font-weight: normal; margin: 0 0 15px;}
.footer .footer-col li {font-size: 1.1em; line-height: 1.27;}
.footer .footer-col li a {color: #fff;}
.footer .footer-address {background: url(../images/bg_footer_4.png) no-repeat; color: #261a00; float: left; font-size: 1.1em; height: 107px; line-height: 1.27; padding: 26px 10px 0 40px; text-align: center; width: 153px;}
.footer .footer-address img {margin: 0 0 5px;}
.footer-legal {text-align: center;}
.footer-legal li {color: #261a00; display:inline; font-size: 1.1em; }
.footer-legal li a {color: #261a00;}
.footer-legal ul {display: inline;}
/* ======================================================================================= */


/* Home page boxes ======================================================================= */
.large-home-box {float: left; margin-right: 9px; padding: 1px; position: relative; width: 277px;}
.large-home-box a {cursor: pointer; text-decoration: none !important; width: 260px;}
.large-home-box a, .large-home-box img { display: block; }
.large-home-box .box-overlay {background: url(../images/overlay_homebox-trans.png); bottom: 20px; color: #261a00; left: 0; min-height: 69px; padding: 12px 12px 18px; position: absolute; width: 238px;}
.large-home-box h2 {font-family: 'Arial Black', Arial, sans-serif; font-size: 1.8em; font-weight: normal; margin: 0 0 5px; min-height: 30px; }
.large-home-box p {font-size: 1.2em; line-height: 1.17;}
.large-home-box span.more {color: #fff; display: block; font-size: 1.2em; height: 19px; line-height: 19px; padding: 0 8px; text-align: right;}
.small-home-box {float: left; margin-bottom: 16px; width: 237px;}
.small-home-box.last {margin: 0;}
.small-home-box a, .small-home-box img {display: block;}
.small-home-box a {width: 237px;}
.large-home-box a:hover, .small-home-box a:hover {filter: alpha(opacity=80); opacity: 0.8;}
/* ======================================================================================= */


.single-txt {color: #857362; font-size: 1.1em; line-height: 1.27;}
.single-txt a {color: #857362; text-decoration: underline; }

/* Clears ================================================================================ */
.clearer:after,
.header:after,
.main:after,
.footer:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.page-title:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.pager:after,
.buttons-set:after,
.page-print .print-head:after,
.clearfix:after,
.header .header-search:after,
.products-grid:after,
.product-essential:after,
#opc-payment .sp-methods:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/* Bandeau */
.header .header-banner {float: right; height: 77px; margin-left: -9px; position: relative; width: 839px;}
.header .header-banner .scroll-outline {position: absolute; top: 42px; left: 45px; height: 20px; width: 740px; overflow: hidden}
.header .header-banner .scroll-outline #scroll-bar {height: 20px; position: absolute}
.header .header-banner .scroll-outline ul {margin:0; padding: 0}
.header .header-banner .scroll-outline ul li {float: left; margin-right: 20px}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 740px;
	height: 20px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 1400px;
	height: 20px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
}

/* Added by Bartek - fix for payment methods */
#co-payment-form  {
	/* add some pixels if more than 3 cards are allowed for Atos/Sips */
	padding-bottom:200px;
}

#payment_form_checkmo .input-box label{
	margin-top: 8px;
}
#payment_form_checkmo .checkmo-mailing-address {
	display:inline-block;
	vertical-align:text-top;
}



/* Bartek styles - new homepage */
.women_main_link{float: left;}
.cms-home .page .col-main .std > p {display: none}
.wiget-home-holder{float: right; width: 201px;}
.wiget-home{float: right; width: 201px; padding-bottom: 10px;}
.wiget-home h4{font-family: 'Arial Black',Arial,sans-serif;font-size: 1em;font-weight: normal;margin: 0 0 8px;text-transform: uppercase;}

.wiget-new-products{}
.wiget-new-products ul{padding: 0px; margin: 0px;}
.wiget-new-products ul li{list-style: none; color: #fff; float: left; width: 93px; height: 93px; border: 1px solid #857362; text-align: center; margin: 0 5px 5px 0;background: #FFF}
.wiget-new-products ul li:hover {border: 1px solid #BF4278; background: #F1F1F1}
.wiget-new-products strong{display: block; padding: 3px 2px 3px 0; font-size: 13px;}
.wiget-new-products span{color: #3c2c1c; display: block; padding: 3px 2px 3px 0; font-size: 11px;}
.wiget-new-products .price{color: #fff; font-size: 12px; font-weight: bold; float: left; display: block;font-size: 13px; font-size: 13px; padding: 0px; }
.wiget-new-products a{color: #fff; text-decoration: underline; float: right; font-size: 11px; padding: 0px; margin: 5px}

.wiget-newsletter-home{ background: #857261; padding: 5px 7px; width: 187px; margin-bottom: 10px;}
.wiget-newsletter-home label{display: block; color: #fff; padding-bottom: 7px; font-family: 'Arial Black',Arial,sans-serif; line-height: 15px}
.wiget-newsletter-home input.input-text{border: 1px solid #55473e; width: 130px;}

.facebook_big{display: block; float: left;background: url(../images/facebook_big.png) no-repeat 0 0; text-indent: -9999em; width: 95px; height: 28px;}
.twitter_big{display: block; float: right;background: url(../images/twitter_big.png) no-repeat 0 0;  text-indent: -9999em; width: 95px; height: 28px;}
/* Bartek styles - new homepage */


/* News styles */
.category-products .products-grid li{position: relative;}
.category-products .products-grid li .new-product{width: 54px; height: 55px; display: block; text-indent: -9999em; position: absolute; top: 0px; left: 0px; background: url(../images/new_stamp.png) no-repeat 0 0; }

.page-actions .email-friend,
.page-actions .print,
.page-actions .fb-like-button{float: right; margin-left: 10px;}
/* News styles */

#slideshow {
    position:relative;
}

#slideshow img,
#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active,
#slideshow a.active {
    z-index:10;
}

#slideshow img.last-active,
#slideshow a.last-active {
    z-index:9;
}

table.tailles {
	width: 300px;
	margin: auto;
	font-size: 12px;
}
.tailles tr:nth-child(even) {background: #D7D7D7}
.tailles tr:nth-child(odd) {background: #FFF}
.tailles td {text-align: center; padding: 5px; border: 1px solid #000;}

span.amount {display: none}

.sales-order-history .account-block,
.sales-order-view .account-block{
	background: #FFF !important;
	width: 700px;
}

