.txtCopyright {
	text-align: center;
	font-size: 9px;
	color: white;
}

#contentRegion {
	font-size: 62.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: white;
}

#contentRegion p {
	color: white;
	font-size: 1.2em;
	line-height: 130%;
	padding-bottom: 10px;
}

#contentRegion div {
	font-size: 1.2em;
}

#contentRegion a {
	color: #F58426;
}

#contentRegion h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
}

#contentRegion h2 {
	font-size: 1.4em;
	padding-bottom: 8px;
}


#contentRegion h3 {
	font-size: 1.2em;
	padding-bottom: 6px;
}

#contentRegion h4 {
	font-size: 1.2em;
	padding-bottom: 6px;
	color: #F58426;
	font-weight: normal;
}

.formTable {
	color: white;
}

.formTable td {
	padding-bottom: 5px;
	font-size: 12px;
}

.formTable input {
	font-size: 11px;
}

.formTable .qtybox {
	width: 25px;
}

.formTable .textbox {
	width: 150px;
}

.alert {
	background-color: #330000;
	border: 1px solid #990000;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}


/**** CART STUFF ****/
.cartProgress {
	border: 2px solid #4E0000;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: #4E0000;
	margin-right: 5px;
}

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

.tdcartHeading {
	background-color: white;
	color: black;
	font-size: 1.2em;
	padding-top: 5px;
	font-weight: bold;
}

.tdcartEven {
	background-color: #4E0000;
	padding-top: 5px;
}

.tdcartOdd {
	padding-top: 5px;
}

.trcart td {
	padding-right: 2px;
	padding-left: 2px;
}

.totaldivider {
	height: 16px;
	background-image: url(../styleImages/footer-line.gif);
	background-repeat: no-repeat;
	background-position: center -3px;
}

#btnUpdateBasket {
	height: 35px;
	float: left;
	width: 300px;
	margin-top: 10px;
}

#btnCheckout {
	height: 35px;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 10px;
	margin-right: 6px;
}
.cartProductOption {
	font-size: 0.9em;
}

.txtStockWarn {
	color: red;
	font-size: 0.8em;
}

#paypal {
	clear:both;
	width:685px;
	text-align:center;
	padding-top:20px;
}


/* start mod: Fully Flexible Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */
.txtInfoMsg {
	background-color: #330000;
	border: 1px solid #990000;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.txtErrorMsg {
	background-color: #330000;
	border: 1px solid #990000;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* end mod: Fully Flexible Contact Forms */