/* Default CSS Stylesheet for a new Web Application project */
.PageTemplate
{
	background-color: white;
}
.PageHeader
{
	color: whitesmoke;
	background-color: steelblue;
}
.PageFooter
{
	color: white;
	background-color: steelblue;
}
.LeftMargin
{
	border-right: steelblue 1px solid;
/*	width: 150px; */
}
.Rightmargin
{
	width: 120px;
}
TABLE
{
	font-size: 10pt;
	font-family: Tahoma, Helvetica, sans-serif;
}
.TBox
{
	font-size: 10pt;
		font-family: Tahoma, Helvetica, sans-serif;
}
.HText
{
	display: none;
}
.PButton
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-size: 10pt;
	border-left: navy 1px solid;
	cursor: hand;
	border-bottom: navy 1px solid;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: lightskyblue;
}
.HelpButton
{

	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: yellow;
	background-color: red;
}
.CheckOutButton
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: gainsboro 1px solid;
	cursor: hand;
	color: white;
	border-bottom: gainsboro 1px solid;
	background-color: black;
}
.NavLink
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10pt;
	padding-bottom: 4px;
	border-left: 1px outset;
	cursor: hand;
	padding-top: 4px;
	border-bottom: 1px outset;
	text-align: center;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'white' , endColorStr= 'gainsboro' , gradientType= '0' );

}
.FooterNavLink
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10pt;
	border-left: 1px outset;
	cursor: hand;
	border-bottom: 1px outset;
	background-color: gainsboro;
}
.HeaderCart
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 1px outset;
	cursor: hand;
	border-bottom: 1px outset;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'white' , endColorStr= 'gainsboro' , gradientType= '0' );

}
.Categories
{

	font-size: 9pt;
	cursor: hand;
}
.ProductsHeader
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 12pt;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	background-color: steelblue;
}
.RelatedTitle
{
	font-weight: bold;
	font-size: 10pt;
	background-color: Whitesmoke;
}
.RelatedHeader
{
	font-weight: bold;
	font-size: 10pt;
	background-color: Whitesmoke;
}
.RelatedItems
{
	border-right: Whitesmoke 1px solid;
	border-left: Whitesmoke 1px solid;
}
.FrameTop
{
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'white' , endColorStr= 'aliceblue' , gradientType= '0' );
	text-align: center;
}
.FrameCenter
{
	background-color: aliceblue;
}
.FrameBottom
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'aliceblue' , endColorStr= 'white' , gradientType= '0' );
}
.AboutHeader
{
	font-weight: bold;
	background-color: Whitesmoke;
}
.ProductPrice
{
	font-weight: bold;
	font-size: 12pt;
}
.ProductTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-color: ;
}
.ProductHeader
{
	font-weight: bold;
	font-size: 10pt;
	background-color: Gainsboro;
	text-align:center;
}
.ProductDetail
{
	font-size: 12pt;
}
.SignIn
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	background-color: Whitesmoke;
}
.ActiveUser
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: Whitesmoke;
}
.CheckOut
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
}
.CheckOutHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: steelblue;
}
.PaymentMethod
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: steelblue;
}
.ThankYou
{
	font-size: 12pt;
}
A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	blue;
	}
.MenuCaption
{
	font-weight: bold;
	font-size: 10pt;
}
.MenuTitle
{
	font-weight: bold;
	font-size: 10pt;
}
.CatMenu
{
	border-right: 0px outset;
	padding-left: 15px;
	font-size: 10pt;
	border-left: 0px outset;
	cursor: hand;
	background-color: whitesmoke;
}	
.CatSubMenu
{
	padding-left: 5px;
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 0px outset;
	border-bottom: 1px outset;
	font-size: 10pt;
	background-color: Whitesmoke;
	cursor: hand;
}
.MenuSpacer
{
	font-size: 12pt;
}

.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10pt;
	border-left: 1px outset;
	width: 120px;
	color: white;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: steelblue;
}
.calheader
{
	color: white;
	border-bottom: white 1px solid;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}