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

img {border: none; }

h4 {color: #e29003;margin:0 0 8px 0;padding:10px 0 4px 0;font: normal 19px Georgia, Arial, Helvetica, sans-serif;border-bottom:1px solid #f0eeee;}

a, a:link	{color:#800000;}
a:visited	{color:#800000;}
a:active	{color:#00f;}
a:hover		{color:#f00;}

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

.searchBtn {
	height: 20px;
	width: 30px;
	font-size: 10px;
}
.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

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;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #70cdcc;
	text-decoration: none;
}


.txtButton {
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.submit, .textButton, a.txtButton, .searchBtn	{ /* Group all Buttons */
	background-color: #4A9F45;
	border: 1px solid #333;
	color:#fff;
}
.submit:hover, .textButton:hover, a.txtButton:hover, .searchBtn:hover {
	background-color: #ffd719;
	border: 1px solid #edc507;
	color:#000;
}
.submit {	
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
	color:#999;
}
.txtSale {
 	color: #e00;
	font-size:16px;
	font-weight:bold;
}
.txtBoxSave, .txtSale, .txtOutOfStock {color:#c557a0;}

.txtPrice {
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle  {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #900; /* 70cdcc */
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
div.txtContentTitle h2	{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height:15px;
	margin:0;
}
.txtBoxSave {
	padding-left: 16px;
}
table.tblList td			{vertical-align:top;}
table.tblList td h4			{color:#333;padding:12px 0 11px 0; }
table.tblList td h3			{font-size:18px;font-weight:bold; }
table.tblList td a h3		{text-decoration:none;color:#900}
table.tblList td a:hover h3 {color:#f00;text-decoration:underline;}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #FFFFFF;
}
.tdcartOdd, .tdOdd {background: #f9f9f9;border-bottom:1px solid #f0eeee;}
.tdcartEven, .tdEven {border-bottom:1px solid #f0eeee;}
.txtCartPrice {
	float: right;
	color:;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.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;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #333;
	background-color: #f93;
	border: 1px solid #333;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #000;
	background-color: #fc0;
	border: 1px solid #000;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #f93;
	background-color: #000;
	border: 1px solid #f93;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size:120%;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #f93;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	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;
}
.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: #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;
}

.stealth	{display:none; visibility:hidden; }

/*---------- View Product --------------*/
.large	{font-size:130%; }
.ars {list-style-type: none;margin:0 0 0 10px;padding:0 0 8px 0;}
.ars li {padding: 4px 0 4px 2px;border-bottom:1px solid #f0eeee;}
.image{ text-align:center;border:1px solid #f0eeee;background:#fff;padding:5px;margin:/*10px 10px 10px 0*/ 2px;}
.image:hover{border:1px solid #CFCBCB;}
.diver{border-bottom:1px solid #f0eeee;display:block;margin:6px 0 8px;}
.content ul { margin:0 10px 10px 15px;}
.content li {background: url(../styleImages/bullet.gif) no-repeat left 6px;padding-left:14px;}
.addbkt{padding: 10px;border-top:1px solid #f0eeee;border-bottom:1px solid #f0eeee;text-align: right;background: #f7f7f7;}
.prodvalue	{color:#e29003;}
.prodprice	{font: normal 19px Georgia, Arial, Helvetica, sans-serif;}
/* Add to basket */
.addtobasket	{
	padding: 5px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}
a.addtobasket, .addtobasket	{
	font-size:18px;
	background-color: #4A9F45;
	border: 1px solid #333;
	color:#fff;
}
a.addtobasket:hover {
	background-color: #ffd719;
	border: 1px solid #edc507;
	color:#000;
}