@charset "utf-8";
/**
 * 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) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/bg_repeat.jpg') center top repeat;
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #B9A87D;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #92462A;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* Headings */
h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
    margin: 0 0 7px 0;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 7px 0;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 7px 0;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

h6 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

/* 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;
}

.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 {
    border-top: 7px solid #a81027
}

.page {
    width: 1045px;
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.main-container {
    padding: 0 0 0 0;
    /*box-shadow: 10px 7px 10px -5px #94928f, -10px 7px 10px -5px #94928f;*/
    box-shadow: 0px 0px 0px 2px rgba(148,146,143,1);
}

.main {
    background: #FFFFFF;
    padding: 1px 0 5px 0;
    margin: 0 0;
}

/* Base Columns */
.col-left {
    float: left;
    width: 250px;
    padding: 0 0 0 0;
}

.col-main {
    border: solid #000 0px;
    float: left;
    width: 720px;
    padding: 10px;
    margin: 0 15px 0 15px;
    background: url(../images/bg_title.gif) 0 0 repeat-x;
}

.col-right {
    float: right;
    width: 250px;
    padding: 0;
    margin-right: 25px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 469px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 748px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.catalog-category-view .col3-layout .col-main {
    width: 491px !important;
    padding: 17px 2px 0 3px !important;
}

.catalogsearch-result-index .col3-layout .col-main {
    width: 491px !important;
    padding: 17px 2px 0 3px !important;
}

/* 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%;
}

/* ======================================================================================= */
input:-moz-placeholder {
    color: #767470;
}

::-webkit-input-placeholder {
    color: #767470;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 12px 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;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

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 {
    width: 2.5em !important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

/**/
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    float: left;
    height: 19px;
    background: transparent url(../images/bkg_button_left.gif) 0 0 no-repeat;
    padding: 0 0 0 11px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    background: transparent url(../images/bkg_button_right.gif) right 0 no-repeat;
    padding: 0 10px 0 0;
}

/**/

/**/

/**/

/**/
.checkout-types button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.checkout-types button.button span {
    float: left;
    height: 36px;
    background: transparent url(../images/bkg_button_left_3.gif) 0 0 no-repeat;
    padding: 0 0 0 15px;
    font: bold 17px/36px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}

.checkout-types button.button span span {
    background: transparent url(../images/bkg_button_right_3.gif) right 0 no-repeat;
    padding: 0 12px 0 0;
}

.sidebar .checkout-types button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.sidebar .checkout-types button.button span {
    float: left;
    height: 36px;
    background: transparent url(../images/bkg_button_left_3.png) 0 0 no-repeat;
    padding: 0 0 0 15px;
    font: bold 17px/36px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}

.sidebar .checkout-types button.button span span {
    background: transparent url(../images/bkg_button_right_3.png) right 0 no-repeat;
    padding: 0 12px 0 0;
}

/**/

/**/
.sidebar button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.sidebar button.button span {
    float: left;
    height: 20px;
    background: transparent url(../images/bkg_button_left_4.gif) 0 0 no-repeat;
    padding: 0 0 0 11px;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.sidebar button.button span span {
    background: transparent url(../images/bkg_button_right_4.gif) right 0 no-repeat;
    padding: 0 10px 0 0;
}

/**/

/**/
.sidebar .block-subscribe button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.sidebar .block-subscribe button.button span {
    float: left;
    height: 20px;
    background: transparent url(../images/bkg_button_left_5.gif) 0 0 no-repeat;
    padding: 0 0 0 11px;
    text-transform: lowercase;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #FFFBCE;
}

.sidebar .block-subscribe button.button span span {
    background: transparent url(../images/bkg_button_right_5.gif) right 0 no-repeat;
    padding: 0 10px 0 0;
}

/**/

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 8px;
}

.form-list label {
    float: left;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list .field-label {
    float: left;
    width: 150px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
    border: 1px solid #ddd;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

.buttons-set-order {
}

.fieldset {
    border: 1px solid #ddd;
    background: #fefefe;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #fefefe;
    background: #dedede;
    color: #333;
    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: 10px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #92462A;
    font-weight: bold;
}

/* 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: 24px !important;
    padding: 8px 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 {
    padding: 12px 0 12px 22px;
    margin: 0 0 0;
}

.breadcrumbs .title-breadcrumbs {
    display: none;
}

.breadcrumbs li {
    display: inline;
    color: #92462A;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs li a {
    color: #92462A;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    font-weight: bold;
}

.breadcrumbs li a:hover {
    color: #F3BC13;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumbs li strong {
    color: #F3BC13;
    font-weight: bold;
}

.breadcrumbs li span {
    font-size: 13px;
    font-weight: bold;
    padding: 0 13px 0 12px;
}

/* Page Heading */
.page-title {
    padding: 0 0 0 0;
    margin: 0 -2px 14px -3px;
}

.page-title h1,
.page-title h2 {
    padding: 1px 10px 4px 20px;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}

.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;
    padding: 1px 10px 4px 50px;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}

/* Pager */
.pager {
    font-size: 12px;
    color: #3E3E3E;
    line-height: normal;
    padding: 0 7px 3px 0;
    margin: 0 9px 5px 9px;
    text-align: center;
    border-bottom: 1px solid #D9D4C6;
}

.pager .amount {
    float: left;
}

.pager strong {
    font-weight: normal;
}

.pager .limiter {
    float: right;
}

.pager .limiter select {
    width: 43px;
    text-align: right;
    border: 1px solid #C5C3C3;
    color: #3E3E3E;
    margin: 0 0 1px 13px;
}

.pager .pages {
    margin: 0 135px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
    font-size: 12px;
    color: #3E3E3E;
    line-height: normal;
    padding: 0 7px 4px 2px;
    margin: 0 9px 5px 9px;
}

.sorter a {
    color: #92462A;
    padding: 0 4px 0 3px;
}

.sorter strong {
    color: #3E3E3E;
    font-weight: normal;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: right;
    padding: 0 30px 0 0;
}

.sorter .sort-by select {
    width: 82px;
    border: 1px solid #C5C3C3;
    color: #3E3E3E;
    margin: 0 6px 1px 8px;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
}

.toolbar .sorter {
}

.toolbar-bottom {
}

/* Data Table */
.data-table {
    width: 100%;
}

.data-table th {
    padding: 5px;
    border: 1px solid #E5E2D4;
    font-size: 12px;
    line-height: 14px;
    color: #3E3E3E;
    font-weight: bold;
    white-space: nowrap;
}

.data-table td {
    padding: 5px;
    border: 1px solid #E5E2D4;
}

.data-table thead {
    background-color: #E5E2D4;
}

.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 {
    border-width: 0 1px;
}

.data-table tbody.even {
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: bold;
}

.data-table td.value {
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    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% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    padding-right: 0 !important;
}

.add-to-links .separator {
    display: none;
    color: #B9A87D;
}

.add-to-links li a {
    font-size: 12px;
    line-height: normal;
    color: #F3BC13;
    font-weight: bold;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    color: #92462A !important;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    color: #F3BC13;
}

.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: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove_2.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-currency .btn-remove {
    display: block;
    width: 5px;
    height: 5px;
    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: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #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;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
}

.header .logo {
    float: left;
    text-decoration: none !important;
    margin: 0;
    padding: 0;
}

.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 .slogan {
    float: left;
    margin: 155px auto auto 395px;
    position: absolute;
    color: #a9957d;
    font-size: 13px;
    font-weight: bold;
    text-align: center
}

.header .slogan img {
    margin-top: 2px;
    margin-left: 1px;
}

/* Header ================================================================================ */
.header-container {
}

.header {
    padding: 0 0 0 0;
    width: 100%;
    /*background: url(../images/header_bg.png) no-repeat center;*/
}

.header .row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0px 0;
    border: solid 0px #0C0;
}

.header .logo-block {
    width: 261px;
    float: left;
    margin-left: 60px;
}

.header .navigation {
    width: 500px;
    float: right;
    text-align: right;
}

.header .navigation .block-links {
    float: right;
    padding: 5px 00px 0 27px;
}

.header .navigation .block-links a {
    font-weight: bold;
    color: #990b21
}

.header .welcome-msg {
    font-size: 13px;
    line-height: 14px;
    color: #403011;
    padding: 2px 93px 11px 0;
    font-weight: bold;
    text-align: right;
}

.header .links {
}

.header ul.links {
    text-align: left;
    margin: 0 0 10px 0;
}

.header ul.links li {
    display: inline;
    font-size: 12px;
    line-height: 16px;
    color: #990b21;
    padding: 0 8px 0 6px;
}

.header ul.links li.first {
    padding-left: 0;
}

.header ul.links li.last {
    background: none;
    padding-right: 0;
}

.header ul.links li.last a {
    color: #F3BC13;
    font-weight: bold;
}

.header ul.links li a {
    font-size: 12px;
    line-height: 16px;
    color: #990b21;
    text-decoration: none;
}

.header ul.links li a:hover {
    text-decoration: underline;
}

.bg-newsletter-indent {
    padding: 0 8px 0 10px;
}

.header .form-search .bg-newsletter {
    background: url(../images/bg_search.gif) 0 0 repeat-x;
    padding: 1px 0 0 0;
    width: 100%;
    height: 19px;
    text-align: left;
}

.header .form-search input.input-text {
    background: #FFF;
    border: solid px #b0aca2;
    margin: 0;
    height: 17px;
    width: 214px;
}

.header .form-search button.button {
    width: 28px;
    height: 22px;
    border: 0;
    padding: 0;
    margin: 0;
    background: url(../images/search_btn.png);
    cursor: pointer;
    float: right
}

.header .form-search {
    float: right;
    text-align: right;
    width: 260px;
}

.header .form-search label {
    display: none;
}

.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;
    text-align: left;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.selected {
}

.header .form-language, .language-switcher {
    text-align: right;
    padding: 16px 10px 10px 0;
}

.header .language-switcher a {
    padding: 0 0 0 4px;
}

.header .language-switcher label {
    display: none;
}

.block-menu {
    background-color: #FFF;
    margin-top: 0px;
    border-top: #c50823 10px solid;
    box-shadow: 0px 0px 10px 5px #94928f;
}

.indent-menu {
    padding: 0px 0 5px 21px;
}

/********** < Navigation */
/*#nav { font-size:13px; padding:0 0 0 0; margin:0 0 0 0; }
#nav li:nth-child(1),#nav li:nth-child(2),#nav li:nth-child(3),#nav li:nth-child(4){ background:none;}
#nav li:nth-child(1) a {
color: #fff;
}
#nav li:nth-child(2) a {
color: #fff;
}
#nav li:nth-child(3) a {
color: #fff;
}
#nav li:nth-child(4) a {
color: #fff;
}

#nav li { position:relative; text-align:center;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:normal; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

#nav li { float:left; background:url(../images/devider_menu.gif) 0 2px no-repeat;padding:0 0 8px 2px;border:solid 0px;}
#nav li.active a { color:#F3BC13; text-decoration:none; }
#nav a { float:left;  padding:7px 10px 0 10px; color:#000; font-weight:bold; text-align:center;}
#nav li.over a,
#nav a:hover { color:#F3BC13; }

#nav li.nav-1 { background:none; padding:0 0 8px 0;}

#nav ul li,
#nav ul li.active { float:none; margin:0; padding:0;}
#nav ul li.over {}
#nav ul li.last {padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

#nav ul { position:absolute; width:180px; top:30px; left:-10000px; padding:0 0 9px 0;}

#nav ul ul { top:5px; }

#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li{ background:url(../images/devider_submenu.gif) left bottom repeat-x !important;}
#nav ul li a { background:#222222; font-size:12px; color:#E8D098 !important; }
#nav ul li a:hover { background:#222222; font-size:12px; color:#FFFFFF !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }*/
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    background: url(../images/bg_recent.png) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block .block-title {
    background: url(../images/bg_sidebar_title.gif) 0 0 repeat-y;
}

.block .block-title strong {
    display: block;
    background: url(../images/bull_title_sidebar.gif) 0 0 no-repeat;
    padding: 12px 5px 8px 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #E6DBB6;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    padding: 0 0 13px 0;
}

.block .block-content {
    padding: 13px 23px 10px 21px;
    color: #ECE6C2;
}

.block .block-content a {
    color: #ECE6C2;
}

.block .block-content li.item {
}

.block .btn-remove {
    float: right;
}

.block .block-content .price {
    white-space: nowrap !important;
    font-size: 18px;
    line-height: normal;
    color: #FFFBCE;
    font-weight: bold;
}

.block .actions {
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .empty {
}

.block li.odd {
}

.block li.even {
}

/* Mini Products List */

.mini-products-list {
    margin: 0 0 0 13px;
}

.mini-products-list li {
    padding: 5px 0 15px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 87px;
    padding: 1px;
    border: 1px solid #795224;
    margin-right: -95px;
}

.mini-products-list .product-details {
    margin-left: 95px;
    padding: 0 3px 0 0;
}

.mini-products-list .product-details h4 {
}

.mini-products-list .product-details .btn-remove {
    float: right;
}

/* Block: Account */
.block-account {
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
}

.block-layered-nav .block-content .price {
    color: #ECE6C2;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.block-layered-nav .block-content .block-subtitle {
    color: #ECE6C2;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    padding: 0 0 8px 0;
}

.block-layered-nav dt {
    font-weight: bold;
}

.block-layered-nav .currently {
}

.block-layered-nav .btn-remove {
    float: left;
    margin: 2px 3px 0 0;
}

.border-top-shop {
    background: url(../images/border_top_shop.gif) 0 0 repeat-x;
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
}

.border-bot-shop {
    background: url(../images/border_bot_shop.gif) 0 bottom repeat-x;
}

.left-top-shop {
    background: url(../images/left_top_shop.gif) 0 0 no-repeat;
}

.right-top-shop {
    background: url(../images/right_top_shop.gif) right 0 no-repeat;
}

.left-bot-shop {
    background: url(../images/left_bot_shop.gif) 0 bottom no-repeat;
}

.right-bot-shop {
    background: url(../images/right_bot_shop.gif) right bottom no-repeat;
    width: 100%;
}

.indent-dt-shop {
    padding: 2px 5px 2px 18px;
}

.block-layered-nav dl {
    margin: 0 0 0 0;
    width: 100%;
}

.block-layered-nav dt {
    display: block;
    padding: 0 0 0 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-layered-nav dd {
    padding: 5px 0 14px 26px;
}

.block-layered-nav dd {
    color: #ECE6C2;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.block-layered-nav dd a {
    color: #ECE6C2;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.block-layered-nav dd .price {
    color: #ECE6C2;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    padding: 0;
}

.block-layered-nav .currently li {
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    background: #542A1A;
}

.block-layered-nav .currently .label {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-layered-nav .currently .price {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.block-layered-nav .currently a {
    float: right;
    padding: 0 4px 0 0;
}

.block-layered-nav .btn-remove {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 0 0 0;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .actions {
    text-align: right;
    padding: 13px 15px 25px 0;
}

.block-layered-nav .actions a {
    float: none;
    font-size: 12px;
    color: #ECE6C2;
    font-weight: normal;
}

/* Block: Cart */
.block-cart {
    background: url(../images/bg_recent.png) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block-cart .block-title {
    background: url(../images/bg_recent.png) 0 0 repeat-y;
    padding-top: 15px;
}

.block-cart .block-title strong {
    background: url(../images/panier_title.png) no-repeat;
    font-size: 19px;
    color: #E6DBB6;
    width: 182px;
    height: 46px;
    padding: 0 0 0 20px;
    margin: 0 0 0 -13px;
}

.block-cart .block-title strong img {
    margin: 5px
}

.block-cart .block-content {
    padding: 5px 19px 5px 20px;
}

.block-cart .block-content .empty {
    color: #FFF;
}

.block-cart .amount {
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 0 5px 14px;
}

.block-cart .amount a {
    color: #FFFBCE;
    text-decoration: none;
    font-weight: bold;
}

.block-cart .amount a:hover {
    text-decoration: underline;
}

.block-cart .subtotal {
    color: #FFFFFF;
    padding: 3px 7px 4px 0;
    margin: 0 0 8px 0;
    text-align: center;
}

/*background:#AC804C;*/
.block-cart .price {
    font-size: 15px;
    line-height: normal;
    color: #FFFBCE;
    font-weight: bold;
    padding: 0 0 0 6px;
}

.block-cart .block-subtitle {
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 10px 0 10px 13px;
}

.block-cart h3 {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.block-cart h3 a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
}

.block-cart h3 a:hover {
    text-decoration: underline;
}

/* Block: Wishlist */
.block-wishlist {
}

/* Block: Related */
.block-related {
}

.block-related .block-content {
    padding: 14px 23px 10px 21px;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -87px;
}

.block-related .product .product-details {
    margin-left: 95px;
}

.block-related .actions {
    text-align: right;
    padding: 3px 5px 0 0;
}

.block-related .actions a.link-wishlist {
    float: none;
    color: #FFFBCE !important;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: underline;
}

.block-related .actions a.link-wishlist:hover {
    text-decoration: none;
}

.block-related .block-content .price {
    white-space: nowrap !important;
    font-size: 15px;
    line-height: normal;
    color: #FFFBCE;
    font-weight: bold;
}

/* Block: Compare Products */
.block-compare {
}

.block-compare .empty {
    padding: 10px 0 10px 10px;
}

.block-compare {
    background: url(../images/bg_compare.gif) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block-compare .block-title {
    background: url(../images/bg_compare_title.gif) 0 0 repeat-y;
}

.block-compare .block-title strong {
    background: url(../images/bull_title_compare.gif) 0 0 no-repeat;
    padding: 12px 5px 8px 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #E6DBB6;
}

.block-compare .block-content li {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 0 0 10px 0;
}

.block-compare .block-content li .product-name a {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/arr_recent.gif) 0 6px no-repeat;
    padding: 0 0 0 12px;
}

.block-compare .block-content li .remove_btn {
    float: right;
    background: none;
}

.block-compare .actions {
    padding: 12px 0 10px 0;
}

.block-compare .actions a {
    font-size: 12px;
    line-height: 14px;
    color: #F3BC13;
    font-weight: bold;
}

/* Block: Recently Viewed */
.block-viewed {
}

.block-viewed {
    background: url(../images/bg_recent.png) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block-viewed .block-title {
    background: url(../images/bg_recent_title.gif) 0 0 repeat-y;
}

.block-viewed .block-title strong {
    background: url(../images/bull_title_recent.gif) 0 0 no-repeat;
    padding: 12px 5px 8px 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #E6DBB6;
}

.block-viewed .block-content {
    padding: 15px 23px 13px 34px;
}

.block-viewed .block-content li {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 0 0 10px 0;
}

.block-viewed .block-content li a {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 12px;
}

.block-viewed .block-content li a:hover {
    text-decoration: underline;
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll .block-content {
    color: #ECE6C2;
    padding: 18px 23px 30px 34px;
}

.block-poll {
    background: url(../images/bg_compare.gif) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block-poll .block-title {
    background: url(../images/bg_compare_title.gif) 0 0 repeat-y;
}

.block-poll .block-title strong {
    background: url(../images/bull_title_compare.gif) 0 0 no-repeat;
    padding: 12px 5px 8px 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #E6DBB6;
}

.block-poll input.radio {
    float: left;
    margin: 2px -18px 0 0;
}

.block-poll .block-subtitle {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}

.block-poll li {
    padding: 0 0 8px 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.block-poll .answer {
}

.block-poll .votes {
    font-weight: bold;
}

/* Block: Tags */
.block-tags {
    width: 100%;
    background: url(../images/bg_tags.gif) 0 0 repeat-y;
    margin: 0 0 1px;
}

.block-tags .block-content {
    padding: 20px 23px 16px 34px;
}

.block-tags .block-title {
    background: url(../images/bg_tags_title.gif) 0 0 repeat-y;
}

.block-tags .block-title strong {
    background: url(../images/bull_title_tags.gif) 0 0 no-repeat;
    padding: 20px 5px 18px 53px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #181818;
}

.block-tags ul {
    font-size: 13px;
    line-height: normal;
}

.block-tags ul,
.block-tags li {
    display: inline;
}

.block-tags ul.tags-list {
    font-size: 15px;
    line-height: 1.5em;
    color: #533F1C;
    margin: 0 0 15px 0;
}

.block-tags .tags-list li {
    display: inline;
    background: none;
    padding: 0 2px 0 0;
    color: #533F1C;
    font-weight: normal;
}

.block-tags .tags-list li a {
    color: #533F1C;
    font-weight: normal;
    text-decoration: underline;
}

.block-tags .tags-list li a:hover {
    text-decoration: none;
}

.block-tags .block-content ul {
    font-size: 15px;
    line-height: 1.99em;
    color: #533F1C;
    margin: 0 0 15px 0;
}

.block-tags .block-content ul li {
    display: inline;
    background: none;
    padding: 0 2px 0 0;
    color: #533F1C;
    font-weight: normal;
}

.block-tags .block-content ul li a {
    color: #533F1C;
    font-weight: normal;
    text-decoration: underline;
}

.block-tags .block-content ul li a:hover {
    text-decoration: none;
}

.block-tags .block-content .actions {
    padding: 15px 0 0 0;
}

.block-tags .block-content .actions a {
    color: #533F1C;
}

/* Block: Subscribe */
.block-subscribe {
}

.block-subscribe .block-content {
    padding: 13px 0 16px 21px;
    overflow: hidden;
}

.block-subscribe .block-content .input-box {
    background: url(../images/bg_subs.gif) 0 0 no-repeat;
    height: 20px;
    width: 135px;
    margin: 0 3px 0 0;
    padding: 0 0 0 0;
    float: left;
}

.block-subscribe input {
    background: 0;
    text-align: left !important;
    width: 93%;
    margin: 0 0 0 0;
    padding: 2px 0 1px 10px;
    font-size: 12px;
    line-height: 14px;
}

.block-subscribe .block-content label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 28px;
    color: #ECE6C2;
}

.block-subscribe .block-content button.button {
    float: left;
}

/* 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;
    padding: 0px;
}

/* Block: Login */
.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */

.category-title {
    padding: 0 0 0 0;
    margin: 0 -2px 14px -3px;
}

.category-title h1 {
    padding: 1px 10px 4px 50px;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-description h2, h3 {
    font-size: small;
    padding: 0;
}

.category-products {
}

.category-products .special-price .price {
    color: #a81027
}

/* View Type: Grid */
.products-grid {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    text-align: center;
    width: 210px;
    height: 330px;
    border: 1px solid #D9D4C6;
    margin: 0 5px 0 0 !important;
    padding: 10px 12px 15px 12px;
}

.products-grid li.item.last {
    margin: 0 0 5px 0 !important;
}

.products-grid .product-image {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.products-grid .product-image-box {
    border-bottom: 1px solid #DEDAD0;
    padding: 0 0 8px 0;
    margin: 0 0 9px 0;
}

.products-grid .product-name {
    text-align: left;
    border-bottom: 1px solid #DEDAD0;
    padding: 0 0 8px 9px;
    margin: 0 0 8px 0;
    text-align: center;
}

.products-grid .product-name a {
}

.products-grid .ratings .rating-box {
    float: none;
    margin: 0 auto 15px;
}

.products-grid .price-box {
    float: left;
    margin: 0 10px 0 0;
}

.products-grid .add-to-links {
    padding: 10px 0 0 0;
}

.products-grid .add-to-links .separator {
    display: inline;
    color: #B9A87D;
    padding: 0 7px 0 8px;
}

.products-grid .add-to-links li {
    display: inline;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border: 1px solid #D9D4C6;
    padding: 12px 13px 15px 12px;
    margin: 0 0 5px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 180px;
    height: 180px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 215px;
}

.products-list .product-shop .rating-box {
    margin: 0 0 15px 0;
}

.products-list .product-name {
    text-align: left;
    border-bottom: 1px solid #DEDAD0;
    padding: 0 0 8px 9px;
    margin: 0 0 8px 0;
}

.products-list .add-to-links .separator {
    display: inline;
    color: #B9A87D;
    padding: 0 7px 0 8px;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .indent-block-description {
    padding: 15px 0 0 0;
}

.products-list .block-description {
    border-top: 1px solid #DEDAD0;
    padding: 12px 0 0 9px;
}

.products-list .block-description .desc {
    padding: 0 0 8px 0;
}

.products-list .price-box {
    float: left;
    margin: 0 20px 0 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
}

.products-list .desc .link-more {
}

.products-list .add-to-links {
    clear: both;
}

/* ======================================================================================= */

/* 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 0 7px 0;
}

.ratings .rating-links a {
    font-size: 12px;
    line-height: 14px;
    color: #92462A;
    font-weight: bold;
}

.ratings .rating-links a.add-review {
    color: #F3BC13;
}

.ratings .rating-links .separator {
    color: #B9A87D;
    margin: 0 9px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 80px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating_blank.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating_full.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: none;
    margin: 0 0 15px 0;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    color: #29984b;
    font-size: 13px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 0 5px 0;
    margin: 0 0 4px 0;
}

.availability span {
    font-weight: normal;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only span,
.availability-only a {
    cursor: help;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

/* Email to a Friend */
.email-friend {
}

/* Alerts */
.alert-price {
}

.alert-stock {
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
    font-size: 18px;
    line-height: normal;
    color: #92462A;
    font-weight: normal;
}

.price-box {
}

.price-box .price {
    font-weight: normal;
}

/* Regular price */
.regular-price {
}

.regular-price .price {
    font-weight: normal;
}

/* Old price */
.old-price {
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: normal;
    text-decoration: line-through;
}

.old-price-cart .price {
    font-weight: normal;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

/* Special price */
.special-price {
}

.special-price .price-label {
    font-weight: normal;
    white-space: nowrap;
}

.special-price .price {
    font-weight: normal;
}

/* Minimal price (as low as) */
.minimal-price {
}

.minimal-price .price-label {
    font-weight: normal;
    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;
}

/* 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 {
}

.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 {
    background: #F6F5EE;
    padding: 5px 10px 5px 21px;
    font-size: 12px;
    color: #B9A87D;
    margin: 0 0 15px 0;
}

.tier-prices .price {
    color: #B9A87D;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0;
}

.tier-prices .benefit {
    color: #92462A;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.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;
    width: 42px !important;
    padding: 1px;
    color: #B9A87D;
    border: 1px solid #B9A87D;
    text-align: right;
}

.add-to-cart button.button {
    float: left;
    margin-left: 21px;
}

.add-to-cart .paypal-logo {
    clear: left;
    padding: 20px 0 0 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    padding: 0 0 22px 0;
}

.add-to-box .add-to-cart {
    float: left;
    padding: 8px 0 0 0;
}

.add-to-box .or {
    padding: 10px 0 0 0;
    float: left;
    margin: 0 14px;
    font-weight: normal;
    color: #B9A87D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.add-to-box .add-to-links {
    float: left;
}

/*=============product tabs==============*/
#product-tabs .tabs {
}

#product-tabs .tabs .corner-left-top {
    background: url(../images/tabs_button_corner_left_top.gif) left top no-repeat;
    width: 160px;
    display: block;
    float: left;
    font-weight: bold;
    color: #646464;
    font-size: 12px;
    line-height: 16px;
    font-family: tahoma, sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
}

#product-tabs .tabs .corner-right-top {
    background: url(../images/tabs_button_corner_right_top.gif) right top no-repeat;
    display: block;
}

#product-tabs .tabs .border-top {
    background: url(../images/tabs_title_border.gif) left top repeat-x #525252;
    display: block;
    margin: 0 10px;
    padding: 10px 0 13px 0;
    text-align: center;
    height: 13px;
    overflow: hidden;
}

#product-tabs .tabs .active-tab {
    color: #FFFFFF;
    background-color: #FFFFFF;
    margin-bottom: -1px;
    position: relative;
    height: 37px;
}

#product-tabs .tabs .corner-left-top.active-tab {
    background: url(../images/tabs_button_corner_left_top_active.gif) left top no-repeat;
    width: 160px;
    display: block;
    float: left;
    font-weight: bold;
    color: #646464;
    font-size: 12px;
    line-height: 16px;
    font-family: tahoma, sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
}

#product-tabs .tabs .active-tab .corner-right-top {
    background: url(../images/tabs_button_corner_right_top_active.gif) right top no-repeat;
    display: block;
}

#product-tabs .tabs .active-tab .border-top {
    background: url(../images/tabs_title_border_active.gif) left top repeat-x #FFFFFF;
    display: block;
    margin: 0 10px;
    padding: 10px 0 13px 0;
    text-align: center;
    height: 14px;
    overflow: hidden;
}

.review-product-list .corner-left-top {
    display: none !important;
}

#product-tabs .tabs h3 {
    color: #202020;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#product-tabs .tabs .active-tab h3 {
    color: #202020;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#width-tab {
    width: 157px !important;
}

#width-tab-2 {
    width: 176px !important;
}

#width-tab-3 {
    width: 169px !important;
}

#width-tab-4 {
    width: 112px !important;
}

#product-tabs .tabs-content {
}

#product-tabs .tabs-content .tabs-content-top {
    background: url(../images/tabs_corner_left_top.gif) left top no-repeat;
}

#product-tabs .tabs-content .tabs-content-top div {
    background: url(../images/tabs_corner_right_top.gif) right top no-repeat;
}

