div.product-box
{
	background: #E5EDEF;
	width: 135px;
	_width: 130px;

	float: left;
	margin-right: 11px;
	_margin-right: 11px;
	margin-bottom: 15px;

	text-align: center;
	vertical-align: top;
	color: #313d75;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

div.product-box img
{
	margin: 0px auto;
	border: 0px;
}

td.group-description
{
	color: #E6EEF1;
	width: 175px;
}

td.group-description img
{
	text-align: center;
	margin: 20px auto 0px auto;
}

div.product-box-inner
{
	padding: 5px 0px;
}

div.product-box a
{
	text-decoration: none;
	color: #313d75;
}

td.product-image
{
	width: 470px;
	text-align: right;
}

td.product-image img
{
	margin: 0px 0px 0px auto;
}

td.product-description
{
	padding: 0px 10px 0px 10px;
	color: #E6EEF1;
}

