html, body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.txtSession, a.txtSession {
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
}
a.txtSession:Hover {
	font-style:normal;
	text-decoration:underline;
	color: #ffffff;
}
.txtRandomProd, a.txtRandomProd {
	color: #525252;
	font-style:normal;
	text-decoration:none;
}
a.txtRandomProd:Hover {
	font-style:normal;
	text-decoration:underline;
	color: #525252;
}
.txtCatNavs, a.txtCatNavs {
	color: #32322D;
	font-style:normal;
	text-decoration:none;
}
a.txtCatNavs:Hover {
	font-style:normal;
	color: #32322D;
}
.txtSearch, a.txtSearch {
	text-transform:uppercase;
	color: #ffffff;
	text-decoration:none;
}
a.txtSearch:Hover {
	text-decoration:underline;
	color: #ffffff;
}
.txtTopDocs, a.txtTopDocs {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #FFFFFF;
}
a.txtTopDocs:Hover {
	text-decoration:underline;
}
.BasketTitle {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #FF0000;
}
.BasketContent {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #DADADA;
}
.BasketPrices {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #FF0000;
}
.LatestProdTitle, a.LatestProdTitle {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #525252;
}
a.LatestProdTitle:Hover {
	text-decoration:underline;
}
.txtPopularProds, a.txtPopularProds {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#32322D;
	padding-top:3px;
	padding-bottom:3px;
	line-height:16px;
	text-indent:15px;
	display: block;
}
a.txtPopularProds:Hover {
	background-color:#EEEEEE;
}
.txtAccountInfo, a.txtAccountInfo {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#32322D;
}
a.txtAccountInfo:Hover {
	text-decoration:underline;
}
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: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
}
.textbox {
	background-color: #E2DEC8;
	border: 1px solid #000000;
	font-size: 13px;
	color: #000000;
}
.mailinglist {
	margin:4px;
	background-color: #E8E7E2;
	border: 1px solid #101010;
	font-size: 12px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
}
.submit {	
	color: #FFFFFF;
	background-color: #908B6D;
	border: 1px solid #65624D;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 12px;
	font-weight:bold;
}
.sort {	
	color: #32322D;
	background-color: #CEC8A4;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 12px;
	font-weight:bold;
}
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;
}
.txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSiteDocs {
	color: #031074;
	text-decoration: none;
}
a.txtSiteDocs:hover {
	color: #031074;
	text-decoration: underline;
}
.txtButton, a.txtButton {
	color: #FFFFFF;
	background-color: #908B6D;
	border: 1px solid #65624D;
	padding:1px;
	font-weight:bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:Hover {
	color: #FFFFFF;
	background-color: #AEA88A;
	border: 1px solid #65624D;
	padding:1px;
	font-weight:bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	font-weight:bold;
	text-decoration: line-through;
}
.txtNormal {
	font-weight:bold;
	font-size:17px;
 	color: #36A620;
}
.txtSale {
	font-weight:bold;
	font-size:17px;
 	color: #36A620;
}
.txtCheckoutTotal {
	font-weight:bold;
	font-size:15px;
 	color: #32322D;
}
.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: #32322D;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #32322D;
	text-decoration:underline;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #32322D;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Arial", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-color: #BC0000;
	background-image: url(../styleImages/backgrounds/boxTitleBg.png);
	height: 38px;
	padding-left: 10px;
}
.txtProdTitle {
	font-family: "Arial", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-color: #BC0000;
	background-image: url(../styleImages/backgrounds/boxTitleBg.png);
	height: 38px;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #070F72;
}
.tdListTitle {
	background-color: #070F72;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #FFFFFF;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
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 #000000;
}
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: #666666;
	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: #32322D;
	background-color: #CEC8A4;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EFEBD5;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	color: #FFFFFF;
	background-color: #908B6D;
	border: 1px solid #65624D;
	text-decoration: none;
	padding:1px;
	font-weight:bold;
	border: 1px solid #000000;
}
a.txtCheckout:Hover {
	color: #FFFFFF;
	background-color: #AEA88A;
	border: 1px solid #65624D;
	text-decoration: none;
	padding:1px;
	font-weight:bold;
	border: 1px solid #000000;
}
a.txtUpdate {
	color: #FFFFFF;
	background-color: #908B6D;
	border: 1px solid #65624D;
	text-decoration: none;
	padding:1px;
	font-weight:bold;
	border: 1px solid #000000;
}
a.txtUpdate:Hover {
	color: #FFFFFF;
	background-color: #AEA88A;
	border: 1px solid #65624D;
	text-decoration: none;
	padding:1px;
	font-weight:bold;
	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: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.skindropDown {
	width: 200px;
}
.lang_dropDown {
	width: 176px;
}
.currency_dropDown {
	width: 200px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
}

.RatingMain {
}

.ReviewBot {
}

.RatingBottom {
}

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

#shipping-select {
	width: 220px;
}
