body { 
  font-size:12px;  
  color:#776677;
  font-family:verdana,arial,sans-serif;
  margin:0;
  padding:0;
  /*background-repeat:repeat-x;  repeat-y;*/
  background-color: #666066; 
  /*background-image:url('../images/bg2.gif') ; */
}

 
table 
{ 
text-align:left; 
}

form { margin: 0px; padding: 0px; } table {text-align:left;}
img {border: none; outline: none;}

input, select, textarea , button { 
font:12px; 
font-family:  verdana, arial, helvetica, sans-serif; 
outline:none; 
padding:1px;  
margin:1px;
border: solid 1px #ddccdd;
}

a:link, a:visited {color:#553355;}
a:hover   {color:#FF3333;}

a.white, a.white:visited, a.white:hover  {color:#ffffff;font-weight : bold;}
a.white:hover {text-decoration:none;}
 
a.a2:link    {color:#ffffff; background-color:transparent ; text-decoration:none;font-weight : bold;}
a.a2:visited {color:#ffffff; background-color:transparent; text-decoration:none;font-weight : bold;}
a.a2:active  {color:#F0FFCC; background-color:transparent; text-decoration:none;font-weight : bold;}
a.a2:hover   {color:#F0FFCC; background-color:transparent ; ttext-decoration:underline;}


tr.bar1 {
background-color:#<?php echo $color1;?>;
}

tr.bar2 {
background-color:#<?php echo $color1_shadow;?>;
}

table.price
{
font-size: 10px;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-width: 0;
border-color: #a0a0a0;
}

td.price
{
font-size: 10px;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
 
} 

h2  {font-size: 13px;}
td  {font-size: 12px; margin-bottom: 1px;}
.error, .message {font-style: italic;}
h1, .header {font-size: 18px;}

hr {
    border: 0px;
    margin-top: 2px;
    border-top: 1px dashed #999;
    height: 1px;
	border-bottom: 0px none;
	border-right: 0px none; 
	border-left: 0px
	color: #fff;
    }
 
hr.dots {border-top: 1px dotted #ccc; color: #fff; border-right: 0px; border-bottom: 0px; border-left: 0px;}
h1, h2  {font-weight: bold; color: #F08C1D;}  

pre {font: 12px/15px monospace;}
 

input.adv {width: 110px; margin-right: 5px; margin-bottom: 5px;}
input.search, select {font: 12px Verdana, Arial, Helvetica, sans-serif; outline:none;}
input.search, input, select {color: #333;} 
 
.error {color: #FF0000;} 
 

#trailimageid {
 position: absolute;
 visibility: hidden;
 left: 0px;
 top: 0px;
 /* width: 560px; */
 height: 0px;
 z-index: 1000;
}

#trailimageid div {
 padding: 10px;
 background-color: #FFF;
 border: 1px solid #888;
 text-align: left;
 font: arial;
 color: #666666;
}
 

#trailimageid img {
 margin: 5px;
 border: none;
}

 