body
{
	font-size: 9px;
	font-family: verdana;
}
.tableSpacing
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.normalLabel
{
	font-size: 11px;
	font-family: Verdana;
}
.errorLabel
{
	font-size: 11px;
	color: crimson;
	font-family: verdana;
}
Table
{
	font-size: 11px;
	font-family: verdana;
}
.mainTable
{
	BORDER-RIGHT: #b4dca0 1px solid;
	BORDER-TOP: #b4dca0 1px;
	BORDER-LEFT: #b4dca0 1px;
	BORDER-BOTTOM: #b4dca0 1px
}
.priceTag {
	border: thin solid #333333;
}
.horizTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.categoryTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.MostPopularHead
{
    background-color: steelblue;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}