a:link		{ color: #660066; text-decoration: underline; }
a:hover		{ color: #CC66CC; text-decoration: underline; }
a:visited	{ color: #CC66CC; text-decoration: underline; }
body {
	background: #660066 url(/images/bgPurpleYellow.gif) repeat-y;
	margin: 0px;
}
body, input, select, textarea, td, th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th.CCLabel {
	font-weight: normal;
	text-align: left;
}

th.Detail {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background: #ffffcc;
}
th.SearchResult {
	vertical-align: top;
	color: lightyellow;
}
td.Detail {
	vertical-align: top;
	color: black;
	background: #ffffcc;
}
td.SearchResult {
	vertical-align: top;
	background: lightyellow;
}

.AdminList {
	background-color: #660066;
	margin-left: 15px;
}
.AdminList td {
	background-color: #ffffff;
}
.AdminList tr.Inactive td {
	background-color: #ffdddd;
}
.AdminList th {
	background-color: #990099;
	color: #ffffff;
}
.Basket {
	background-color: #660066;
	margin-left: 15px;
	margin-right: 15px;
	width: 600px;
}
.Basket td {
	background-color: #ffffcc;
	height: 23px;
}
.Basket th {
	background-color: #993399;
	color: white;
	padding: 2px 5px 2px 5px;
}
.BlkBold {
	color: #660066;
	font-weight: bold;
}
.boldtxt {
	font-weight: bold;
}
.Description {
	color: #333333;
	margin-right: 15px;
	margin-left: 15px;
}
.DetailRight {
	border-bottom: solid 1px #660066;
	width: 200px;
}
.DetailRight td {
	background-color: #ffffff;
	border-left: solid 1px #660066;
	border-right: solid 1px #660066;
	color: #333333;
	padding: 0px 8px 5px 8px;
}
.ErrorDesc {
	color: red;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
}
.Footer {
	text-align: center;
}
.hdr {
	font-size: 14px;
	color: #660066;
	font-weight: bold;
	margin-left: 15px;
}
.HeaderText {
	color: #660066;
	font: bold 18px "times new roman";
	vertical-align: top;
} 
.Indent {
	margin-left: 15px;
}
.Indent img {
	margin-right: 5px;
	text-align: top;
}
.Label {
	color: #666666;
	text-align: right;
}
.PageBody {
	vertical-align: top;
}
.Product {
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
.subhdr {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
}
.TextLinks {
	padding: 10px 20px 10px 20px;
	text-align: center;
}

/* Shopping Cart */
.cartSubTotalText, .cartSubTotal, .cartZipCodeText, .cartShippingMethodText, .cartShippingChargeText, .cartShippingCharge, .cartTaxText, .cartGrandTotalText {
	text-align: right;
}
.cartShippingChargeError {
	font-weight: bold;
	color: red;
	font-size: 12px;
}

.cartSubTotalTextError, .cartSubTotalError {
	text-align: right;
	font-weight: bold;
	color: red;
	font-size: 12px;
}

td.cartZipCode, td.cartShippingMethod {
	padding: 0px 5px 0px 5px;
}
.cartGrandTotalText, .cartGrandTotal {
	font-weight: bold;
	text-align: right;
}