/* Product View ========================================================================== */

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

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

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

/* Availability */
.availability { margin:0; }
.product-view .availability {
    border-bottom: 1px solid #F3F3F3;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: right;
}
.availability span { font-weight: bold; }
.availability .in-stock-titre,.availability .out-of-stock-titre {font-size: 18px;}

.main .product-view .availability.in-stock,
.main .product-view .availability.out-of-stock{
    color: #1d346a;
    display: block;
    width: 100%;
    height: 30px;
    font: normal 11px arial, sans-serif;color: #1d346a;
}

/* Modif Laurent - 21/01/14 - Disponibilité bug IE Firefox*/
.main .product-view .availability.in-stock {
    width: 120px;
}

.availability.in-stock span {background:url(../images/images/fp_stockok.png) left 2px no-repeat; }
.availability.out-of-stock span {background:url(../images/images/fp_nostock.png) left 8px no-repeat; }
.availability span {
    display: block;
    float: right;
    font-weight: normal;
    height: 30px;
    line-height: 36px;
    padding-left: 26px;
}
.availability small {float:right;clear:right;margin-right: 4px;}

.availability-only { margin:0 0 7px; /* Modif Laurent - alignement prix à droite - 20/01/14 */ text-align: right;}
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Partages // Email to a Friend */
.fp_partage {clear: both;height: 21px;padding: 9px 15px;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.fb_avis {background:url(../images/images/fb_avis.jpg) 0 0 no-repeat;display:block;height: 21px;width:65px;float:left;padding-right: 3px;}
.product-view .link-email{background:url(../images/images/fp_email.png) left 2px no-repeat;display:block;height: 21px;width:px;float:right;padding-left: 24px;margin-top: 4px;}

/* Alerts */
.alert-price {}
.alert-stock {
    clear: both;
    padding-left: 25px;
    background: url('../images/images/fp_alert.png') 0 2px no-repeat;
    height: 25px;
    display: block;
    line-height: 27px;
    max-width: 257px;
    margin: 0 auto;
}

.alert-stock a {color: red;}
.alert-stock a:hover {color: #756a6e;}

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box {}
.product-view .product-shop .price-box {
    color: #cd2367;
    font-size: 20px;
    text-align: right;
    display: inline-block;
    *display: inline; zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 100%;
    min-width: 184px;
}

.quickview .product-view .product-shop .price-box, .quickview .product-view .product-shop .price-box-bundle { min-width: initial; }
.price-box .price, .price-box-bundle .price { font-weight: bold; }

/*.product-view .discount-and-price { padding: 10px 0; }*/

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

/* Old price */
.old-price { font-size: 75%; }
.products-grid .old-price { display: inline; }
.top-sales .old-price { display: none; }
.product-view .price-box .old-price, .product-view .price-box-bundle .old-price { display: block;
    float: right;
    margin-top: 46px;
    text-align: left;}
.old-price .price-label {
    white-space: nowrap;
    display: none;
}
.old-price .price {
    text-align: center;

    font: normal 18px/16px arial, sans-serif;
    text-transform: uppercase;
    color: #555;
}

/* Special price */
.special-price {}
.products-grid .special-price { display: inline; }
.product-view .price-box .special-price {}
.special-price .price-label {
    font-weight: bold; 
    white-space: nowrap;
    display: none;
}
.special-price .price { font-weight: bold; }
/*
.offers { float: right;width: 50%;margin-top: 15px;}
*/
.catalog-product-view .discount {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.catalog-product-view .discount span {
    font-size: 11px;
    font-weight: normal;
}

.catalog-product-view .discount span.price {
    font-size: 14px;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

/* Price range */
.price-from {}
.catalog-product-view .price-from { display: inline; }
.price-from .price-label {
    white-space: nowrap;
    font-size: 80%;
}

.price-to {}
.catalog-product-view .price-to { display: inline; }
.price-to .price-label {
    white-space: nowrap;
    font-size: 80%;
}

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

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

.price-box-bundle { text-align: right; }
.product-view .price-box.bundle {
    display: none;
    text-align: center;
    font-size: 18px;
}
.product-view .product-options-bottom .price-box.bundle { display: block; }

.product-view .product-shop .price-box-bundle {
    color: #cd2367;
    font-size: 20px;
    text-align: right;
    display: inline-block;
    *display: inline; zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 20%;
}

.price-box-bundle .minimal-price .price-label { font-size: 10px; }
.bundle-label label { width:auto !important; }
.bundle-product div ul.options-list li { background: #f5f5f5; padding: 2px 5px; margin-bottom: 1px; }
.bundle-product div ul.options-list li .label label .price-notice { color: #cd2367; padding: 0; margin: 0; float: right; font-size: 15px;}
/* Mise en forme des prix de la liste */
.bundle-product div ul.options-list li .label label .price-notice {  }
/* Mise ne forme du prix minimal */
.price-box-bundle .minimal-price .price-label {  }

/********** Product Prices > */

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

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label {}
.add-to-cart .qty {}
.add-to-cart button.button { float: left; margin-left: 5px; }
.add-to-cart .paypal-logo { clear: left; text-align: right; }
.add-to-cart .paypal-logo .paypal-or { clear: both; display: block; margin: 5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box {  text-align: right; }
.add-to-box .add-to-cart {display:block; }
.add-to-box .add-to-cart.grouped {
    display: block;
    text-align: right;
}
/*.product-shop .qtywrap {}
.product-shop #super-product-table .qtywrap { width: 85px; }
.product-shop .qtywrap .qty-btn {
    display: inline-block;
    *display: inline; zoom: 1;
    font-size: 0;
    font-weight: bold;
    line-height: 21px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-indent: -99999em;
}
.product-shop .qtywrap .qty-btn.minus { background: url("../images/button/btn-minus.gif") no-repeat 0 0 transparent; }
.product-shop .qtywrap .qty-btn.minus:hover { background-position: -31px 0; }

.product-shop .qtywrap .qty-btn.plus { background: url("../images/button/btn-plus.gif") no-repeat 0 0 transparent; }
.product-shop .qtywrap .qty-btn.plus:hover { background-position: -31px 0; }

.product-shop .qtywrap input.qty { width: 68px !important; height: 28px; }

.product-options-bottom .qtywrap dt {float: left;}

.product-shop .add-to-cart .qty {}*/
.catalog-product-view .add-to-cart button.button {
    float: none;
    display: inline-block;
    *display: inline; zoom: 1;
    vertical-align: middle;
}



.add-to-box .or {
    float: left;
    margin: 0 10px;
}
.add-to-box .add-to-links {}

.product-view {}

.product-view .add-to-links .link-compare, .product-view .add-to-links .link-email  {display: none;}
.product-view .add-to-links {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 15px;
    padding: 12px 0;
}
.product-options-bottom .add-to-links { display: none; }
.product-view .add-to-links li {display: block;margin:0 auto;text-align:center;}

.product-global {position:relative;margin-bottom: 45px;min-height: 740px;}

.product-essential {margin-top: 20px;}
.product-essential #product_addtocart_form {float:right;}

.product-collateral {
    width: 453px;
    max-height: 366px;
    float:right;
    clear: right;

}

/* Product Images */

.product-view .product-img-box {
    position: relative;
    float: left;
    width: 462px;
    height: 584px;
}

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:none; }
.product-view .product-img-box .product-image img {border: 1px solid #ddd;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px;margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views { padding: 4px 0; }
/*.product-view .product-img-box .more-views .media-zoom img {cursor:-moz-zoom-in;cursor:-webkit-zoom-in;}*/

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float: right; width: 445px; }
.col1-layout .product-view .product-shop { float: right;width: 464px;}
.col3-layout .product-view .product-shop { float: none; width: auto; }
.product-view .product-name {}
.product-view .product-name h1 {
    color: #000;
    font: bold 23px arial, sans-serif;
    text-transform: Capitalize;
}
.product-view #brand { display: inline-block; *display: inline; zoom: 1; margin: 0 0 10px; padding: 8px 25px 8px 15px; font-weight: bold; color: #cd2367; /*background: #f3f3f3;*/ }
.product-view #brand .brand-name {
    /*text-transform: uppercase;
    border-bottom: 5px solid #E0E0E0;
    font-size: 15px;
    margin-top: 5px;*/
}
.product-view #brand a { display: block; }
.product-view #brand img {
    margin-left: 10px;
    max-height: 50px;
    max-width: 125px;
}

.product-view .short-description {
    padding: 0;
    text-align: justify;
    text-transform: uppercase;
    font: normal 11px arial, sans-serif;
    color:#c6c6c6;
}

/* Product Options */
.product-options {}
.product-options dt label {
    color: #000000;
    float: left;
    font: bold 13px/30px arial,sans-serif;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 88px
}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { /*font-size: 0;*/ }

.product-options .input-box { padding: 0 0 5px; }
.product-options dd select {

width: 123px;
height: 29px;
background: url("../images/images/fp_menu.png") -20px 0 no-repeat;
-webkit-appearance: none;
border-radius: 0;
padding-left: 10px;
color: grey;
}

.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }

.product-options .options-list { clear: both; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin: 2px 0; margin-left:20px;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required {display: none;}

.product-options-bottom { }
.product-options-bottom .price-box, .product-options-bottom .price-box-bundle {
    margin: 10px 0;
    display: none !important;
}

/* Grouped Product */
.product-view .grouped-items-table {}
.product-view .grouped-items-table td { font-weight: bold; }
.product-view .grouped-items-table td.truefalse {
    text-align: center;
}
.product-view .grouped-items-table td.truefalse span {
    background: url("../images/catalog/product/view/grouped-truth.png") no-repeat scroll center top transparent;
    display: inline-block;
    *display: inline; zoom: 1;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    width: 17px;
}
.product-view .grouped-items-table td.truefalse .false { background-position: 0 -17px; }

.product-view .grouped-items-table { border-spacing: 0 2px; } 
.product-view .grouped-items-table { padding-top: 20px; border-top: 1px solid #f3f3f3; }
.product-view .grouped-items-table tbody tr td { background: #f5f5f5; border: 0; }
.product-view .grouped-items-table tbody tr td.grouped_product_name { width: 354px; font-weight: normal; color: #000000;}
.product-view .grouped-items-table tbody tr td.grouped_product_name .text_reduc { color: #828282; font-style: italic; font-size: 10px;}
.product-view .grouped-items-table tbody tr td.grouped_product_price { width: 70px; }
.product-view .grouped-items-table tbody tr td.grouped_product_price .regular-price .price { font-size: 20px; padding: 0; padding-right: 5px; }
.product-view .grouped-items-table tbody tr td.grouped_product_price .special-price .price { font-size: 20px; padding: 0; padding-right: 5px; }
.product-view .grouped-items-table tbody tr td.grouped_product_price .old-price .price { font-size: 12px; padding: 0 3px; }
.product-view .grouped-items-table tbody tr td.grouped_product_price .price-box { min-width: 70px; }
.product-view .grouped-items-table tbody tr td.grouped_product_select { width: 70px; }
.product-view .grouped-items-table tbody tr td.grouped_product_select .qtywrap input.qty { margin-right: 0px !important; margin-right: 0px; width: 30px !important; padding-right: 30px; }
.product-view .grouped-items-table tbody tr td.grouped_product_select .qtywrap .qty-btn { right: 13px; }
.product-view .grouped-items-table tbody tr td.grouped_product_select .qtywrap .qty-btn.minus { top: 17px; }
.product-view .grouped-items-table tbody tr td.grouped_product_select .qtywrap .qty-btn.plus { top: 2px; }
.product-view .grouped-items-table tbody tr td.grouped_product_availability { width: 70px; text-align: center; }
.product-view .grouped-items-table tbody tr td.grouped_product_availability .disponibilite_grouped_true:before { content: ""; width: 20px; height: 22px; left: 23px; display: block; position: relative; background: url(../images/sprite_grouped.png) left top; }
.product-view .grouped-items-table tbody tr td.grouped_product_availability .disponibilite_grouped_false:before { content: ""; width: 18px; height: 17px; left: 24px; display: block; position: relative; background: url(../images/sprite_grouped.png) -31px top; }



/* Block: Description */
.product-view .box-description { text-align: justify; }

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

/* Block: Upsell */
.product-view .box-up-sell { 
    background: url("../images/catalog/product/view/bkg-tabs.jpg") repeat-x scroll 0 bottom #FFFFFF;
    margin: 0 0 20px;
}
.product-view .block-related-title {
    display: block !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.product-view .box-up-sell h2,
.product-view .block-related h2 {
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 13px;
    padding-right: 10px;
    font: lighter 24px 'Yanone Kaffeesatz',arial, sans-serif;
    color: #756a6e;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 1px;
    line-height: 60px;
}
.product-view .box-up-sell .product-name,
.product-view .block-related .product-name {
    background: none;
    border-bottom: medium none;
    height: 32px;
}
.product-view .box-up-sell li{
    display: inline-block;
    *display: inline; zoom: 1;	
    margin: 0 0px 0px 0;
    padding: 12px 7px;
    text-align: center;
    width: 166px;
    position:relative;
}
.product-view .block-related li {
    display: inline-block;
    *display: inline; zoom: 1;	
    margin: 0 auto;
    padding: 0px 12px;
    text-align: center;
}
.product-view .block-related .link-wishlist {background: url("../images/images/btn_wishlist.png") no-repeat 0px transparent;margin: 0 auto;padding: 5px 16px;}
.product-view .block-related .products-grid .actions > li {padding:15px 0 !important;}
.product-view .block-related .products-grid .actions > li .link-wishlist {padding: 5px 24px !important;}
.product-view .block-related .products-grid {
    width: 932px; margin: 0 auto;
}
.product-view .box-up-sell img,
.product-view .block-related img { border: 1px solid #E0E0E0; }
.product-view .box-up-sell .price-box,
.product-view .block-related .price-box {}

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

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

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

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




/* Notation Produit ================================================================================ */

/* Affichage des notes dans les commentaires publiÃ©s */
#product-review-table .ratings-table th {
    font-style: normal;
    font-weight: bold;
    padding-right: 8px;
}
#product-review-table .rating-box {
    background: url("../images/ratings/stars_bg.gif") repeat-x scroll 0 100% transparent;
    height: 13px;
    width: 95px;
}
#product-review-table .rating-box .rating {
    background: url("../images/ratings/stars.gif") repeat-x scroll 0 100% transparent;
    float: left;
    height: 13px;
}

/* Notation dans le form */
#product-review-table {}
#product-review-table .rating-container { margin-bottom: 10px; }
#product-review-table #input-message-box {
    font-weight: bold;
    line-height: 24px;
}
#product-review-table fieldset.rating {
    padding: 0;
    display: inline-block;
    *display: inline; zoom: 1;
    vertical-align: bottom;
}
#product-review-table .rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
}
#product-review-table .rating-container a.star {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 165%;
    line-height: 1.2;
    color: #d6d6d6;
    width: 1em;
    padding: 0 2px;
}
#product-review-table .rating-container a.star:hover,
#product-review-table .rating-container a.star.active,
#product-review-table .rating-container a.star.checked { color: #F0C808 ; }
#product-review-table .rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 2px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 165%;
    line-height: 1.2;
    color: #d6d6d6;
}
#product-review-table .rating:not(:checked) > label:before { content: '★'; }
#product-review-table .rating > input:checked ~ label { color: #F0C808; }
#product-review-table .rating:not(:checked) > label:hover,
#product-review-table .rating:not(:checked) > label:hover ~ label { color: #F0C808 ; }
#product-review-table .rating > input:checked + label:hover,
#product-review-table .rating > input:checked + label:hover ~ label,
#product-review-table .rating > input:checked ~ label:hover,
#product-review-table .rating > input:checked ~ label:hover ~ label,
#product-review-table .rating > label:hover ~ input:checked ~ label { color: #F0C808; }
#product-review-table .rating > label:active { position: relative; }


/* Tabs collateral ================================================================================ */
.catalog-product-view .box-collateral {
    color: #4f4c46;
    font-size: 12px;
    line-height: 1.4em;
    padding: 12px;
    overflow: hidden;
    background-color: #F4F4F4;
    margin-top:1px;
    height: 182px;
    overflow: auto;
}
.catalog-product-view #tabs-collateral  {
    clear: both;
}
.catalog-product-view #tabs-collateral li {
    display: inline-block;
    *display: inline; zoom:1;
    height: 43px;
    line-height: 43px;
    margin: 0;
    max-width: 265px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;	
    background-color: #e1e1e5;
    margin-right: 4px;
    text-transform: capitalize;
}
.catalog-product-view #tabs-collateral li:first-child { border-left: medium none; }
.catalog-product-view #tabs-collateral li.active {
    cursor: default !important;
    color: #fff !important;
    background-color: #f4f4f4 !important;
}
.catalog-product-view #tabs-collateral li span {
    font: lighter 24px/35px 'Yanone Kaffeesatz',arial, sans-serif;
    display: block;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #756a6e;
    padding: 5px 10px;
    margin: 0px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.catalog-product-view .data-table td { text-align: justify; }
