.ProductCategory {
	background-image: url(../images/backgrounds/topnav-bg.jpg);
	padding: 8px;
	border: 1px solid #426640;
	background-color: #023401;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-position: bottom;
	border-radius: 5px;
	background-repeat: repeat-x;
	font-size: 14px;
	margin-top: 40px;
}
.TableOutline {
	width: 620px;
}
.TableProductImage {
	width: 193px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ddd;
	background-color: #FFF;
}
.TableProductText {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	padding-left: 15px;
	font-size: 11px;
	color: #333;
}
.TableProductText a {
	font-weight: bold;
	color: #030;
}
.TableProductText a:hover {
	color: #99C57C;
	text-decoration: none;
}

.bottomad {
	margin-right: auto;
	margin-left: auto;
	background-color: #003300;
	margin-top: 10px;
	border-radius:5px;
	text-align: center;
	padding: 10px;
}
.TableOutline tr:hover {
	background-color: #f8f8f8;
}
