body { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	 }

td   { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif }

.pageTitleHeader{
	font-size: 14pt;
	font-weight:bold;
}

.errorMessage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color:red;
}

.errorMessageSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:red;
}

.blackText7pt{
	FONT-SIZE: 7pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.requiredFieldMarker{
	font-size: 10pt;
	color:red;
}

.productDataListHeader{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	text-align : center;
}

.productDataListHeader A:visited {
			color: black; text-decoration: none;
		}
		.productDataListHeader A:link {
			color: black; 
			text-decoration: none;
		}
		.productDataListHeader A:hover {
			color: red; 
			text-decoration: underline;
		}
		.productDataListHeader A:active {
			color: yellow; 
			text-decoration: underline;
		}
		

.productListItem{
	FONT-SIZE: 10pt;
	COLOR: black;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
}

.productListItem A:visited {
			color: blue; text-decoration: none;
		}
		.productListItem A:link {
			color: blue; 
			text-decoration: none;
		}
		.productListItem A:hover {
			color: red; 
			text-decoration: underline;
		}
		.productListItem A:active {
			color: red; 
			text-decoration: underline;
		}
		

.productListAlternatingItem{
	FONT-SIZE: 10pt;
	COLOR: black;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
}

.productListAlternatingItem A:visited {
			color: blue; text-decoration: none;
		}
		.productListAlternatingItem A:link {
			color: blue; 
			text-decoration: none;
		}
		.productListAlternatingItem A:hover {
			color: yellow; 
			text-decoration: underline;
		}
		.productListAlternatingItem A:active {
			color: red; 
			text-decoration: underline;
		}
		


.cartSummaryHeader{
	font-size:12px;
	font-weight:bold;
	color:white !important;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background-color:#00135D;
}

.cartSummaryItem{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}

.cartSummaryItem A:visited {
			color: black; text-decoration: none;
		}
		.cartSummaryItem A:link {
			color: black; text-decoration: none;
		}
		.cartSummaryItem A:hover {
			color: blue; text-decoration: underline;
		}
		.cartSummaryItem A:active {
			color: red; text-decoration: underline;
		}
		
		
.cartSummaryAlternatingItem{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
	
.cartSummaryAlternatingItem A:visited {
			color: black; text-decoration: none;
		}
		.cartSummaryAlternatingItem A:link {
			color: black; text-decoration: none;
		}
		.cartSummaryAlternatingItem A:hover {
			color: blue; text-decoration: underline;
		}
		.cartSummaryAlternatingItem A:active {
			color: red; text-decoration: underline;
		}

.CartSummarySubTotal{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
.CartSummaryDiscount{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
.CartSummaryTax{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
.CartSummaryShipping{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}
.CartSummaryGrandTotal{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
}


		
.RegularPricingStrikeThru{
text-decoration : line-through;
color:red;
}

.WebSpecial{
font-size:9pt;
color:red;
}

.categoryMenu{
	z-index:100 !important;
	
}

.categoryNav{
		color:blue;
	text-decoration:none;
		cursor:hand;
		font-weight:bold;
		padding:5px !important;
}
.categoryNav:hover,
.categoryNavHover{
	color:red;
	text-decoration:underline;
	cursor:hand;		font-weight:bold;
}


.menuCategoryLevel0{
	color:blue;
	text-decoration:none;
	cursor:hand;
	font-weight:bold !important;
}
.menuCategoryLevel0:hover,
.menuCategoryLevel0Over{
	color:red;
	text-decoration:underline;
	cursor:hand !important;		
	font-weight:bold !important;
}


.menuCategoryLevel1{
	color:blue;
	text-decoration:none;
	cursor:hand !important;
	font-weight:bold !important;
}
.menuCategoryLevel1Over{
	color:red;
	text-decoration:underline;
	cursor:hand !important;
	font-weight:bold !important;
}

.subCategoryNav,
.subCategoryNav_FirstItem,
.subCategoryNav_LastItem{
	color:blue;
	text-decoration:none;
	cursor:hand;
	font-weight:bold !important;
	padding:5px !important;
	background-color:white !important;
}
.subCategoryNav:hover,
.subCategoryNav_FirstItem:hover,
.subCategoryNav_LastItem:hover{
	color:red;
	text-decoration:underline;
	cursor:hand;
	font-weight:bold !important;
}


.InputLabel{

}

.InputArea{
	font-size:8pt;
}

.addToCartButton
{
	font-weight:bold;
}

.topNav
{
	font-family:Times New Roman;
	font-size:14pt;
	font-weight:bold;
}

.topNav A:visited {
	color: black; 
	text-decoration: none;
}
.topNav A:link {
	color: black; 
	text-decoration: none;
}
.topNav A:hover {
	color: #f00000; 
	text-decoration: none;
}
.topNav A:active {
	color: yellow; 
	text-decoration: underline;
}

.formButton{

}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.unitPrice
{
	color:black;
	font-weight:bold;
}