.catalog-product-view #customer-reviews h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 10px;
}
.catalog-product-view #customer-reviews .form-list label { color: #4f4c46; }
.catalog-product-view #customer-reviews input.input-text,
.catalog-product-view #customer-reviews textarea {
    padding: 4px;
    width: 370px;
}
.catalog-product-view #customer-reviews .highlight {}
.catalog-product-view #customer-reviews dd {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.catalog-product-view #customer-reviews .by {
    display: block;
font: bold 12px/20px arial, sans-serif;
color: #000;
    float:left;
    padding-left:10px;
}
.catalog-product-view #customer-reviews .by > span {text-transform: uppercase;}

.catalog-product-view .box-reviews table {float:left;}
.catalog-product-view .box-reviews h3 {display:none;}

.catalog-product-view .review_descr {clear:both;display:block;font:normal 11px Arial, Helvetica, sans-serif;color: #999999;}
.catalog-product-view .box-collateral .data-table tr.odd,
.catalog-product-view .box-collateral .data-table tr.even { background-color: #FFFFFF; }

/* autres */
.catalog-product-view .block-viewed .more {display: none !important;}

.fp_info {
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
}
.fp_info li {display:block;width: 125px;padding-left: 60px;padding-top: 5px;min-height: 55px;font: normal 12px arial, sans-serif;color: #5f5f5f;}
.fp_info li span {font: italic 11px arial, sans-serif !important;color: #cd2367;}
.fp_info li:hover {color:#cd2367;}
.fp_info_livraison {background: url("../images/images/fp_livraison.png") left 0px no-repeat;float:left;padding-right: 40px;}
.fp_info_retour {background: url("../images/images/fp_service.png") left 0px no-repeat;float:left;}


.fp_btn_panier {text-align:center; }
.fp_btn_panier button.button {background: url("../images/bg_btn_addcart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}
.fp_btn_panier button.button span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
    padding-left: 24px;
    padding-top: 1px;
    text-transform: uppercase;
}
.fp_btn_panier button.button span:hover {}
.fp_btn_panier button.btn-cart {height:54px !important; width:253px;  padding: 0 0 0 8px;}
.fp_btn_panier button.btn-cart:hover { background-position: bottom }
.fp_btn_panier button.btn-cart:hover span { text-decoration:none; }
.fp_btn_panier .button.btn-cart > span {
    background: url("../images/images/fp_panier.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    height: 45px;
    margin: 0 auto;
}

.catalog-product-view .product-shop .add-to-links .link-wishlist {background: url("../images/images/fp_wishlist.png") no-repeat left top;padding-left: 17px;}





#product-options-wrapper {width: 60%;float:left;margin-top: 15px;}
#acp_product_options #product-options-wrapper {width:auto;}


.catalog-product-view .product-global .regular-price .price { font-size: 60px; padding-right: 55px;}
.catalog-product-view .product-global .regular-price .price .separateur-decimal {font-size: 33px;}
.catalog-product-view .product-global .regular-price .price .decimaux {font-size: 30px;font-weight: normal;right: -2px;}
.catalog-product-view .product-global .regular-price .price .symbole-decimal {font-size: 26px;font-weight: bold;top: 8px;}


.catalog-product-view .product-global .special-price .price { font-size: 60px; padding-right: 55px; float: right;}
.catalog-product-view .product-global .special-price .price .separateur-decimal {font-size: 33px;}
.catalog-product-view .product-global .special-price .price .decimaux {font-size: 30px;font-weight: normal;right: -2px;}
.catalog-product-view .product-global .special-price .price .symbole-decimal {font-size: 26px;font-weight: bold;top: 8px;}


.rating-container em {color: red;}
/*
.catalog-product-view .old-price{float: right;margin-left: 10px;margin-top: 44px;}
.catalog-product-view .special-price{float: left;}
.catalog-product-view .price{font-weight: 800;}*/
.main .product-view .catalog-product-view div.offers{float: right;margin-right: 10px;}
#upsell-product-table .product_article:hover .apercu{display: block;cursor:copy;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;}
.product-options dt .required em { color:#CD2367; margin-right: 5px;}

.product-view .offers {
    float: right;
    padding: 0;
    position: relative;    
}

.product-view #panneau_produit_telechargeable {
    background-color: #e1e1e5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e5));
    background: -webkit-linear-gradient(top, #ffffff, #e1e1e5);
    background: -moz-linear-gradient(top, #ffffff, #e1e1e5);
    background: -ms-linear-gradient(top, #ffffff, #e1e1e5);
    background: -o-linear-gradient(top, #ffffff, #e1e1e5);
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    padding: 10px 5px;
    width: 280px;
    margin-top: -70px;
}

.product-view #panneau_produit_telechargeable p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 16pt;
    color: #000000;
    text-align: center;
}

.product-view #panneau_produit_telechargeable p.details {
    font-size: 8pt;
    color: #cd2367;
}

.product-view #downloadable-links-list li .label label {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.product-view #downloadable-links-list li .label label:after {
    content:"";
    position: absolute;
    margin-left: 5px;
    margin-top: 2px;
    width: 13px;
    height: 16px;
    background: url(icone_downloadable.png) no-repeat;
}

.product-view #downloadable-links-list {
    margin: 10px 0;
    margin-left: 40px;
}

/* Modif Laurent - 27-01-2014 - Déplacement bouton "en stock" */
.main .product-view .availability.in-stock { width: auto; }

/* Modif Laurent - 30-01-2014 - Prix barré produit groupé */
.bundle-product .price-notice .original-price { text-align: right; font: normal 11px/16px arial, sans-serif; text-transform: uppercase; color: #555; padding: 0 0 0 5px; }
.bundle-product .price-notice .original-price { background: url("../images/bkg-old-price.png") center center no-repeat transparent; margin-left: 20px; padding: 0; }