table.border {  border: 1px solid #0851A6; }
table.product {  border: 1px solid #336633; }
table.cart {  border: 2px solid #336633; }
h1 { margin-bottom: 0; margin-top: 0; color: #0851A6; }
h3 { margin-bottom: 5; color: #336633; margin-top: 0; }
h4 { font-size: 14px; margin-bottom: 0; }
td.desc { font-size: 11px; }
td.specs { font-size: 11px; }
.greenbar { color: #336633; }
.greenline { border-bottom: 1px solid #336633; }
strong.c1 { color: #336633; }

table.buyitem {
	width: 100%;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;	
}  

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

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