#product-tabs .tabs-content .tabs-content-top div div {
    background: url(../images/tabs_border.gif) left top repeat-x #ffffff;
    margin: 0 10px;
    height: 10px;
    overflow: hidden;
}

#product-tabs .tabs-content .border-left {
    background: url(../images/tabs_border.gif) left top repeat-y #ffffff;
}

#product-tabs .tabs-content .border-right {
    background: url(../images/tabs_border.gif) right top repeat-y;
}

#product-tabs .tabs-content .border-right .block-width {
    width: 650px;
    overflow: hidden;
    position: relative;
    padding-left: 9px;
    padding-top: 10px;
}

#product-tabs .tabs-content .tabs-content-bot {
    background: url(../images/tabs_corner_left_bot.gif) left top no-repeat;
}

#product-tabs .tabs-content .tabs-content-bot div {
    background: url(../images/tabs_corner_right_bot.gif) right top no-repeat;
}

#product-tabs .tabs-content .tabs-content-bot div div {
    background: url(../images/tabs_border.gif) left 9px repeat-x #ffffff;
    margin: 0 10px;
    height: 10px;
    overflow: hidden;
}

#tabber {
    display: block;
    width: 2760px;
    list-style: none;
    overflow: hidden;
}

#tabber .tabs-list {
    width: 650px;
    float: left;
    display: block;
    margin-right: 40px;
}

