img {border: none;}
	
/**FORMS AND LIST STYLING
***************************/
.textbox {
	background-color: #F7F7F7;
	border: 1px inset #DDDDDD;
	font-size: 11px;
	color: #000000;
	width: 100px;
	}

.textboxDisabled {
	background-color: #3B5370;
	color: #FFFFFF;
	border: 1px inset #D6D6D6;
	}


.submit {	
	color: #000;
	background-color: #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 24px;
	line-height: 16px;
	font: normal 12px Arial;
	padding: 0 4px 0 4px;
	cursor: pointer;
	margin-top: 5px;
	}

.submit:hover {	
	color: #000;
	background-color: #ccc;
	border: 1px solid #bbb;
	height: 24px;
	line-height: 16px;
	font: normal 12px Arial;
	padding: 0 4px 0 4px;
	cursor: pointer;
	margin-top: 5px;
	}
	

form {margin: 0px;padding: 0px;}
ol, ul {margin: 0px;padding: 0px;}
li {list-style-position: inside;margin: 0px;padding: 0px;}
li.bullet {list-style-type: square;}
li.bulletLrg {list-style-type: square;font-size: 14px;}
li.num {color: #000000;	}
li.account {list-style-type: square;padding-top: 5px;padding-bottom: 5px;}


/**MISCELLANEOUS STYLING
***************************/
.txtOldPrice {text-decoration: line-through;}
.txtSale {color: #FF0000;}
.txtOutOfStock {color: #FF0000;}
.txtBoxSave {color: #F90707;padding-left: 16px;}
.txtStockWarn {	color: #FF0000;}
.txtError {font-weight: bold;color: #050F72;background-color: #FFCECE;border: 1px solid #FF0000;padding: 2px;}

/**DEVELLION COPYRIGHT
*************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #000000; 
	border-bottom: none;
	margin-bottom: 10px;
	}

a.txtCopyright:hover {text-decoration: none;}
.dropDown {width: 120px;}

/**COUPON STYLING - ORIGINAL AND UNTOUCHED
********************************************/
.addCoupon:hover, 
.addCoupon:active, 
.addCoupon:visited, 
.addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	}

/**SORT PRODUCT - ORIGINAL AND UNTOUCHED
**********************************************/
a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}


a.sortLink: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: #F7F7F7;/* #3b5272;*/
padding: 10px;
position: relative;
color: #666666;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}

.divEmailInfo p {background-color: #3b5272; color: #FFFFFF; padding: 5px;}
.divEmailInfo ol li {margin: 10px 0;}
.divEmailInfo {}

.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: white;
	background-color: #3b5272;
	}


.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 td {padding-top: 5px; padding-bottom: 5px;}
.contactForm td.tag {}
.contactForm input.textbox {width: 96%;}
.contactForm select {	width: 96%;}
.contactForm textarea {	width: 99%;height: 160px;}
.contactForm .textbox {
	background-color: #F7F7F7;
	border: 1px inset #DDDDDD;
	font-size: 11px;
	color: #000000;
	}

.contactForm .submit {	
	color: #000;
	background-color: #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 24px;
	line-height: 16px;
	font: normal 12px Arial;
	padding: 0 4px 0 4px;
	cursor: pointer;
	margin-top: 5px;
	}

.contactForm .submit:hover {	
	color: #000;
	background-color: #ccc;
	border: 1px solid #bbb;
	height: 24px;
	line-height: 16px;
	font: normal 12px Arial;
	padding: 0 4px 0 4px;
	cursor: pointer;
	margin-top: 5px;
	}
	


/* 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 #70CDCC !important;
}
.recaptcha_theme_white .validation-failed, 
.recaptcha_theme_blackglass .validation-failed, 
.recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, 
.recaptcha_theme_blackglass .validation-passed, 
.recaptcha_theme_red .validation-passed {
	border: 1px solid #B1D16C !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 */

