* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html,
body {
	margin: 0;
	padding: 0;
	}
html>body {
	font-size: 16px; 
	font-size: 69%;
	} /* reset base font size */
body {
	background: #000 url(../images/layout/bg.jpg) top left no-repeat;
	font-size: 69%;
	}
body.pCART {
	background-color: #0d112e;
	}
body.intro {
	background: #000 url(../images/layout/bg_intro.jpg) top left no-repeat;
	}
body,
h2,
h3,
h4,
li,
dt,
dd,
label,
input,
textarea {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color:#fff;
	}
input,
textarea {
	color:#000;
	}
	
a { 
	outline: none; /* fix FIREFOX dotted links */
	color: #bbc2e8;
	}
a img {
	border: none; /* linked images get no border */
	}
a:hover {
	color: #fff;
	}

em {
	font-size: 90%;
	color: #999;		
	}

label {
	cursor: pointer;
	}

ol,
ul,
li {
	list-style: none;
	}
ul.bullets {
	margin: 10px 0;
	}
.bullets li {
	margin-left: 14px;
	padding-left: 10px;
	list-style: disc outside;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
p {
	margin-bottom: 15px;
	}

.cleaner {
	clear: both;
	}

.noline {
	text-decoration: none;
	border: none;
	}

.blue {
	color: #82baff !important;
	}




/* DIVISIONS */

#toplink {
	position:absolute;
	top: 30px;
	left: 30px;
	}


#mainTable {
	position: relative;
	width: 900px;
	margin: 190px 50px 0 32px;
	}



#navBox {
	position: relative;
	text-align: left;
	font-size: 12px;
	border:1px solid #f00;
	}
	
	.navItem {
		font-weight: bold;
		font-size: 110%;
		margin-top: 7px;
		}
	.navItem a {
		text-decoration: none;
		}
	.navItem a:hover {
		border-bottom: 1px solid #fff;
		}

	#cartBox {
		position: relative;
		float: left;
		margin-top: 20px;
		padding: 5px;
		_padding-right: 20px;
		border: 1px solid #888;
		background-color: #000;
		}
		#cartData { /* xajax */
			position: relative;
			line-height: 12px;
			color: #fff;
			}
		#cartPNG {
			position: relative;
			margin: 0 0 0 -12px;
			}


#contentBox {
	position: relative;
	text-align: left;
	font-size: 12px;
	border: 1px solid #0f0;
	}


#footer {
	margin: 20px;
	font-size: 9px;
	color: #888;
	}

	.navLink {
		xfont-weight: bold;
		font-size: 10px;
		float:left;
		margin-right: 20px;
		}
	.navLink a {
		text-decoration: none;
		}
	.navLink a:hover {
		border-bottom: 1px solid #fff;
		}

	

/* SEO */

.no_js {
	position: absolute;
	top: 60px;
	color: #000;
	}


/* TITLE SPRITES (lineheight = 50px) */

h1 {
	position: relative;
	background: url(../images/layout/titles.png) 0 0 no-repeat;
	width: 400px;
	height: 50px;
	margin-left: -11px;
	margin-bottom: 10px;
	text-indent: -5000px;
	}
.t_jackets	{ background-position: 0 0; }
.t_shirts	{ background-position: 0 -50px; }
.t_pants	{ background-position: 0 -100px; }
.t_boots	{ background-position: 0 -150px; }
.t_gallery	{ background-position: 0 -200px; }
.t_about	{ background-position: 0 -250px; }
.t_faq		{ background-position: 0 -300px; }
.t_contact	{ background-position: 0 -350px; }
.t_cart		{ background-position: 0 -400px; }
.t_terms	{ background-position: 0 -450px; }
.t_links	{ background-position: 0 -500px; }
.t_shipping	{ background-position: 0 -550px; }
.t_returns	{ background-position: 0 -600px; }
.t_privacy	{ background-position: 0 -650px; }
.t_error	{ background-position: 0 -700px; }
.t_sizing	{ background-position: 0 -750px; }
.t_blank	{ background-position: 0 -2000px; }



h2 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 15px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #A98C59;
	margin-bottom: 10px;
	}
h4 {
	font-size: 13px;
	font-weight:bold;
	font-style: italic;
	color: #A98C59;
	}








/* STORE ... CATEGORY LIST  */

.catBox {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
	font-size: 15px;
	}
.catThumb {
	position: relative;
	border: 3px solid #000;
	background-color: #fff;
	}


/* STORE ... ITEM LIST */

.itemLineThumb {
	margin: 0 10px 10px 0;
	border: 7px solid #292445;
	background-color: #fff;
	}
.itemLine {
	position: relative;
	width: 140px;
	overflow: hidden;
	}
	.itemLineName {
		font-weight: bold;
		font-size: 14px;
		}
	.itemLineDesc {
		color: #fff;
		}


/* STORE ... ITEM VIEW */

#itemBox {
	position: relative;
	}
	#itemThumbBox {
		position: relative;
		font-size: 9px;
		margin: 0 25px 0 15px;
		z-index: 50;
		}
	.thumbframe {
		position: relative;
		border: 3px solid #000;
		background-color: #fff;
		color: #fff;
		line-height: 0;
		}
	/* hidden from ie6 */
