a.product
{
	float: left;
	display: block;
	margin: 20px;
	text-decoration: none;
	width: 114px;
	height: 270px;
	text-align: center;
	position: relative;
}
a.product span
{
	display: block;
}
a.product .image
{
	width: 112px;
	height: 169px;
	border: solid 1px #CFCFCF;
}
a.product .image .no-image
{
	font-weight: bold;
	display: block;
	position: relative;
	text-decoration: none;
	color: #CFCFCF;
	top: 72px;
}
a.product .image img
{
	vertical-align: middle;
}
a.product .name
{
	text-decoration: none;
	font-size: 14px;
	color: #0099CC;
	padding-bottom: 4px;
}
a.product:hover .name
{
	text-decoration: none;
}
a.product .price
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
a.product:hover .price
{
	text-decoration: none;
}
a.product .details
{
	padding-top: 4px;
	display: block;
	margin: 0 auto;
	background: url(/images/layout/btn-details.gif) no-repeat center bottom;
	height: 19px;
	width: 55px;
}
a.product:hover .details
{
	background-image: url(/images/layout/btn-details-ro.gif);
}
a.product .new
{
	height: 34px;
	width: 34px;
	display: block;
	background: url(/images/layout/ic-new.gif) no-repeat center center;
	position: absolute;
	top: 136px;
	left: 1px;
}

