html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	/* color: #333333; */
	color: #ffffff;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	/* background-color: #c3e37e; */
	background-color: #000000;
	border: 1px solid #FFFFFF;
	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: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #000000;
	/* border: 1px solid #b1d16c; */
	/* LOCATION - */
	border: 1px solid #ffffff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	/* color: #333333; */
	/* LOCATION: BULLETS FOR "Tell a Friend" & "Write review / comment" */
	color: #FFF200;
}

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

li.num {
	/* color: #333333; */
	/* LOCATION: "Popular Products" NUMBER LIST */
	color: #FFFFFF;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	/* color: #333333; */
	color: #ffffff;
}
a.txtSession, a.txtSiteDocs {
	/* color: #000000; */
	/* LOCATION: [Login | Register] COLORS */
	color: #E10016;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #446D8C;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton: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;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
	/* LOCATION: sale price */
 	color: #C30000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
	/* color: #333333; */
	/* LOCATION - LATEST PRODUCTS PRICE */ 
	color: #ffffff;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #550000;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	/* color: #000000; */
	/* LOCATION -  */
	color: #FFFFFF;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	/* color: #333333; */
	/* LOCATION - ALL TEXT */
	/* color: #0000C3; */
	color: #6D9BC4;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	/* color: #0000ff; */
	/* LOCATION - TEXT HOVER COLOR - SHOP BY CATEGORY */
	color: #FFFFFF;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #000000;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	/* color: #FFFFFF; */
	color: #000000;
	/* LOCATION - HEADER color for the main text boxes */
	background-color: #000000;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.txtBoxSave {
	color: #c30000;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	/* background-color: #e1e1e1; */
	/* LOCATION PRODUCT LIST TITLE */
	background-color: #181818;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #666666;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #505050;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	/* LOCATION SHOPPING BASKET */
	/* color: #000000; */
	color: #FFFFFF;
	padding-right: 3px;
}
.txtCart {
	/* color: #333333; */
	/* LOCATION SHOPPING BASKET */
	color: #FFFFFF;
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	/* color: #333333; */
	color: #FFFFFF;
}
a.txtCartProduct:hover {
	text-decoration: none;
	/* color: #0022FF; */
	color: #FFFFFF;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	/* LOCATION - VIEW BASKET BUTTON */
	background-color: #0016A5;
	/* border: 1px solid #b1d16c; */
	border: 1px solid #E10016;
	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: #c30000;
	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: #000000; */
	/* LOCATION - SOME BASKET TEXT COLORS */
	color: #FFFFFF;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	/* color: #666666; */
	/* LOCATION - "Want to add more items? Enter the Product Code:" */
	color: #FFFFFF;
}
.tdcartTitle {
	font-weight: bold;
	/* LOCATION ??? */
	/* color: #333333; */
	color: #FFFFFF;
	/* background-color: #ffffff; */
	background-color: #000000;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	/* background-color: #ffffff; changed 5-29-09*/
	/* LOCATION SHOPPING CART PRODUCTS BACKGROUND */
	background-color: #240087;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	/* background-color: #ffffff; changed 5-29-09*/
	background-color: #240087;
	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; (DON'T CHANGE) */
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	/* color: #000000; */
	color: #FFFFFF;
	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: #e1e1e1;
	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;
}