/*	html>body #itemBox a:hover {
		
		filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
		} */

	#itemCopy {
		position: relative;
		left: 3px;
		z-index:30;
		}
		#itemName {
			position: relative;
			font-weight: bold;
			font-style: italic;
			color: #bbc2e8;
			font-size: 24px;
			margin-bottom: 3px;
			}
		#itemPrice {
			position: relative;
			font-size: 13px;
			color: #fff;
			margin-bottom: 12px;
			margin-right: 7px;
			}
		#itemOptions {
			position: relative;
			margin: 5px 0 10px 0;
			}
		#itemOptions td {
			position: relative;
			padding: 2px 3px;
			}
		#itemDesc {
			position: relative;
			width: 320px;
			margin-top: 15px;
			font-size: 12px;
			}
	#currTxt {
		position: relative;
		font-size:70%;
		}




/* MINI GALLERY */

#mini_gallery {
	cursor: pointer;
	}
.pics { /* img size + 2x padding + 2x border px */
    height: 162px;
    width: 162px;
	}
.pics img {
    padding: 15px;
    border: 1px solid #3c2b1f;
    background-color: #000;
    width: 130px;
    height: 130px;
    top: 0;
    left: 0;
	}

#mini_tes {
	width: 162px;
	height: 192px;
	cursor: pointer;
	background-color: #000;
	}
#mini_tes div {
	width: 132px;
	height: 162px;
	overflow: auto;
	padding: 15px;
	border: 1px solid #3c2b1f;
	color: #fff;
	text-align: left;
	font-size: 11px;
	}


/* DOCUMENTS */

#contactBox {
	position: relative;
	}
	#contentMsg {
		position: relative;
		font-size: 14px;
		line-height: 18px;;
		font-weight: bold;
		color: #82baff;
		}

.tables th {
	font-weight: bold;
	}
.tables td {
	padding: 0 10px 5px 0;
	}
.tables input,
.tables textarea,
.tables select {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding: 1px 4px;
	}
.tables select {
	padding: 0px;
	}
.collapse {
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1px !important;
	line-height: 1px !important;
	}



.topic {
	font-size: 80%;
	text-align: right;
	color: #bbb;
	}

.red {
	color: #f55;
	line-height: 18px;
	}

.form_left {
	float: left;
	width: 130px;
	text-align: right;
	padding: 2px 0 3px 0;	
	font-size: 10px;
	}
	
.form_middle {
	float:left;
	width: 25px;
	text-align:center;
	}
.form_right {
	float: left;
	padding: 0 0 3px 0;
	}


.topic {
	font-size: 9px;
	text-align: right;
	color: #a99;
	}


/* NEWS */

.blogtitle {
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #82baff;
	margin: 20px 0 3px 20px;
	}
.blogdate {
	font-size: 9px;
	color: #ccc;
	padding: 0 0 20px 20px;
	}
.blogcontent {
	margin-left: 20px;
	width: 500px;
	line-height: 18px;
	}





/* CART */

#cart_left {
	position: relative;
	text-align: left;
	margin-left: 20px;
	width: 190px;
	line-height: 16px;
	}

#cart_top {
	float: left;
	margin: 15px 0;
	padding: 2px 5px;
	background-color: #000;
	border: 1px solid #fff;
	}

#cart-table {
	border: 1px solid #fff;
	}
#cart-table td {
	padding: 3px 7px;
	background-color: #000;
	}

#step {
	position: absolute;
	left: 205px;
	top: 23px;
	font-size: 12px;
	color: #fff;
	}

#cartstep {
	float: left;
	height: 18px;
	}
.cartstep_on,
.cartstep_off {
	font-family: 'arial black', arial,sans-serif;
	font-size: 10px;
	line-height: 14px;
	}
.cartstep_on {
	}
.cartstep_off {
	color: #b3b3b3;
	}
.cartstep_off a {
	color: #b3b3b3;
	}

.cart_title {
	font-size: 18px;
	font-weight: bold;
	color: #82baff;
	}

#shipping {
	position: relative;
	text-align: left;
	width: 170px;
	}




#cart_form .txtinput,
#cart_form textarea {
	font-size: 11px;
	border: 1px solid #696969;
	}
#cart_form select {
	padding-top: 2px;
	}
#cart_form .txtinput:focus,
#cart_form textarea:focus {
	border: 1px solid #df0808;
	}

.c2_response {
	position: relative;
	color: #f00;
	font-size: 11px;
	}

.cart_subtxt {
	font-family: 'arial black',arial,sans-serif;
	font-size: 12px;
	margin-bottom: 25px;	
	}
.cart_subtxt2 {
	font-family: 'arial black',arial,sans-serif;
	font-size: 14px;	
	}
.cart_lfloat {
	float: left;
	width: 110px;
	font-size: 11px;
	}



#cart_wait1 {
	font-family: 'arial black',arial,sans-serif;
	text-align: center;
	font-size: 32px;
	line-height: 23px;
	padding: 50px 0 20px 0;
	}
