/**************************/
/*     LEFT NAVIGATOR     */
/**************************/
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #cccccc;
}
.sub_cat {
	font-family: Tahoma;
	color: #555555;
	font-size: 11px;
}
.subCatLink:link 
	{
	text-decoration: none;
	color: #555555;
	cursor: hand;
	}
.subCatLink:visited 
	{
	text-decoration: none;  
	color: #555555;
	cursor: hand;
	}
.subCatLink:hover 
	{
	text-decoration: none;  
	color: #FF0000;
	cursor: hand;
	}

/**************************/
/*     PRODUCT PAGES      */
/**************************/

.prodPageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
}

.prodPageLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.prodPageFoot {
	font-family: Tahoma;
	color: #555555;
	font-weight: bold;
	font-size: 11px;
}

.prodPagePrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 14px;
}

.prodPageCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 12px;
}

.prodPageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.horiz_line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.right_vert {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.prodPrevNextArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/**************************/
/*     CONTACT FORM       */
/**************************/

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**************************/
/*     SITE SPECIFIC      */
/**************************/

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 3px;
}
.maintext_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	padding: 3px;
}

.top_horiz {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.errorMsg {color: #F00000;
}

a.class1:link {
	color: #000000;
	text-decoration:none;
}
a.class1:visited {
	color:#990000;
	text-decoration:none;

}
a.class1:hover {
	color: #ff0000;
	text-decoration:underline;
}
a.class1:active {
	color: #000000;
	text-decoration:none;
}
