#prestashop_container  .product_colors
{
	display:block;
	height:17px;
}
#prestashop_container  .prestashop_unit_color
{
	display:block;
	float:left;
	width:15px;
	height:100%;
	border: 1px solid #666666;
	margin: 2px;
}
#prestashop_container > ul > li h5
{
	height: 50px;
}
#prestashop_container a.product_image
{
	display: block;
	overflow: hidden;
	height: 80px;
	text-align:center;
}
#prestashop_container > ul  > li 
 {
	list-style: none;
	float:left;
	margin-left: 2px;
	width: 196px;
	height: 225px;
	background-color: #EEE;
	padding: 2px;
}
#prestashop_container .product_desc
{
	overflow: hidden;
	height: 40px;
}
#prestashop_container .product_price
{
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 14px;
}
 .clearfix
 {
	clear: both;
}