/*============//product tabs=============*/

.product-view {
}

.product-essential {
    padding: 9px 0 30px 0;
}

.product-essential .special-price .price {
    color: #a81027
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-collateral .std {
    font-size: 12px;
    line-height: 15px;
    color: #202020;
    padding: 0 0 0 8px;
}

.product-collateral .data-table {
    margin-top: 1px;
    width: 95%;
    margin-left: 1px;
    margin-bottom: 20px;
}

.product-collateral .data-table th {
    padding: 11px 5px 11px 10px;
    border: 1px solid #C5C1C1;
    color: #1A1A1A;
    font-weight: bold;
    white-space: nowrap;
}

.product-collateral .data-table td {
    padding: 11px 5px 11px 18px;
    border: 1px solid #C5C1C1;
    color: #727171;
    font-size: 12px;
    line-height: normal;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 340px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    border: 1px solid #ddd;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    text-align: center;
    color: #B9A87D;
    font-size: 10px;
    line-height: normal;
    padding: 8px 0 20px 0;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% repeat-x;
    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: 2px;
    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: 0;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 0;
    top: 0;
}

.product-view .product-img-box .more-views ul {
    margin-left: 0
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 20px 5px 0;
}

.product-view .product-img-box .more-views li a img {
    border: 1px solid #DEDAD0;
}

.more-views {
    color: #B9A87D;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0 0 0;
}

.more-views .title {
    color: #B9A87D;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.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;
    width: 360px;
}

.product-view .product-name {
    font-size: 13px;
    margin-bottom: 10px;
}

.product-view .product-name h1 {
    font-family: CharisSILW;
    color: #a81027;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.product-view .product-name .poidsref {
    border-top: 1px solid #DECFB2;
    border-bottom: 1px solid #DECFB2;
    height: 30px;
}

.product-view .product-name .poids {
    float: left;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.product-view .product-name .reference {
    float: right;
    color: #bf8333;
    height: 30px;
    line-height: 30px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 700px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
}

.product-view .product_infos .parts {
    border-top: 1px solid #DECFB2;
    color: #000;
    line-height: 26px;
    text-align: right;
}

/*.product-view .short-description { padding:7px 0 0 0; color:#000; font-size:13px; line-height:16px; font-family:Arial, Helvetica, sans-serif;}*/
.product-view .short-description {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.product-view .short-description .title {
    color: #000;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 9px 0;
}

.product-view .short-description .ensavoirplus {
    font-size: 12px;
    font-style: italic;
}

.product-view .short-description .ensavoirplus a {
    color: #000;
    text-decoration: none;
}

.product-view .short-description .ensavoirplus a:hover {
    text-decoration: underline;
}

.catalog-product-view .col-main {
    padding-top: 0;
    background: none;
}

.product-view .product_actions {
    border-top: 1px solid #DECFB2;
}

.product-view .product_actions .prix {
    text-align: right;
    color: #000;
}

.product-view .product_actions .lesprix {
    float: right;
}

.product-view .product_actions .leprix {
    float: left;
    margin-right: 15px;
}

.product-view .product_actions .leprix .price {
    font-family: CharisSILW;
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.product-view .product_actions .prixkg {
    float: right;
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
}

.product-view .product_actions .infossup {
    text-align: right;
    color: #000;
}

/* Product Options */
.product-options {
    padding: 10px;
    margin: 10px 0 0;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.product-options dt label {
    font-weight: bold;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 10px 0;
}

.product-options dl.last dd.last {
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
}

.product-options .options-list {
}

.product-options .options-list input.radio {
    float: left;
    margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}

.product-options-bottom {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.product-options-bottom .price-box {
    margin: 10px 0;
}

.product-view #tabs-container {
    margin-top: 20px;
}

.product-view .tabs-menu {
    height: 36px;
    float: left;
    clear: both;
    width: 100%;
    background: #B3AB96;
}

.product-view .tabs-menu li {
    height: 36px;
    line-height: 36px;
    float: left;
}

.product-view .tabs-menu li.current {
    position: relative;
    background-color: #D8D4C9;
    z-index: 5;
}

.product-view .tabs-menu li a {
    color: #000;
    text-decoration: none;
    font-family: CharisSILW;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 0 20px;
}

.product-view .tab {
    background-color: #D8D4C9;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.product-view .tab-content {
    padding: 30px 25px;
    display: none;
    text-align: justify;
    color: #000;
    background: url("../images/casserole.png") no-repeat;
    background-position: right bottom;
}

.product-view .tab-content p {
    margin-bottom: 5px;
}

/* Grouped Product */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional {
}

/* Block: Upsell */
.product-view .box-up-sell {
}

.product-view .box-up-sell .products-grid td {
    width: 33%;
}

.product-view .box-up-sell .product-name {
    height: 35px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0px;
    border: none;
}

.product-view .box-up-sell .product-border {
    border: 1px solid #d8a576;
    margin: 0 5px 5px 0;
    padding-top: 10px;
}

.product-view .box-up-sell .product-image {
    display: block;
    height: 125px;
    margin: 10px auto;
    width: 125px;
}

.product-view .box-up-sell .products-grid .price-box {
    float: none;
    text-align: center;
    padding: 0px 0 10px 0;
    margin: 0 0 0 0;
    height: 50px;
}

#upsell-product-table .product-border {

}

#upsell-product-table .product-border .product-name a, .box-related .item .product-name a {
    font-family: "CharisSILW";
    font-style: italic;
    color: #c50823;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}

#upsell-product-table .price-box span.price, .box-related .price-box span.price {
    font-family: "Arial";
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

#upsell-product-table button.button {
    width: 100%;
}

#upsell-product-table button.button span {
    width: 100%;
    padding: 2px 0px;
    background: #c50823;
}

/* Block: Tags */

.product-view .box-tags {
    font-family: tahoma, sans-serif;
    color: #202020;
    padding: 0 10px 20px 19px;
}

.product-view .box-tags h2 {
    font-family: tahoma, sans-serif;
    color: #202020;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.product-view .box-tags h3 {
    font-family: tahoma, sans-serif;
    color: #202020;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 5px 0;
}

.product-view .box-tags .form-add {
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.product-view .box-tags .form-add label {
    display: block;
    color: #202020;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 540px;
    margin: 0 0 0 0;
}

.product-view .box-tags .form-add button.button {
    float: left;
}

.product-view .box-tags .form-add p {
    clear: both;
    color: #727272;
    font-size: 112px;
    line-height: normal;
    padding-top: 8px;
}

/* Product Tags */
ul.tags-list {
    font-size: 13px;
    line-height: 16px;
    color: #646464;
    margin: 0 0 15px 0;
}

.tags-list li {
    display: inline;
    background: url(../images/devider_tags.gif) right 4px no-repeat;
    padding: 0 14px 0 14px;
    color: #202020;
    font-weight: normal;
}

.tags-list li.first {
    padding-left: 0;
}

.tags-list li.last {
    background: none;
}

.tags-list li a {
    font-family: tahoma, sans-serif;
    font-weight: bold;
    color: #E05104;
    padding-right: 4px;
}

ul.product-tags {
    font-size: 11px;
    line-height: 16px;
    color: #646464;
    margin: 0 0 15px 0;
}

.product-tags li {
    display: inline;
    background: url(../images/devider_tags.gif) right 4px no-repeat;
    padding: 0 14px 0 14px;
    color: #202020;
    font-weight: normal;
}

.product-tags li.first {
    padding-left: 0;
}

.product-tags li.last {
    background: none;
}

.product-tags li a {
    font-family: tahoma, sans-serif;
    font-weight: bold;
    color: #E05104;
    padding-right: 4px;
}

#productTagName {
    width: 525px;
    border: 2px solid #404040;
    border-bottom: 1px solid #CDCDCD;
    margin-left: 0;
    padding: 1px;
}

/* Block: Reviews */
.product-view .box-reviews {
}

.product-view .box-reviews .form-add {
}

/* Send a Friend */
.send-friend {
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name a {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #92462A;
    text-decoration: none;
}

/* 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 {
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
    font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 990px;
}

.cart .cart-collaterals .col2-set .col-1 {
    float: left;
    width: 70%;
}

.cart .cart-collaterals .col2-set .col-2 {
    float: right;
    width: 25%;
}

.cart .crosssell {
    padding: 15px 16px 15px 13px;
}

.cart .crosssell li.item {
    border: 1px solid #F4F4F4;
    padding: 0 0 20px 0;
    margin: 0 0 20px 10px;
    width: 200px;
    float: left;
    text-align: center;
}

.cart .crosssell h2 {
    color: #010101;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.cart .crosssell h3.product-name {
    color: #92462A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px 0;
    height: 50px;
    border-bottom: 1px solid #F4F4F4;
}

.cart .crosssell h3.product-name a {
    color: #92462A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.cart .crosssell h3.product-name a:hover {
    text-decoration: underline;
}

.cart .crosssell .product-image {
    width: 120px;
    height: 120px;
}

.cart .crosssell .product-details {
}

.cart .crosssell .price-box .price {
    color: #92462A;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.cart .crosssell .button {
    margin: 0 0 12px 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #EAEAEA;
    padding: 0px 20px 0px 16px;
    margin: 0;
}

.cart .discount h2 {
    color: #070707;
    font-family: tahoma, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.cart .discount label {
    color: #070707;
    font-family: tahoma, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
}

.cart .discount .input-text {
    border: 1px solid #D6D6D4;
    border-left: 2px solid #828282;
    border-top: 2px solid #828282;
    width: 200px;
    padding: 0px;
    margin: 0 0px 0 0;
}

.cart .discount .discount-form {
    text-align: left;
}

.cart .discount .buttons-set {
    padding: 0
}

.cart .discount .buttons-set .button {
    float: left;
    margin-left: 0;
}

.cart .shipping {
    margin: 0 0 0 0;
}

.cart .shipping h2 {
    color: #070707;
    font-family: tahoma, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.cart .shipping p {
    color: #070707;
    font-family: tahoma, sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.cart .shipping .buttons-set {
    padding: 15px 0 0 0;
    margin: 0;
    border: none;
}

.cart .shipping .buttons-set button.button {
    float: left;
    margin: 0 0 0 0;
}

.cart .shipping .form-list li {
    padding: 0 0 10px 0;
}

.cart .shipping .form-list label {
    color: #070707;
    font-family: tahoma, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
}

.cart .shipping .form-list select {
    border: 1px solid #D6D6D4;
    border-left: 2px solid #828282;
    border-top: 2px solid #828282;
    width: 226px;
    font-size: 10px;
    color: #070707;
    padding: 0px;
    margin: 0 0 0 0;
}

.cart .shipping .form-list input {
    border: 1px solid #D6D6D4;
    border-left: 2px solid #828282;
    border-top: 2px solid #828282;
    width: 222px;
    font-size: 10px;
    color: #070707;
    padding: 0px;
    margin: 0 0 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 245px;
    padding: 0 5px 12px 5px;
    border: 1px solid #EAEAEA;
    background: #E5E2D4;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table th,
.cart .totals table td {
    padding: 9px 5px 0 5px;
}

.cart .totals table td {
    padding: 9px 25px 0 10px;
}

.cart .totals table td {
    font-size: 12px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    text-align: right !important;
}

.cart .totals .price {
    color: #272727;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.cart .totals .checkout-types {
    padding: 10px 0 0 0;
    float: none;
}

.cart .totals .checkout-types li {
    text-align: center;
    padding: 0 0 10px 0;
}

.cart .totals .checkout-types li a {
    font-size: 11px;
    line-height: 14px;
    color: #F3BC13;
    font-weight: bold;
}

/* 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 */
.sp-methods dt {
    font-weight: bold;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 150px;
    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;
}

.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 #F9F9F4;
    background-color: #F9F9F4;
}

.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 {
}

.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;
}

/* Generic Info Set */
.info-set {
}

/********** Common Checkout Styles > */

/* One Page Checkout */

.sidebar .block-progress dl {
    border: 1px solid #EAEAEA;
    border-top: none;
}

.sidebar .block-progress {
}

.sidebar .block-progress {
    padding: 80px 40px 0 0;
    background: none;
    margin: 0 0 1px;
}

.sidebar .block-progress .block-title {
    background: #E5E2D4;
}

.sidebar .block-progress .block-title strong {
    display: block;
    background: none;
    padding: 12px 5px 12px 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #000000;
}

.sidebar .block-progress .block-title strong a {
    color: #E6DBB6;
}

.sidebar .block-progress h2 {
    font-size: 14px;
    line-height: 1.5;
}

.sidebar .block-progress .block-content {
    border: 1px solid #EAEAEA;
    border-top: none;
    padding: 15px 10px 20px 12px;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}

.sidebar .block-progress .block-content a {
    color: #000000;
}

.sidebar .block-progress dt {
    font-weight: bold;
    border-top: 1px solid #EAEAEA;
    padding: 10px 10px 7px 18px;
    font-size: 12px;
    line-height: normal;
    color: #000000;
}

.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete {
    padding: 10px 10px 7px 18px;
    border-bottom: 1px solid #EAEAEA;
}

.sidebar .block-progress .block-content .price {
    white-space: nowrap !important;
    font-size: 12px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
}

.opc {
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.opc li.section {
    border: 1px solid #EAEAEA;
    border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    padding: 8px 0 8px 31px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 10px;
    border: 1px solid #3A4750;
    color: #3A4750;
    font-weight: bold;
}

.opc .step-title h2 {
    float: left;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.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 {
    background: #E5E2D4;
    cursor: default;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border-top: 1px solid #B2C2CB;
    padding: 5px;
    position: relative;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .active .step-title .number {
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    margin-right: 10px;
    border: none;
    background: #92462A;
    color: #FFFFFF;
    font-weight: bold;
}

.opc .active .step-title h2 {
    color: #92462A;
}

.opc .active .step {
    color: #000000 !important;
    background: #E5E2D4;
    border-top: 1px solid #EAEAEA;
    padding: 20px 31px 20px 31px;
    position: relative;
}

.opc .order-review {
}

.opc .buttons-set {
    border: none;
}

/* Billing Information */
#billing:use_for_shipping_no {
    margin: 0 46px 0 0;
}

#co-billing-form input {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

.radio {
    border: 0 !important;
}

#co-billing-form select {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

#co-billing-form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #2E2E2E;
    font-weight: bold;
}

#co-shipping-form input {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

#co-shipping-form select {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

#co-shipping-form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #2E2E2E;
    font-weight: bold;
}

.customer-account-create #form-validate h3 {
    margin: 0 0 15px 0;
}

