A {
	color : Navy;
	text-decoration : none;
}

A:hover {
	color : Red;
	text-decoration : underline;
}

	.menuBoxCategoryStyle{
	z-index : 1;
	width : 95%;
	visibility : hidden;
	position : absolute;
	border-style : solid;
	border-color : Black;
	border-width : 1px;
}

	.ShoppingCartPanelStyle{
	z-index : 1;
	width : 130;
	visibility : hidden;
	position : absolute;
	border-style : solid;
	border-color : Black;
	border-width : 1px;
}


	 .InputControl {
	color : Navy;
}
	 .ZipInputControl {
	color : Navy;
	width: 50px;
}

	 .Currency {
     	color : Maroon;
     }
	 
	 BODY { 
	 	scrollbar-3dlight-color: #408080;
		scrollbar-arrow-color: #408080;
		scrollbar-base-color: #E0E0E0;
		scrollbar-darkshadow-color: #000000;
		scrollbar-face-color: #E0E0E0;
		scrollbar-highlight-color: #E0E0E0;
		scrollbar-shadow-color: #000000; 
	 }
	 
	 .ColumnHeader
	 {
	color : White;
	background-color : #408080;
	font-weight : bold;
	font-family : "MS Sans Serif", Arial;
	font-size : 14px;
}
	.CategoryCell
	{
	color : Black;
	background-color : #9ECFCF;
	font-weight : bold;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
}
	.Cell
	{
	color : Black;
	background-color : #EEEEEE;
	font-weight : normal;
	font-family : "MS Sans Serif", Arial;
	font-size : 14px;
}
	.CellSm
	{
	color : Black;
	background-color : #EEEEEE;
	font-weight : normal;
	font-family :  "MS Sans Serif", Arial;
	font-size : 12px;
}
	.CellDef
	{
	color : Black;
	background-color : #C9C9C9;
	font-weight : normal;
	font-family : "MS Sans Serif", Arial;
	font-size : 12px;
}
	.TransparentCell
	{
	color : Black;
	font-weight : normal;
	font-family : "MS Sans Serif", Arial;
	font-size : 14px;
}

	.MainMenuCell {
	font-weight : normal;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	.MainMenuCurrentCell {
	background-color : #D2D2D2;
	font-weight : normal;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	.MainMenuItem {
	color : Black;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}

	.MainMenuBar
	{
	background-color : #B4B4B4;
}
	
	.MainMenuItem:hover {
	color : Red;
	text-decoration : underline;
}

.InputSelected {
	background-color : #FF8000;
}

	.ColorLargeLabel {
	font-weight : bold;
	font-size : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #004080;
}
	
.LargeLabel {
	font-weight : bold;
	font-size : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.InformationText{ 
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
.UserInfo{
	font-weight : bold;
	font-size : 14px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : Maroon;
}


 .PriceCell{
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
}

.PageTitleSection {
	color : #408080;
	background-color : #E0E0E0;
	font-weight : bold;
	font-family : Verdana,Arial;
	font-size : 18px;
}

.HotDealGrid{
	color : Black;
	background-color : #9ECFCF;
	font-weight : normal;
	font-family : "MS Sans Serif", Arial;
	font-size : 14px;
}
.HotDealsText
{
	color : Black;
	font-weight : normal;
	font-family : "MS Sans Serif", Arial;
	font-size : 14px;
}
.SectionTitleCell{
	color : Black;
	background-color : #9ECFCF;
	font-weight : normal;
	font-family : Arial, Verdana;
	font-size : 14px;
}

.SubSectionTitleCell{
	color : Black;
	background-color : #DDDDDD;
	font-weight : normal;
	font-family : Arial, Verdana;
	font-size : 14px;
}
	.ShoppingCartCell
	{
	color : Black;
	background-color : #EEEEEE;
	font-weight : bold;
	font-family : "MS Sans Serif", Arial;
	font-size : 12px;
}

	.ShoppingCartCurrency
	{
	color : Maroon;
	background-color : #EEEEEE;
	font-weight : bold;
	font-family : "MS Sans Serif", Arial;
	font-size : 12px;
}

.OrderLabelCell
	{
	color : Black;
	font-weight : bold;
	font-family : "MS Sans Serif", Verdana, Geneva, Arial, Helvetica;
	font-size : 14px;
	text-align : right;
}

	.OrderDataCell
	{
	color : Black;
	font-weight : bold;
	font-family : "MS Sans Serif", Verdana, Geneva, Arial, Helvetica;
	font-size : 14px;
	background-color : White;
}

	.DataCell
	{
	color : Black;
	font-weight : normal;
	font-family : "MS Sans Serif", Verdana, Geneva, Arial, Helvetica;
	font-size : 14px;
	background-color : White;
}
	.FooterSign
	{
	color : #306060;
}
	.NameLink
	{
	color : Black;
	font-weight : bold;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}	

.RequiredField { 
	color : Red;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
 .RegularField { 
	color : Black;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 }