body {
 margin: 10px;
 background: #EFF3FF;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #787878;
}
/*do NOT change the order of these A links*/
a:link {
text-decoration: none;
color: #787878;
}
a:visited {
text-decoration: none;
color: #787878;
}
a:hover {
text-decoration: underline;
font-weight: bold;
color: #2C4593;
}
/* hover MUST come AFTER link and visited to be effective */
a:active {
text-decoration: none;
}
/* active MUST come AFTER hover to be effective */
#errmsg {
float: left;
width: 755px;
font-family: Verdana,sans-serif;
font-size: 1em;
line-height: 14px;
padding: 5px 0px 5px 5px;
color: red;
background: yellow;
}
.errmsg {
font-family: Verdana,sans-serif;
font-size: 16px;
color: red;
background: yellow;
}
.odd {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 color: #003366;
 background: #EFF3FF;
}
.even {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 color: #003366;
 background: #FFFFFF;
}
#logo {
float: left;
width: 760px;
height: 60px;
background: #FFFFFF url(../images/pt_logo.gif) no-repeat left top;
}
#leftnav {
display: block;
float: left;
width: 135px;
padding: 10px 0 0 0px;
font-size: 13px;
line-height: 20px;
color: #787878;
background: #EFF3FF;
}
#leftnav a:link {
display:block;
text-decoration: none;
color: #787878;
border-bottom: 1px dashed #D2D4C9;
}
#leftnav a:visited {
display:block;
text-decoration: none;
color: #787878;
border-bottom: 1px dashed #D2D4C9;
}
#leftnav a:hover {
display:block;
text-decoration: underline;
color: #000000;
border-bottom: 1px dashed #D2D4C9;
}
#leftnav a:active {
text-decoration: none;
}
#footer {
float: left;
width: 760px;
margin: 0 auto;
background: #EFF3FF;
border-top: 10px solid #2C4593;
}
/************** 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;
}
/************** 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: #2C4593;
 background: #FFFFFF ;
}
.cartBlue{
 font:Verdana;
 font-size:12px;
 color:#3495C8;
}
/************** feature styles *****************/
#feature{
 float: left;
 width: 600px;
 padding: 10px 20px 5px 20px;
 color: #000000;
}
#feature h3{
 font: bold 115% "Trebuchet MS",sans-serif;
 color: #000000;
 padding: 0px 0px 2px 0px;
}
#feature h2{
 font: bold 145% "Trebuchet MS",sans-serif;
 color: #2C4593;
 padding: 0px 0px 2px 0px;
}
#feature h1{
 font: bold 175% "Trebuchet MS",sans-serif;
 color: #000000;
 padding: 0px 0px 2px 0px;
}


#feature img{
 padding: 0px 10px 0px 10px;
}
/************** info styles *****************/
#info{
 padding: 5px 30px 5px 30px;
 font: 0.8em Verdana,san-serif;
 color: #2C4593;
 background-color: #FFFFFF;
}
#info h3{
 font: bold 175% "Trebuchet MS",sans-serif;
 color: #000000;
 padding: 25px 10px 10px 0px;
}
#info img{
 padding: 10px 0px 0px 0px;
}
.info {
font: 0.8em Verdana,san-serif;
color: #2C4593;
background-color: #FFFFFF
}
/************** item styles *****************/
.items{
 font-family: Verdana, sans-serif; 
 font-size: 10px; 
 font-weight: bold;
 color: #2C4593;    
}
.itemdesc{
 font-family: Verdana, sans-serif; 
 font-size: 14px;
 font-weight: normal;
 color: #2C4593;
 line-height: 15px;
 background-color: #FFFFFF;
}
.prices {
 font-family: Verdana, sans-serif; 
 font-size: 12px;
 font-weight: bold; 
 color: #2C4593;
 background-color: #FFFFFF;
}
.item{
 padding: 0px 20px 5px 10px;
}
.item img{
 padding: 0px 10px 20px 0px;
}
/*************** 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;
}