#form-validate input {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

#form-validate select {
    border: 1px solid #D6CDC6;
    border-top: 2px solid #80807B;
    border-left: 2px solid #80807B;
    padding: 1px;
}

#form-validate label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #2E2E2E;
    font-weight: bold;
}

/* 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-login {
    color: #000;
}

.account-login .new-users {
}

.account-login .registered-users {
}

.account-create {
}

/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard {
}

.dashboard .welcome-msg {
}

/* Block: Recent Orders */
.dashboard .box-recent {
    margin: 10px 0;
}

/* Block: Account Information */
.dashboard .box-info {
}

/* Block: Reviews */
.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: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

/* Block: Tags */
.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: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

/********** Dashboard > */

/* Address Book */
.addresses-list {
}

.addresses-list-additional li.item {
}

/* Order View */
.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.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 .store-switcher {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.footer {
    color: #625C56;
    margin: 0 0 65px 0;
    border-top: 6px solid #E5E2D4;
    background: #FFFFFF;
    min-height: 60px;
    height: auto !important;
    height: 60px;
}

.indent-footer {
    padding: 17px 0 18px 26px;
    margin: 0 0 0 0;
}

.footer .small-menu {
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 0 0;
}

.footer p.legality {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #B29C6D;
    float: left;
    padding: 7px 0 0 0;
    margin: 0 46px 0 0;
}

.block-footer-links {
    float: left;
    border-left: 1px solid #E5E2D4;
    padding: 5px 0 5px 35px;
}

.block-footer-links-2 {
    float: left;
    border-left: 1px solid #E5E2D4;
    padding: 5px 0 5px 30px;
}

.footer .block-footer-links-2 ul li {
    font-size: 12px;
    line-height: 14px;
    display: inline;
    color: #AC9A54;
    padding: 0 10px 0 8px !important;
    background: url(../images/devider_footer_2.gif) left 6px no-repeat;
}

.footer .block-footer-links-2 ul li.last {
    padding: 0 0 0 8px !important;
}

.footer .block-footer-links-2 ul li a {
    color: #AC9A54;
    text-decoration: none;
}

.footer address {
    text-align: right;
}

.footer ul {
    padding: 0 20px 0 0;
    margin: 0 0 0 0;
}

.footer ul li {
    font-size: 12px;
    line-height: 14px;
    display: inline;
    color: #AF5C22;
    padding: 0 10px 0 8px;
    background: url(../images/devider_footer.gif) left 6px no-repeat;
}

.footer ul li a {
    color: #AF5C22;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .top-links {
    padding: 6px 0 0 0;
}

.footer .top-links ul {
    padding: 0 20px 0 0;
}

.footer .top-links ul li {
    display: inline;
    color: #707173;
}

.footer .top-links ul li a {
    color: #707173;
    text-decoration: none;
}

.footer .top-links ul li a:hover {
    text-decoration: underline;
}

.footer label {
    font-size: 10px;
}

/* ======================================================================================= */

/* Custom ================================================================================ */

.block-bg {
    position: absolute;
    width: 100%;
}

.bg-left {
    width: 57%;
    height: 764px;
    float: left;
    background: url(../images/bg_left.gif) right top no-repeat;
}

.bg-right {
    width: 43%;
    height: 764px;
    float: right;
    background: url(../images/bg_right.gif) left top no-repeat;
}

.block-main {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0 0 0;
}

/*.bg-main {
    background: url(../images/bg-main.png) center top repeat-x;
    width: 100%;
}

.bg-main-2 {
    background: url(../images/bg_main_2.gif) 0 0 repeat-x;
    position: absolute;
    right: 0;
    width: 50%;
    height: 239px;
}

.bg-main-3 {
    background: url(../images/body_bg.png) center top no-repeat;
    position: relative;
}*/

.indent-cart {
    padding: 25px 33px 0 27px;
}

.checkout-onepage-index .col-main {
    margin: 0;
    width: 723px;
}

.checkout-onepage-index .col-right {
    background: url(../images/bg_title.gif) 0 0 repeat-x;
}

.checkout-onepage-index .page-title {
    margin: 0 0 0 -20px;
}

.col-right #reinsurance_block {
    color: #000;
    background: #ddcfb2;
    padding: 20px 10px 5px 20px;
    text-align: left;
    margin: 10px 0px;
}

