/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
	float: left;
	margin: 0 4px 20px 4px;
	width: 170px;
	background-image: url(../img/cadre_article_home.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	min-height:265px;
}


/** html ul#product_list li {
	height: auto !important;
	height: 130px
}*/
ul#product_list li a.product_img_link {
	display: block;
	background-color: transparent;
	margin-top: 2px;
	margin-left: 2px;
	width: 170px;
	height: 170px;
}
ul#product_list a.product_img_link {
	float: left;

}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { 
	margin:0 0 0.4em 0;
	clear:both;
	width:120px;
}
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	color: white;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	text-align:center;
	height:9px;
	line-height:9px;
	border-right: 1px solid #d67e02;
	border-left: 1px solid #d67e02;
	padding:1px;
	top:5px;
	right:5px;
}


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: left;
	width: 11em;
	text-align: right;
	margin-left: 1em;
	margin-top: 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 {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { 
	background-image: url(../img/btn_panier.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	position:absolute;
	top: 175px;
	right:7px;
}
ul#product_list li p.compare input { vertical-align: text-bottom }

ul#product_list h3 a {
	color: #826A44;
	font-size: 12px;
	text-decoration:none;
	margin: 0.5em 0.1em
}
#center_column ul#product_list h5 {
    display: block;
}