﻿body {
}

a 
{
	text-decoration:none;
	font-family:Verdana;
	font-size:14px;
	color:#BF82B8;
	
}

.topnav
{
	
	background:White;


	
}

.ProductName
{
	font-family:Verdana;
	font-size:16px;
	color:#531500;
    font-weight:bold;
    padding-left:25px;
    padding-top:15px;
}

.ProductDesc
{
	font-family:Verdana;
	font-size:12px;
	color:#531500;
	padding-left:25px;
}

.ProductOptions
{
	font-family:Verdana;
	font-size:13px;
	color:#531500;
	padding-left:25px;
	font-weight:bold;
}
.InputButton { background-color:White; color:#531500; BORDER-RIGHT:#531500 1px solid; BORDER-TOP: #531500 1px solid; BORDER-LEFT: #531500 1px solid; BORDER-BOTTOM: #531500 1px solid; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}
.InputButton2 { background-color:#531500; color:White; BORDER-RIGHT:#531500 1px solid; BORDER-TOP: #531500 1px solid; BORDER-LEFT: #531500 1px solid; BORDER-BOTTOM: #531500 1px solid; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}

.InputText { BORDER-RIGHT: #531500 1px solid; BORDER-TOP: #531500 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #531500 1px solid; BORDER-BOTTOM: #531500 1px solid; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}
.InputDropDownList { BORDER-RIGHT: #531500 1px solid; BORDER-TOP: #531500 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #531500 1px solid; BORDER-BOTTOM: #531500 1px solid; FONT-FAMILY: arial, helvetica, sans-serif; height:18px;}

.PageHeader
{
	font-family:Verdana;
	font-size:16px;
	color:#531500;
    font-weight:bold;
    padding-top:15px;
    padding-left:25px;
}
.ProductCartHeader
{
	font-family:Verdana;
	font-size:10px;
	color:#531500;
    padding-top:15px;
    padding-left:25px;
    font-weight:bold;
}
.ProductCart
{
	font-family:Verdana;
	font-size:10px;
	color:#531500;
    
}
div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;

	background-image:url(images\\gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images\\gray.png');
}


div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.floatingHeader
{
	background-color: #BF82B8;
	color:#ffffff;
}