.col-right #reinsurance_block p {
    padding-left: 58px;
    font-family: "CharisSILW";
    font-size: 17px;
    /*font-size: 15px;*/
    height: 50px;
}

.col-right #reinsurance_block p.dot_1 {
    background: url("../images/delivery.png") no-repeat;
}

.col-right #reinsurance_block p.dot_2 {
    background: url("../images/secure.png") no-repeat;
}

.col-right #reinsurance_block p.dot_3 {
    background: url("../images/customer.png") no-repeat;
    height: 45px;
}

.col-right #reinsurance_block p.info_service {
    padding-left: 0px;
    text-align: center;
    font-size: 13px;
    height: 40px;
}

.col-right #reinsurance_block p.info_service span.phone {
    font-size: 20px;
    font-weight: bold;
}

.col-right #reinsurance_block p img {
    margin-top: 4px;
}

.col-right #customer_service {
    color: #000;
    background: #ddcfb2;
    padding-bottom: 20px;
}

.col-right #customer_service h1 {
    line-height: 56px;
    color: #FFF;
    background: #c50823;
    font-family: "CharisSILW";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.col-right #customer_service p {
    font-size: 14px;
}

.col-right #customer_service p.phone_number {
    font-family: "CharisSILW";
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
}

.col-right.sidebar .sidebar-newsletter span.h3 {
    font-size: 18px;
    font-family: "CharisSILW";
    font-style: italic;
}

