.Products
{
	width: 100%;
	border-collapse: collapse;
}

.Products .Item
{
	text-align: center;
	vertical-align: top;
	width: 150px;
	border-right: solid 1px #0163B2;
	font-size: 10pt;
	padding-right: 3px;
	padding-left: 3px;
}

.Item a
{
	display: block;
}

a:hover .Title
{
	color: white;
	border-bottom: solid 1px white;
}

.Item .Title
{
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: solid 1px #0163B2;
	color: #0163B2;
}

.Item img
{
	padding: 0;
	margin: 0;
	border: none;
}