div.product-list
{
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

a.product
{
	float: left;
	display: block;
	text-decoration: none;
	
	margin-right: 5px;
	margin-top: 10px;
	
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif
}
a.product span
{
	display: block;
	text-align: center;
}
a.product .image
{
	width: 135px;
	height: 90px;
	background-color: #FFFFFF;
	border: 1px solid #4576a1;

}
a.product .image .no-image
{
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #CFCFCF;
	line-height: 130px;
}
a.product .image img
{
	vertical-align: middle;
}
a.product .name
{
	font-size: 12px;
	color: #02325a;
	text-align: center;
	font-weight: bold;
	
	margin-top: 5px;
	line-height: 14px;
	
}

a.product:hover .details
{
text-decoration: underline;
}

a.product .price
{
	color: #000000;
	font-weight: normal;
	
}



.cat-name {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}
.cat-name .highlight {
	text-transform: uppercase;
}
