html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a6a7ab;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
	font-size: 11px;
}

.searchBox {
	color: #666666;
	background-color: #cfcfd1;
	border: 1px solid #666666;
	font-size: 11px;
}

.textbox {
	background-color: #cfcfd1;
	border: 1px solid #ffffff;
	font-size: 11px;
	color: #000000;
}

.textboxDisabled {
	background-color: #E0F0FF;
	border: 1px dashed #000000;
	font-size: 11px;
	color: #000000;

}
.submit {	
	color: #FFFFFF;
	background-color: #ff8a00;
	border: 1px white solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #a6a7ab;	
}

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: #ffffff;
}

a.txtSession, a.txtSiteDocs {
	color: #ffffff;
	text-decoration: none;
}

a.txtSession:hover, a.txtSiteDocs:hover {
	color: #ff9900;
	text-decoration: underline;
}


.txtTopMenu {
	color: #ffffff;
	font-size: 12px;
}

a.txtTopMenu {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.txtTopMenu:hover {
	color: #ff9900;
	font-size: 12px;
	text-decoration: underline;
}




.txtSessionRecap {
	color: #003366;
}

a.txtSessionRecap {
	color: #a6a7ab;
	text-decoration: none;
}

a.txtSessionRecap:hover {
	color: #ff9900;
	text-decoration: underline;
}



a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff8a00;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #797878;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}

.txtSale {
 	color: #FF0000;
}

.txtOutOfStock {
	color: #FF0000;
}

.txtSiteDocs, a.txtSiteDocs {
	color: #a6a7ab;
	text-decoration:none;
}

a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #a6a7ab;
	text-decoration:none;
}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #FF6600;
	text-decoration:none;
}

a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}

.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #ff8a00;
}

.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}

.tblList {
	border: 1px solid #ffffff;
}

.tdListTitle {
	background-color: #494a4f;
	font-weight: bold;
	color: #FFFFFF;
}

.tdEven {
	background-color: #FFFFFF;
	color: #464646;
}

.tdOdd {
	background-color: #cfd3de;
	color: #464646;
}

.txtCartPrice {
	float: right;
	color: #ffffff;
	padding-right: 3px;
}

.txtCart {
	color: #ffffff;	
}

.cartTotal {
	border-top: 1px dashed #a6a7ab;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #ffffff;
}

a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #ffffff;
}

a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

.cartProgress {
	font-weight: normal;
	color: #ffffff;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}

.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}

.quickBuy {
	text-align: center;
	color: #666666;
}

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}

.tdcartEven {
	background-color: #EBEDFE;
	color: #000000;	
}

.tdcartOdd {
	background-color: #FFFFFF;
	color: #000000;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff9600;
	text-decoration: none;
	padding: 6px;
	border: 1px dashed #ffffff;
}

a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}

.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: #a6a7ab;
}

a.txtCopyright:hover {
	text-decoration: none;
}

.dropDown {
	width: 120px;
}

.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #a6a7ab;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #070F72;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
}

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

.ReviewBot {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #070F72;
}

.RatingBottom {
	background-color: #070F72;
	padding: 3px;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	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;
}


p.price {
	font-weight: bold;
	font-size: 1.4em;
	color: #32bf2b;
}

p.productinfo {
	font-size: 1.4em;
	color: #32bf2b;
}

p.productoptions {
	font-size: 1.4em;
	color: #ff6100;
}

/* 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: 99%;
	height: 160px;
}

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

