#productNav {
	width: 510px;
	font-style: italic;
}
#productNav  #navHead {
	height: 26px;
	width: 350px;
	font-size: 20px;
	color: #018699;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
#productNav  #pageCount {
	height: 26px;
	width: 160px;
	text-align: right;
	color: #999999;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}
#productNav  #navButtons {
	text-align: right;
	clear: left;
	width: 510px;
}
#navButtons img {
	padding-right: 10px;
	padding-left: 10px;
}
#navButtons a:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#navButtons a:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#navButtons a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
#products {
	height: auto;
	margin-top: 30px;
	width: 525px;
	font-style: italic;
	height:1000px;
}
#products table {
	margin-right: 12px;
	margin-bottom: 30px;
	float: left;
}
#products img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
#products   .name {
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}
