html, body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
img {
	border: none;
}
.colMid a {
	color: #C61B21 !important;
	text-decoration: none !important;
}
.colMid a:hover {
	text-decoration: underline !important;
}
.cart_icon {
	border: none;
	margin: 12px 0px;
}
h2.hBrowse {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/browse.png);
}
h2.hBasket {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/basket.png);
}
h2.hShopping {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/shopping.png);
}
h2.hCurrency {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/currency.png);
}
h2.hMailing {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/mailing.png);
}
h2.hWelcomeGuest {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/welcomeGuest.png);
}
h2.hWelcomeBack {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/welcomeBack.png);
}
h2.hUseful {
	width: 209px;
	height: 29px;
	background: url(../styleImages/headings/usefulLinks.png);
}
h2.hLatest {
	width: 551px;
	height: 29px;
	background: url(../styleImages/headings/latest.png);
}
h2.hReviews {
	width: 551px;
	height: 29px;
	background: url(../styleImages/headings/readReviews.png);
}
h2.hSubmit {
	width: 551px;
	height: 29px;
	background: url(../styleImages/headings/submitReview.png);
}
h2 span {
	display: none;
}
.boxTitleLeft h2, .txtContentTitle h2 {
	margin: 0;
}
.searchBtn {
	color: #FFFFFF;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	height: 20px;
	width: 30px;
	font-size: 10px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #FFFFFF;
	height: 22px;
	/* font-weight: bold; */
	font-size: 12px;
	background-color: #C61B21;
	border: 1px solid #fff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #C61B21;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #C61B21;
	text-decoration: underline;
}
.txtButton {
	color: #FFFFFF;
	background-color: #C61B21;
	border: 1px solid #fff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF !important;
	background-color: #C61B21;
	border: 1px solid #fff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF !important;
	background-color: #C61B21;
	border: 1px solid #fff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #c61b21;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #c3e37e;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	text-decoration:underline;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ebebeb;
	padding: 5px 20px;
	width: 511px;
	height: 19px;
	background: url(../styleImages/headings/blank.png);
}
.txtContentTitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ebebeb;
	padding: 0;
	width: 551px;
	height: 29px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #333;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dotted #464646;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #333;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	padding: 3px;
}

#RatingMain {
	padding: 3px;
}

.ReviewBot {
	padding: 3px;
}

#RatingBottom {
	padding: 3px;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}
.inputField {
	height: 14px;
	padding: 2px;
	width: 125px;
	vertical-align: middle;
}
.searchBox2 {
	height: 16px;
	border: 1px solid #BFDA95;
	padding: 2px;
	width: 354px;
	vertical-align: middle;
	margin-right: 15px;
}
.footerLeft {
	width: 300px;
	float: left;
	font-size: 0.9em;
	color: #fff;
	margin: 0;
}
.footerRight {
	width: 300px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	margin: 0;
}
.footerRight a {
	color: #707070;
	text-decoration: none;
}

.footerRight a:hover {
	text-decoration: underline;
}

/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	background-color: #d7d7d7;
	border: 1px solid #545454;
	padding: 1px 1em 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	/*background-color: #FFEEE7;*/
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm .textbox {
	width: 96%;
	border: 1px solid #545454;
}
.contactForm select {
	/*width: 243px;*/
	border: 1px solid #545454;
}
.contactForm textarea {
	width: 99%;
	height: 160px;
	border: 1px solid #545454;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #545454 !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #545454 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #545454 !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
