/* boxes.css */

/* Base Mini */
.base-mini { 
  border: 1px solid #c4c1bc;
  background:#fff;
  line-height:1.3em;
  font-size: .95em;
}
.base-mini .head {
  background: #fff url(../images/base_mini_head_bg.gif) repeat-x;
  padding: 0 8px;
  margin: 0; 
}
.base-mini .head h4 {
  min-height: 16px;
  color: #e26703;
  background-repeat: no-repeat;
  background-position:0 0;
  padding: 1px 0 1px 21px;
  text-transform: uppercase;
}
.base-mini .head h4 .count {
  text-transform: none;
  color: #2f2f2f;
  white-space: nowrap;
  font-weight: normal;
  font-size: .95em;
}
.base-mini h5 {
  font-size: 1em;
}
.base-mini .content,
.base-mini ol {
  background: #f8f7f5;
}
.base-mini ol li {
  padding: 7px 4px 7px 8px;
}
.base-mini ol li.odd {
  background: #f4f3f3;
}
.base-mini ol li.even {
  background: #fafafa;
}
.base-mini .actions {
  background: #dee5e8 url(../images/base_mini_actions_bg.gif) repeat-x;
  padding: 6px;
}
.base-mini .product-images {
  float: left;
  width: 52px;
  height: 52px;
}
.base-mini .product-images a img {
  border: 1px solid #a9a9a9;
  vertical-align: top;
}
.base-mini .product-checkbox {
  float: left;
  width: 10px;
}
.base-mini .product-names {
  margin-left: 18px;
}
.base-mini .product-details {
  margin: 0 0 0 60px;
  height: 50px;
}
.base-mini .product-details[class] {
  height: auto;
  min-height: 50px;
}
.base-mini .regular-price {
  font-size: 11px;
}
.base-mini .regular-price .price {
  color: #2f2f2f;
}
.base-mini .special-price {
  font-size: 11px;
}
.base-mini .minimal-price {
  font-size: 11px;
}
.base-mini .price-box {
  margin: 1px 0;
}

/* Sidebar Blocks */
.mini-product-tags .head h4 {
  background-image: url(../images/icon_tag_green.gif);
}
.mini-product-tags li {
  display: inline;
  padding-right: 4px;
  line-height: 1.5em;
}
.mini-product-tags li:after {
  display: inline!important;
}
.mini-product-tags .content {
  padding: 10px;
}
.mini-product-tags .content a,
.mini-product-tags .content a:hover {
  color: #1b2d3b;
}

/* Mini search */
.mini-search {
  border: none;
  background: transparent url(../images/boxes/background-recherche.gif) no-repeat bottom;
}
.mini-search .head {
  border: none;
  background: transparent url(../images/boxes/h1-rechercher.gif) no-repeat top;
}
.mini-search .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-search .input-text {
  margin: 5px;
  width: 100px;
}
.search-autocomplete {
  z-index:999;
}
.search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.search-autocomplete li {
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete li.odd {
  background-color: #fffefb;
}
.search-autocomplete li.selected {
  background-color: #f7e8dd;
}

/* Mini manufacturer */
.mini-manufacturer {
  border: none;
  background: transparent url(../images/boxes/background-recherche.gif) no-repeat bottom;
}
.mini-manufacturer .head {
  border: none;
  background: transparent url(../images/boxes/h1-rechercher.gif) no-repeat top;
}
.mini-manufacturer .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-manufacturer select {
  margin: 5px;
  width: 145px;
}

/* Mini newsletter */
.mini-newsletter {
  border: none;
  background: transparent url(../images/boxes/background-garantie.gif) no-repeat bottom;
}
.mini-newsletter .head {
  border: none;
  background: transparent url(../images/boxes/header-box.gif) no-repeat top;
}
.mini-newsletter .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-newsletter .content {
  background: none;
  padding: 2px 5px;
}
.mini-newsletter label {
  color: #604321;
  font-weight: normal;
  font-size: 10px;
}
.mini-newsletter .input-text { 
  margin: 3px 5px 3px 0; 
  width: 110px;
  border: 1px solid #DBC3AE;
}

/* Mini cart */
.mini-cart {
  border: none;
  margin-top: -10px;
}
.mini-cart .head {
  height: 60px;
  background: transparent url(../images/boxes/h1-panier.gif) no-repeat top;
  padding: 0;
  margin: 0;
  border: none; 
}
.mini-cart .head h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  padding: 0 0 0 25px;
  display: none;
}
.mini-cart .content {
  background: transparent url(../images/boxes/background-panier.gif) no-repeat bottom;
  color: #F9D9E7;
  font-weight: bold;
  font-size: 12px;
  min-height: 50px;    
}
.mini-cart .content a {
  color: white;
}
.mini-cart .subtotal { margin-top:5px; padding:2px 0; text-align:center;}
.mini-cart .subtotal .price { color: white !important;}
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

