body {padding:0; margin:0}
body, td, input, textarea{
	font-size:11px;
  font-family:Tahoma;
	color:#444444;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px}
table{border:0px; border-collapse:collapse;	}

hr{
width: 400px;
color: black;
}

a{color:#000088; text-decoration:none} 
a:hover{text-decoration:none}

span{ color:#444444}

img.buy{border: 1px black solid;}

.bluebg {color:#FFFFFF;}

ul {margin:0; padding:0; list-style:none; line-height:24px}
li { background:url(images/1_z2.gif)  bottom left no-repeat; margin:0px }
li a:hover{ text-decoration:none; color:#FFFFFF} 
.li { background:none; margin:0px }
.li a:hover{ text-decoration:none; color:#FFFFFF} 
 
.header td{color:#FFFFFF;} 
.header b a{color:#FFFFFF; font-size:11px} 
.header a{color:#C2C6C9; font-size:10px} 

.footer{color:#FDFDFD;} 
.footer a {color:#444444; } 
.footer b a{color:#FDFDFD; text-decoration:none } 
.footer b a:hover{text-decoration:underline } 

.more{background:url(images/1_z1.gif)  center left no-repeat; padding-left:11px; vertical-align:middle; color:#000000}


#input1{
   background:#BFC6CB;
   border:1px solid #2E3A44;
   padding-left:5px;
   width:179px; height:18px;
   color:#000000
}

#input2{
   border:none;   
   width:49px; height:15px;
   margin-left:51px;
   vertical-align:middle
}

#popitmenu{
   position: absolute;
   background-color: #000044;
   border:1px solid black;
   font: normal 10x Verdana;
   line-height: 15px;
   z-index: 100;
   visibility: hidden;
}

#popitmenu a{
   text-decoration: none;
   padding-left: 6px;
   color: white;
   display: block;
}

#popitmenu a:hover{ /*hover background color*/
   background-color: #666666;
}

input{
   background:#35424D;
   border:1px solid #A4AAB0;
   padding-left:5px;
   width:179px; height:20px;
}
textarea{
   background:#35424D;
   border:1px solid #A4AAB0;
   padding-left:5px;
   width:179px; height:90px;
   overflow:auto}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
font: normal 11px Tahoma;
line-height: 11px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 130px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid white;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.anylinkcss ul li a:hover{
background: black;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li.menuclass{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}