/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none;  min-height: 530px;}
ul#product_list li {
	float: left;
    height: auto;    
	margin-bottom: 2em;
    min-height: 130px;
	height:370px;
    padding: 6px;
    width: 48%;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {    color: #374853;
    float: left;
    text-decoration: none;
}
ul#product_list a.product_img_link {
	/*border: solid 1px #d0d3d8;*/
	float: left;
	margin-right: 0.6em;
	width:300px;
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block;    margin: 0 auto;}
ul#product_list li h3 { margin: 0.4em 0; float:left; text-align:left;    width: 180px; }
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;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: -2em;
	background-color:green;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	float: left;
	width: 74%
}
ul#product_list li div.right_block {
	float: right;
	width: 80%;
	text-align: right;
	margin-right: 20%;
	margin-top: 0;    
	height: 55px;
}
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
}
span.on_sale {width:60px;}
div#prix_hors_soldes {

color:#C00;
font-size: 1.2em;
margin: -20px 0 0 100px;
}

div.prix_remise{

color:#C00;
font-size: 1.2em;

}
div.bloc_soldes{
width:100%;
}
div#img_soldes{

    position: absolute;
	margin: 5px 0 5px 20px;
}

ul#product_list li .price {     
background: url("../img/Etiquette-de-prix-CDM.png") no-repeat scroll right -1px transparent;
    color: #E4E4E4;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    height: 55px;
    margin-bottom: 0.2em;
    margin-right: 5px;
    padding-right: 25px;
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { margin-top: 0.5em }
ul#product_list li p.compare input { vertical-align: text-bottom }



div#right_block div.prix{
float:right;
height:55px;
}

ul#product_list li div.desc_article{    
	/*float: left;*/
    font-size: 0.75em;
    font-weight: normal;
    margin-top: 3px;
	position:absolute;
}