/* product-list.tpl */
ul#product_list { 

	width: 800px;
	height: 310px; 
	list-style-type: none 
}
ul#product_list li {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	float: left;
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 0 0 0;
	width: 234px;

}

ul#product_list li:hover { background-color: #EEEEEE; border: 1px solid #E5E6E7; cursor: pointer; }

ul#product_list h5 { 
    margin: 15px 5px 5px 10px; 
	text-align: left;
	display: block;
    height: 2.57em; 
} 


ul#product_list h5 a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px
}


* html ul#product_list li {
	height: auto !important;
	height: 150px
}
ul#product_list li a { 
    color: #2E2E2E;
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
    text-decoration: none;
}
ul#product_list li a:hover { 
    color: red;
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
    text-decoration: none;
}


ul#product_list a.product_img_link {
	border: none;
	float: left;
	margin-right: 3em
}
ul#product_list a.product_image img {
    height: 230px;
	width: 230px;
	border: 1px solid #E5E6E7; 
	margin: 1px 0 0 1px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}

ul#product_list li h3 { margin: 0 }
ul#product_list li .new {
	background: #97AAB3 url() repeat-x scroll 0%;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border: none;
	color: white;
	font-size: 0.6em;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-top: 0
}
ul#product_list li p.product_desc {
	margin-top: 20px;
	color: #75858d;
	font-size: 12px
}
ul#product_list li div.center_block {
	float: left;
	width: 75%;
	margin-right: 3em;
	margin-left: 0;
}
ul#product_list li div.right_block {
	float: right;
	width: 11em;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #E49E9E;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	color: #CE9014;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-right: 10px;
    margin-top: -42.5px;
    padding: 3px;
    width: auto;
}
ul#product_list li span.availability { 
    display: block;
	color: #75858D;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px
}
ul#product_list li a.button { margin-top: 0.5em; margin-bottom: 0.5em; float: right }
ul#product_list li a.button_large { display: none }
ul#product_list li p.compare input { display: none; vertical-align: text-bottom } 
ul#product_list li p.compare { display: none }

.bouton-view {
	margin-left: 165px;
	margin-top: 10px;
