/* 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 { 
	margin: 0 auto; 	
	}	


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

/* General */
.whitetxt { color: #FFFFFF; font-weight:bold; }
table.graybg { background-color: #a2a1a1; }
td.graybg { background-color: #a2a1a1; }
table.graybg2 { background-color: #a8a9ad; }
.wspace { padding: 0 1em 0 1em; }
#gloves a { font-weight: bold; }

td.lside {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px solid #000000;
	background-color: #FFFFFF;
	} 
td.rside {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	} 	
	
/* Table for Shopping Cart Buttons */
table.buyitem {
	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.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 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;
}
