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

a.product
{
	float: left;
	display: block;
	text-decoration: none;
	width: 116px;
	height: 195px;
	
	margin-right: 30px;
}
a.product span
{
	display: block;
}
a.product .image
{
	width: 125px;
	height: 114px;
	background-color: #FFFFFF;

}
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: 15px;
	color: #666666;
	text-align: center;
	
	margin-top: 10px;
	
}
.cat-name {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}
.cat-name .highlight {
	text-transform: uppercase;
}
