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;
	COLOR: black;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	background : white;
	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;
	background-color : White;
}

.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: yellow; 
			text-decoration: underline;
		}
		

.productListAlternatingItem{
	FONT-SIZE: 10pt;
	COLOR: black;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	background-color : #E5EAEB;
}

.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:10pt;
	font-weight:bold;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background-color:Gainsboro;
}

.cartSummaryItem{
	font-size:10pt;
	font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background-color:#f0f0f0;
}

.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{
	background-color:#DFDFDF;
	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;
}

.menuCategoryLevel0{
	font-size:12pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
		border-width:1px;
		border-style:Ridge;
		border-collapse:collapse;
		background-color : #E0E0E0;
		cursor:hand;
}

.menuCategoryLevel0Over{
	font-size:12pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
	border-width:1px;
	border-style:Ridge;
	border-collapse:collapse;
	background-color : #FFC080;
	cursor:hand;
}


.menuCategoryLevel1{
	font-size:10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
	border-width:1px;
	border-style:Ridge;
	border-collapse:collapse;
	background-color : #E0E0E0;
}
.menuCategoryLevel1Over{
	font-size:10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color:Gray;
	border-width:1px;
	border-style:Ridge;
	border-collapse:collapse;
	background-color : #FFC080;
}

.InputLabel{
	BACKGROUND-COLOR: #efefef;
}

.InputArea{
	BACKGROUND-COLOR: #fefefe;
	font-size:8pt;
}
