
/*http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	line-height: 140%;
	font-family: inherit;
	/*text-align: left;*/
	/*vertical-align: top;*/
}

a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
body {
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #440011;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
}
img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	border: 1px solid #440011;
	background-color: #440011;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
}
.searchBtn:hover {
	background-color: #aa7788;
	border: 1px solid #aa7788;
}
.searchBox {
	color: #440011;
	background-color: #ece5e7;
	border: 1px solid #440011;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	padding-left: 5px;
}

.textbox {
	color: #440011;
	background-color: #ece5e7;
	border: 1px solid #440011;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	padding-left: 5px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 1em;*/
	color: #000000;
}
.submit {	
	color: #FFFFFF;
	border: 1px solid #440011;
	background-color: #440011;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
}
.submit:hover {
	border: 1px solid #aa7788;
	background-color: #aa7788;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
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;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #440011;
}
a.txtSession, a.txtSiteDocs {
	color: #440011;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #aa7788;
	text-decoration: underline;
}
a.txtButton {
	color: #FFFFFF;
	border: 1px solid #440011;
	background-color: #440011;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	text-decoration: none;
}
a.txtButton:hover {
	background-color: #aa7788;
	border: 1px solid #aa7788;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #440011;
}
.txtOutOfStock {
	color: #aa7788;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #aa7788;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #440011;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #aa7788;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}
.txtContentTitle {
	font-weight: bold;
	font-size: 1.4em;
	color: #aa7788;
}
.txtBoxSave {
	color: #aa7788;
	padding-left: 20px;
}
.tblList {
	border: 0px solid #440011;
}

.tdListTitle {
	background-color: #440011;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven, .tdOdd {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	border-top: 1px solid #ece5e7;
}

.txtCartPrice {
	float: right;
	color: #440011;
	padding-right: 3px;
}
.txtCart {
	color: #440011;	
}
.cartTotal {
	border-top: 1px dashed #ece5e7;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #440011;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #aa7788;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #440011;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #000000;
}
a.txtviewCart:hover {
	background-color: #aa7788;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #aa7788;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #aa7788;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ece5e7;
	border-bottom: 1px solid #ece5e7;
	width: 720px;
	margin: 10px 0 20px 0;
	clear: both;
}
.txtcartProgressCurrent {
	color: #660000;
	font-weight: bold;
}
.quickBuy {
	width: 500px;
	margin: 20px 0 20px 0;
	text-align: center;
	color: #aa7788;
}
.tdcartTitle {
	font-weight: normal;
	color: #aa7788;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ece5e7;
	border-bottom: 1px solid #ece5e7;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom:  1px solid #ece5e7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom:  1px solid #ece5e7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tdCartSubTotal {
	padding-top: 10px;
}
a.txtCheckout, a.txtUpdate {
	color: #FFFFFF;
	border: 1px solid #440011;
	background-color: #440011;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	text-decoration: none;
}
a.txtCheckout:hover, a.txtUpdate:hover {
	border: 1px solid #aa7788;
	background-color: #aa7788;
}
.txtStockWarn {
	color: #aa7788;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.push {
	height: 8em;
}
.txtCopyright  {
	width: 100%;
	background-color: #440011;
	text-align: center;
	padding: 10px;
	color: #ffffff;
}
a.txtCopyright {
	color: #ffffff;
	text-decoration: none;
}
a.txtCopyright:hover {
	text-decoration: none;
	color: #aa7788;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #440011;
	border-right: 1px solid #440011;
	border-left: 1px solid #440011;
	background-color: #ece5e7;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #440011;
	border-left: 1px solid #440011;
	background-color: #ece5e7;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #440011;
	border-left: 1px solid #440011;
	background-color: #ece5e7;
	padding: 3px;
	border-bottom: 1px solid #440011;
}

.RatingBottom {
	background-color: #440011;
	padding: 3px;
	border-right: 1px solid #440011;
	border-left: 1px solid #440011;
	color: #FFFFFF;
	/*font-size: 1em;*/
}

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

#shipping-select {
	width: 220px;
}

/* 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: #E0FFB8;
	padding: 1px 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 input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* 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 */
