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

body#bodyStyle	{color:#fff; }

h1, h2, h3, h4, h5, h6 {color:#a3a595;}

blockquote	{
	color: #fff;
	font-size: 110%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 5px 10px;
	margin: 15px 0;
	border:1px solid #555;
	background:#6d6b5b;
}

a:link, a:visited {color:#fc6; }
a:hover, a:active {color:#a3a595; }

img {border: none;}

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

.searchBtn {
	color: #fff;
	background-color: #1c1f18;
	border: 1px solid #333;
	height: 20px;
	width: 30px;
	font-size: 10px;
}
.searchBox {
	color: #333;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.textbox {
	color: #333;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.textboxDisabled {
	border: 1px dashed #e1e1e1;
	color: #e1e1e1;
	font-size: 12px;
}
.submit {	
	color: #fff;
	font-size: 11px;
	background-color: #1c1f18;
	border: 1px solid #333;
}
form {
	margin: 0px;
	padding: 0px;
}

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

li.num {color:#333;	}

li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {color: #eee; }

span.txtSiteDocs {
	color:#d7d7d7;
	height:36px;
	width:14px;
	padding:0 7px;
	background: url(../styleImages/backgrounds/main_menu_separator.gif) 50% 0 repeat-y;
} /* added for pipe separators */

a.txtSession, a.txtSiteDocs {
	color: #fc6;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #fff;
	text-decoration: none;
	background: url(../styleImages/backgrounds/top_menu_hover.png) 50% 0 repeat-x;
}

/* Add to Basket Style Buttons */
a.txtButton {
	margin:4px;
	padding:8px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size:130%;
	text-decoration: none;
}
a.txtButton:link, a.txtButton:visited  {
	background-color: #1c1f18;
	border: 1px solid #333;
	color: #fff;
}
a.txtButton:hover, a.txtButton:active {
	background-color: #F7D207;
	border: 1px solid #333;
	color: #333;
}


.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #f60;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #c00;
	font-weight:bold;
}
.txtPrice {
	font-size:16px;
	font-weight:bold;
	color: #333;
}
#price 	{color:#fc6;}

.txtSiteDocs, a.txtSiteDocs {
	color: #a3a595;
	text-decoration:none;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}
a.txtSiteDocs:hover {
	color: #fff;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #fc6;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #a3a595;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}

.txtBoxSave {
	color: #FF6600;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #666;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #282b22;
	border-bottom: 1px dashed #666;
}
.tdOdd {
	background-color: #1c1f18;
	border-bottom: 1px dashed #666;
}
.txtCartPrice {
	float: right;
	color: #fc6;
	padding-right: 3px;
}
.txtCart {color: #eee;	}
.txtCart .txtCartPrice .sep {border-bottom:1px dashed #e1e1e1;}

.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: #ffc;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #fff;
	background-color: #1c1f18;
	border: 1px solid #333;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #333;
	background-color: #F7D207;
	border: 1px solid #333;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #000;
	background-color: #ff9;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	font-size:150%;
	color: #ccc;
	padding:4px;
	border: 1px solid #282b22;
	background:#6d6b5b;
	margin: auto;
	clear:right;
}
.txtcartProgressCurrent {
	color: #fff;
	font-weight: bold;
}
.quickBuy {text-align:center; color:#eee; }
form.quickBuy {margin:10px; }

.tdcartTitle {
	font-weight: bold;
	color: #eee;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #6d6b5b;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #1c1f18;
	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: #fff;
}
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	{padding:3px;}
.RatingMain {padding:3px; font-style:italic;}
.ReviewBot	{padding:3px; }
.RatingBottom {background-color: #6d6b5b; padding: 3px; color:#fff; }

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

#shipping-select {width: 220px;}
table#2column td	{width:46%; vertical-align:top;}
td.50percent	{width:46%; vertical-align:top; }

ul.floatul	{}
li.floatli	{float:left; width:170px; text-align:center; padding:4px; }

/* Make the pagination stand out */
.pagination {
	font-size:1.2em;
	font-weight:bold;
	color:#aaa;
}
.pagination a	{padding:2px;}
.pagination a:link, .pagination a:visited 	{color:#fc6; }
.pagination a:hover, .pagination a:active	{color:#fff;}


/*  Float containers fix: */
.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clr{display: inline-table;}
/* Hides from IE-mac \*/
* html .clr{height: 1%;}
.clr{display: block;}
/* End hide from IE-mac */ 

/* Make the Product Options Table more fancy */
table.table-options, table.product-assets		{margin:10px 0 20px 0; }
table.table-options	th, table.product-assets	th 	{
	background-color: #1c1f18;
	font-weight: bold;
	font-size:1em;
	color: #fff;
	margin:0;
	padding: 2px;
}
table.table-options	td, table.product-assets td	{
	text-align:left;
	line-height:150%;
	padding:5px;
	background:#6d6b5b;
}

table.product-assets td {text-align:center; }

div.product-info	{
	text-align:left;
	line-height:150%;
	padding:5px;
	background:#6d6b5b;
}

