/* 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;
}
/*---------------------------------
  Social Bookmarks by Electric Studio, http;//www.electricstudio.co.uk
----------------------------------*/
.bookmarkHolder {
	position:relative;
	bottom:18px;
	right:0;
	margin:0 auto;
	width:950px;
}
.bookmarkButton {
	float:right;
	width:120px;
	text-align:right;
}
.bookmarkLinks {
	border:solid 2px #D20000;
	background-color:#fff;
	padding:10px;
	width:130px;
	display: none;
	position:absolute;
	bottom:0;
	right:0;
}
.bookmarkLinksInline {
	padding:0 0 15px 0;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	font-weight:900;
	margin:0;
	padding:0 0 6px 0;
}
.bookmarkLinks ul, .bookmarkLinksInline ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bookmarkLinks ul li{
	text-align:left;
	padding:2px 4px 8px 0 ;
}
.bookmarkLinksInline ul li{
	text-align:left;
	float:left;
	padding:2px 10px 8px 0 ;
}
ul li.delicious {
	background:url("../styleImages/backgrounds/delicious.png") no-repeat 0 0;
}
ul li.digg {
	background:url("../styleImages/backgrounds/digg.png") no-repeat 0 0;
}
ul li.reddit {
	background:url("../styleImages/backgrounds/reddit.png") no-repeat 0 0;
}
ul li.facebook {
	background:url("../styleImages/backgrounds/facebook.png") no-repeat 0 0;
}
ul li.stumbleupon {
	background:url("../styleImages/backgrounds/stumbleupon.png") no-repeat 0 0
}
ul li.sphinn {
	background:url("../styleImages/backgrounds/sphinn.png") no-repeat 0 0
}
ul li.google {
	background:url("../styleImages/backgrounds/google.png") no-repeat 0 0
}
ul li.mixx {
	background:url("../styleImages/backgrounds/mixx.png") no-repeat 0 0
}
.bookmarkLinksInline ul li a, .bookmarkLinks ul li a {
	padding:0 0 0 23px;
	margin:0 0 0 0px;
}
