/* Hytrol Catalog CSS */
/* Last Updated: 07/09/07 */
	
#cat_active a:link, #cat_active a:active, #cat_active a:visited {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;}
#cat_active a:hover {
	text-decoration: underline;}
	
#cat_activesub a:link, #cat_activesub a:active, #cat_activesub a:visited {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;}
#cat_activesub a:hover {
	text-decoration: underline;}	

	
#cat_inactive a:link, #cat_inactive a:active, #cat_inactive a:visited {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;}
#cat_inactive a:hover {
	text-decoration: underline;}

#cat_active {
	background-color:#CCCCCC;
	text-align:center;
	padding-left:3px;
	padding-right:3px;}
	
#cat_activesub {
	background-color:#CCCCCC;
	padding-left:3px;
	padding-right:3px;}
	
#cat_inactive {
	background-color:#999999;
	text-align:center;
	padding-left:3px;
	padding-right:3px;}
	
#prodheader {
	background-color: #999999;
	padding: 3px;
	color: #000000;
	font-weight: bold;}
