
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	color: #666666;
}

.textboxDisabled {
	background-color:  #a60527;
	border: none;
	font-size: 14px;
	color: #FFFFFF;
}

.submit {
	color: #FFFFFF;
	background-color:  #a60527;
	height: 18px;
	padding-bottom: 2px;
	border: none;
	text-transform: uppercase;
}

.submit:hover {
	color: #FFFFFF;
	background-color: #1E1E1E;
	height: 18px;
	padding-bottom: 2px;
	border: none;
	text-transform: uppercase;
}

form, ol, ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

li.bullet {
	list-style-type: square;
	color: #1E1E1E;
}

li.bulletLrg {
	list-style-type: square;
	color: #1E1E1E;
}

li.num {
	color: #1E1E1E;
}

#AccountList {
	width: 160px;
	margin: 0 auto 30px;
	font-size: 16px;
}

#AccountList ul {
	margin-left: 15px;
}

#AccountList li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtSession, .txtCopy,  a.txtSession {
	color: #1E1E1E;
	text-decoration: none;
}

a.txtSession:hover {
	color: #a60527;
	text-decoration:underline;
}

a.txtButton {
	color:#FFFFFF;
	background-color: #a60527;
	padding: 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.txtButton:hover {
	color: #FFFFFF;
	background-color: #1E1E1E;
	padding: 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.txtOldPrice {
	text-decoration: line-through;
}

.txtSale {
	color: #a60527;
}

.txtOutOfStock {
	color: #a60527;
}

.txtBoxSave {
	color: #a60527;
	padding-left: 16px;
}

.txtStockWarn {
	font-size: 75%;
	color: #a60527;
}

.txtError {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a60527;
	border: 1px solid #333333;
	padding: 2px;
}

.txtDefault,  a.txtDefault,  a.txtLink,  a.txtLocation {
	color:#1E1E1E;
	text-decoration:none;
}

a.txtDefault:hover,  a.txtLink:hover,  a.txtLocation:hover {
	color: #a60527;
	text-decoration:none;
}


/**CART SIDEBOX

**************/


.txtCartPrice {
	float: right;
	color: #9b0326;
	padding-right: 3px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #9b0326;
	width: 178px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #9b0326;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #9b0326;
	text-decoration: none;
	padding: 2px 5px;
}
a.txtviewCart:hover {
	background-color: #000000;
	color: #FFFFFF;
}



/**CART PAGES

**************/

.cartProgress {
	width: 730px;
	color: #1E1E1E;
	padding: 4px;
	margin: 0 auto 20px;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

.cartProgress img {
	vertical-align:middle;
	margin-right: 20px;
}

.txtcartProgressCurrent {
	color: #a60527;
	font-weight: bold;
}

.quickBuy {
	text-align: center;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.tdcartTitle {
	color: #FFFFFF;
	background-color: #a60527;
	padding: 4px 2px;
}

.tdcartEven {
	background-color:#FFFFFF;
	color: #a60527;
	border-bottom: 1px solid #DDDDDD;
}

.tdcartOdd {
	background-color:#f6f6f6;
}

.tdCartSubTotal {
	padding-top: 10px;
}

#ViewCartForm span {
	font-size: 12px;
	color: #1E1E1E;
	font-weight: bold;
}

/**STEP 1 PAGE

***************/

table#Step1Form, table#LoginForm {
	width: 230px;
	float:left;
	text-align: left;
	border: 1px solid #9b0326;
	height: 200px;
	margin-right: 6px;
}

table#Step1Form td.tdTitle, table#LoginForm td.tdTitle {
	background-color: #9b0326;
	padding:0;
	margin:0;
}

table#Step1Form h1, table#LoginForm h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 4px;
	font-size:16px
}

table#Step1Form td p, table#LoginForm td p {
	margin: 0;
	padding: 4px 5px 0 5px;
	color: #1E1E1E;
}

table#Step1Form .tag {
}

