/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

/********************** Contenu Stef */

.contmr {

}

.contmr li {
    text-decoration : url("/skin/frontend/default/moulinrouge/images/puce2-moulin-rouge.png");
}

#billing\:street2, #shipping\:street2{
	display:none!important;
}
/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

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

/* Form Elements */
input.input-text, select, textarea {  color:#AF8786; 
                                      font-family:'Conv_FuturaStd-Book',Verdana, Arial, Helvetica, sans-serif; font-size:12px;  }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea {}
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:3.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.payment-methods label { font-weight:bold; font-size:1.2em; }
/*.button-set { 
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }*/
.button-set {	
    clear:both; margin:5px 20px 0; padding:5px; border:0px solid #fff;
}
.buttons-set {	
    clear:both; margin:5px 20px 0; padding-bottom:40px; border:0px solid #fff;
}

.buttons-set a {
    margin-bottom: 5px;
}
.form-button span, .form-button-alt span {
    white-space:nowrap;

}
.form-button-alt {
}
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button:hover, .form-button-alt:hover {text-decoration:none;color:black; }
.checkout-types .form-button { font-size:16px;}
.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;*/
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    font:bold 12px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    background:#B31900;
    border:1px solid #A61700;
    color:#DB8783;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.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-button, .form-button-alt {
    overflow:visible;
    width:160px;
    height:40px;
    padding:1px 8px;
    font-size:12px;
    border:inherit;
    border:0!important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    background:url('../images/bouton-liste-filtre-ombre.png') no-repeat; 
    color:#fff; 
    font-family:'Conv_FuturaStd-Book',Verdana, Arial, Helvetica, sans-serif;
}
/* 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:25px 0 0 0;
    padding:5px 0px 0 0px;
}
.group-select .legend {
    margin-top:-25px;
    float:left;
    padding:0px;
    color:#000000;
    font-weight:bold;
    font-size:1.3em;
}
.group-select li { padding:3px 0; }
.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{ color:#000; }
.required { color: #ff0000; }
p.required {
    font-size: 10px;
    text-align: right;
}
.validation-advice { clear:both; min-height:15px; margin-top:3px; background-color:white;color:red;border:1px solid black;display:none; font-size:.95em; font-weight:bold; line-height:1.25em;position:absolute;left:250px;top:25px;}
.validation-failed { border:3px solid #ff9933 !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; }




/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {}
.success, .error {}
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.9em !important;
    /*font-weight:bold !important;*/
}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    width:80%;
    margin:auto;
}
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
}
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    width: 800px;  
    margin:auto;
    margin-top:50px;
}

.bold { font-weight:bold;}

/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }
.head .title1,.head .title2, .head .title3, .head .title4, .head .title5,
.inner-head .title1,.inner-head .title2, .inner-head .title3, .inner-head .title4, .inner-head .title5{ margin:0; float:left; margin-top:5px; }
.checkout-multishipping-address-newshipping .title3{border-bottom:1px dotted #1C0000; font-family:Georgia, "Times New Roman", Times, serif; color:#1C0000; font-size:18px; padding:0 0 5px 0; margin:0 0 5px 0;}
.checkout-multishipping-address-newshipping .page-head {border:none;}
.inner-head .title5{font-size:12px;text-transform:uppercase;}

/* Page heading */
.page-head { margin:0 0 10px 0; }
.page-head-alt { margin:0 0 0 0; }
.page-head-alt {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #1C0000;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 5px;
    padding-left: 0pt;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;}
/*.page-head, .page-head-alt { text-align:right; }*/
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.5em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;

}
.page-head h3 {font-size:18px!important;}
.page-head .title, .page-head-alt .title {
    margin:0;
    color:#1C0000;
    font-size:16px !important;
    font-weight:bold !important;
    text-transform:none  !important;
    text-align:left;
    font-family:'Conv_FuturaStd-Book';
    padding:5px 0 5px 0;

}

#product-options-wrapper dl{
    float:left;
    width:250px;
}
#product-options-wrapper dt{
    float:left;
    width:72px;
}
.last dt{
    width:70px!important;
}
.last dl{
    padding-top:5px;
}

#product-options-wrapper dd{
    float:left;
}

#product-options-wrapper{
    width:300px;
    position:relative;
    top:-12px;
}

.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
}
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

.formContact{
    width:800px;
    margin:auto;

}
.formValidate{
    width:800px;
    margin:auto;
}


#form-validate ul{
    float:left;
    margin-top:20px;
    width:800px;
}

#form-validate .required{margin-right:28px;}

.formRegister{
    margin:auto;
    width:800px;
    margin-top:40px;
}
#form-validate .group-select{
    float:left;
    margin-top:20px;
    width:800px;
}


#contactForm ul{
    float:left;
    margin-top:20px;
    width:800px;
}



/* Category list heading */
.category-head {
    position:absolute;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-left:45px;
    margin-top:40px;
    color:#CC0033;
    font-size:16px;
    font-family:'Conv_FuturaStd-Book';
    width:185px;
    height:35px;
    line-height: 38px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight:bold;   
    padding-left:5px;
}
.category-head h2 {
    color:#cc0033;
    font-size:16px;
    font-family:'Conv_FuturaStd-Book';
    padding-left:5px;
    text-transform: uppercase;
    vertical-align:middle;
    font-weight:bold;
}
.category-head a {
    color:#cc0033;
	text-decoration:none;
}

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

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

