/* PRODUCT */

.products_wrapper{
    overflow:hidden !important;
    height:auto !important;

    overflow:visible;
    height: 1%;


}

#new_title{
    margin:15px 0 0 0;
}

.product{
    height:229px;
    width:236px;
    float:left;
}

.product .label{
    margin:5px 8px;
    font-weight:bold;
    font-size:11px;
    height:30px;
}

.product .label a{
    color:#005bb0;;
    text-decoration:none;
}

.product .price{
    height:56px;
    position:relative;
    background:url(../../images/site/back_liste_pdt.png) top center no-repeat;
    margin-top:8px;
    clear:both;
}


.product .destockage .price_text{
    color: #ffffff;
}

.price{
    height:100%;
}

.product .price_text{
    font-size:16px;
    position:absolute;
    font-weight:bold;
    top:27px;
    right:15px;
}

.product .promo .old_price_text{
    position:absolute;
    top:14px;
    color:#fff;
    right:15px;
}

.product .pastille{
    display: inherit !important;
    display: none;
    background:url(../../images/icons/pastille-promo.png) center center no-repeat;
    height:49px;
    width:55px;
    text-align: center;
    position: absolute;
    left:9px;
    top:0;
}

.product .pastille div{
    padding-top:12px;
    color:#fff;
    font-weight: bold;
    font-size:17px;
}

.product .promo .old_price_text .strong{
    background:url(../../images/site/barre-prix-blanc.gif) center center no-repeat;
}

.product .promo .price_text{
    color:#fff;
}

.product .promo{
    background-image:url(../../images/site/back_liste_pdt_promo.png);

}

.product a img {
    border:0;
}

.img_product{
    overflow:hidden;
    font-size:10px;
    margin-right:5px;
    position: relative;
}

.img_product img{
    margin:0 8px;
}

.img_product a {
    text-decoration:none;
    color:#474747;
}

.img_product a:hover {
    text-decoration:none;
}

.fond_gris{
    background-color:#eaeaea;
}

.fond_gris a img{
    border:1px solid #b2b2b2;
}

.bottom_product{
    height:9px;
    clear:both;
}


.product .destockage{
    height:56px;
    position:relative;
    background:url(../../images/site/destock.png) top center no-repeat;
    margin-top:8px;
    clear:both;
}