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

img {
	border-style: none;
}

.cart_icon {
	border-style: none;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
}

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

.searchBox {
	background-color: #FFFFFF;
	border-color: #A0A493;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-size: 11px;
}

.textbox {
	background-color: #FFFFFF;
	border-color: #D1D5C4;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 11px;
}

.textboxDisabled {
	background-color: #F2F8E4;
	border-color: #D1D5C4;
	border-style: dashed;
	border-width: 1px;
	color: #000000;
	font-size: 11px;
}

.submit {
	background-color: #E6F0F1;
	border-color: #BDCACC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	padding-bottom: 1px;
	padding-top: 1px;
}

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

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

li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

li.bullet {
	list-style-type: square;
}

li.bulletLrg {
	font-size: 14px;
	list-style-type: square;
}

.txtInfoTitles {
	color: #ff3474;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: none;
}

.txtInfoData {
	color: #ff3474;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.txtPopularLinks, a.txtPopularLinks {
	color: #22BEB1;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: none;
}

.txtSaleLinks, a.txtSaleLinks {
	color: #708B90;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: none;
}

a.txtSaleLinks:hover {
	color: #ff6a9f;
}

.txtProdLinks, a.txtProdLinks {
	color: #ff3474;
	font-size: 14px;
	font-weight: bold;
}

a.txtProdLinks:hover {
	color: fuchsia;
	text-decoration: none;
}

li.num {
	color: #1EA89D;
	font-weight: bold;
	margin-bottom: 10px;
}

li.account {
	list-style-type: square;
	padding-bottom: 5px;
	padding-top: 5px;
}

.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}

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

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

a.txtButton {
	background-color: #FFE7ED;
	border-color: #BDCACC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	line-height: 21px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}

a.txtButton:hover {
	background-color: #E6F0F1;
	border-color: #BDCACC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	line-height: 21px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	color: #8C8992;
	font-size: 12px;
	text-decoration: line-through;
}

.txtcheckoutPrice {
	color: #eb7a1e;
	font-size: 13px;
	font-weight: bold;
}

.txtSale {
	color: #eb7a1e;
	font-size: 16px;
	font-weight: bold;
}

.txtNormal {
	color: #000000;
	font-size: 14px;
	font-weight: lighter;
}

.txtOutOfStock {
	color: #FF0000;
}

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

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

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #ff3474;
	font-weight: bold;
	text-decoration: none;
}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #4297B0;
	text-decoration: underline;
}

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

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

.txtBoxSave {
	color: #75AE37;
	font-size: 10px;
	padding-left: 20px;
}

.txtblack {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.tblList {
	border-color: #070F72;
	border-style: solid;
	border-width: 1px;
}

.tdListTitle {
	background-color: #070F72;
	color: #FFFFFF;
	font-weight: bold;
}

.tdEven {
	background-color: #FFFFFF;
}

.tdOdd {
	background-color: #EBEDFE;
}

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

.txtCart {
	color: #000000;
}

.cartTotal {
	border-top-color: #070F72;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 3px;
	padding-top: 2px;
	width: 153px;
}

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

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

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #3B70A6;
	font-size: 12px;
	text-decoration: none;
}

a.txtviewCart:hover {
	color: #598527;
	text-decoration: underline;
}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #598527;
	font-size: 12px;
	text-decoration: underline;
}

div.cartProgress {
	background-color: #F2F5F5;
	border-bottom-color: #BDCACC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #BDCACC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #BDCACC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #F2F5F5;
	border-top-style: solid;
	border-top-width: 1px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 4px;
	width: 350px;
}

.txtcartProgressCurrent {
	color: #598527;
	font-size: 15px;
	font-weight: bold;
}

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

.txtmyLinks, a.txtmyLinks {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.txtmyLinks:hover {
	color: #004F92;
	text-decoration: underline;
}

.tdcartTitle {
	background-color: #EAF2F3;
	border-bottom-color: #BDCACC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000;
	font-weight: normal;
}

.tdcartEven {
	background-color: #ffffff;
}

.tdcartOdd {
	background-color: #FFFFFF;
}

.tdCartSubTotal {
	border-top-color: #DDE2E3;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
}

a.txtCheckout {
	background-color: #66CC33;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

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

.txtStockWarn {
	color: #FF0000;
}

.txtGreen {
	color: #AF3724;
	font-size: 16px;
	font-weight: bold;
}

.txtGr {
	color: #598527;
}

.Errorwidth {
	text-align: center;
	width: 75%;
}

.txtError {
	background-color: #EEF6DC;
	border-color: #CFD3C1;
	border-style: solid;
	border-width: 1px;
	color: #598527;
	font-weight: bold;
	padding: 2px;
}

.txtCopyright, a.txtCopyright {
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}

a.txtCopyright:hover {
	color: #004F92;
	text-decoration: underline;
}

.dropDown {
	font-size: 11px;
	width: 105px;
}

.skindropDown {
	color: #ff3474;
	font-size: 10px;
	width: 130px;
}

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

.Ratings {
	background-color: #F2F8E4;
	border-color: #D0D4C2;
	border-style: solid;
	border-width: 1px;
}

.RatingTop {
	background-color: #F2F8E4;
	border-bottom-color: #D0D4C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.RatingMain {
	background-color: #ffffff;
	font-style: italic;
	padding: 6px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.RatingBottom {
	background-color: #F3F6F7;
	border-top-color: #D0D4C2;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}
