ul#product_list {
	list-style-type: none;
	float:left;
	width:950px;
	padding:0;
	margin-left:-20px;
}
	#product_list li {
		float:left;
		width:212px;
		height:254px;
		background-image:url(../img/fond-li.png);
		background-position:0px 0px;
		margin-left:15px;
		padding-left:5px;
		margin-bottom:20px;
	}
	#product_list li:hover{
		background-position:0px -254px;
	}
		#product_list li a {
			color: #374853;
			text-decoration: none
		}

#product_list li .left_block {
	float:left;
	width:212px;
	height:20px;
}
#product_list li .left_block p.compare{
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
	#product_list li .left_block  .compare label {display:none;}

#product_list li .center_block {
	float: left;
	width: 212px;
}
	#product_list a.product_img_link {
		overflow:hidden;
		position:relative;
		float: left;
		display:block;
	}
		#product_list a.product_img_link img {
			display: block;
			vertical-align: bottom;
			float:left;
		}
		#product_list li span.new {
			display: block;
			position: absolute;
			top: 0px;
			right:0px;
			width:53px;
			height:53px;
			text-indent:-9999px;
		}
		#product_list li span.new.new_fr {
			background-image:url(../img/nouveau.png);
		}
		#product_list li span.new.new_en {
			background-image:url(../img/nouveau-en.png);
		}
		#product_list li span.vendu_liste {
			display: block;
			position: absolute;
			top: 0px;
			right:0px;
			width:53px;
			height:53px;
			text-indent:-9999px;
		}
		#product_list li span.vendu_liste.vendu_liste_fr {
			background-image:url(../img/vendu_liste_fr.png);
		}
		#product_list li span.vendu_liste.vendu_liste_en {
			background-image:url(../img/vendu_liste_en.png);
		}
		#product_list li span.soldes_liste {
			display: block;
			position: absolute;
			top: 0px;
			right:0px;
			width:106px;
			height:106px;
			text-indent:-9999px;
		}
		#product_list li span.soldes_liste.soldes_liste_fr {
			background-image:url(../img/soldes_liste_fr.png);
		}
		#product_list li span.soldes_liste.soldes_liste_en {
			background-image:url(../img/soldes_liste_en.png);
		}
		#product_list li span.promo_liste {
			display: block;
			position: absolute;
			top: 0px;
			right:0px;
			width:106px;
			height:106px;
			text-indent:-9999px;
		}
		#product_list li span.promo_liste.promo_liste_fr {
			background-image:url(../img/promo_liste_fr.png);
		}
		#product_list li span.promo_liste.promo_liste_en {
			background-image:url(../img/promo_liste_en.png);
		}
	#product_list li h3 {
		font-size:15px;
		color:#000;
		font-weight:normal;
		text-align:center;
		float:left;
		width:172px;
		height:32px;
		line-height:15px;
		overflow:hidden;
		/*padding:12px 20px 10px 20px;*/
		padding:12px 20px 0px 20px;
		/*margin-bottom:10px;*/
	}
		#product_list li a {
			color: #000;
			text-decoration: none;
		}

	#product_list li p.product_desc {
		overflow: hidden;
		padding:0;
		line-height:16px;
	}
	#product_list li p.product_desc,
	#product_list li p.product_desc a {
		color:#666;
	}

#product_list li .right_block {
	position:relative;
	float:left;
	width:126px;
	height:40px;
	text-align:right;
	margin-top:9px;
}
	#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
		display: block;
		font-weight: bold;
		float:right;
		font-weight: bold;
		height:13px;
		padding:1px 5px 1px 5px;
		font-size:10px;
		color:#fff;
		text-transform: uppercase;
		background: none repeat scroll 0 0 #bc011d
	}
	#product_list li .discount {
		
	}
	#product_list li .content_price {
		float:left;
		width:106px;
		padding-right:20px;
		height:25px;
		line-height:25px;
	}
		#product_list li .price {
			display: block;
			margin-bottom: 15px;
			font-weight:bold;
			font-size: 18px;
			color:#000000;
		}
		#product_list li span.availability {
			display:none;
			color: #488C40
		}
	#product_list li .ajax_add_to_cart_button {
		padding-left: 20px
	}
	#product_list li .ajax_add_to_cart_button span {
		display: block;
		position: absolute;
		top: -1px;
		left: -12px;
		height: 26px;
		width: 26px;
		background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
	}
	#product_list li .lnk_view {
		font-weight:bold;
		color:#ffffff;
		float:left;
		width:91px;
		height:25px;
		line-height:25px;
		text-align:center;
		font-size:12px;
		margin-left:-5px;
		margin-top:9px;
	}
	#product_list li .lnk_view:hover {
		text-decoration:underline
	}