/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
 font-family: Verdana,sans-serif;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background: #FFFFFF;
}
hr {color: #3FA6CC}
.odd {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 color: #003366;
 background: #EDF5FC;
}
.even {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 color: #003366;
 background: #FFFFFF;
}
.errmsg {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 background-color:#FFFFFF;
 color:#CC0000;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
 color: #005FA9;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
/************** header tag styles **************/
h1{
  font: bold 120% Verdana,sans-serif;
  color: #003366;
  margin: 0px;
  padding: 0px;
}
h2{
  font: bold 114% Verdana,sans-serif;
  color: #003366;
  margin: 0px;
  padding: 0px;
}
h3{
  font: bold 105% Verdana,sans-serif;
  color: #003366;
  margin: 0px;
  padding: 0px;
}
h4{
  font: bold 100% Verdana,sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

.hdr1 {
 font-family: Verdana,sans-serif;
 font-size: 24px;
 color: #003366;
 background: #FFFFFF;
}
.hdr2 {
 font-family: Verdana,sans-serif;
 font-size: 18px;
 color: #003366;
 background: #FFFFFF;
}
.hdr3 {
 font-family: Verdana,sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #003366;
 background: #FFFFFF;
}
.hdr4 {
 font-family: Verdana,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #003366;
}
.hdr5 {
 font-family: Verdana,sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #E50111;
}
/************** billto - shipto styles *****************/
#billto{
 padding: 5px 0px 5px 0px;
 font: 0.8em Verdana,san-serif;
 color: #2C4593;
 background-color: #FFFFFF;
}
#billto h3{
 font: bold 175% Verdana,sans-serif;
 color: #2C4593;
 padding: 5px 0px 0px 0px;
}
#billto img{
 padding: 10px 0px 0px 0px;
}
/*************** list tag styles ***************/
ul{
  list-style-type: square;
   color: #003366;
}
ul ul{
  list-style-type: disc;
 color: #003366;
}
ul ul ul{
  list-style-type: none;
 color: #003366;
}
/*************** product table styles ***************/
.tableText{
 font-size: 11px;
 line-height: 14px;
 align: left;
 vertical-align: top;
}
.tableHeader{
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 line-height: 14px;
 align: left;
 background-color: #003366;
}
/********* form and related tag styles *********/
form {
 margin: 0;
 padding: 0;
}
label{
  font: bold 9px Verdana,sans-serif;
  color: #003366;
}
    
input{
 font-family: Verdana,sans-serif;
    color: #003366;
}
/************* #search styles ***************/
.search{
 font-size: 11px;
 font-color: #003366;
 font-style: bold;
}
#search{
 padding: 5px 0px 30px 10px;
 border-bottom: 1px solid #3399CC;
}
#search form{
  margin: 0px;
  padding: 0px;
}
#search label{
 display: block;
 margin: 0px;
 padding: 0px;
}
/************** item styles *****************/
.items{
 font-family: Verdana, sans-serif; 
 font-size: 10px; 
 font-weight: bold;
 color: #003366;    
}
.itemdesc{
 font-family: Verdana, sans-serif; 
 font-size: 12px;
 font-weight: normal;
 color: #003366;
 line-height: 15px;
 background-color: #FFFFFF;
}
.prices {
 font-family: Verdana, sans-serif; 
 font-size: 12px;
 font-weight: bold; 
 color: #003366;
 background-color: #FFFFFF;
}
.item{
 padding: 0px 20px 5px 10px;
}
.item img{
 padding: 0px 10px 20px 0px;
}
/************** feature styles *****************/
.feature{
 padding: 0px 20px 5px 10px;
 min-height: 345px;
 height: 345px;
 font-size: 11px;
 color: #003366;
 line-height: 14px;
}
.feature h3{
 font: bold 175% Verdana,sans-serif;
 color: #003366;
 padding: 50px 0px 5px 0px;
}
.feature img{
 float: left;
 padding: 0px 10px 0px 10px;
}
/************** info styles *****************/
.info{
 padding: 20px 40px 5px 40px;
 font-size: 12px;
 color: #003366;
 line-height: 14px;
}
.info img{
 padding: 10px 10px 0px 0px;
}
/************** cart styles *****************/
.cart{
 font:Verdana;
 font-size: 12px;
 color:#003366;
 line-height: 14px;
}
.cartBold{
 font:Verdana;
 font-size: 12px;
 color:#003366;
 font-weight:bold;
 background: #FFFFFF;
}
.cartHeadline{
 font:Verdana;
 font-size: 18px;
 color:#FFFFFF;
}
.cartBlue{
 font:Verdana;
 font-size:12px;
 color:#3495C8;
}
/*************** thumbnail styles ******************/
#thumbnail a:link {
text-decoration: none;
}
#thumbnail a:visited {
text-decoration: none;
}
#thumbnail a:hover {
text-decoration: underline;
}
#thumbnail a:active {
text-decoration: none;
}
#thumbnail table {
 padding: 4px 4px 4px 4px;
 vertical-align: top;
}
#thumbnail td {
 text-align: center;
 font-size: 12px;
 color: #000000;
 background-color: #FFFFFF;
 padding-bottom: 0px;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 4px;
 border: 1px solid #879AD6;
 vertical-align: top;
}
.thumbnail {
 font-size: 10px;
 font-weight: bold;
 color: #2C4593;
}
/************* #footer styles ***************/
#footer img{
 padding: 4px 4px 4px 10px;
 vertical-align: middle;
} 
#footer{
 font-size: 11px;
 font-color: #FFFFFF;
}
.footerLinks a:hover {
 font-size: 11px;
 text-decoration:underline;
 font-color: #FFFFFF;
}
/************* #header styles ***************/
#header{
 background: #003366;
}
/************ sectionLinks styles **************/
#pageNav{
 float: left;
 width:150px;
 padding: 0px;
 background-color: #EDF5FC;
 border-right: 1px solid #3399CC;
 border-left: 1px solid #3399CC;
 font: 12px, Verdana,sans-serif;
}
#sectionLinks{
 padding: 0px;
}
#sectionLinks h3{
 padding: 10px 0px 2px 10px;
 border-bottom: 1px solid #3399CC;
}
#sectionLinks a:link, #sectionLinks a:visited {
 display: block;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #3399CC;
 font-weight: bold;
 padding: 3px 0px 3px 10px;
 color: #003366;
}
#sectionLinks a:hover{
 border-top: 1px solid #cccccc;
 background-color: #9DD2FC;
 background-image: none;
 font-weight: bold;
 text-decoration: none;
}
/************* relatedLinks styles **************/
.relatedLinks{
 margin: 0px;
 padding: 0px 0px 10px 0px;
}
.relatedLinks h3{
 padding: 10px 0px 2px 10px;
}
.relatedLinks a{
 display: block;
 text-decoration: underline;
 font-size: 12px;
 line-height: 20px;
 font-weight: bold;
 padding: 0px 0px 2px 10px; 
}
/************* end **************/