/* 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: #00478F;}
h2 { margin-bottom: 0; font-size: 150%;}
h3 { margin-bottom: 0; margin-top: 0; font-size: 140%;}
h4 { margin-bottom: 0; font-size: 110%;}

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

/* General */
.specbg { background-color: #FFF7E7; }
.greenlbrdr { border: 1px solid #336633;}
.whitetxt { color: #FFFFFF; font-weight:bold; }
table.specs { border: 1px solid #336633; padding: 2px 2px; width: 100%; }
.banner { width: 100%; margin-left: auto; margin-right: auto; }

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

td.lside {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	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: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	} 
td.rside {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	} 	
	
/* 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;
	text-align: left;
	border-bottom: 1px solid #336633;
}

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

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

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

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

table.topcon {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #006699;
	border-collapse: collapse;
	background-color: white;
}
table.topcon td.sub {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #006699;
	-moz-border-radius: 0px;
}