#cart_wait2 {
	font-family: arial,sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	padding-bottom: 30px;
	}

.cart_thanks1,
.cart_thanks2 {
	font-family: 'arial black',arial,sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 45px;
	}
.cart_thanks2 {
	color: #949494;
	}	



.buttons,
.submitbuttons {
	padding: 3px 6px;
	color: #000;
	border: 1px solid #000;
	background-color: #a98c59;
	font-size: 11px !important;
	font-family: 'arial black',arial,sans-serif !important;
	}
a.buttons,
a.submitbuttons {
	text-decoration: none;
	}
.buttonhover {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
	}
.disabled {
	background-color:#666;
	}

.bigger {
	font-weight: bold;
	font-size: 130%;
	}



/* WHOLESALE PAGES */

#wsmenu {
	position: relative;
	width: 190px;
	xmargin: 30px 0 100px 25px;
	}
.wsmenu_big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.wsmenu_sml {
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	}
.wsmenu_sml a {
	text-decoration: none;
	}
.wsmenu_sml a:hover {
	text-decoration: underline;
	}


#wscontent {
	font-size: 12px;
	line-height: 80%;
	}
	
.ws_pricelist_cat {
	font-size: 18px;
	font-weight: bold;
	color: #78a;
	height: 55px;
	border-top: 6px solid #000;
	}
.ws_pricelist_subcat {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 20px 15px;
	border-top: 3px solid #000;
	color: #f90;
	}
.ws_pricelist_item {
	font-size: 10px;
	font-weight: bold;
	margin-left: 30px;
	}
.ws_pricelist_material {
	font-size: 10px;
	}
.ws_pricelist_code {
	font-size: 10px;
	color: #aaa;
	}
.ws_pricelist_price {
	font-size: 10px;
	text-align: right;
	}


.ws_order_cat {
	font-size: 14px !important;
	font-weight: bold;
	padding: 10px 0;
	}
.ws_order_item {
	font-size: 10px;
	padding-left: 20px;
	}
.ws_order_code {
	font-size: 10px;
	color: #888888;
	padding-left: 10px;
	}
.ws_order_price {
	font-size: 10px;
	padding: 0 10px;
	text-align: right;
	}
.bordertop {
	 border-top: 1px solid #000;
	 font-weight: bold;
	 font-size: 10px;
	 }
#ws_order input {
	font-size: 10px;
	margin: 0 0 0 -1px;
	text-align: center;
	border: 1px solid #000;
	}
.ws_tqty {
	padding: 0 0 0 10px;
	font-size: 10px;
	}
.ws_tprice {
	padding: 0 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	}
#ws_grandtotal {
	font-size: 12px;
	xfont-weight: bold;
	}
.sizebox {
	width: 16px;
	padding: 0;
	}

.grey {
	font-size: 9px;
	font-style: italic;
	color: #999;
	}



/* SHOESIZING HELP */

.sizing {
	border: 4px solid #000;
	}
.sizing tr.a {
	font-weight: bold;
	font-size: 16px;
	color: #f90;
	background-color: #111;
	}
.sizing tr.b {
	font-size: 13px;
	color: #fff;
	background-color: #222;
	}
.sizing tr.a td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
.sizing td {
	text-align: center;
	padding: 0 8px;
	}
.sizing td.header {
	text-align: right;
	padding: 0 5px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	}
.sizing td.header2 {
	text-align: left;
	font-weight: bold;
	color: #8094B7;
	}
.sizing td.vspace {
	padding-top: 5px;
	background-color: #000;
	}
.sizing td.hspace {
	width: 5px;
	padding: 0;
	background-color: #000;
	}



/* SHOESIZING HELP */

#sizing {
	font-family: arial;
	}
#sizing tr.a {
	font-weight: bold;
	font-size: 16px;
	color: #f90;
	background-color: #111;
	}
#sizing tr.b {
	font-size: 13px;
	color: #fff;
	background-color: #222;
	}
#sizing tr.a td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
#sizing td {
	width: 41px;
	text-align: center;
	}
#sizing td.header {
	width: 35px;
	text-align: right;
	padding: 0 5px;
	font-weight: bold;
	font-size: 11px;
	}
#sizing td.header2 {
	text-align: left;
	font-weight: bold;
	color: #8094B7;
	}
#sizing td.vspace {
	padding-top: 5px;
	background-color: #000;
	}
#sizing td.hspace {
	width: 5px;
	background-color: #000;
	}



/*
**	TREE VIEW
*/

.treeview,
.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	}
.treeview ul {
	margin-top: 4px;
	}

.treeview .hitarea {
	background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
	}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	}

.treeview a.selected {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	}

#treecontrol {
	margin: 1em 0;
	display: none;
	}

.treeview a {
	text-decoration: none;
	border: 0;
	}
.treeview .hover {
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	}

.treeview li { background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable,
.treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable,
.treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .saleitems a { color: #f44; }
.treeview .saleitems a:hover { color: #fff; text-decoration: underline }


/* hideous IE broken float fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