table#Step1Form .textbox, table#LoginForm .textbox {
	width: 140px;
}

.regSep {
	width: 230px;
	float: left;
	margin: 0 6px;
	border: 1px solid #9b0326;
	height: 200px;
	text-align: center;
}

.regSep h2 {
	color: #FFFFFF;
	margin: 0;
	font-size:16px
}

.regSep p {
	padding: 0 3px;
	font-size: 13px;
}

.regSepInner {
	height: 115px;
	padding:5px;
	text-align: left;
}

/**REGISTRATION PAGE

*********************/

table#RegistrationForm td {
	padding: 5px;
}

table#RegistrationForm td.tdcartTitle {
	color: #FFFFFF;
	background-color: #a60527;
	padding: 4px;
	text-transform: uppercase;
}

table#RegistrationForm td.tag {
	width: 130px;
}

table#RegistrationForm td .textbox {
	width: 200px;
}

/**EDIT DELIVERY ADDRESS PAGE

********************************/

table#Step3Form, table#Step4Form {
	margin-bottom: 30px;
}

table#Step3Form td.tdcartTitle,  table#Step4Form .tdcartTitle {
	text-transform: uppercase;
}

table#Step3Form td, table#Step4Form td {
	padding: 5px;
}

table#Step3Form td .textbox, table#Step4Form td .textbox {
	width: 200px;
}

table#Step4Form .tag {
	width: 165px;
}

/**PROFILE PAGE

****************/

#ProfilePage {
	margin: 0 auto 30px;
	width: 500px;
	text-align: center;
}

#ProfileForm {
	text-align: center;
	margin: 0 auto;
}

#ProfileForm td {
	text-align: left;
	padding: 5px;
}

#ProfileForm td .textbox {
	width: 200px;
}

/**VIEW ORDERS PAGE

*********************/

table#ViewOrdersForm {
	border-left: 1px solid #1E1E1E;
	border-right: 1px solid #1E1E1E;
	margin-bottom: 40px;
}

table#ViewOrdersForm .tdcartTitle,  table#ViewOrderForm .tdcartTitle {
	text-transform: uppercase;
	padding: 5px;
	background-color: #a60527;
}

table#ViewOrdersForm .tdcartEven {
	background-color: #f6f6f6;
	padding-bottom: 5px;
}

table#ViewOrdersForm .tdcartOdd {
	background-color:  #FFFFFF;
	color: #a60527;
	padding-bottom: 5px;
	border-bottom: 1px solid #1E1E1E;
}

table#ViewOrdersForm .tdcartOdd a {
	color: #a60527;
	background: #FFFFFF;
	text-decoration: underline;
}

table#ViewOrdersForm .tdcartOdd a:hover {
	color: #a60527;
	background: #FFFFFF;
	text-decoration: none;
}

table#ViewOrdersForm .tdcartEven a {
	text-decoration: underline;
}

table#ViewOrdersForm .tdcartEven a:hover {
	color: #FFFFFF;
	background-color: #1E1E1E;
	text-decoration: none;
}

table#ViewOrderForm .tag {
	color: #a60527;
	background: #FFFFFF;
}

table#ViewOrderForm td {
	padding: 5px;
}

table#ViewOrderForm .subHead {
	text-transform: uppercase;
	color: #a60527;
}

/**CHANGE PASSWORD FORM

************************/

table#ChangePasswordForm td {
	padding: 5px;
	text-align: left;
}

table#ChangePasswordForm td .textbox {
	width: 150px;
}

/**GATEWAYFORM 

*****************/

table#GatewayForm .tdcartEven {
	background-color:#f6f6f6;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
}

table#GatewayForm .tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table#TAFForm td {
	text-align: left;
	padding: 5px;
}

table#TAFForm td .textbox {
	width: 200px;
}

.txtCopyright, a.txtCopyright {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	color: #FFFFFF;
}

a.txtCopyright:hover {
	text-decoration: none;
}

.dropDown {
	width: 120px;
}