/* Mini login */
.login-box .col-1,
.login-box .col-2 {
  border: 1px solid #bbb6a5;
  background: #dee5e8;
}
.mini-login {
  border: none;
  background: transparent url(../images/boxes/background-compte.gif) no-repeat bottom;
}
.mini-login .head {
  height: 38px;
  background: transparent url(../images/boxes/h1-compte.gif) no-repeat top;
  padding: 0;
  margin: 0;
  border: none; 
}
.mini-login .head h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  padding: 0 0 0 25px;
  display: none;
}
.mini-login .content {
  color: white;
  font-weight: bold;
  font-size: 12px;  
}
.mini-login .text {
  color: #604221;
  font-size: 12px;
  font-weight: bold;
}
.mini-login .text a {
  color: #604221;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.mini-login .input-text {
  margin: 0 0 0 5px;
  width: 100px;
}
.mini-login table.mini-login {
  padding: 5px 0 10px 5px;
}

/* account login */

.login-box .new-users h4 {
  background: transparent url(../images/icon_page_white.gif) no-repeat;
  padding-left: 20px;
}
.login-box .registered-users h4 {
  background: transparent url(../images/icon_page_white_text.gif) no-repeat;
  padding-left: 20px;
}
.login-box .button-set {
  margin: 0;
  border: none;
  background: url(../images/login_box_form_buttons_bg.gif) repeat-x;
  padding: 8px 13px;
}
.login-box .content {
  min-height:230px;
}

/* Mini garantie */

.mini-guarantee {
  border: none;
  background: transparent url(../images/boxes/background-garantie.gif) no-repeat bottom;
}
.mini-guarantee .head {
  border: none;
  background: transparent url(../images/boxes/header-box.gif) no-repeat top;
}
.mini-guarantee .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-guarantee .content {
  background: none;
}
.mini-guarantee p {
  margin-bottom: 5px;
}
.mini-guarantee a {
  color: black;
  text-decoration: none;
  font-size: 11px;
}
.mini-guarantee a .brown {
  color: #663815;
  font-size: 12px;
  font-weight: bold;
}
.mini-guarantee p.logo {
  text-align: center;
  margin-bottom: 0;
}
.mini-guarantee .logoCa {
  margin-right: 20px;
}

/* Mini partners */

.mini-partners {
  margin-bottom: 0;
  border: none;
}

/* Mini promoted*/

.mini-promoted {
  border: none;
  background: transparent url(../images/boxes/background-garantie.gif) no-repeat bottom;
}
.mini-promoted .head {
  border: none;
  background: transparent url(../images/boxes/header-box.gif) no-repeat top;
}
.mini-promoted .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-promoted .content {
  height: 130px;
  background: transparent url(../images/boxes/background-promo.gif) no-repeat center top;
}
.mini-promoted .content a {
  margin: 100px auto 0 auto;
  padding: 6px 0 0 5px;
  display: block;
  width: 125px; 
  height: 30px;
  font-size: 12px;
  color: #006600;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: transparent url(../images/boxes/btn-promoted.gif) no-repeat;
}

/* Mini service client */

