/* styles for order form */

body, td, th, input, textarea  { 
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, sans-serif; 
	font-size: 11px; 
	}
h1	{ font-size:1.5em; }	
a:link, a:visited	{ color: #666666 }		

table { border:1px dashed #337 }
td  { text-align:left; vertical-align:top; padding:4px 6px }
th	{ 
  text-align:center; font-size: 11px;
  padding:6px 8px;
  background-color: #D0D0D0;
  border-bottom:1px dashed #337
  }
th.first { text-align:left; 
	font-size: 11px; 
}
tr.even { background-color: #EDEDED }
tr.odd {}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right; background-color: #CCCCCC; font-weight:bold }
td.btns { text-align:center }
input.cur { text-align:right }
input.btn { 
	background-color: #585858;
	color:#fff;
	margin:2px 0 
	}
.articleHead, .articleList_tophead, h1, h2 {
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #666666;
}

