body { 
	font-size: 80%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0pt;
}


a { color: #507acc; text-decoration:none }
a:hover { text-decoration:underline }

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	border: none;
	padding: 1px;
	margin-top: 1px;
        text-align: center;
}	

h2 { 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: none;
	border: none;
	padding: 1px;
	margin-top: 1px;
        text-align: left;
}

h3 { 
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	border: none;
	padding: 1px;
	margin-top: 1px;
        text-align: left;
}

hr {
	background-color: #507acc;
	border-left:1px solid #9db5e2;
	border-top:1px solid #9db5e2;
	border-right:1px solid #1c335f;
	border-bottom:1px solid #1c335f;
	height: 2px;
}


.inactive {
	display: none;
}
.active {
	display: block;
}


.purplebox {
	color: white;
	text-align: center;
	background-color: #507acc;
	border-left: 2px solid #9db5e2;
	border-top: 2px solid #9db5e2;
	border-right: 2px solid #1c335f;
	border-bottom: 2px solid #1c335f;
}


.purplebox a {
	color: white;
	text-decoration: none;
}

.purplebox a:hover {
	text-decoration: underline;
}


.menu ul { 
	list-style-type: none;
	text-align: left; 
	padding:0px; 
	margin: 0px;
	padding-left: 1.2em;
}

.menu li {
	padding-left: 0px;  
	margin-top: 7px;
	padding-top: 0px;
	font-weight: bold;
}

.menu a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px black;
}


.warning, .warning a { color: #f00 }

.formMessage {
	font-weight: bold;
	color: green;
	font-size: 125%;
}

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#f00;
}

#PageTitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	border: none;
	padding: 1px;
	margin-top: 5px;
        text-align: center;
}

#YouAreHere {
	font-size: 95%;
	font-weight: bold;
}

#PageBody {
	padding: 10px;
}

#ContactBox {
text-shadow: 2px 2px 2px black; 
	padding: 1em;
	
}

#SearchForm {
	position: absolute;
	top: 20px;
	right: 10px;
}


form #successBox {
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-bottom: 2px solid green;
	border-right: 2px solid green;
	background-color: #eeffee;
	text-align: center;
	margin: 15px;
	color: green;
	padding: 8px;
}

form .successMessage {
	color: green;
}

form #errorBox, form #errorBoxCC, form #errorBoxAuthNet {
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	background-color: #ffeeee;
	text-align: center;
	margin: 15px;
	color: red;
	padding: 8px;
}

form .errorMessage {
	color: red;
}

#ProductsGrid {
	clear: both;
}

#SuggProductsGrid {
	width : 90%;
	padding : 3px;
	margin : 0px;
        border ; 1px;
}

#SuggProductsHeader {
	background-color: #507acc;
	color: #FFFFFF;
	text-align: left;
	font-size: 125%;
}


table.specs
  { 
     background-color:#ffffff;
     width: 90%;
     spacing: 1px;
     padding: 1px;
     border: 1px solid #000000;
     border-style: outset;
     border-spacing: 1px
  }

th.specs
  {
     font-size: 12pt;
     color: white;
     background-color: #507acc;
     text-align:left;
     border: 1px solid #000000;
     border-style: outset;
     border-spacing: 1px
  }

#CompareGrid {
	width: 100%;
	overflow-x: scroll;
	text-align: center;
}

.note {
	font-size: 8px;
	color: blue;
	font-weight: normal;
}
