BODY, HTML { 
background: url(images/bg1.jpg) #acacac fixed repeat ; 
margin: 0 ; 
font-size: 12pt ; 
font-family: arial, helvetica, sans-serif ;
color: #000088 ; 
}

.price_grid {
width: 90% ;
color: #efefef ;
text-decoration: none ;
background: #000000 ;
border: solid 1px #ff0000  ;
padding: 5px ;
line-height: 1.4em ;
}

.container {
background-color: #ffffff ;
margin: auto ;
width: 940px ;
border: 0px;
padding: 0px ;
}


TD.content_main {
background-color: #ffffff;
padding: 10px ;
border: 0px ;
width: 100% ;

}



A { 
text-decoration: underline ; 
color: #000066 ; 
}

a:hover { 
text-decoration: underline overline ; 
color: #0000ff ; 
}


.frame {
background: #ffffff ;

}

TD.content {
background-color: #ffffff;
padding: 3px ;
}

td.nav {
width: 200px;
background-color: #ffffff;
text-align: center ;
border: 1px dotted blue ;
padding:5px;

}

.submit {
background: #ffff00 ;
padding: 3px ;
border: 1px dotted red ;
font-size: 9pt ;
color: #ff0000 ;

}

.credit { 
font-family: sans-serif ; 
font-size: 7pt ; 
text-decoration: none ; 
color: #8f8f8f ; 
}

a.credit { 
font-family: sans-serif ; 
font-size: 7pt ; 
text-decoration: none ; 
color: #8f8f8f ; 
}

.credit:hover { 
font-family: sans-serif; 
font-size: 7pt; 
text-decoration: underline ; 
color: #8f8f8f ; ; 
}


h1 {
font-size: 14pt ;
color: teal ;
}

h2 {
font-size: 14pt ;
color: red ;
}

div.notice {
width: 190px;
background: #ffff00;
border: 1px dotted red ;
padding: 2px;
font-size: 9pt;
color: #ff0000 ;
text-align: center;
}

/* store top nav */


a.s {
display: block;
width:175px;
text-align: center;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

a.s:hover {
width:175px;
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }

a.s:active {
width:175px;
   border-top-color: #1b435e;
   background: #cc435e;
   }


.info {
height: 40px;
padding: 4px;
text-align: center;
color:green;
font-size: 9pt;

}


/*  LEFT NAV */

a.n {
display: block;
width:175px;
text-align: right;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

a.n:hover {
width:175px;
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }

a.n:active {
width:175px;
   border-top-color: #1b435e;
   background: #cc435e;
   }
