.prodlist_rowStyle 
{
	float:left;
	margin:6px;
	border:solid;
	border-width:1px;
	border-color:#E9E4CA;
	width:160px;
	height:260px;
	padding-left:3px;
	padding-right:3px;
	padding-top:8px;
	position: relative;
}

.productLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	margin-top:5px;
	margin-bottom:10px;
	width:95%;
	text-align:center;
}

.productLabel a/*, .productLabel div*/
{
	text-decoration: none;
	color: #707070;
}

.price /* was product_title */
{
	font-weight: bold;
}
.priceCompare
{
	font-size: 8pt;
	font-weight: bold;
	position: relative;
}
.priceCompare img 
{
	height: 14px; 
	position: absolute; 
	top: 0; 
	left: -2px;	
}
.productLabel .price .priceSale
{
	font-size: 8pt;
	color: #c20;
}

.productLabel a:hover {
	color: #a0410a;
}
/*	
.prodlist_rowStyle:hover {
	border-color: #a0410a;
}
*/
/*
.header_results_wrapper {
	padding: 0;
	margin: 0;
	text-align: right;
}
.header_results {
	padding-top: 3px;
}
*/