.col-right.sidebar #newsletter-validate-detail button.nbutton {
    background: #a81027 url('../images/newsletter_btn.png') 4px 2px no-repeat;
    border: 0;
    display: inline-block;
    width: 45px;
    height: 30px;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: -3px;
}

.checkout-onepage-index .indent-checkout {
    padding: 30px 33px 0 27px;
}

.cms-home .col-main {
    background: none;
    padding: 0;
    margin: 0 25px 0 25px;
    width: 720px;
}

.cms-home .banner-block {
    margin: 0 0 2px 0;
}

.cms-home .banner-block .banner-center {
    margin-bottom: 1px;
}

.cms-home .page-title {
    background: url(../images/bg_title.gif) 0 0 repeat-x;
    padding: 18px 0 0 0;
    margin: 0 0 13px 0;
}

.cms-home .page-title h2 {
    padding: 3px 10px 4px 48px;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}

.cms-home .products-grid li.item {
    margin: 0 0 0 5px;
}

.cms-home .products-grid li.item.last {
}

.cms-home .products-grid .product-name {
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #9a422c;
    font-weight: normal;
    text-align: center;
}

.cms-home .products-grid .product-name a {
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: #9a422c;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color:
}

.cms-home .products-grid .product-name a:hover {
    text-decoration: underline;
}

.cms-home .products-grid h3:first-line {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #92462A;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
}

.cms-home .desc {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0 18px 11px;
}

.product-view iframe#twitter-widget-0 {
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    /*margin-left: -32px;*/
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.product-view .logo-social {
    display: inline-block;
}

.product-view [class^=PIN_] {
    width: 30px;
    height: 30px;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    margin-left: -32px;
    display: inline-block;
}

.product-view .social-container {
    text-align: right;
    color: #000;
    margin-top: 10px;
}

/* ======================================================================================= */

.cms-home-standard .col-main {
    background: none;
    margin: 0 0;
    padding: 0;
    width: 720px;
}

.cms-home-standard .banner-block {
    margin: 0 0 2px 0;
}

.cms-home-standard .banner-block .banner-center {
    margin-bottom: 1px;
}

.cms-home-standard .page-title {
    background: url(../images/bg_title.gif) 0 0 repeat-x;
    padding: 18px 0 0 0;
    margin: 0 0 13px 0;
}

.cms-home-standard .page-title h2 {
    padding: 3px 10px 4px 48px;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}

.cms-home-standard .products-grid li.item {
    margin: 0 0 0 5px;
}

.cms-home-standard .products-grid li.item.last {
}

.cms-home-standard .products-grid .product-name {
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #9a422c;
    font-weight: normal;
    text-align: center;
}

.cms-home-standard .products-grid .product-name a {
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: #9a422c;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color:
}

.cms-home-standard .products-grid .product-name a:hover {
    text-decoration: underline;
}

.cms-home-standard .products-grid h3:first-line {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #92462A;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
}

.cms-home-standard .desc {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0 18px 11px;
}

/* Fixes ================================================================================ */

body {
    min-width: 1000px;
}

body.page-print {
    min-width: inherit !important;
}

body.page-empty {
    min-width: inherit !important;
}

body.page-popup {
    min-width: inherit !important;
}

/**/
.border-cart {
    border-right: 1px solid #D9D4C6;
    margin-bottom: 7px;
}

.border-cart .data-table {
    margin-bottom: 0 !important;
}

.border-cart .data-table th.last {
    border-right: none;
}

.border-cart .data-table td.last {
    border-right: none;
}

/**/

td.cart-buttons {
    background: #E5E2D4;
    padding: 16px 18px 15px 20px !important;
}

td.cart-buttons .btn-continue {
    float: left;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.my-wishlist textarea {
    width: 90%;
}

.box-reviews ul.form-list {
    padding: 20px 0 0 0;
}

.box-reviews ul.form-list .input-box {
    width: 99%;
}

.box-reviews ul.form-list .input-box input {
    width: 99%;
}

.box-reviews ul.form-list .input-box textarea {
    width: 99%;
}

.gift-messages-form {
    padding: 15px;
}

.gift-messages-form p {
    padding: 4px 0 7px 0;
}

.gift-messages-form .input-box {
    width: 90% !important;
}

.gift-messages-form textarea {
    width: 90% !important;
}

.my-account .data-table {
    margin-bottom: 10px;
}

.multiple-checkout .grand-total big {
    display: block;
    padding: 5px 0 7px 0;
}

.clear-block {
    clear: both;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.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,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */

#picBox a {
    text-decoration: none;
}

#show_pic .pro_info {
    position: absolute;
    z-index: 1;
    background: url(../images/slider_pro_info_bg.png) repeat;
    width: 145px;
    height: 330px;
    color: #FFF;
    padding: 60px 0 0 15px;
    margin-left: 560px;
    white-space: normal;
    display: block;
}

#show_pic .pro_info img {
    margin-top: 15px;
}

#show_pic .pro_info #title {
    font-size: 15px;
}

#show_pic .pro_info #price {
    font-size: 17px;
}

#show_pic .pro_info #weight {
    font-size: 12px;
}

#picBox {
    width: 720px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

#picBox ul#show_pic {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 330px;
    width: 2880px;
    position: absolute;
}

#picBox ul#show_pic li {
    float: left;
    margin: 0;
    padding: 0;
    height: 330px;
}

#picBox ul#show_pic li img {
    display: block;
    border: 0;
}

#icon_num {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}

#icon_num li {
    float: left;
    background: url(../images/slider_button.png) no-repeat -12px 0;
    width: 12px;
    height: 12px;
    list-style: none;
    color: #39F;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    line-height: 23px;
    color: #F0F0F0;
}

#icon_num li:hover, #icon_num li.active {
    background: url(../images/slider_button.png) no-repeat 0 0;
    color: #fff;
}

#picBox_top {
    width: 720px;
    height: 330px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#picBox_top ul#show_pic_top {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 330px;
    width: 720px;
    position: absolute;
}

#picBox_top ul#show_pic_top li {
    float: left;
    margin: 0;
    padding: 0;
    height: 330px;
}

#picBox_top ul#show_pic_top li img {
    display: block;
}

#icon_num_top {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

#icon_num_top li {
    float: left;
    background: url(../images/slider_button.png) no-repeat -15px 0;
    width: 15px;
    height: 15px;
    list-style: none;
    color: #39F;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

#icon_num_top li:hover, #icon_num_top li.active {
    background: url(../images/slider_button.png) no-repeat 0 0;
    color: #fff;
}

.catename {
    background-color: #bd8435;
    width: 337px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.catename2 {
    background-color: #bd8435;
    width: 218px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

.catetable1 img {
    height: 227px;
    width: 357px;
}

.catetable2 img {
    height: 153px;
    width: 238px;
}

.catetable1 a {
    text-decoration: none;
}

.catetable2 a {
    text-decoration: none;
}

.xbold span a {
    font-weight: bold;
}

#facebox .b {
    background: url(../images/b.png);
}

#facebox .tl {
    background: url(../images/tl.png);
}

#facebox .tr {
    background: url(../images/tr.png);
}

#facebox .bl {
    background: url(../images/bl.png);
}

#facebox .br {
    background: url(../images/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    /*padding: 10px;*/
    background: #fff;
    width: 400px;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    /*border-top: 1px solid #DDDDDD;*/
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#containerR {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

#containerR a {
    color: #FFF;
    text-decoration: none;
}

