﻿div.ProductBox
{ 
	position: relative;
	width: 152px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px;
	border: solid 1px #ddebf3;
	text-align: center;
}

div.ProductBox img
{
	margin-bottom: 20px;
}

div.ProductBox a.Name span
{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold; 
}

div.ProductBox a.Name:hover span
{
	text-decoration: underline;
}

div.ProductBox span.Name
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
