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

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

}
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: #b37822;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	
	margin-top: 10px;
	
}
a.product .price
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	text-align: center;
}

a.product .details {
	text-align:center;
	font-weight: bold;
	text-decoration: underline;
}
