a.product
{
	float: left;
	display: block;
	margin: 20px;
	text-decoration: none;
	width: 114px;
	height: 174px;
}
a.product span
{
	display: block;
}
a.product .image
{
	width: 112px;
	height: 112px;
	border: solid 1px #CFCFCF;
}
a.product .image .no-image
{
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #CFCFCF;
	top: 72px;
}
a.product .image img
{
	vertical-align: middle;
}
a.product:hover .name
{
	text-decoration: none;
	color: #633608;
}
a.product:hover .details
{
}
a.product .name
{
	color: #633608;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
a.product .price
{
	text-align: center;
	color: #663A6F;
	font-weight: bold;
}
a.product:hover .price
{
	color: #663A6F;
}
a.product .details
{
	font-size: 12px;
	text-align: center;
}
a.product:hover .details
{
	text-decoration: underline;
}
