div.productThum
{
	float: left;
	background-color: #FFFFFF;
	width: 160px;
	height: 200px;
	margin: 2px;
}

div.productThumOver
{
	float: left;
	background-color: #CBEDFB;
	width: 160px;
	height: 200px;
	margin: 2px;
	cursor: hand;
}
A
{
	text-decoration: none;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
body
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Slab', serif;
}
div.productThum
{
	float: left;
	background-color: #FFFFFF;
	width: 159px;
	height: 200px;
	margin: 3px;
}

div.productThumOver
{
	float: left;
	background-color: #CBEDFB;
	width: 159px;
	height: 200px;
	margin: 3px;
	cursor: hand;
}

#content #nav{
	height: auto; 
	background-color: #CBEDFB; 
	padding:6px;
	font-size:14px;
	font-weight: bold;
}