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

/* General */
.whitetxt { color: #FFFFFF; font-weight:bold; }
.rside { border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	}
	
.lside { border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	}	
	
/* 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:15%;
	font-weight:bold;
	
}

table.buyitem col.size2 {
	width:75%;
	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 for Accessories */
table.accessory {
	width: 95%;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background-color: #FFFFFF;
	
}  


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

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

table.accessory td {
	margin: 0;
	padding: 2px 2px;
	text-align: left;
	border-bottom: 1px solid #336633;
}

table.accessory col.size1 {
	width:15%;
	font-weight:bold;
		
}

table.accessory col.size2 {
	width:75%;
	font-size:50%;
}

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

table.accessory col.size4 {
	width:102px;
	text-align: right;	
	}	
	
th.yell-bg{background-color:#FFCC00; border-bottom:1px solid #336633;}
.discss {
	color: #FFFFFF;
	font-weight: bold;
}

