body, table {
	background-color: #0f1606;
	background-image: url("../images/final_bg.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top;
	color: #56560d;
	 font:95% verdana,arial,sans-serif;
	 font-weight: 200;
	
}

div table.update td, div table.update th{
	background-color: #EEFFBB;
	border: 2px solid #BBCC77;
	white-space: nowrap; 
}
a{color:#446600;text-decoration:none;}
a:hover{text-decoration:underline;color:#BBCC77;}
img{border:0px;}
.alphabet{padding:10px; margin-bottom:5px; background-color:#EEFFBB; border:2px solid #BBCC77;font-size:12px;}
sup{font-size:8px;}
.btns{border:1px dashed #BBB; padding:3px; min-width:100px;}
.float_l{float:left;}
.float_r{float:right;}
.center{text-align:center;}
.desc_short{margin-bottom:10px; padding:10px; background-color:#FFFFBB; border:1px solid #BBCC77;}
.small_img{float:left; padding:3px; border:2px dashed #BBCC77; margin-right:10px; max-height:100px; max-width:100px; /*IE max-width hack*/ width:expression(document.body.clientWidth > 100? "100px": "auto" ); height:expression(document.body.clientHeight > 100? "100px": "auto" );
}
.small_img:hover{border:2px solid #BBCC77;background-color:#EEFFBB;}
.big_img{padding:3px; border:2px dashed #BBCC77; margin-right:10px;}
.adm_txt{font-size:16px; text-align:center; color:#FF6666;}
input[type="text"],textarea{font-size:13px; font-family: arial, helvetica, sans-serif;}
.small{color:#BBB; font-size:12px;}
.underline_admin{border-bottom:2px solid #BBCC77; width:780px; margin-bottom:10px;}
.underline{border-bottom:2px solid #BBCC77; width:890px; margin-bottom:10px;}

.rights{font-size:13px; font-weight:500; color:#EEFFCC;}

.shipping	{
		border-bottom: 1px solid #cdcd8e;
		border: 1px solid #cdcd8e;
		width: 400px;
		padding: 5px;
		}
		
/* Form Style */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
  color: #949232;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/**** end of form style ******/


/* Max menu */
.menu	{
	margin: 0px auto 0px auto;
	padding:0px;
	overflow: hidden;
	background: url("../images/nav_bg.gif") center center repeat-x;
	width: 559px;
	line-height: 60px;
	vertical-align: center;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 11pt;
}
.menu li{display: inline;}
.menu li a{
	float: left;
	padding: 0px 8px;
	text-decoration: none;
	border:solid #c8c78c;
	border-width:0px;
	text-align:center;
}
.menu li a:visited	{color: #949232;}
.menu li a:link		{color: #949232;}
.menu li a:hover, .now	{background: transparent url("../images/nav_bg_hov.gif") repeat-x;}
/* End Max menu*/


.show a {color: red; }

small  {

    font-size: 50%;

}