/* Body Info */
body, table, tr, td, p {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	margin-top: 0; 
	font-size: x-small; /* For IE 5.x */
	voice-family: "\"}\"";  /* For IE 5.x */
	voice-family:inherit;  /* For IE 5.x */
	font-size: small;
	}
html>body, table, tr, td, p { /* For Older Opera Browsers */
	font-size: small;
	}	
/* Body Info - END */

/* H Tags */
h1 { margin-bottom: 0; margin-top: 0; font-size: 160%; color: #34377e;}
h2 { margin-bottom: 0; font-size: 135%; color: #336633;}
h4 { margin-bottom: 0; font-size: 100%;}

/* Max Width and Center */
div.centlimit { 
	max-width: 95%; margin: 0 auto; 
	width:expression(document.body.clientWidth > 95? "95%": "auto" );
	}	
/* Body Info - END */	

/* General */
.specbg { background-color: #FFF7E7; }
.greenlbrdr { border: 1px solid #336633;}
ul { margin: 5px; list-style: none; }
.whitetxt { color: #FFFFFF; font-weight:bold; }
#specs { border: 1px solid #336633; padding: 2px 2px; width: 535px; }
#specs td {font-size: smaller;}
.wspace { padding-left: 1.5em; }
#jump { font-size: 90%; }

td.imgdesc {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 80%;
	}

td.rside {
	border-bottom: 1px solid #34377e;
	border-top: 1px solid #34377e;
	border-left: 0px solid #34377e;
	border-right: 1px solid #34377e;
	background-color: #FFFFFF;
	} 	
	
/* Table for Shopping Cart Buttons */
table.buyitem {
	width: 90%;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background-color: #FFFFFF;
	
}  


table.buyitem caption {
	background: #FFCC66;
	padding: 2px 2px;
	text-align: left;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	font-weight:bold;
}

table.buyitem tr.alt  { background-color: #FFF7E7; }

table.buyitem td {
	margin: 0;
	padding: 2px 2px;
	border-bottom: 1px solid #336633;
}

table.buyitem col.size1{
	width:20%;
	font-weight:bold;
	text-align: left;
	
}

table.buyitem col.size2{
	width:70%;
	font-size:50%;
	text-align: left;
}

table.buyitem col.size3{
	width:10%;
	font-weight:bold;
	text-align: right;
}

table.buyitem col.size4{
	width:102px;
	text-align: right;
}


/* Table Index */
table.index {
	width: 100%;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background-color: #FFFFFF;
	
}  

table.index a {
	font-size: 105%;
	font-weight:bold;
}

table.index td {
	margin: 0;
	padding: 2px 2px;
	border-bottom: 1px solid #336633;
}


table.index col.size1 {
	width:85%;
	font-size:50%;
	text-align: left;
}

table.index col.size2 {
	width:15%;
	font-weight:bold;
	text-align: right;
}

td.rightindx { text-align:right; font-weight:bold; }
.disclaimercss {font-size: 14px; font-weight: bold; color: #CCFF00; }
