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

/* H Tags */
h1 { margin-bottom: 0; margin-top: 0; font-size: 160%; color: #336633;}
h2 { margin-bottom: 0; margin-top: 0; font-size: 130%; color: #336633;}
h3 { margin-bottom: 0; font-size: 125%;}
h4 { margin-bottom: 0; padding: 0 0 1em 0; font-size: 100%;}

.desc { font-size: 11px; }
#specs td { font-size: 11px; }
table.specs {
	border-bottom: 1px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	text-align: left;
	}
td.liteblue  { background-color: #EEF2FD; }
tr.colhead  { background-color: #FFCC66; }
.greenbar { color: #336633; }
table.border { border: 1px solid #336633; }
img.border { border: 1px solid #97a3c3; }
td.divide { border-right: 1px solid #336633; }
.whitetxt {color: #FFFFFF; font-weight:bold; }

	
/* Table for Shopping Cart Buttons */
table.buyitem {
	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.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:65%;
	font-size:50%;
	text-align: left;
}

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

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

table.chain-specs {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #336633 #336633 #336633 #336633;
	border-collapse: collapse;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.chain-specs th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #336633 #336633 #336633 #336633;
	background-color: #ffcc66;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
}
table.chain-specs td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #336633 #336633 #336633 #336633;
	-moz-border-radius: 0px 0px 0px 0px;
}	
table.chain-specs tr.yellow {
background-color:#fff7e7;
}
