BODY
{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	text-align: center;
	background: #e0d597
}

H1
{	
	text-align: center;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #2d1f0e;
	margin-left: 10px;
}

H2
{	
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #2d1f0e;
	margin-left: 10px;
	margin-top: 10px;
}

H3
{	
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #2d1f0e;
	margin-left: 10px;
	margin-top: 10px;
}

TABLE
{
	font-size: 8pt;
	line-height: 12pt;
	padding: 0px;
	margin: 0px;
}

TH
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	height: 20px;
	color: #660000;
	background-color: #ff9933;
	font-weight: bold;

}

TD
{
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	border: 0px;
}

.footer
{
	text-align: center;
	font: smaller;
}

TH.SectionEnd
{
	border-top: gray 1px dotted;
	background-color: Transparent;
	font-size: 1px;
	line-height: 1px;
	height: 2px
}


TABLE.orderForm
{
border: 1
}

.OrderForm TD.DescHdr
{
	font-weight: bold;
	width: 260px;
}

.OrderForm TD.TypeHdr
{
	font-weight: bold;
	width: 60px;
}

.OrderForm TD.PriceHdr
{
	font-weight: bold;
	text-align: right;
	width: 60px;
}

.OrderForm TD.QtyHdr
{
	font-weight: bold;
	text-align: center;
	width: 60px;
}

.OrderForm TD.Price
{
	text-align: right;
	padding: 0px 10px 0px 0px;
	
}

.OrderForm TD.Qty
{
	padding: 0px 0px 0px 25px;
	text-align: center;
}

TABLE.PostOrder
{
	margin: 10px 0px 0px 0px;
}

.PostOrder TD.PostOrderL
{
	width: 400px;
}

.PostOrder TD.PostOrderR
{
	width: 220px;
	text-align: right;
	margin: 0px 10px 0px 0px;
}

TABLE.CustomerDetails
{
	
}

.CustomerDetails TD.label
{
	width: 190px;
}

.CustomerDetails TD.Required
{
	width: 65px;
	font-size: smaller;
	color: Red
}

.CustomerDetails TD.Content
{
	width: 248px;
}

.OrderDetails TD.QtyHdr
{
	font-weight: bold;
	width: 50px;
	text-align: center;
}

.OrderDetails TD.DescHdr
{
	font-weight: bold;
	width: 150px;
}
.OrderDetails TD.TotalHdr
{
	font-weight: bold;
	width: 75px;
	text-align: right;
	padding-right: 5px;
}

.OrderDetails TD.Qty
{
	font-size: smaller;
	text-align: center;
}

.OrderDetails TD.Desc
{
	font-size: smaller;
}
.OrderDetails TD.Total
{
	font-size: smaller;
	width: 75px;
	text-align: right;
	padding-right: 5px;
}

.Products TD
{
	padding: 5px 5px 5px 0px;
	color: #ffcc33;
	background-color: #cc6633;
	text-align: right;
	font-weight: bold;
}

.Shipping TD
{
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	color: #ffcc33;
	background-color: #cc6633;
	text-align: right;
}

.Total TD
{
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	color: #ffcc33;
	background-color: #cc6633;
	text-align: right;
}

TD.Note
{
	font-size: smaller;
	text-align: center;
}

TABLE.PostPayment
{
	margin: 10px 0px 0px 0px;
}

.PostPayment TD.PostPaymentL
{
	width: 260px;
	height: 50px;
}

.PostPayment TD.PostPaymentR
{
	width: 248px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	margin: 0px 10px 0px 0px;
}

.AddressBlock TD
{
	width: 320px;
	padding: 15px;
	vertical-align: top;
}

TD.InfoHdr
{
	padding: 0px 8px;
	color: #ffcc33;
	background-color: #cc6633;
	font-weight: bold;	
	vertical-align: middle;
	height: 20px;
}

TD.Info
{
	width: 233px;
	padding: 0px 8px;
	border: 0px;
	margin: 0px;
}

TD.Date
{
	width: 184px;
	padding: 0px 8px;
}

TD.Info DIV.note
{
	font-size: smaller;
}

TABLE.Items TD
{
	padding: 8px 8px;
}

TABLE.Items TR.Hdr TD
{
	padding: 0px 8px;
	color: #ffcc33;
	background-color: #cc6633;
	font-weight: bold;	
	vertical-align: middle;
	height: 20px;
}

TD.Product
{
	width: 474px;
}
TD.Qty
{
	font-size:8pt	
	text-align: center;
	width: 30px;
}
TD.Price
{
	text-align: right;
	width: 64px;
}
TD.Total
{
	text-align: right;
	width: 64px;
}
TD.PayMethod
{
}
TR.EvenLine TD
{
	background-color: #e0d597;
	border-bottom: dotted 1px black;
}
TR.OddLine TD
{
	background-color: #e0d597;
	border-bottom: dotted 1px black;
}
TD.ReceiptTotal
{
	text-align: right;
	font-weight: bold;
}
TD.ReceiptVAT
{
	text-align: right;
	font-weight: bold;
}

TABLE.CompanyInfo TD
{
	width: 698px;
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	line-height: 9pt;
	text-align: center;
}

INPUT.warning
{	
	color : Red;
}

INPUT.preorder
{
	color : Green;
}

#price_discounted {
	color : Green;
}
#price_base {
	text-decoration : line-through;
}

#notice_oop {
	color : Red;
}

#notice_oos {
	color : Purple;
}

#notice_preorder {
	color : Green;
}
a:link {
	color:Blue;
}     
a:visited {
	color:Purple;
} 
a:hover {
	color:White;
} 
a:active {
	color:Purple;
}