/* Data Table */
.data-table .other_price{display:none;}
.data-table .price-box{margin:10px 0 0 0 !important;}
.data-table .price-box .price{ }
.data-table {width:90%; border-left:1px solid #ddd;margin:auto;font-size:15px;}
.data-table th { padding:5px; border-right:1px solid #ddd; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:bold; white-space:nowrap;}
.data-table td { padding:5px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; color:#1C0000;}
.data-table thead { }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.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 tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.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; background-color:#f6f6f6; }
.data-table td.value {}*/


/*.data-table tr { background:#fff; }
.data-table .odd  {}
.data-table .even { background:#f2f2f2 !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td {border-bottom:1px solid #ddd; }
.data-table th { border-right:1px solid #ddd; 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-color:#f2f2f2;}
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first {}
.data-table tfoot tr {}
.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; }
.data-table tfoot tr td.a-right .form-button-alt{ float:right;}
.data-table tfoot tr td.a-right .continue-shopping { margin-right: 5px;}
.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; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */

.nb-page,.current-page { float:right;color:#000000; font-family:'Conv_FuturaStd-Book';}
.current-page p, 
.current-page ul,
.current-page ul li, 
.nb-page ol,
.nb-page li { float:left;}
.nb-page { margin-right:12px;}
.nb-page li { margin:0px 3px; padding:0px 3px; line-height:23px; color:#000000;}
.nb-page li a { color:#000000; text-decoration:none;}
.nb-page li.on { border:none; color:#000000;text-decoration:underline;}
.current-page { padding:3px 5px; margin-right:5px;}

table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    border:1px solid #ddd;
    margin-bottom: 5px;
    font-size:13px;
}
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
}
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
}
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    padding:4px 8px;
    vertical-align:middle;
}



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


/********************** Base Layout */

/* Structure */
.wrapper { min-width:1316px;}

.header { text-align:left; width:1316px;
          margin:0 auto;}
.side-col {}

.col-left {float:left; width:220px;margin-left:30px;min-height:100px;}
.col-main {float:left;}
.col-right {float:right; margin-right:22px; width:262px;padding-top:2px;}

/* haingo .col-left { float:left; border: 1px solid #dddddd; }
.col-main { float:left; border: 1px solid #dddddd; }
.col-right { float:right; border: 1px solid #dddddd; } */

.col-1-layout .col-main { margin-top:15px;margin-bottom:15px;background:url(../images/bg-middle-repeat.jpg) repeat-y;background-position:18px center;width:957px;min-height:315px;}
.col-2-right-layout .col-main { float:left; width:761px;padding-left:15px; }
.col-2-left-layout .col-main { float:right; width:880px; padding:0 5px; }
.col-3-layout .col-main { width:575px; margin-left:10px;}
#col-main-cat { margin-top:15px;margin-bottom:15px;background:url(../images/bg-middle-repeat.jpg) repeat-y;background-position:18px center;}



.middle-container {position:relative;width:1316px; background:url(../images/bg-middle-container.png) repeat-y; margin:0 auto;background-position:129px 0px;margin-top:-30px;}
.middle-no-repeat {width:957px; margin-left:128px;}
.middle { width:1078px;text-align:left; /*min-height:1014px;*/}


/********************** Header */
.header-top { margin-left:75px; width:1078px; position:relative; height:150px;float:left; padding-top:0px;}
.header-left { float:left;width:250px; text-align:left;position:relative;z-index:0;height:150px;}
.header-right { float:right; width:727px;margin-top:50px;position:relative;z-index:7}
.header-right-top {width:820px; float:left; height:27px; padding-top:1px;font-family:'Conv_FuturaStd-Book';margin-left: -20px;}
.header-right-bottom { width:735px; float:left;margin-left:-55px;}
.header-nav {  margin-left:88px; width:1041px;z-index:5;position:relative;}

/* Logo */
#logo img{
    position:relative;
    top:-50px;
}
h1#logo {
    float:left;
    width:202px;

    margin-left:-160px;
}
.page-popup h1#logo { display:none; }

.cms-header { width:445px; float:left;font-size:12px;letter-spacing:2px;position:relative;left:85px; color:red; font-family:'Conv_FuturaStd-Book'; margin:28px 0px 0px 9px; }
.mini-search { float:left;}

/* Quick Access*/
.shop-access { float:right;}
.shop-access li { float:left; padding-top:3px; padding-left:10px;}
.shop-access li.link-contact { border-right:1px solid white;width:100px; padding-left:30px; margin-right:0px;}
.shop-access li.link-compte { border-right:1px solid white;width:110px; background-position:right; padding-left:30px; margin-right:25px;}
.shop-access li.top-link-cart {border-right:1px solid white;width:auto;background:url(../images/panier.png) no-repeat; background-position:left; padding-right:25px;padding-left:30px;white-space : nowrap;color:white;}
.shop-access a, .shop-access a:hover { color:#FFFFFF; text-transform:uppercase; text-decoration:none; 
                                       font-family:'Conv_FuturaStd-Book'; font-size:10px; letter-spacing:2px; }
.shop-access li.last { padding-left: 15px;padding-right:0; background:none; }

.welcome-msg { font-weight:bold; text-align:right; }
.language-switcher {text-align:center; float:right; margin-right:25px;margin-top:3px;}
.language-switcher li { padding:3px 0px 2 30px;padding-left:45px;}
.language-switcher a,.language-switcher a:hover{ color:#FFFFFF; text-transform:uppercase; text-decoration:none; 
                                                 font-family:'Conv_FuturaStd-Book'; font-size:10px; letter-spacing:2px}
.lang-on { display:block;}
.lang-off { display:none;}
.lang-en { background:url(../images/en.png) no-repeat 20px 0px; padding-left:25px; width:66px;}
.lang-fr { background:url(../images/fr.png) no-repeat 20px 0px ; padding-left:23px;width:68px; 
           overflow:hidden; padding-bottom:10px!important;}
/* haingo .language-switcher label { padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; } */
.header-nav-container{height:88px; width:1041px;z-index:6;position:relative}
.header-nav { background:url(../images/menu.png) no-repeat;padding-bottom:20px;padding-top:20px;height:50px;}

.header-nav li a { color:#FFFFFF; font-family:'Conv_FuturaStd-Book'; font-size:14px; letter-spacing:3px;*padding:0 20px;}

/* Breadcrumbs */
.breadcrumbs {float:left; width:1070px; margin-left:75px; color:#9E0026;}
.breadcrumbs li { display:inline; float:left; padding:0 3px;}
.breadcrumbs li a, .breadcrumbs li a:hover {color:#9E0026; text-decoration:none;}
.breadcrumbs li h2 { float:left; margin:0;padding:0; font-size:13px;}


/* Mini search */
.mini-search {text-align:center; font-family:'Conv_FuturaStd-Book', Arial, Helvetica, sans-serif; font-size:10px; float:left; 
              padding-top:19px; margin-left:20px;position:relative;z-index:999;}
.mini-search .input-text { background: url("../images/champ-recherche.png") no-repeat scroll 0 0 transparent;
                           border: medium none;
                           color: #000000;
                           float: left;
                           font-family: 'Conv_FuturaStd-Book',Times,serif;
                           font-size: 13px;
                           height: 35px;
                           letter-spacing: 1px;
                           line-height: 12px;
                           width: 205px;}
.input-text input{background:none;float:left;border:none;line-height: 20px;vertical-align: middle;color:black;padding-left:5px;width:200px;height:28px;font-family: 'Conv_FuturaStd-Book',Times,serif;font-size: 15px;letter-spacing: 1px;}
/*.mini-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.mini-search .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.mini-search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }*/
.form-button-search, .btn-newsletter { background: url("../images/bouton-ok-top.png") no-repeat scroll 0 0 transparent;
                                       border: medium none;
                                       float: left;
                                       height: 35px;
                                       width: 45px;
                                       cursor: pointer;
}
.btn-newsletter-bottom{
    background:url(../images/bouton-ok.png) no-repeat;
    height:35px;
    width:45px;
    float:left;
    border:none;
}

.search-autocomplete { z-index:9999; }
.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; }


/********************** Sidebars */
.side-col .box { margin-bottom:1.3em;}
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col .title { font-size:1.05em; text-transform:uppercase; }
.side-col .title2 {font-size: 16px;font-weight: bold;line-height: 1.5;}
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
}
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 5px 12px;
    /*background:url(../images/currency_switcher_bg.gif) no-repeat;*/

}
.currency-switcher h4 {
    /*min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;*/
    padding-left:10px;
    text-transform:none;
    font-size:14px;
}
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { margin-bottom:10px;}
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; padding:2px 8px 2px 0px; }
.base-mini .head .title { min-height:16px; padding:5px 0 5px 8px; font-size:16px; font-weight:bold; }
.base-mini .head .title .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 { }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { }
.base-mini ol li.even { }
.base-mini .actions {  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 {}
.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 {}
.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-newsletter  { float:left;margin-left:-20px;}
.newsletter-top {width:283px; float:left;}
.newsletter-bottom { float:left; height:5px;  width:262px;}
.mini-newsletter input{color:#000; font-family:'Conv_FuturaStd-Book',Arial, Times, serif;
                       font-size:15px; padding-left:5px;height:30px; width:200px; letter-spacing:1px;border:none; line-height:16px;float:left;background:none;border:none;}
.mini-newsletter .input-texte{color:#000; font-family:Arial, Times, serif;
                              font-size:13px; height:35px; width:205px; letter-spacing:1px;border:none; line-height:12px;float:left;background:url(../images/champ-recherche.png) no-repeat;}
.mini-newsletter .validation-advice { width:140px;}
.input-val-ad {}

.actualite { width:262px; margin-top:20px;}
.actu-title { background:url(../images/bg-actu-title.png) no-repeat; width:247px; height:16px; padding-left:15px;
              font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF;letter-spacing:1px;}
.actu-content { background:url(../images/bg-actu-content.png) repeat-y; width:262px; padding-top:5px;}
.actualite .true-content { width:240px; margin-left:15px; color:#D49A98;}
.actualite .true-content a,.actualite .true-content a:hover { color:#FFFFFF; font-family:Georgia,
                                                                  "Times New Roman", Times, serif; font-size:12px; letter-spacing:1px;}
p.en-savoir-plus { padding-bottom:0; margin-top:-7px; text-align:right; padding-right:3px;}  
.actu-bottom { background:url(../images/bg-actu-bottom.png) no-repeat; width:262px; height:14px;}


.mini-cart .head { border:none; padding:0; font-size:13px; font-weight: normal;}
.mini-cart .head h4 { border-bottom: 1px solid #ddd; margin-bottom: 5px;}
.mini-cart .subtotal { background:#fff; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#fff; padding:6px 8px 2px 4px; font-size: 13px; }
.mini-cart .actions { border-bottom:0px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-cart ol#cart-sidebar li .product-details a{ font-size: 13px; font-weight:bold; }
.mini-wishlist .head h4 {}
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 {}

.mini-poll .head h4 {}
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td label { font-weight:normal; font-size:13px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 {}
.title4 { font-size:13px; font-weight:bold;display:none;}
.title_ulike{font-size:21px;font-weight:bold;}
/*.head{width:95%;margin:auto;text-align:left;}*/
.head{
	clear: both;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}

.head a{
	color: black;
	margin-left: 10px;
	vertical-align: middle;
}

/********************** Footer */
.footer-container { width:1047px; background:url(../images/bg-footer.png) no-repeat; height:299px;margin:0 auto;top:-15px;position:relative;left:-45.5px;}
.footer-bot{color:white;font-size:12px;float:left;text-align: left;margin-top:-40px;letter-spacing:1.5px;}
.footer-bot a{color:white;text-decoration:none;}
.footer {padding-top:30px;height:299px;width:902px;font-family:'Conv_FuturaStd-Book'; font-size:10px; color:#FFFFFF;margin:auto;}
.footer address { text-align:right; }
.footer ul { float:right; padding:0 10px 0 0; }
.footer .informational { width:100%;  float:left;}
.footer .informational ul li { text-align:left; float:left; padding:9px 12px;}
.footer .informational ul li.last { padding-right:0;}
.footer .informational ul li a,
.footer .informational ul li a:hover { text-transform:uppercase; text-decoration:none; letter-spacing:1.5px; color:#FFFFFF;}
.footer .legality { float:left;text-align:left; padding-left:65px; padding-top:8px; letter-spacing:0.5px;}

.td-footer{
    border-right:1px solid white;
    height:50px;
    letter-spacing: 1px;

}
.livraison{
    background:url(../images/livraison.png) no-repeat;
    background-position:top center;

}
.caisse{
    background:url(../images/caisse.png) no-repeat;
    background-position:top center;
}
.coeur{
    background:url(../images/coeur.png) no-repeat;
    background-position:top center;
}
.danseuse{
    background:url(../images/Dancers_drawings_feerie_high_resize2.png) no-repeat;
    background-position:center top;
}
.internet{
    background:url(../images/internet.png) no-repeat;
    background-position:top center;
}
.euro{
    background:url(../images/euro.png) no-repeat;
    background-position:top center;
}


.table-footer {
    color:white;
    font-size:10px;
    text-align:center;
}
.table-footer a {
    color:white;
    text-decoration:none;
}
.table-footer td {
    width:20%;

}



.footer-separator{
    width:720px;
    float:left;
    background:url(../images/separation-footer.png) no-repeat;
    margin-top:30px;
    height:10px;
    margin-left:10px;

}

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

.product-shop { float:right; }
/*.product-info-box .product-shop{ width:260px; float:right;}*/
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** 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;
}



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

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold;color:white;}

/* Regular price */
.item h2{font-size: 14px;margin-top:10px;height:50px;}
.item a{text-decoration:none;}
.grid-row-product .price {color:black;   
                          float: right;
                          font-size: 13px;
                          padding: 0 3px 10px 5px;
                          position: relative;
                          text-align: right;
                          top: -40px;
                          width: 180px;
                          font-family: Arial;
                          font-size:18px;
                          

}

/* Old price */
.old-price { margin:0;margin-top:5px;}
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.product-shop p.special-price, .product-shop .regular-price {float:left; margin:-5px 0 0 0; color:#FFFFFF; height:30px;}
.product-shop .regular-price {float:left; margin:-15px 0 0 0; color:#FFFFFF; height:30px;}

.product-shop .other_price { margin:5px 10px 0 0; }
.product-shop .price-box .regular-price .price {font-family:Arial;font-size:25px;font-weight:bold; }
.product-shop p.special-price .price, .product-shop .regular-price .price, .price-box .custom-view{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#fff;}

.product-shop p.old-price .price{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#edcecd; margin:0 0 0 10px;}
.product-shop .special-price { margin:0; padding:5px 0 8px 0; height:30px;}
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; }

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

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

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

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

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

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

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

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

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

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; padding:10px 5px 10px 5px;  border-bottom:1px dotted #1C0000;  }
.generic-product-list h5 a{font-size: 14px; color: #1c0000; padding:0 0 10px 0;display:block; text-decoration:none;}
.generic-product-list .regular-price .price {color:#1c0000; }
.generic-product-list .price-box{height:30px; padding:10px 0 0 0;}




/********************** Catalog Listing */
.catalog-listing { line-height:1.35em;}
.catalog-listing h5 { font-size: 1em;font-weight: bold;line-height: 1.5; }
.catalog-listing h5 a, .catalog-listing h5 a:hover { text-decoration:underline; }
.catalog-listing .add-to { margin:.7em 0; line-height:1.3em; font-size:.95em;}
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0;}


/********************** Layered Navigation */
.prefere-box { float:left; width:184px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
               color:#252525; margin-left:1px; margin-top:2px;}
.prefere-box a,.prefere-box a:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
                                     color:#252525; text-decoration:none;}
.prefere-box a,.prefere-box a:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
                                     color:#252525; text-decoration:none;}
.prefere-box-content { float:left; 
                       width:169px; min-height:358px; padding:0px 5px 0px 10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.prefere-box-content li.on { font-weight:bold!important; }
.prefere-box-bottom { width:184px; height:8px; float:left;}

.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-top:18px;
    padding-bottom:8px;
    /*background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;*/
    text-transform:uppercase;
    font-size:12px;
}
.narrow-by dd {
    /*background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;*/
}
.narrow-by dd li {line-height:35px;vertical-align: middle;}
.narrow-by dd.last { background:none; }

.image-product-box { }
.image-product-box li { float:left; margin-left:1px; background:#ffffff; margin-bottom:5px;}
.image-product-box li a img {/*opacity:0.4; filter:alpha(opacity=40);*/opacity:0.8; filter:alpha(opacity=80);}

.product-box-bottom{float:left;position:relative;margin-top:100px;margin-left:35px;border-bottom: 1px solid #FF9999;border-top: 1px solid #FF9999;width:305px;height:50px;vertical-align: middle;line-height:50px;}
.social-bookmarking{float:left;}
.social-bookmarking img{width:30px;vertical-align: middle;}
.social-bookmarking a{padding-left:5px;}
.social-bookmarking-next{float:left;margin-left:10px;margin-top:5px;}
.social-bookmarking-next a{padding-left:5px;vertical-align:middle;line-height:20px;}
.pin-it-button{}
/***************FILTRE COL GAUCHE*************/
#narrow-by-list li{
    /*background:url(../images/bouton-liste-filtre.png) no-repeat;*/
    color:black;
    width:193px;
    height:34px;
    text-align:left;
    background-position:top center;
    border-bottom: 1px solid #999999;



}
#narrow-by-list li a{
    position:relative;
    color:black;
    margin-left:10px;
    text-transform: uppercase;
    font-family:'Conv_FuturaStd-Book';
    font-size: 13px;
    letter-spacing: 1px;

}
.cat_product_count{display: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]******************/
/************************************************************/

/********************** Home */

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

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** 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; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border:1px solid #ddd; padding:12px 10px; margin-bottom:4px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop h5 a, .listing-type-list .product-shop h5 a:hover { text-decoration:none; font-size: 1.7em;}
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop p.add-to a { font-size:13px!important;}
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.listing-type-grid {position:relative;top:40px;}
/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/



/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:372px;height:374px;border-top:1px solid black;border-bottom:1px solid black;}
.product-img-box p{}
.doubleclic {position:relative;top:40px;font-size:13px;font-weight:bold;}
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:320px; height:320px;margin-left:20px;z-index:0; background-color:#FFFFFF; margin-top:25px}
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }

.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; display:none; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 {}
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:60px; height:60px; border:1px solid #ddd; overflow:hidden; }

.product-info-box { margin-top:10px; margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; display:block; margin:0 0 20px 0; height:20px;}
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:13px; display:none;/* display none by joro*/ }

.add-to-cart-box { /*float:right;*/ display:block; height:30px;}
.add-to-cart-box-2 {width:125px;float:left;margin-bottom:5px;position:relative;left:-1px;}
.add-to-cart-box-2 .qty-box {float:left; margin:0 !important; margin:0 0 20px 0;position:relative;}
.add-to-cart-box-2 .qty-box label {color:#FFFFFF;}
.add-to-cart-box-2 .qty-box .qty { margin:0 5px; background:#fff; font-family:Georgia, "Times New Roman", Times, serif; color:#000000; }
.add-to-cart-box .form-button{color:#595756!important;}
.add-to-cart-box-3 {width:125px;float:left;padding-top:13px;}
.add-to-cart-box-3 .qty-box {float:right; margin:0 !important; margin:0 0 20px 0;position:relative;}
.add-to-cart-box-3 .qty-box label {color:#FFFFFF;}
.add-to-cart-box-3 .qty-box .qty { margin:0 5px; background:#fff; font-family:Georgia, "Times New Roman", Times, serif; color:#000000; }
/*added by joro*/
.other_price{visibility:hidden;}
.product-shop .other_price{display:none;}
ul.litle-img li{float:left; margin:0 15px 0 0; background-color: #FFFFFF;}
.custom{ color:#1c0000; font-size:16px; font-family:'Conv_FuturaStd-Book'; display:block; text-align:right; padding:13px 5px 0 0; font-weight:bold;}
.engaged {border:1px solid #ba9e9c; background:#efdede; width:243px; min-height:244px; float:right; padding:10px; margin:10px 0 0 0; color:#1c0000; line-height:22px;}
.engaged h1{font-family:Georgia, "Times New Roman", Times, serif; color:#1c0000; font-size:21px; border-bottom:2px dotted #1c0000; padding:0 0 10px 0}
.facebook{border:0; float:right; margin:10px 0}
.spacer{clear:both; margin:0; width:100%; display:block; height:15px;}
/*end added by joro*/

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box {margin:0px auto 0px auto;width:100%;height:40px!important;}
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }
.product-info-box .ratings { margin-bottom:1em; }
.product-collateral { padding:0px; display:block; width:920px; min-height:700px;}
.product-collateral .product-specs{ width:100%;font-weight: normal; }
.product-detail-right{width:365px; float:left; margin:0 0 0 50px;color:white;}
.product-detail-right .product-essential { padding:13px 0 0 0;}
.product-detail-right .product-shop { width:373px;min-height: 392px; background:url(../images/cart-bg-fonce.png) no-repeat;position:relative;top:-4px;}
.product-detail-right .product-shop .other_price{color:#fff; float:left; padding:0 24px 0 0; visibility:visible; float:left;}
.product-detail-right .product-shop .other_price.clone{display:none;}
.product-detail-right .product-shop .form-button{background:url(../images/commande.png) no-repeat; width:170px; height:50px; border:none;  font-family:'Conv_FuturaStd-Book'; font-size:13px; padding:0 0 0 20px; display:block;margin:auto;}
.product-detail-right .product-shop h1.product-name{ font-family:'Conv_FuturaStd-Book'; font-size:28px; color:#fff; padding:25px 0 8px 25px;width:230px;height:115px;}
.product-detail-right .product-shop h3.product-name { font-size: 20px;font-weight: normal;line-height: 1.3;}
.product-detail-right .product-shop p { line-height: 10px;}
.product-detail-right .product-shop .ratings { margin-bottom:10px; }

.product-tee-shirt-cancaneuse-francesca-liberatore .product-detail-right .product-shop h1.product-name { font-size: 25px !important;}


.product-detail-right .product-shop .price-box { float:right!important;position:relative;top:-35px; left:-57px;}
.product-detail-right .product-shop p.old-price .price{font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#edcecd; margin:0 0 0 10px; float:left;}
.product-detail-right .product-shop .price-box .special-price .price {font-family:Georgia, "Times New Roman", Times, serif; font-size:38px; color:#fff; float:left;  }
.price-label{display:none;}



.product-pricing { margin:10px 0 10px 0; padding:0; background:none; color:#FFFFFF; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}
.product-pricing li { line-height:1.4; /*background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px;*/ color:#fff; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#fff; }
.product-pricing .price { font-weight:bold; color:#fff; }

.product-options { }
.product-options dt { font-weight:normal; float:left; }
.product-options fieldset{background:none;}
.product-options dt label {color:#fff;}
.product-options dt .qty-holder { float:right; margin-right:15px; }
.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 {}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options .last {position:relative;top:-3px;}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:150px; background:#fff;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required, .product-options .required  { margin-bottom:0; padding:15px 0 0; color:#fff; display:none; }

.product-options-bottom  .regular-price{display:none;}
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {}
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none;left:-8px!important;top:-38px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; padding-top:25px; }
.product-shop .product-options-bottom .add-to-cart-box .form-button{ }

.product-detail-right .product-shop h1.product-name{width:231px;}

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px;width:200px;}

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; font-weight:normal!important; border-bottom:0px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
/* add by joro*/
.fix-difference{min-height:70px;}
.num-commande{color:#f8cec0; font-size:13px; text-align:center; height:135px; padding:0 0 20px 0;}
.num-commande p{padding:20px 0 0 0; font-size:18px;}
.detail_for_product{ width:880px; padding:45px 0 0 20px; float:left; }
.detail_for_product .detail{min-height:242px;}
.detail_for_product .more-views{margin:10px 0;}
.detail_for_product .more-info{}
.detail_for_product .more-info .title4{font-size:10px; border-bottom:1px dotted #060000; padding:0 0 5px 0; text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; width:130px; margin:0 0 7px 0; color:#060000;}
.detail_for_product h1.product-name{ font-size:30px; color:#1c0000; padding:0;}
.detail_for_produdect .short-description{font-size:18px; color:#1c0000; padding:0 0 0px 0; border-bottom:2px dotted #000000;}
.detail_for_product .collateral-box{padding:6px 0 6px 0;}
.detail_for_product .collateral-box{font-size:15px;}
.short-description{font-size:15px;}
.more-info {width:110px;}
.more-views ul{width:100px;margin:auto;}
.more-views li{padding-bottom: 10px;}
/*end added*/
.product-collateral{float:left; margin:60px 0 0 20px;}
.product-collateral .head { margin-top:25px; }
.product-collateral .collateral-box { margin-bottom:0em; width:100%; float:left;}
.associat-product{float:left; width:166px; margin:0 19px 0 0; border:1px solid #ba9e9c;}
.associat-product .price-label{display:none;}
.associat-product img{border:1px solid #ba9e9c;}
.associat-product h5{color:#764242; font-size:17px; line-height:17px; height:40px}
/*.product-collater al .collateral-box .other_price{display:none;}*/
.product-collateral .collateral-box .title4 { font-size:13px; font-weight:bold; text-align:left;}
.product-collateral .attribute-specs table { }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; margin-top:25px; }
.product-collateral .up-sell .head .title4{ color:#464646; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}
.product-collateral .up-sell .generic-product-grid { border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border:1px solid #dddddd; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { }
.product-collateral .up-sell .generic-product-grid td.empty-product {border:1px solid #dddddd;  }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
}
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box {}
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 {}
.mini-related-items .content p { font-size:13px; padding-top: 5px;}
.mini-related-items .content a { font-size: 13px;}
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a img { border:none;}
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:0px; }
.payment-methods dd { padding:0px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px;font-size:14px;}
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { float:left; font-size:12px;}
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a, .checkout-types li a{ text-decoration:none; color:#1C0000; font-size:12px;font-weight: normal!important; }

.shopping-cart-totals {
    width:248px;
    float:right;
    text-align:right;
    margin-right:40px;
    margin-top:10px;
    margin-bottom:10px;
}
.shopping-cart-totals table { width:100%; margin:0; }
.shopping-cart-totals td { padding:0; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    border:none!important;
}
.shopping-cart-totals .checkout-types { padding:0; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:2px 0 0 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:550px;
    padding:0;
    margin-top:10px;
    margin-left:40px;
}

.shopping-cart-collaterals .box {
    margin-bottom:5px;
    padding:10px;
    border:1px solid #FFFFFF;
}
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    background-repeat:no-repeat;
    font-size:1.4em;
    color:#000000;
}
.shopping-cart-collaterals .discount-codes h4 { margin-bottom:-5px; }
.shopping-cart-collaterals .shipping-estimate h4 { margin-bottom:-5px;}
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }

.shopping-cart-collaterals .shipping-estimate .estimation {text-align:right; margin-top:5px; padding:5px; border: 1px solid #ddd; }

.shopping-cart-collaterals .upsell {
    width:42.5%;
    padding:5px;
    border:1px solid #ffffff;
}
shopping-cart-collaterals .upsell .generic-product-list li	{ background:none!important;}
.shopping-cart-collaterals .upsell h4 ,
.col-2 .discount-codes h4, .col-2 
.shipping-estimate h4{ font-size: 14px;color: #1c0000; font-family:Georgia, "Times New Roman", Times, serif; padding:10px 0 0 0; margin:0;
                       border-bottom:1px solid #ffffff;}	
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #ddd; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.shopping-cart-collaterals .upsell .product-shop h5 a { color:#764242; padding-left:10px;}
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
}
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/********************** 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 #ddd;
    border-top:0;
    padding:15px 0px;
    background:#fff;
}

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


.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; }
.wide { border:1px solid #ffffff; padding:10px; padding-top:0;}
/* My Account navigation */
.account-nav {margin-top:30px!important;}
.account-nav .title3 { color:#000000; text-transform:uppercase; margin-top:5px;}
.account-nav ul { padding:5px; }
.account-nav li { margin-bottom:5px;}
.account-nav li a, .account-nav li.on { padding: 0;  }
.account-nav li a { display:block; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { }
.account-nav li a:hover { }
.account-nav li.on {/* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#000000; font-weight:normal; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box{
    width:800px;
    margin:auto;
}
.page-head{
    margin-left:20px;
    height:0px;
    width:auto;

    margin-top:8px;
    margin-bottom: 70px;
}

.page-head-alt{
    margin-left:20px;
}

.page-title{
    margin-left:20px;
    height:0px;
    width:auto;

    margin-top:8px;
    margin-bottom: 70px;
}

.page-title h1{
    color: #1C0000;
    font-family: 'Conv_FuturaStd-Book';
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    text-transform: none !important;
}

.account-login{
	width:900px;
	padding-left:30px;
	padding-right:30px;
	margin:auto;	
}


#login-form{
    width:800px;
}

.login-box .col-1, .login-box .col-2 {  padding:5px; }
.login-box .content {padding:0px; }
.login-box h4 {
    padding-left:0;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1em;
    color:#000000;
    text-transform:uppercase;
}	
.login-box .new-users h4 { }
.login-box .registered-users h4 { }
.login-box .button-set, .login-box .registered-users .button-set { margin:0; padding:5px; border:none!important; }
.login-box .content { min-height:150px; }
.login-box .registered-users .button-set .form-button { float:right;}
.button-set .form-button { float:right;}
.buttons-set .form-button { float:right;}
/* Dashboard */.account-box {
    margin-right:20px;
}
.button-set a { color:#1b2d3b; }

.account-box .head { }
.account-box h4 { color:#000000; font-size:1.45em; text-transform:none; }
.account-box .inner-head { text-align:left; }
.account-box .inner-head h5 { display:block;}
.account-box .inner-head a { display:block;}
.account-box h5 { font-size:1.2em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
}
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
}
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; font-size:1em; margin-bottom:30px;}
.dashboard-welcome p strong { font-size: 1.2em; font-weight:800;}
.account-box .head h4 { min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
}
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* 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!important; }
.right { float:right!important; }

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

/* Link highlights */
.link-cart { }
.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; }

.product-options dd select { width:170px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#000000; }
.product-options dd select option { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#000000; }
.product-options dt { width:auto; }
.product-options-bottom .add-to-cart-box .qty-box label { margin-right:20px; }
.product-options-bottom .add-to-cart-box .qty-box input { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#000000; }
.product-options-bottom .add-to-cart-box .qty-box {top:-66px;left:183px;}
/* 20101213 */
.col-2-left-layout .col-main a { color:#000000; }
.col-2-left-layout .col-main a:hover { color:#000000; text-decoration:none; }
.prefere-box-content .layered-nav .border-creator h4 { margin-top:18px; }



.Noir {
    color:red;
}	

#BlockCartLeft {
    text-align:left;
    margin-top: 30px;
    width: 255px;
}

#ImgLivGr {
    float: left;
    margin:auto;
    width: 250px;
    height:auto;
}

#OnePageBlockTop {
    border:black solid 1px;
    background-color:white;
    height: 37px;
    padding-left: 10px;
    padding-top: 10px;
    font-size:16px;
}

#OnePageBlockTop span {
    margin:0 10px;
}

#CartMiddle {
    width:250px;
    float:right;
}
.msg-info{
	color:red;
	margin-top:20px;
}
.shopping-cart-collaterals .upsell {
    width:300px !important;
    float:left !important;
}

.text-content {width:880px;margin:auto;margin-top:20px;margin-bottom: 20px;}
.p-cookies {padding-top:40px!important;}
.account-content{float: right;position: relative;right: 30px;top: 24px;width: 670px;margin-bottom:40px;}
.account-content p{padding-top:20px;}

.account-content a{
	color: black;
}

.title3-account{font-size: 16px;font-weight: bold;line-height: 1.375;margin-right:30px;}
.content-history{width:700px;margin:auto;position:relative;right:40px;}
.content-order{width:650px;}
.h3-order{font-size:18px;}
.account-content-contener{position:relative;right:-50px;}


/* Onepagecheckout */

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

.level1 .level2 {
display:none;
}
#search_autocomplete .amount {
	display:none;
}


/* Affichage alert cookie */
#alert_cookie{
	background-color:rgb(31,33,32);
	background-color: rgba(31,33,32,0.85);
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	display: none;
	font-size:12px;
	padding: 10px;
	position: fixed;
	text-align: left;
	bottom: 10px;
	right: 25%;
	width: 300px;
	z-index:997;
}
#alert_cookie img{
	vertical-align:middle;
	margin-left:20px;
}

#alert_cookie a{
	color: white;
	text-decoration: underline;
}

#alert_cookie a:hover{
	color: #c7063b;
}

#close_cookie{
	background-color: white;
	border: 1px solid;
	border-radius: 50%;
	color:#1f2120;
	cursor: pointer;
	float: right;
	font-family: "arial";
	font-weight: bold;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#close_cookie:hover{
	background-color: #1f2120;
	color: white;
}

/* Page Newsletter */
#newsletter{
	font-family: "Conv_FuturaStd-Book";
	width: 100%;
}

#newsletter table{
	width: 100%;
}

#newsletter img{
	height: auto;
	margin-right:10px;
	width: 350px;
}

#newsletter h2{
	font-weight: bold;
}

.newsletter_texte_haut{
	margin-top: 25px;
}

#col-gauche-news {
    width: 380px;
    float: left
}

#col-droite-news {
    text-align: center;
    width: 485px;
    float: left
}

#inscription_newsletter input{
	border: 1px solid black;
	color: #2F2F2F;
	padding-left: 8px;
	font-style: italic;
	text-align: left;
	font-size: 15px;
    font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
}

#inscription_newsletter select{
	border: 1px solid #000;
	color: #2F2F2F;
	font-size: 13px;
	font-style: italic;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 15px;
}

#region_newsletter{
	visibility: hidden;
}

#pays_newsletter{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right : 15px;
}

.newsletter_email{
	margin-top: 15px;
	text-align: left;
	width: 90%;
}

.newsletter_email input{
	width: 100%;
}

.newsletter_naissance{
	margin-top: 15px;
}

.newsletter_naissance div{
	display: inline-block;
	vertical-align: middle;
}

.newsletter_naissance select{
	margin-left: 45px;
}

.newsletter_genre{
	margin-top: 15px;
}

.newsletter_genre div{
	display: inline-block;
}

.newsletter_genre input{
	margin-left: 35px;
}

.validation_newsletter{
	text-align: center;
}

.validation_newsletter button{
	background-color: #C8102E;
	border: 0;
	color: white;
	cursor: pointer;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 200px;
}

.validation_newsletter button:hover{
	background-color: #F00;
}

.newsletter_texte_bas{
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}

/* Popup video */

#popup_video{
    position: fixed;
    z-index: 998;
    display: none;
    background-color: #ededed;
    width: 660px;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
    text-align: center;
}

.fermeture_video{
    float: right;
    cursor: pointer;
    font-size: 20px;
}

/* Popup Newsletter */
#popup_newsletter{
	position: fixed;
	z-index: 998;
	display: none;
	background-color: #ededed;
	width: 660px;
	height: 400px;
	right: 0;
    left: 0;
	top: 0;
	bottom: 0;
    margin-right: auto;
    margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 20px;
}

.fermeture_newsletter{
	float: right;
	cursor: pointer;
	font-size: 20px;
}

#inscription_newsletter_popup input{
	border: 1px solid #000;
	color: #000;
	padding-left: 10px;
	font-style: italic;
	text-align: left;
}

#inscription_newsletter_popup select{
	border: 1px solid #000;
	color: black;
	font-size: 13px;
	font-style: italic;
	padding-right: 5px;
}

#region_newsletter_popup{
	visibility: hidden;
}

#pays_newsletter_popup{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right : 15px;
}

/* Popup erreur Newsletter */
#erreur_inscription{
	background-color: #C8102E;	
	border: 2px solid #EDEDED;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	position: fixed;
	z-index: 999;
	display: none;
	width: 400px;
	height: 20px;
	right: 0;
    left: 0;
	top: 0;
	bottom: 0;
    margin-right: auto;
    margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 20px;
}

/* Overlay */
#overlay {
    top: 0px;
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    opacity: 0.75;
    background: none repeat scroll 0px 0px #000;
    z-index: 997;
}

/* Overlay video */
#overlay_video {
    top: 0px;
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    opacity: 0.75;
    background: none repeat scroll 0px 0px #000;
    z-index: 998;
}

/* Formulaire de création dun compte */
#form-validate .name-firstname{
	display: inline-block;
	margin-right: 15px;
}

#form-validate .name-lastname{
	display: inline-block;
}

#form-validate .field{
	display: inline-block;
	margin-right: 15px;
}

.control .input-box{
	display: inline-block;
}

#form-validate .control label{
	display: inline-block;
	margin-bottom: 15px;
}

#email_address{
	margin-bottom: 15px;
}

