





/* product-list.tpl */
ul#product_list { list-style-type: none; width: 700px; margin: auto; margin-top: 2em; }
ul#product_list li {
    /*	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;*/
    background: transparent url('../img/product_list.png') no-repeat left center;
    border: solid 0px #d0d3d8;
    padding: 5px;
    min-height: 130px;
    height: auto;
    clear: both;
    margin-bottom: 0.3em
}
* html ul#product_list li {
    height: auto !important;
    height: 130px;
    line-height: 130px;
}
ul#product_list li a {
    text-decoration: none;
    /*	color: #374853;*/
    color: blue;
}

ul#product_list li h3 a {
    color: #000000;
    font-size: 14px
}
ul#product_list li p a {
    color: #000000;
    font-size: 11px;
}
ul#product_list a.product_img_link {
    border-right: solid 2px #831919;
    width: 175px;
    height: 140px;
    background: #831919 url(../img/bg_product_img.png) no-repeat;
    float: left;
    margin-right: 0.6em;
    margin-top: 6px
}

ul#product_list a.product_img_link img{
    margin: 5px auto auto;
    border: none;
}

ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { margin: 0.4em 0;padding-top: 10px; width:560px}
ul#product_list li .new {
    background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
    border: 1px solid #488C40;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: uppercase;
    vertical-align: 0.3em
}
ul#product_list li p.product_desc {
    margin-bottom: 0;
    font-size: 0.92em
}
ul#product_list li div.center_block {
    float: left;
    width: 500px;
    
}
ul#product_list li div.right_block {
    float: left;
    margin:0
    
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
    color: #da0f00;
    text-transform: uppercase;
    font-weight: bold;
    display: block
}
ul#product_list li .reduction {
    display: block;
    margin-bottom: 0.3em
}
ul#product_list li .price {
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin: 46px 20px 0.2em 0;
    padding: 0 0 0 20px;
    position:absolute

}
ul#product_list #price { 
        
    background: transparent url(../img/price_product.png) no-repeat;
    width:120px;
    height: 120px;
    float:left;
    margin: 15px 10px 0 0;
}
ul#product_list li span.availability {
    color: #488c40;
    font-size: 0.9em
}
ul#product_list li a.button { 
    margin-top: 0.5em;
    height: 90px;
    background: none;
}

ul#product_list #cart { 
    
    width: 97px;
    height: 97px;
    float: left;
    position:absolute;
    display:inline;
    cursor: pointer;
    background: transparent url(../img/add_cart.png) no-repeat top center;
    margin: 30px 0 0 0;
   
}
ul#product_list #cart:hover { 
    background: transparent url(../img/add_cart.png) no-repeat bottom center;

}
ul#product_list li div.compare { margin-top: 17px;  margin-left: -20px;float:left; position:absolute;display:inline;}
ul#product_list li div.compare input { vertical-align: text-bottom ; border:none}






#block_pack{
    clear: both;
    text-align: center;
}
#block_pack h2{
color: #000000;
font-size: 16px;
height: 30px;
line-height: 30px;
}
#block_pack ul#product_list #cart { 
    background: url("../img/acheter_bis.png") no-repeat scroll left top transparent;
    float: none;
    height: 40px;
    width: 120px;
    clear: both;
    position: static;
    margin:0;
    padding:0
}
#block_pack ul li a.button { 
    background: url("../img/acheter_bis.png") no-repeat scroll left top transparent;
    margin: auto

}
#block_pack ul li a.button:hover { 
    background: url("../img/acheter_bis.png") no-repeat scroll left bottom transparent;

}

#block_pack ul {
    list-style-type: none;
}

#block_pack ul li {
    float:left;
}

#block_pack ul li h3{
    height:50px;
}