body, .FadeBg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/assets/fade.jpg);
	background-repeat: repeat-x;
	background-color: #D98B46;
}
hr {
	color: #996666;
}
.SmboldWhiteTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
}
td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #996666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
	color: 993333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	color: 993333;
}
.productDes h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	color: #A8A841;
}
input, select {
	font-size: 12px;
}

p {
	margin-top: 3px;
	margin-bottom: 10px;
}
a:link {
	color: #336699;
}
.Imageborder {
	border: 1px solid #996666;
}


table.order { width:100%; border-collapse:	collapse; }
th.price, td.price    { text-align:right;  }

th.quantity, td.quantity,
th.applyrewards, td.applyrewards
{ text-align:center; }

th.itemname, th.stockcode { text-align:left; }

tr.subTotalLine td, tr.subTotalLine th 
{
  border-top:   solid 1px black;
  padding-top:  3em;
}

table.order tbody tr:last-child td
{
  padding-bottom:1em;
}
#accolades td {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #996666;
}