#form-validate .button{
	float: right;
	overflow: visible;
	width: 160px;
	height: 40px;
	padding: 1px 8px;
	font-size: 12px;
	border: 0px none !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background: url("../images/bouton-liste-filtre-ombre.png") no-repeat scroll 0% 0% transparent;
	color: #FFF;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
}

#form-validate .legend{
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

#login-form .button{
float: right;
	overflow: visible;
	width: 160px;
	height: 40px;
	padding: 1px 8px;
	font-size: 12px;
	border: 0px none !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background: url("../images/bouton-liste-filtre-ombre.png") no-repeat scroll 0% 0% transparent;
	color: #FFF;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
}

.bouton_inscription_footer{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	padding: 8px 8px;
	font-size: 12px;
	border: 0px none !important;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background-image: linear-gradient(to right, #20254d 0%,#0e61ce 50%,#20254d 100%);
	background-color: #20254d;
	color: #FFF;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
	margin-top: 35px;
}

.bouton_inscription_footer:hover{
	background: rgb(32,37,77);
	background: rgba(0,0,0,0.6);
}

#delais_livraison_france{
	/*display: none;*/
}

#delais_livraison_etranger{
	display: none;
}

a.retour_panier {
	float: right;
	margin-right: 5px;
	border: 0px solid #338BF6;
	border-radius: 5px;
	color: white;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	
	background: #e2001d;
	background: linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -moz-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -webkit-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -o-linear-gradient(top, #e8553b 0%, #e2001d 100%);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
}

a.retour_panier:hover{
	background: #20254D;
}

/* Rétractation */
#retractation{
	font-family: "Conv_FuturaStd-Book";
}