.mini-service-client {
  border: none;
}
.mini-service-client .head {
  height: 28px;
  background: transparent url(../images/boxes/h1-service-client.gif) no-repeat top;
  padding: 0;
  margin: 0;
  border: none; 
}
.mini-service-client .head h4 {
  display: none;
}
.mini-service-client .content {
  background: transparent url(../images/boxes/background-service-client.jpg) no-repeat bottom;
  color: white;
  font-weight: bold;
  font-size: 12px;
  height: 88px;    
}
.mini-service-client .aide a {
  display: block;
  background: transparent url(../images/boxes/puce-service-client.gif) no-repeat 0 5px;
  padding-left: 30px;
  color: #663815;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px; 
}
.mini-service-client .contact a {
  color: #663815;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 50px; 
}
/* Mini shipping */
.mini-shipping {
  margin-top: 5px;
  border: none;
  background: transparent url(../images/boxes/background-garantie.gif) no-repeat bottom;
}
.mini-shipping .head {
  border: none;
  background: transparent url(../images/boxes/header-box.gif) no-repeat top;
}
.mini-shipping .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.mini-shipping a {
  display: block;
  margin-left: 1px;
  border: none;
  width: 153px;
  height: 84px;
  background: transparent url(../images/boxes/frais-port.png) no-repeat;
}

/* Mini compare products */
.mini-compare-products .head h4 {
  background-image: url(../images/icon_table.gif);
} 

/* Mini poll */
.mini-poll .head h4 {
  background-image: url(../images/icon_group.gif);
}
.mini-poll td.label {
  font-weight: bold;
  padding-right: 10px;
}
.mini-poll td.item  {
  white-space: nowrap;
}

/* Mini product view */
.mini-product-view .head h4 {
  background-image:url(../images/icon_tag_green.gif);
}

/* Mini newsletter */
.bookmarkBox {
  border: none;
  background: transparent url(../images/boxes/background-garantie.gif) no-repeat bottom;
}
.bookmarkBox .head {
  border: none;
  background: transparent url(../images/boxes/header-box.gif) no-repeat top;
}
.bookmarkBox .head h4 {
  color: white;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.bookmarkBox table tr td {
  width: 50%;
  text-align: center;
}
.bookmarkBox table tr td a {
  text-decoration: none;
  color: #8B4F1C;
  font-weight: bold;
}

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background: #1D6292;
    color:#fff;
    border:1px solid #CBDDE8;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }




.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }

/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; font-size:1px; line-height:1em; overflow:hidden; }

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/

/* Currency Switcher */
.currency-switcher {
    height:53px;

    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;

    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;

    text-transform:none;
    }
.currency-switcher select { width:98%; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }

/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;

    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;

    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;

}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }


.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }

.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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; }
.std .a-top { text-align:right; }

/* FAQ */

.answerBox { 
  margin: 0 0 20px 20px;
}
.answerBox h3 {
  margin-bottom: 5px;
}
.responseBox {
  border: 1px solid #B6B6B6;
  padding: 5px;
  margin: 0 0 10px 20px;
}
.responseBox p {
  margin: 0 0 10px 0;
  text-align: justify;
}
.answer h2 {
  padding: 10px 0 0 0;
  margin: 0;
  text-transform: uppercase;
}
.answer h2:hover,
.answer h3:hover {
  text-decoration: underline;
  cursor: pointer;
}
#compte {
  background: transparent url(../images/faq/compte.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
  margin-bottom: 5px;
}
#commande {
  background: transparent url(../images/faq/commande.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
  margin-bottom: 10px;
}
#payment {
  background: transparent url(../images/faq/paiement.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
  margin-bottom: 10px;
}
#Livraison {
  background: transparent url(../images/faq/livraison.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
  margin-bottom: 10px;
}
#reception {
  background: transparent url(../images/faq/reception.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
  margin-bottom: 10px;
}
#retour {
  background: transparent url(../images/faq/retour.gif) no-repeat;
  height: 60px;
  padding: 0 0 0 60px;
}
.contactBox {
  background: #e4e1e7;
  padding: 5px;
}
