/* styles for order form */

body, td, th, input  { 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	}
h1	{ font-size:1.5em; }	
a:link, a:visited	{ color:#000000 }		

table { border:0px dashed #337 }
td  { text-align:justify; vertical-align:top; padding:6px 0px }
th	{ 
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#ffffff;
  border-bottom:0px dashed #337
  }
th.first { text-align:left; background-color:#ebebe4; border-bottom:1px solid #999 }
th.second { text-align:left; background-color:#ebebe4; border-bottom:1px solid #999 }
th.third { text-align:right; background-color:#ebebe4; border-bottom:1px solid #999 }
th.center { text-align:center; background-color:#ebebe4; border-bottom:1px solid #999 }
th.buynow { text-align:center; background-color:#ebebe4; border-bottom:1px solid #999 }
tr.even { background-color:#ffffff }
tr.odd {}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right; background-color:#ffffff; font-weight:bold }
td.btns { text-align:center }
input.cur { text-align:right }
input.btn { 
	background-color:#ebebe4;
	color:#000;
	margin:2px 0 
	}
