/* content styles*/

h1 {
	font-size: 21px;
	color: #f26623;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Times;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 18px;
	padding: 0px;
	color: black;
	padding: 0px;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Times;
}

#colRight h3 {
	color: #707070;
	padding: 0px;
	margin: 0;
	font-size: 14px;
}

#colRight p {
	line-height: 130%;
}

.txtError {
	font-weight: bold;
	color: red;
}


#contentRegion a {
	color: #f26623;
}

#contentRegion a:hover {
	text-decoration: none;
}

#contentRegion p {
	color: #545454;
	font-size: 12px;
}

.formTable {
	color: #545454;
}

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

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

.formTable .qtybox {
	width: 25px;
}

.formTable .textbox {
	width: 150px;
}

p.highlight {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 5px;
}

.regSep {
	margin-bottom: 25px;
}



/**** CART STUFF ****/
.cartProgress {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: #cccccc;
	margin-right: 5px;
	width: 938px;
	font-size: 14px;
}

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

#cartQuickAdd {
	width: 940px;
	clear: both;
	color: #545454;
	font-size: 12px;
	height: 23px;
	margin-bottom: 20px;
}

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

.tdcartEven {
	background-color: #f5f5f5;
	padding-top: 5px;
	font-size: 12px;
	color: #545454;
}

.tdcartOdd {
	padding-top: 5px;
	font-size: 12px;
	color: #545454;
}

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

.tdCartSubTotal {
	color: #545454;
	font-size: 12px;
}

.tdCartTotal {
	color: #545454;
	font-size: 14px;
}

.tdCartCode {
	background-color: #fcb4b6;
	border: 1px solid #990000;
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 5px;
}

.totaldivider {
	height: 16px;
	background-image: url(../styleImages/dotted-line-h.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
}

#btnAddProduct {
	vertical-align: bottom;
}

#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 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
}

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