﻿body
{
	background-attachment: fixed;
	background-color: #fff;
}

html, body, form
{
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
}

body, form
{
	margin: 0;
}

h1
{
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

td
{
	vertical-align: top;
}

body,td {
	
	font-family: Arial;
	font-size: 12px;
	color: #000;
}


td.carthead
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background-color: #8d576a;
}

tr.carthead
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background-color: #8d576a;
}

a,a:active,a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.pur
{
	font-family: Arial;
	font-size: 12px;
	color: purple;
	text-decoration: none;
}

input, textarea, select{
	font-family: Arial;
	font-size: medium;
	color: #000;
}

label{
	font-family: Arial;
	font-size: medium;
	color: #000;
}

fieldset
{
    width: 786px;
}

legend
{
    font-family: Verdana;
    font-size: 12px;
}

#MainWrapperDiv
{
    width: 800px;
    height: 100%;
    
}

#CartWrapperDiv
{
    width: 800px;
    height: 25px;
    background-color: #FFFBD6;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
}

#CartWrapperDiv select
{
    vertical-align: middle;
    font-size: 12px;
}

.CartCell
{
	border-bottom: 1px solid silver;
}

.header
{
	padding: 8px 0px 5px 5px;
	font-size: larger;
	font-weight: bold;
	color: #FE5A17;
}

A:hover
{
	color: purple;
}

A.BlueURL
{
	color: #127CD4;
	font-weight: bold;
}

A.BlackURL
{
	color: #000;
	font-weight: normal;
}

A.BlackURL:hover
{
	color: purple;
}

A.smallUrl
{
	font-size: 8pt;
}

.ONSTOCK
{
	font-size: 10px;
	color: Green;
}

.SOLDOUT
{
	font-size: 10px;
	color: Red;
}

.ProdTable
{
	
}

.ProdCell
{
	background-color: #f7f7f7;
	padding-left: 3px;
}

.ProdHead
{
	background-color: #f0f0f0;
	padding-left: 3px;
	border-bottom: 1px solid silver;
}

.Price
{
	font-size: 120%;
	color: Black;
}

.PriceLow
{
	font-size: 120%;
	color: Red;
	font-weight: bold;
}

.PriceLow2
{
	font-size: 120%;
	color: Red;
	font-weight: bold;
}

.PriceLarge
{
	font-size: 120%;
	color: Purple;
	font-weight: bold;
}

.PriceOld
{
	font-size: 120%;
	color: Black;
	text-decoration: line-through;
}

#UpdateSplashDiv
{
	position: absolute;
	top: 30%;
	left: 25%;
	background-color: White;
	border: 1px solid #a0a0a0;
	text-align: center;
	padding: 20px;
}

.CartCell
{
	white-space: nowrap;
}

/*Modal Popup*/
.modalBackground {
	background-color:#858585;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	padding:0px;
	background-color: White;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}


/* for understanding browsers */
.container1 {
}
/* for Internet Explorer */
/*\*/
* html .container1 {
}
/**/

/* for understanding browsers */
.container2 {

}
/* for Internet Explorer */
/*\*/
* html .container2 {

}
/**/