.pushs {
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #808080;
    font-family: arial;

}

.tpushs tr td {
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 10px;
}

.tpushs tr td input {
    padding: 5px;
    width: 80%;
}

.tpushs h1, .tpushs .titre {
    color: #BE8435;
}

.tpushs .titre {
    font-size: 20px;
}

.tpushs a {
    color: #BE8435;
    text-decoration: none;
}

.tpushs a:hover {
    color: #991E34;
    text-decoration: none;
}

.subtitle {
    color: #BE8435;
}

.adresse {
    width: 400px;
}

.pushsR {
    width: 620px;
    margin: 0 auto;
    padding-left: 30px;
}

.pushrecette {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
    color: #FFF;
    background-color: #BE8435;
    float: left;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

.pushrecette2 {
    background-color: #991E34;
}

.bodypop {
    width: 400px;
    font-size: 12px;
}

.headerpop {
    width: 380px;
    padding: 10px;
    color: #FFF;
    background-color: #991E34;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
}

.infos1 {
    padding: 10px;
    float: left;
    width: 170px;
}

.infos2 {
    padding: 10px;
    float: right;
    width: 250px;
    margin-bottom: 20px;
    text-align: right;
}

.larecette {
    clear: both;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
    text-align: justify;
}

.suggest {
    font-size: 12px;
    clear: both;
    margin-top: 20px;
    font-style: italic;
    padding: 10px;
}

.suggestT {
    color: #BE8435;
}

.imgrecette {
    width: 620px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.mapcat a {
    font-weight: bold;
    font-size: 14px;
}

.mappro {
    margin-left: 20px;
}

#gridrecette {
    width: 920px;
}

#gridrecette ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#gridrecette ul li {
    float: left;
    width: 210px;
    margin: 5px;
    border: solid 1px;
    height: 160px;
    text-align: center;
}

#gridrecette ul li img {
    height: 128px;
}

#gridrecette a:link {
    text-decoration: none;
}

.allmedia li {
    list-style: none;
    height: 80px;
    text-align: left;
}

.medsel {
    text-align: left;
}

.nsl-slider {
    width: 271px;
    z-index: 1;
    position: absolute;
    margin: -25px auto 0 799px;
}

.nsl-slider #nsl-button {
    cursor: pointer;
}

.nsl-slider #nsl-form {
    display: none;
}

.nsl-slider #nsl-form .form-nsl .ninput-text {
    width: 200px;
    border: solid #b0aca2 1px;
    background-color: #FFF
}

.nsl-slider #nsl-form .form-nsl .nbutton {
    background-color: #a81027;
    border: solid #b0aca2 1px;
    color: #FFF;
    cursor: pointer;
}

.nsl-slider #nsl-form .form-nsl .nbutton span {
    padding: 5px;
}

.xsiderbar {
    margin: 10px auto auto auto;
    text-align: center;
}

.xsiderbar .sider_top img {
    margin-bottom: 10px;
}

.xsiderbar .sider_menu img {
    margin-top: 5px;
}

.xsiderbar .sider_menu {
    margin-bottom: 10px;
}

.add-to-box {
    padding: 0;
}

.add-to-box .add-to-cart {
    background: #ddcfb2;
    float: none;
    padding: 12px;
}

.add-to-cart label {
    float: left;
    margin-right: 5px;
    color: #000;
    font-size: 13px;
    margin-top: 9px;
}

.qty_box {
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
    position: relative;
    margin: 0;
}

.qty_box * {
    vertical-align: middle
}

/*.qty_box a{padding:2px 2px;background-color:#e9e9e9;border:1px solid #ccc;text-decoration:none;color:#585858;line-height:20px}
.qty_box a:hover{color:#000}*/
.qty_box a {
    position: absolute;
    background: #a81027;
    color: #fff;
    display: block;
    width: 20px;
    height: 16px;
    left: 40px;
    text-align: center;
    text-decoration: none;
}

.qty_box a.J_add {
    top: 0;
}

.qty_box a.J_minus {
    bottom: 0;
}

.qty_box input {
    width: 40px;
    height: 33px;
    border: 0;
    text-align: center;
    line-height: 33px;
    font-family: CharisSILW;
    font-size: 16px;
}

/*.product-view .product_actions{ float:left; width:150px;}
.product-view .product_infos{float:left; width:290px;}

.box-related .price-box{margin-left:70px;}*/
.box-related .products-grid .product-image {
    display: block;
    width: 125px;
    height: 125px;
    margin: 10px auto;
}

.box-related .products-grid .product-image-box {
    border-bottom: 1px solid #DEDAD0;
    padding: 0 0 8px 0;
    margin: 0 0 9px 0;
}

.box-related .products-grid .product-name {
    text-align: left;
    border-bottom: none;
    padding: 0 0 8px 9px;
    margin: 30px 0 0px 0;
    text-align: center;
    height: 35px;
}

.box-related .products-grid .ratings .rating-box {
    float: none;
    margin: 0 auto 15px;
}

.box-related .products-grid .price-box {
    float: none;
    padding: 0 0 10px 0;
    margin: 0px;
    text-align: center;
}

.box-related .product-view .infossup {
    font-size: 12px;
    color: #000;
    text-align: right;
}

.box-related .products-grid li.item {
    border: solid 1px #d8a576;
    padding: 10px 0px 0px 0px;
    width: 233px;
}

.box-related .products-grid button.button {
    width: 100%;
}

.box-related .products-grid button.button span {
    width: 100%;
    padding: 2px 0px;
    background: #c50823;
}

/*.product_view_addtocart button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.product_view_addtocart button.button span { float:left; height:30px; background:transparent url(../images/bkg_button_left_view.png) 0 0 no-repeat; padding:0 0 0 11px; font:bold 14px/30px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.product_view_addtocart button.button span span { background:transparent url(../images/bkg_button_right_view.png) right 0 no-repeat; padding:0 10px 0 0; }
*/

.add-to-cart .product_view_addtocart button.button {
    float: right;
    background: #a81027;
    margin: 0;
}

.add-to-cart .product_view_addtocart button.button span {
    background: none;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    width: 200px;
    text-align: center;
    padding: 0;
    font-family: CharisSILW;
}

.panier_top {
    margin: 30px auto 20px 50px;
}

.panier_top li {
    float: left;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}

.page_ce tr td {
    vertical-align: top;
}

.page_ce .bloc_cadeaux {
    display: block;
    text-align: center;
    width: 200px;
    float: right
}

.page_ce .bloc_info {
    width: 580px;
    margin-left: 5px;
    color: #000
}

.page_ce .bloc_info2 {
    width: 420px;
}

.page_boutique {
    color: #000;
}

.page_boutique tr td {
    vertical-align: top;
}

.page_boutique .col-left {
    width: 300px;
}

.page_boutique .col-left img {
    max-width: 290px;
}

.page_boutique .col-right {
    width: 380px;
}

.page_boutique .col-right #header {
    float: left;
    width: 170px;
}

.page_boutique .col-right #location {
    float: left;
    width: 200px;
}

.page_boutique .col-right #horaires {
    margin: 10px auto 20px 0;
    width: 400px;
    height: 100px;
    color: #993300;
}

.page_boutique .col-right #description {
    width: 410px
}

.page_boutique .col-right #description #histoire {
    color: #993300;
}

.page_boutique .col-right #products {
    margin: 10px auto 10px auto;
}

.page_boutique .col-right #products tr td {
    text-align: center;
    font-weight: bold;
    width: 200px;
    height: 150px;
}

.cms_engagements {
    color: #000;
}

.cms_engagements ul {
    margin: 40px auto 10px 0;
}

.cms_engagements ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.cms_engagements ol li {
    list-style-type: decimal;
    margin-left: 20px
}

.cms_engagements p {
    margin-bottom: 10px;
}

/**
 *
 * MODIFS DEFINIMA SEPT 2015
 *
 */
@font-face {
    font-family: CharisSILW;
    src: url(../fonts/CharisSIL-R.woff);
}

@font-face {
    font-family: CharisSILW;
    font-style: italic;
    src: url(../fonts/CharisSIL-I.woff);
}

@font-face {
    font-family: CharisSILW;
    font-weight: bold;
    src: url(../fonts/CharisSIL-B.woff);
}

@font-face {
    font-family: CharisSILW;
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/CharisSIL-BI.woff);
}

/** Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/** Barre Newsletter + recherche */
.barretop {
    border-top: 3px solid #af823c;
    margin-bottom: 10px;
}

.barretop .barretop-content {
    float: right;
}

.barretop .barretop-content .barretop-newsletter {
    float: left;
}

.barretop .barretop-content .barretop-newsletter p {
    font-family: CharisSILW;
    font-style: italic;
    float: left;
    font-size: 16px;
    color: #a81027;
    margin-right: 20px;
    margin-top: 8px;
}

.barretop .barretop-content .barretop-newsletter .block {
    float: left;
    background: #fff;
    width: 300px;
}

.barretop .barretop-content .barretop-newsletter .block-subscribe input {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    float: left;
    height: 10px;
    width: 210px;
}

.barretop .barretop-content .barretop-newsletter .block-subscribe button {
    background: #a81027 url('../images/newsletter_btn.png') 4px 2px no-repeat;
    border: 0;
    float: right;
    display: block;
    width: 45px;
    height: 30px;
    text-indent: -9999px;
    cursor: pointer;
}

.barretop .barretop-content .barretop-newsletter .block-subscribe button:hover {
    background-color: #af823c;
}

.barretop .barretop-content .barretop-recherche {
    float: left;
    margin-left: 10px;
}

.barretop .barretop-content .barretop-recherche label {
    display: none;
}

