
/* category menu classes */
.categoryListTitle {font: bold 15px Verdana, Arial, Tahoma, Sans-serif;}

.parentCategoryName {font: bold 13px Verdana, Arial, Tahoma, Sans-serif; color: #481B7F; }
.parentCategoryName a:link {color: #481B7F; font-weight: bold; font-size: 13px;}
.parentCategoryName a:visited {color: #481B7F; font-weight: bold; font-size: 13px;}
.parentCategoryName a:hover {color: #336699; font-weight: bold; font-size: 13px; text-decoration: underline;}
.parentCategoryName a:active {color: #481B7F; font-weight: bold; font-size: 13px;}

.subCategoryName {font: bold 10px Verdana, Arial, Tahoma, Sans-serif; line-height: 30px;}
.articleInCategoryList {padding-left: 1px; font: normal 9px Verdana, Arial, Tahoma, Sans-serif;}

/* category index classes */
.categoryIndexArticleTitle {width: 75%;}
.categoryIndexArticleTitle a {color: #D10013;}
.categoryIndexProductNumber {color: #000000;}
.categoryIndexRequestQuote a {color: #D10013; text-decoration: underline; font-weight: bold;}

.evenRowBackground {background-color: #E7EAF3;}
.oddRowBackground {background-color: #FFFFFF;}

.categoryBreadcrumb a {color: #481B7F; font-weight: bold; font-size: 11px;}
.categoryBreadcrumb a:link {color: #481B7F; font-weight: bold; font-size: 11px;}
.categoryBreadcrumb a:visited {color: #481B7F; font-weight: bold; font-size: 11px;}
.categoryBreadcrumb a:hover {color: #336699; font-weight: bold; font-size: 11px; text-decoration: underline;}
.categoryBreadcrumb a:active {color: #481B7F; font-weight: bold; font-size: 11px;}

/* product page classes */
.articleLinks a {color: #481B7F; font-weight: bold; font-size: 13px;}
.productPageProductTitle {font-size: 21; font-weight: bolder;}

.productPageHeading {font-size: 14px; font-weight: bold;}
.productPageProductNumber {font-size: 14px; font-weight: bold; color: #481B7F;}
.productPageProductDescription {font-size: 12px; font-weight: normal; color: #000000;}

/* category index classes */

.globalIndexFeaturedProductHeading {text-decoration: underline; font-weight: bold; font-size: 15px;}
.globalIndexArticleNumber {}
.globalIndexParentCategoryName {}

/* search box classes */

.searchFormKeywordTitle {font-size: 12px;}
.searchFormCategoryTitle {font-size: 12px;}
.searchMessage {font-size: 12px;}
.categoryListSelect {font-size: 12px;}

h1 {
  	font-family: Verdana, trebuchet ms, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	

	
}
h2 {
  	font-family: Verdana, trebuchet ms, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	vertical-align: top;
	

}
h3 {
  	font-family: Verdana, trebuchet ms, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	vertical-align: middle;
	text-align:center;
}
a:link {
  text-decoration: none;
  color: #000000;

}

a:visited {
  text-decoration: none;
  color: #000000;

}

a:hover {
  text-decoration: underline;
  color: #336699;

}
a:active {
  text-decoration: none;
  color: #000000;

}