ul#product_list {
	border: medium none;
    color: #595A5E;
	list-style-type: none;
	float: left;
}

#product_list li {
    padding: 0 0 20px 0;
}
#product_list li a {
	color: #374853;
	text-decoration: none
}

#product_list li.bigMeaPerso {
    padding-bottom: 0px;
}

#product_list li.bigMeaPerso a,
#product_list li.bigMeaPerso a:link,
#product_list li.bigMeaPerso a:visited{
	display:block;
	height:250px;
	background: url(../img/encart.png) no-repeat left top;
}
#product_list li.bigMeaPerso a:hover {
	background: url(../img/encart.png) no-repeat left bottom;
}

#product_list li span.new {
	background: none repeat scroll 0 0 #98CB00;
	margin: 0 0 0 -130px;
	padding: 0 0.3em;
	position: absolute;
	text-align: center;
}
		
#product_list .content_price {
    display: inline-block;
    font-weight: bold;
    padding: 0 5px 0 0;
}
		
#product_list li h3 {
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	overflow:hidden;
}

#product_list li a {
	color: #000;
	text-decoration: none;
}

#product_list li h3 a:hover {
	color: #ff6600;
	text-decoration: none;
}

#product_list li p.product_desc {
	display:none;
}

#product_list li p.product_desc,
#product_list li p.product_desc a {
	display:none;
}

#product_list li .discount,
ul#product_list li .on_sale,
ul#product_list li .online_only {
	display:none;
}

.pprice {
    color: black;
    font-weight: bold;
    padding-left: 0;
}

#product_list li span.availability {
	display:none;
}
#product_list li .ajax_add_to_cart_button {
    color: #E34514;
    font-size: 11px;
    font-weight: bold;
    margin-left: 2px;
}

#product_list li .ajax_add_to_cart_button:hover {
	text-decoration:underline;
}

#product_list li .ajax_add_to_cart_button span {
	display: none;
}

#product_list li .lnk_view {
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 6px;
	background-color:#000;
}

#product_list li .lnk_view:hover {
	text-decoration:none;
	background:#333;
}
	
	