html, body {
	font-family:Arial, Helvetica, sans-serif;	
	color: #e1e1e1;
}

img {
	border: 0;
	border-color:#CCCCCC;
}

.cart_icon {
	border: none;
	margin: 12px 0;
}
.searchtxt {
	color: #1ba60b;
	padding-bottom:4px;
}
.searchBtn {
	color: #333;
	background-color: #ffdcfe;
	border: 1px solid #ffdcfe;
	width: 30px;
	line-height:30px;
	font-size: 10px;
	padding:2px;
}
.searchBox {
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #151515;
	background-color: #fff;
	border: 1px solid #fff;
	padding:5px;
}
.textbox {
	color: #000000;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
.textboxDisabled {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #e1e1e1;
}
.submit {	
	background-color:#1da60c;
	color: #fff;
	/* height: 18px; */
	/* font-weight: bold; */
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
.submit:hover {	
	background-color:#161615;
	color: #1da60c;
}
form {
	margin: 0;
	padding: 0;
}

ol, ul {
	margin-left: 20px;
	padding: 0;
	color: #e1e1e1;	
}

li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
}

li.num {
	color: #d88cd6;	
	padding:0;
	margin:0;
	
}
li.account {
	list-style-type: square;
	padding: 5px 0 5px 0;
}
.txtSession, .txtCopy,{
	font-size: 14px;
	color: #fff;
}
a.txtSession {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding:10px;
}
a.txtSession:hover{
	background-color:#1ba60b;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}


.txtCheckout {
	color: #FFFFFF;
	background-color: #1f1f1f;
	border: 1px solid #a2a2a2;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

txtButton, a.txtButton {
	color: #FFFFFF;
	background-color: #1ea50b;
	padding: 5px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #d88cd6;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
	font-size:24px;
	color:#F00;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-size:20px;
	font-weight:bold;
	color: #d88cd6;
}
.txtTextPrice {
	font-size:24px;
	color: #fff;
}
.txtProductPrice {
	font-size:24px;
	color: #d88cd6;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #ffffff;
	text-decoration:none;
	
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #ffffff;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #000000;
	text-decoration:none;
}

.txtBoxSave {
	color: #e60606;
}
.tblList {
}
.tdListTitle {
	border-bottom: 1px solid #d88cd6;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #181818;
	padding: 10px;
}
.tdOdd {
	background-color: #000000;
	padding: 10px;

}
.txtCartPrice {
	float: right;
	color: #ffdcfe;
	padding: 0 3px 0 0;
}
.txtCart {
	color: #e1e1e1;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding: 2px 0 0 0;
	margin: 3px 0 5px 0;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #fff;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #000000;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #1f1f1f;
	border: 1px solid #a2a2a2;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #d88cd6;
	border: 1px solid #a2a2a2;
	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;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #fff;
	padding: 10px;
	margin: auto;
	background-color:#1da60c;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
}
.txtcartProgressCurrent {
	color: #fff;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #e1e1e1;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #000000;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #181818;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding: 10px 0 0 0;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #d88cd6;
	background-color: #000;
	border: 1px solid #d88cd6;
	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 {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #000000;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

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

#shipping-select {
	width: 220px;
}
.products{
	text-align: center;
	width: 30%;
	margin: 0 3px 3px 0 ;
	height: 220px;
	float: left;
	overflow: hidden;
	border-right: 0 solid #e1e1e1;
	position: relative;
}
/* start mod: Extended Product Options - http://cubecart.expandingbrain.com */

/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal, .voHorizontalSelected, .voVertical, .voVerticalSelected, .voWithNames, .voWithNamesSelected {
	background-color: #000;    /* customize this! - background colour when selected */
	border: 1px solid #151515;    /* customize this! - default border colour */
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 5px;
	color:#fff;
}
/* COLOURS WHEN SELECTED */
.voHorizontalSelected, .voVerticalSelected, .voWithNamesSelected {
	background-color: #151515;    /* customize this! - background colour when selected */
	border: 1px solid #151515;    /* customize this! - border colour when selected */
	color:#fff;
}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {
	width:  100px;                /* customize this! - width of horizontal visual options */
	height:90px;                /* customize this! - height of horizontal visual options */
	float: left;
	color:#fff;
	font-size:10px;
	
}
/* SIZE OF VERTICAL VISUAL OPTIONS */
.voVertical, .voVerticalSelected {
	width:  70px;                /* customize this! - width of vertical visual options */
	height: 70px;                /* customize this! - height of vertical visual options */
	padding: 0;
	color:#fff;
}
.voImage {
	width:70px;
	height:70px;
	vertical-align: middle;
	color:#fff;
}

/* end mod: Extended Product Options - http://cubecart.expandingbrain.com */

/* 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;
	color: black;
	background-color: #E0FFB8;
	padding: 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: 96%;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

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

