body 
{
   margin: 0px;
   padding: 0px;
   width: 100%; 
   height: 100%;
   background-color: #990000;
   font-family: serif;
}

form
{
   margin: 0px;
   padding: 0px;
}


P
{
   text-indent: 0.1in;
   text-align: justify;
   padding-right: 5px;
}

li
{
   padding-right: 5px;
   text-align: justify;
}



tr,td
{
   vertical-align: top;
}


tr.mid,td.mid
{
   vertical-align: middle;
}


#Left
{
   margin-left: 10px;
   width: 150px; 
}


#Right
{
   margin-right: 10px;
   width: 150px;
}
 
#Center
{
   width: 660px;
   height: 100%;   
   margin-left:  15px;
   margin-right: 15px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: white;
}


#Search
{
   width: 145px;
   height: 55px;
   background-image: url(images/top_2_2.jpg);
}


#Backet
{
   font-size: 12px;
   font-weight: bold;
   color: white;
}

#Add_block
{
   font-size: 12px;
   font-weight: bold;
   color: red;
   background-color: #ffff99;
}

#Count_block
{
   display: none;
}

a.a_menu:link, a.a_menu:visited 
{
   background: url(images/tab.jpg) no-repeat;
   display:block;
   vertical-align: middle;
   font-size: 12px;
   font-weight: bold;
   color: white;
   padding-top: 1px;
   text-align: center;
   height: 20px !important;
   width: 140px;
   text-decoration: none;
}


a.a_menu:hover 
{
   background-color: #ffcccc;   
   background-position: 0px -20px;
   text-decoration: underline;
   color: red;

}


a.texted:link, a.texted:visited
{
   text-decoration: none;
   font-size: 12px;
}

a.texted:hover
{
   text-decoration: underline;
   font-size: 12px;
   color: red;
}

H4
{
   font-weight: bold;
   color: #ccff00;
   text-align: center;
   margin-bottom: 5px;
}


H3
{
   font-weight: bold;
   color: blue;
   text-align: center;
}

H2
{
   font-size: 16px;	
}


H1
{
   font-size: 20px;	
   color: blue;
   text-align: center;
}

.button
{
   background-color: #990000;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #999933;
   border-right-color: #333300;
   border-bottom-color: #333300;
   border-left-color: #999933;
   font-size: 10px;
   font-weight: bold;
   color: white;
   width: 100px; 
   height: 18px;
   margin-top: 5px;
   cursor: pointer;
}


a.tt span
{ 
   display: none;
} 

   
a.tt:hover
{ 
   position: relative;
   text-decoration: none;
   z-index: 10;
}


a.tt:hover span
{ 
   display: block;
   position: absolute; 
   top: -10px; 
   left: 10px;
   z-index: 10;
   width: 70px;
   background: #FFFFFF;
   color: red;
   padding: 5px;
   font-weight: bold;

   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #999933;
   border-right-color: #333300;
   border-bottom-color: #333300;
   border-left-color: #999933;
}


#Copy
{
   color: black;
   font-size: 12px;
}


a.copy:link, a.copy:visited, a.copy:hover
{
   color: black;
   text-decoration: none;
   font-size: 12px;
}

a.black:link, a.black:visited, a.black:hover
{
   color: black;
   text-decoration: none;
}