﻿body {
	background-color:#FFFFFF;
	font-family:  verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.mainTable {
	margin: 0px auto; 
	background-color: #cda445;
	width: 870px;	
}
.black12 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.black12:hover {text-decoration: underline; color: #000000; }
.contentTable {
	height: 400px;
	width: 870px;
}

.navTable {
	background-color: #cda445;
	width: 185px;
}

.txtMain {
	font-size: 12px;
	color: #FFFFFF;
}
.txtNav {
	font-size: 14px;
	color: #f7f5f5;
	text-decoration: none;
	font-weight: bold;
}
a.txtNav:hover {text-decoration: none; color: #cda445; }

.txtSubNav {
	font-size: 12px;
	color: #f7f5f5;
	text-decoration: none;
}
a.txtSubNav:hover {text-decoration: none; color: #cda445; }

.txtLeftCartHeader {
	font-size: 11px;
	color: #FFFFFF;
}
.txtFooter {
	background-color: #413373;
	height: 25px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtFooter:hover {text-decoration: underline; color: #FFFFFF; }

.txtPurlpe14 {
	font-size: 14px;
	color: #09123b;
}
.txtSubFooter {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.required {
	color: #b01304;
	font-size: 10px;	
}
.RequiredBig {
	color: #FF0000;
	font-size: 13px;	
	font-weight: bold;
}
.itemNav {
	font-size: 11px;
	color: #7a2039;
	text-decoration: none;
}
a.itemNav:hover {text-decoration: underline; color: #7a2039; }

.txtCustomLength {
	font-size: 10px;
	color: #000000;
}
.onSale {
	color: #7a2039;
	font-style: italic;
	font-weight: bold;
}
.stikeout {
	text-decoration:line-through;
}

.FormTitle {
	font-family:  verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight:500;
	text-decoration: none;
}
.FormSubTitle {
	font-family:  verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 7px;
}
.SubTitleRow {
	padding-left: 0px;
	padding-right: 0px;
}

.SmallPrintItalic {
	font-family:  verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.SmallFormNote {
	font-family:  verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #ff0000;
}
.SmallPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.VerifyBoldPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	text-decoration: none;
	font-style: normal;
}
.VerifyPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}


.CartTable {
	width:650px;
	border-collapse:collapse;
}

.CartTableReg {
	width:630px;
	border-collapse:collapse;
}

.CartHeaderRow {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7a2039;
	line-height: 12pt;
}
.CartHeaderCell {
	border-width:1px;
	border-style:solid;
	border-color:#7a2039;
}
.CartDataCell {
	border-width:1px;
	border-style:solid;
}
.CartTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 11px;
	line-height: 12pt;
}
.CartGrandTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 12px;
	line-height: 12pt;
}