#retractation h2{
	font-size: 1.2em;
	margin-bottom: 15px;
}

#retractation input[type=text], textarea{
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #EBEBEB;
	box-sizing: border-box;
	color: black;
	font-size: 0.9em;
	padding: 4px;
	margin-bottom: 15px;
	width: 100%;
}

#retractation input[type=text]:focus, textarea:focus{
	border: 1px solid #C03;
	box-shadow: 1px 4px 4px #EBEBEB;
}

#retractation input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
    color: black;
	font-size: 0.9em;
}
 
#retractation input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: black;
	font-size: 0.9em;
}
 
#retractation input[type=text].placeholder, textarea.placeholder {
    color: black;
	font-size: 0.9em;
}

#retractation span{
	color: grey;
	font-size: 0.9em;
}

#envoi_retractation{
	text-align: center;
}

#retractation button[type=submit]{
   
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8553B', endColorstr='#E2001D',GradientType=0 );*/ /* IE6-9 */
	color: white;
	cursor: pointer;
	float: right;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	
	background: #e2001d;
	background: linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -moz-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -webkit-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -o-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	border: 0px solid #338bf6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
   /*	
	background: -moz-linear-gradient(center top , #E8553B 0%, #E2001D 100%) repeat scroll 0% 0% transparent;
	border: 0px solid #338BF6;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	color: white;
	cursor: pointer;
	float: right;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	*/
}