.barretop .barretop-content .barretop-recherche input {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    float: left;
    height: 10px;
    width: 210px;
}

.barretop .barretop-content .barretop-recherche button {
    background: #a81027 url('../images/recherche_btn.png') 7px 0px no-repeat;
    border: 0;
    float: right;
    display: block;
    width: 45px;
    height: 30px;
    text-indent: -9999px;
    cursor: pointer;
}

.barretop .barretop-content .barretop-recherche button:hover {
    background-color: #af823c;
}

/** Le menu */
.def.block-menu {
    border-top: 0;
    box-shadow: none;
    position: relative;
    border-bottom: 7px solid #b3afa9;
}

.def.block-menu #nav {
    background: #fbfaf9;
}

.def.block-menu a {
    text-decoration: none;
}

.def.block-menu #nav li.level0 {
    /*display: table;*/
    display: block;
    float: left;
    height: 55px;
    /*max-width: 150px;*/
    max-width: 190px;
}

.def.block-menu #nav li.level0.last,
.def.block-menu #nav li.level0:last-child {
    float: right;
}

.def.block-menu #nav li.level0 > a {
    font-family: CharisSILW;
    color: #685f50;
    font-weight: bold;
    text-decoration: none;
    /*display: table-cell;*/
    display: table;
    width: 100%;
    height: 100%;
    /*vertical-align: middle;*/
    text-align: center;
    font-size: 16px;
    /*padding: 0px 27px;*/
    position: relative;
    line-height: 20px;
}

.def.block-menu #nav li.level0 > a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 7px;
}

.def.block-menu #nav li.level0:hover > a,
.def.block-menu #nav li.level0.active > a {
    background: #a81027;
    color: #edebe7;
}

.def.block-menu #nav li.level0.last > a,
.def.block-menu #nav li.level0:last-child > a {
    background: #a81027;
    color: #edebe7;
}

.def.block-menu #nav li.level0 > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #a4a4a4;
    position: absolute;
    top: 13px;
    left: 0px;
}

.def.block-menu #nav li.level0:hover > a::before,
.def.block-menu #nav li.level0.first > a::before,
.def.block-menu #nav li.level0.last > a::before,
.def.block-menu #nav li.level0:last-child > a::before, {
    display: none;
}

.def.block-menu #nav ul.level0 {
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 1005px;
    background: #fff;
    z-index: 10000;
    padding: 30px 20px;
    box-shadow: 0px 5px 10px #94928f;
}

.def.block-menu #nav li.level0:hover ul.level0 {
    display: block;
}

.def.block-menu #nav li.level2 a {
    color: #212125;
    font-style: italic;
    font-size: 14px;
}

.def.block-menu #nav li.level2 a:hover {
    color: #a81027;
}

.def.block-menu #nav li.level0 li.cat_title {
    font-size: 32px;
    color: #a81027;
    font-family: CharisSILW;
    font-weight: bold;
    border-bottom: 3px solid #a81027;
    line-height: 45px;
    margin-top: -20px;
    margin-bottom: 20px;
    width: 660px;
    float: left;
}

.def.block-menu #nav li.level0 li.col_subcats {
    width: 660px;
    float: left;
}

.def.block-menu #nav li.level1 {
    float: left;
    width: 50%;
}

.def.block-menu #nav li.level1 > a {
    font-family: CharisSILW;
    font-style: normal !important;
    font-size: 18px !important;
    color: #a81027 !important;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.def.block-menu #nav ul.level1 {
    margin-bottom: 10px;
}

.def.block-menu #nav li.level0 li.col_product {
    width: 290px;
    float: right;
    text-align: center;
}

.def.block-menu #nav li.level0 li.col_product .catprod {
    color: #212125;
    font-size: 18px;
    font-weight: bold;
    font-family: CharisSILW;
    margin-bottom: 10px;
    text-align: left;
}

.def.block-menu #nav li.level0 li.col_product .nomprod {
    color: #af823c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.def.block-menu #nav li.level0 li.col_product .imgprod {
    position: relative;
}

.def.block-menu #nav li.level0 li.col_product .imgprod span {
    position: absolute;
    top: 0px;
    left: 0px;
}

.def.block-menu #nav li.level0 li.col_product .prixprod {
    color: #a81027;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.def.block-menu #nav li.level0 li.col_product .prixprod del {
    color: #212125;
    font-size: 14px;
}

.def.block-menu #nav li.level0 li.col_product .prixprod strong {
    font-size: 20px;
    font-weight: bold;
}

.def.block-menu #nav li.level0 li.col_product .btnprod a {
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    background: #a81027;
    margin-top: 10px;
    text-transform: uppercase;
}

.def.block-menu #nav li.level0 li.col_product .btnprod a:hover {
    background: #af823c;
}

/** Listing des recettes */
#recettes-grid {

}

#recettes-grid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#recettes-grid .grid-item {
    float: left;
    margin: 5px;
    width: 170px;
    overflow: hidden;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#recettes-grid .grid-item.width--2 {
    width: 350px;
}

#recettes-grid .grid-item.height--2 {
    height: 310px;
}

#recettes-grid .grid-item img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

#recettes-grid .grid-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

#recettes-grid .grid-item div {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: -9999px;
    color: #fff;
}

#recettes-grid .grid-item div span {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}

#recettes-grid .grid-item div span strong {
    display: table-cell;
    font-family: CharisSILW;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    line-height: 24px;
}

#recettes-grid .grid-item.titre {
    text-align: center;
    font-family: CharisSILW;
    font-weight: bold;
    color: #212125;
    font-size: 24px;
    line-height: 37px;
    padding: 20px 0px;
    background: #d8d4ca url('../images/fond_recettes_titre.jpg') center center no-repeat;
}

#recettes-grid .grid-item.titre strong {
    color: #a81027;
}

table.recettes-filters td {
    padding: 12px 35px;
    padding-left: 0;
    color: #000;
}

/** Fiche recette */
body[class*="cms-recette"] {

}

body[class*="cms-recette"] .page-title {
    position: relative;
}

body[class*="cms-recette"] .page-title h1 {
    color: #a81027;
    font-family: CharisSILW;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}

.ingredients {
    color: #212125;
    font-size: 14px;
}

.ingredients p {
    margin-bottom: 20px;
}

.ingredients p em {
    font-family: CharisSILW;
    color: #af823c;
    font-style: italic;
    font-weight: bold;
}

.ingredients p strong {
    font-family: CharisSILW;
    color: #a81027;
}

.ingredients ul {
    margin-bottom: 20px;
}

.ingredients ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}

.ingredients ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 5px;
    height: 5px;
    background: #a81027;
}

.ingredients td {
    padding-right: 10px;
}

.preparation {
    background: #d8d4ca url('../images/fiche_recette_fond_preparation.jpg') top right no-repeat;
    padding: 20px;
    padding-top: 15px;
    margin: 20px 0;
    margin-top: 0px;
    color: #212125;
    font-size: 14px;
}

.preparation h3 {
    font-family: CharisSILW;
    font-size: 28px;
}

.actions {
    margin: 20px 0;
}

.actions a,
.bouton-recettes {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #a81027;
    padding: 15px 25px;
    font-size: 14px
}

.actions a:hover,
.bouton-recettes:hover {
    background-color: #BE8435;
}

.actions a.imprimer {
    padding-left: 40px;
    padding-right: 20px;
    background-image: url('../images/fiche_recette_imprimer.png');
    background-position: 12px 13px;
    background-repeat: no-repeat;
}

.actions iframe {
    border: none;
    overflow: hidden;
    width: 230px;
    height: 30px;
    margin-top: 10px;
}

.bouton-recettes {
    padding: 7px 8px;
}

.page-title .bouton-recettes {
    position: absolute;
    right: 0;
    top: 40px;
}

body[class*="cms-recette"] h4 {
    margin-top: 20px;
    border-top: 3px solid #a81027;
    padding-top: 30px;
    margin-bottom: 30px;
    color: #a81027;
    font-family: CharisSILW;
    font-weight: 400;
    font-size: 22px;
}

body[class*="cms-recette"] .products-grid li.item {
    height: 270px;
    overflow: hidden;
    margin-right: 48px !important;
    margin-bottom: 50px !important;
}

body[class*="cms-recette"] .products-grid .product-name,
body[class*="cms-recette"] .products-grid .product-image-box {
    border-bottom: 0;
}

body[class*="cms-recette"] .products-grid li.item button.button {
    margin-top: -35px;
    display: block;
    width: 190px;
    margin-left: -12px;
    background-color: #a81027;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 3px;
}

body[class*="cms-recette"] .products-grid li.item button.button:hover {
    background-color: #BE8435;
}

body[class*="cms-recette"] .products-grid li.item button.button span {
    display: block;
    width: 100%;
    background: none;
    padding: 0;
}

.window-overlay {
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0.5;
}

.remember-me-popup {
    position: fixed;
    top: 40%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    padding: 20px;
    box-shadow: 0 0 10px #000;
    width: 300px;
    margin-left: -150px;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    display: none;
}

.my-account,
.checkout-onepage-success .col-main {
    color: #000;
}

#checkout-review-table-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}

#checkout-review-table tbody td {
    background: #fff;
    color: #92462A;
}

#review-buttons-container p.f-left {
    font-weight: bold;
}

#newsletter-popup-page{
text-align: center;
}
#newsletter-popup-page input{
    display: block;
    margin-bottom:10px;
    border:none;
    width:250px;
    padding: 8px 15px;
    margin-right: auto;
    margin-left:auto;
    box-sizing: border-box;
}
.btn-sign-up-now input{
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    color: #fff;
    background:none;
    background-color: #a81027;
    /*padding: 15px 25px;*/
    font-size: 14px;
}
.btn-sign-up-now input:hover{
    background-color: #BE8435;
    text-decoration: none;
}

