H1
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: large;	
	color: #584a3b;	
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}

H2
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: medium;	
	color: #584a3b;	
	font-weight:bold;
	margin-bottom: 1em;
}

H3
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: medium;	
	color: #584a3b;	
	font-weight:bold;
	margin-bottom: 1em;
}

A
{
	color: #aaa04e;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}



#subCategories TD.subnavHeader
{
	border-bottom: solid 1px #584a3b;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size:medium;
	color:#584a3b;
	font-weight: bold;

}

#subCategories TD.subnavItem
{
	border-bottom: dashed 1px #584a3b;
}

#subCategories TD.subnavItem p
{
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: small;
	font-weight:bold;
	color:#584a3b;
	margin:2px 0px 2px 0px;
}

#subCategories TD.subnavItem a
{
	display: block;	
	padding: 4px 0px 4px 6px;
	color: #584a3b;
	text-decoration: none;
}
#subCategories TD.subnavItem a:hover
{
	background: #eee;
	color: #584a3b;
}

.itemPrice
{
	color:#cd272b;
}
.itemName
{
	color:#584a3b;
	font-weight:bold;
}
.searchResultsRed
{
	color:#FF0000;
}