#retractation button[type=submit]:hover {
	background: #20254D;
}

.champs_retractation{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.bouton_impression a{
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8553B', endColorstr='#E2001D',GradientType=0 );*/ /* IE6-9 */
	color: white;
	float: right;
	font-family: "Conv_FuturaStd-Book",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	
	background: #e2001d;
	background: linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -moz-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -webkit-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -o-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	border: 0px solid #338bf6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
}

.bouton_impression a:hover{
	background: #20254D;
}

#bouton_commander{
	background: #e2001d;
	background: linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -moz-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -webkit-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	background: -o-linear-gradient(top, #e8553b 0%, #e2001d 100%);
	border: 0px solid #338bf6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
	height: auto;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	width: 210px;
}

a.formulaire_retractation{
	color: #808080;
	float: right;
	font-size: 0.85em;
}

a.formulaire_retractation:hover{
	text-decoration: none;
}
.smart-popin{display:none;}
.smart-popin, .page-id-4470 .smart-popin{display:block;}
.smart-popin .sp-table, .page-id-4470 .smart-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.smart-popin .sp-cell, .page-id-4470 .smart-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.smart-popin, .page-id-4470 .smart-popin{
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
	
    opacity: 1;
    visibility: hidden;
	 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 99999;
}

.smart-popin .sp-back, .page-id-4470 .smart-popin .sp-back  {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    display: none;
}
.smart-popin .sp-close, .page-id-4470 .smart-popin .sp-close{
    position: absolute;
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;

    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}
.smart-popin .sp-body, .page-id-4470 .smart-popin .sp-body{
    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);

    width: 66.66%;
    min-width: 300px;
	max-width:850px;
    margin: 0 auto;
	position:relative;
	font-size:16px;
}
.smart-popin .sp-body p, .page-id-4470 .smart-popin .sp-body p{
	font-family: georgia, serif !important;
	text-align:justify;
}
.smart-popin  .sp-body .title, .page-id-4470 .sp-body .title {
	font-family: georgia, serif !important;
	color:#be2222;
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #be2222;
	text-transform: uppercase;
	line-height: 24px;
}

@media only screen and (min-width : 320px) and (max-width : 767px)  {
.smart-popin {
	display:none;
}
}

}