﻿body, html{
	font-family: serif;
	font-size: 100%;
	color: #ACAA8D;
	background-color: #000;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color:#33322D;
    scrollbar-arrow-color:#D1CBAD;
    scrollbar-base-color:#1D1E18;
    scrollbar-darkshadow-color:#1D1E18;
    scrollbar-face-color:#33322D;
    scrollbar-highlight-color:#716F5E;
    scrollbar-shadow-color:#33322D;
}

body{
	behavior:url("htc/csshover.htc");
}

h2{
	text-align: center;
	font-size: 1.05em;
	color: #BA1F00;
}

h3{
	margin: 0px 0px 5px 0px;
	font-size: .7em;
	display: block;
	height: 28px;
	background-image: url(images/element.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
}

h4{
	font-size: .7em;
	font-weight: normal;
	margin-bottom: 0px;
}

h5{
	font-size: .8em;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
}

p, a{
	font-size: .7em;
	color: #ACAA8D;
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor: url(/images/metalhand.cur);
	
}

p{
	font-size: .8em;
}

	a:hover{
		color: #BA1E00;
	}

p a{
	font-size: 1em;
}

img{
	border: none;
}

td{
	vertical-align: top;
	border: none;
	padding: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


select, input{
	color: #C3BDB3 ! important; 
	background-color: #4F0404 ! important;
	border-top: solid 1px #380707;
	border-left: solid 1px #380707;
	border-right: solid 1px #5C0000;
	border-bottom: solid 1px #5C0000;
	width: 145px;
	font-family: serif;
}

input.image{
	width: auto;
}

label{
	font-size: .8em;
}

iframe{
	height:900px;
	width:100%;
	position: absolute;
	left: 120px;
	top: 10px;
}

* html body iframe{
	position: relative;
	left: 0px;
	top: 0px;
}


/*Wrapper*/
div#wrapper{
	width: 1060px;
} 


/*Right Nav*/
div#right_col{
	width: 180px;
	float: right;
	margin-top: 15px;
}

	div#right_col div{
		margin-bottom: 20px;
	}

div#right_image{
	display: block;
	width: 170px;
	height: 345px;
	text-align: left;
	position: absolute;
	top: 527px;
	left: 0px;
	border: 0px !important;
}

	div#right_image img#border{
		position: relative;
		top: 0px;
		left: 0px;
		z-order: 2;
	}
	
	div#right_image img#right_image_main{
		position: absolute;
		top: 10px;
		left: 5px;
		z-order: 1;
	}
	
	a#right_image_link{
		top: 102px;
		left: 15px;
		z-order: 1;
	}

	
div.topbox{
	text-align: center;
}

	div.topbox li{
		list-style-type: decimal;
		margin: 0px 0px 0px 35px;
		font-size: .7em;
	}
	
	div.topbox li a{
		font-size: .9em;
	}

/*Head*/
div#head{
	background-position: left top;
	background-repeat: no-repeat;
	width: 870px;
	height: 127px;
	position: relative;
	z-index: 0;
}
	
	div.head_login{
		background-image: url(/images/BackgroundTop.jpg);
	}
	
	div.head_logout{
		background-image: url(/images/BackgroundTop_logout.jpg);
	}

	div#head br{
		clear: left;
	}

/*Top Menu*/
	div#top_menu_a{
		position: absolute;
		left: 421px;
		top: 0;
	}
	
	div#top_menu_b{
		position: absolute;
		left: 342px;
		top: 46px;
	}
	
	div#top_menu_a a,
	div#top_menu_b a{
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		float: left;
	}

	a.search{
		background-image: url(/images/btn_search.jpg);
		width: 56px;
		height: 46px;
	}
	
		a.search:hover{
			background-image: url(/images/btn_search_over.jpg);
		}

	a#SearchBtn{
		background-image: url(/images/btn_search.jpg);
		width: 56px;
		height: 46px;
		float:right;
	}
	
		a#SearchBtn:hover{
			background-image: url(/images/btn_search_over.jpg);
		}
	
	a#home{
		background-image: url(/images/btn_home.jpg);
		width: 64px;
		height: 46px;
	}
	
		a#home:hover{
			background-image: url(/images/btn_home_over.jpg);
		}
	
	a#login{
		width: 73px;
		height: 46px;
	}
	
	a.loginbtn{
		background-image: url(/images/btn_login.jpg);
	}
	
		a.loginbtn:hover{
			background-image: url(/images/btn_login_over.jpg);
		}
		
	a.logout{
		background-image: url(/images/btn_logout.jpg);
	}
	
		a.logout:hover{
			background-image: url(/images/btn_logout_over.jpg);
		}
	
	a#myaccount{
		background-image: url(/images/btn_account.jpg);
		width: 107px;
		height: 46px;
	}
	
		a#myaccount:hover{
			background-image: url(/images/btn_account_over.jpg);
		}
	
	a#help{
		background-image: url(/images/btn_help.jpg);
		width: 43px;
		height: 46px;
	}
	
		a#help:hover{
			background-image: url(/images/btn_help_over.jpg);
		}
	
	a#wholesale{
		background-image: url(/images/btn_wholesale.jpg);
		width: 107px;
		height: 43px;
	}
	
		a#wholesale:hover{
			background-image: url(/images/btn_wholesale_over.jpg);
		}
	
	a#quickbuy{
		background-image: url(/images/btn_quickbuy.jpg);
		width: 103px;
		height: 43px;
	}
	
		a#quickbuy:hover{
			background-image: url(/images/btn_quickbuy_over.jpg);
		}
	
	a#cart{
		background-image: url(/images/btn_cart.jpg);
		width: 128px;
		height: 43px;
	}
	
		a#cart:hover{
			background-image: url(/images/btn_cart_over.jpg);
		}
	
	a#home_2{
		display: block;
		width: 150px;
		height: 130px;
		position: absolute;
		top: 1px;
		left: 3px;
		z-index: 2;
	}
	
	div#cog{
		display: block;
		width: 344px;
		height: 126px;
		position: absolute;
		top: 0px;
		left: 3px;
	}
	
	div#copy{
		display: block;
		width: 344px;
		height: 126px;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
	div#copyTrigger{
		position: absolute;
		left: 150px;
		top: 10px;
		display: block;
		height: 65px;
		width: 75px;
		z-index: 2;
	}
	
	div#chains{
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	img#mute{
		position: absolute;
		left: 695px;
		top: 45px;
		z-index:10;
	}
	
		img#mute:hover{
			cursor: pointer;
		}

	div#searchTrigger{
		position: absolute;
		left: 250px;
		top: 15px;
		background-color: transparent;
		z-index: 100 ! important;
		height: 17px;
		width: 110px;
	}

/*Search*/
img#search_back{
	position: absolute;
	left: 238px;
	top: 15px;
	z-index: 1
}

div#search{
	position: absolute;
	left: 238px;
	width: 171px;
	z-index: 100 ! important;
	padding-left: 12px;
}

	div#search input, div#search a{
		border: 0;
		display: inline;
	}

	div#search input#search_box{
		width: 102px;
		height: 16px;
		line-height: 16px;
		vertical-align: top;
		background-color: transparent ! important;
		margin-top: 13px;
		padding: 2px 3px 2px 0px;
		color: #BA1E00 ! important;
	}
	
	div#search a.search{
		float: right;
		display: block;
		background-image: url(/images/btn_search.jpg);
		width: 56px;
		height: 46px;
		background-color:#000000;
		z-index:99;
	}
	
		div#search a.search:hover{
			background-image: url(/images/btn_search_over.jpg);
		}


/*Left Column*/
div#left_col{
	float: left;
	background-image: url(/images/BackgroundMenu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 4px;
	width: 154px;
	height: 470px;
	line-height:16px
}

	div#cat_currenc{
		margin-top: 25px;
	}
	
		* html div#cat_currenc{
			margin-top: 60px;
		}
	
	html div#switcher{
		margin-top: 80px;
	}
	
	div#left_col a{
		font-weight: bold;
	}

/*Left Menu*/
ul#left_menu li{
	position: relative;
	width: 120px;
}

ul#left_menu li a{
	display: block;
	margin-bottom: 3px;
	width: 120px;
}

* html ul#left_menu li{
	float: left;
}

* html ul#left_menu li a{
	height: 1%;
}

/*Content*/
div#content{
	margin-top:-30px;
	margin-left: 45px;
	width: 710px;
	background-color: #000; 
	position:relative;
}

/*Footer*/
div#footer{
	margin-top: 10px;
	text-align: center;
}

div#footer a{
	text-decoration: underline;
	color: #fff;
}

div#footer a:hover{
	color: #BA1E00;
}


/*Front Page*/
div.fp_product{
	text-align: center;
	width: 124px;
	height: 160px;
	background-image: url(/images/ThumbnailBorder.gif);
	background-position: left 25px;
	background-repeat: repeat-y;
	padding-top: 22px;
}

div.fp_product a{
	font-weight: bold;
}

div.fp_product img{
	margin-top: 3px;
}

td.spacer{
	width: 35px;
}


/*Product List*/
div#product_list{
}

	div#product_list hr{
		display: none;
	}
	
	div#product_list p{
		margin: 0;
	}
	
	div#product_list table{
		border-collapse: collapse;
	}
	
		div#product_list table td{
			padding: 0px;
		}
	
	div#product_list select{
		width: 120px;
		display: inline;
	}

table.product{

}

div.product_description{
	padding: 2px;
	font-size:14px
}

	table.product td.product_image{
		background-color: #5E5D49;
		height:30px;
		width:210px; 
		vertical-align:middle;
	}
	
		table.product td.product_image img{
			padding:0px 0px 0px 14px
		}

table.chain_table{
	border-collapse: collapse;
	background-color: #5E5D49;
}

	table.chain_table td{
		padding: 0;
	}
	
td.chain_top{
	height: 13px;
	background-image: url(/images/uppercorner.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

td.chain_left{
	width: 13px;
	background-image: url(/images/leftcorner.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

td.chain_right{
	width: 13px;
	background-image: url(/images/rightcorner.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

td.chain_btm{
	height: 13px;
	background-image: url(/images/BottomCorner.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

div#pagination{
	background-image: url(/images/CentipedeMiddle.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 8px;
	font-size: .7em;
	color: #BA1E00;
	margin-bottom: 20px;
	font-weight: bold;
}

	div#pagination a{
		color: #fff;
		font-size: 1em;
		margin: 0px 5px;
	}
	
		div#pagination a:hover{
			color: #BA1E00;
		}

div#breadcrumbs{
	text-align: center;
	margin-top: 90px;
}

	div#breadcrumbs td{
		vertical-align: middle;
	}
	
		div#breadcrumbs td.crumb a{
			font-weight: bold;
			color: #BA1E00;
		}
	
	div#breadcrumbs a{
		margin: 0px 10px 0px 10px;
		text-transform: uppercase;
		color: #CFC3B1;
	}
	
	div#breadcrumbs a:hover{
		color: #BA1E00;
	}
	
	/*Chain Styles - This has been added to manage the chains on the Spiral product list with regards to the class of the root table*/
	
	/*Defaults - THESE SHOULD NEVER BE SEEN!*/
	table.first,
	table.middle,
	table.last,
	table.firstlast{
		width: 100%;
	}
	
	td.top_left,
	td.bottom_left,
	td.top_right,
	td.bottom_right,
	td.left,
	td.right{
		width: 1%;
		background-color: #000;
	}
	
	td.bottom_right img,
	td.bottom_left img,
	td.top_right img,
	td.top_left img{
		display: none;
		width: 13px;
	}
	
	/*First*/
	table.first td.right,
	table.first td.bottom_right,
	table.first td.top_right{
		display: none;
	}
	
	table.first td.top_left img.ender,
	table.first td.bottom_left img.ender{
		display: block;
	}
	
	table.first td.left{
		background-image: url(/images/LeftCorner.gif);
		background-position: right top;
		background-repeat: repeat-y;
	}
	
	/*Last*/
	table.last td.top_left img.chain,
	table.last td.bottom_left img.chain,
	table.last td.top_right img.ender,
	table.last td.bottom_right img.ender{
		display: block;
	}
	
	table.last td.left{
		background-image: url(/images/chain.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
	table.last td.right{
		background-image: url(/images/RightCorner.gif);
		background-position: left top;
		background-repeat: repeat-y;
	}
	
	
	/*Middle*/
	table.middle td.right,
	table.middle td.bottom_right,
	table.middle td.top_right{
		display: none;
	}
	
	table.middle td.top_left img.chain,
	table.middle td.bottom_left img.chain{
		display: block;
	}
	
	table.middle td.left{
		background-image: url(/images/chain.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
	/*FirstLast*/
	table.firstlast td.top_left img.ender,
	table.firstlast td.bottom_left img.ender,
	table.firstlast td.top_right img.ender,
	table.firstlast td.bottom_right img.ender{
		display: block;
	}
	
	table.firstlast td.left{
		background-image: url(/images/LeftCorner.gif);
		background-position: right top;
		background-repeat: repeat-y;
	}
	
	table.firstlast td.right{
		background-image: url(/images/RightCorner.gif);
		background-position: left top;
		background-repeat: repeat-y;
	}


/*Product Detail*/
div#product_back_a{
	background-image: url(/images/BottomLeft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	min-width: 1%;
}

* html div#product_back_a{
	width: 1%;
}

div#product_back_b{
	background-image: url(/images/BottomRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-width: 1%;
}

* html div#product_back_b{
	width: 1%;
}

div#product_back_c{
	background-image: url(/images/TopLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-width: 1%;
}

* html div#product_back_c{
	width: 1%;
}

div#product_back_d{
	background-image: url(/images/TopRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px;
	min-width: 1%;
}

* html div#product_back_d{
	width: 1%;
}

table#product_detail{
	border-collapse: collapse;
}

	table#product_detail td{
		padding: 4px;
	}
	
	table#product_detail td#picture{
		background-color: #5E5D49;
		padding: 20px;
	}
	
	table#product_detail td#detail{
		background-image: url(/images/BackgroundProductInfo.gif);
		background-position: left top;
		background-repeat: repeat-y;
		background-color: #252420;
		width: 180px;
		vertical-align: middle;
	}
	
	table#product_detail div#nameprice{
		margin-left: 30px;
		margin-right: 5px;
		text-align:left
	}
	
	table#product_detail div#views{
		margin-top: 10px;
		margin-left: 18px;
		text-align:left
	}
	
		table#product_detail div#views a{
			display: block;
			padding-left: 12px;
			margin-bottom: 5px;
			font-size: .8em;
			text-decoration: underline;
		}
	
		table#product_detail div#views a:hover{
			text-decoration: none;
			color: #ACAA8D;
		}
		
		table#product_detail div#views a.view:hover,
		table#product_detail div#views a.current{
			background-image: url(/images/arrow.gif);
			background-position: left center;
			background-repeat: no-repeat;
		}
		
		table#product_detail div#views a.zoom:hover{
			background-image: url(/images/zoomover.gif);
			background-position: left center;
			background-repeat: no-repeat;
		}
		
		table#product_detail div#BackImageDiv,
		table#product_detail div#FrontZoomImageDiv,
		table#product_detail div#FrontImageDiv{
			width: 300px;
			height: 300px;
			overflow: auto;
			text-align:center; vertical-align:middle
		}


/*Basket*/
table#basket{
	font-size: .8em;
	width: 100%;
	border-collapse: collapse;
}

	table#basket td{
		padding-right: 10px;
		padding-left: 4px;
		vertical-align: middle;
	}
	
	table#basket td.right_align{
		padding-right: 4px;
		padding-left: 10px;
	}
	
	table#basket tr.basket_product{
		background-color: #414034;
	}
	
	table#basket tr#grand_total td{
		padding-top: 20px;
	}

div#basket_controls{
	text-align: right;
	margin: 30px 0px;
}

	div#basket_controls a{
		font-size: .6em;
	}

div#sign_in{
	text-align: center;
}

	div#sign_in table{
		text-align: left;
		font-size: .8em;
	}
	
	div#sign_in td{
		vertical-align: middle;
	}
	
	div#sign_in a{
		font-size: 1.3em;
		text-decoration: underline;
	}
	
	div#sign_in p{
		margin-bottom: 10px;
	}


/*Checkout*/
div#checkout{
}

	div#checkout h2{
		color: #ACAA8D;
	}

div#signin{
	text-align: center;
}

select.carddate{
	width: 40px;
}

select.cardyear{
	width: 80px;
}

table#detailconfirm td p{
	font-size: .9em;
}

table#progress{
	border-collapse: collapse;
	margin-top: 5px;
}

	table#progress td{
		padding: 0px;
	}
	
	table#detailconfirm p{
	}
	
	table#detailconfirm h2{
		color: #000;
		text-decoration: underline;
	}
	
	table#detailconfirm td.left_align{
		padding-left: 10px;
	}


/*Help*/
div#help p{
	font-size: .8em;
	margin-bottom: 20px;
}


/*Quick Order*/
table#quick_order{
	color: #000;
}


/*Address Lookup*/
td#addressLookup{
	position: relative;
}

	td#addressLookup div#lookupDiv{
		position: absolute;
		left: -95px;
		bottom: 23px;
		width: 400px;
		height: 118px;
		z-index: 100;
		border: solid 3px #5C0000;
		overflow: hidden;
		display: none;
		background-color: #5C0000;
	}
	
		td#addressLookup select#addressSelect{
			position: absolute;
			left: -4px;
			top: -4px;
			width: 408px;
		}
		
			td#addressLookup select#addressSelect option{
				padding: 2px;
			}


/*Misc*/
br.break{
	clear: left;
}

.right_align{
	text-align: right;
}

.left_align{
	text-align: left;
}

.center{
	text-align: center;
}

.noborder{
	border: none;
}

.hilite{
	color: #A41400;
}

.button{
	padding: 1px 3px;
	background-color: #5C0000;
	border-bottom: #240303 2px solid;
	border-right: #240303 2px solid;
	border-top: #9A3300 2px solid;
	border-left: #9A3300 2px solid;
	font-family: serif;
	font-size: .8em;
	color: #ACAA8D;
}

.button:hover{
	color: #ACAA8D;
}

input.image{
	width: auto;
	height: auto;
	border: 0;
	}
	
img.image:hover{
	cursor: pointer;
}

.red{
	color: red;
}

.grey{
	color: #555;
}

input.radio{
	background-color: transparent ! important;
	width: Auto;
	border: none;
}

.tooltip{
	border-bottom: dotted 1px #f00;
	color: #f00;
	cursor:help
}


#MenuItems				{position:absolute;left:4px;top:145px;width:150px}
#MenuItems .Sub			{display:none;}
#Sub					{position:absolute;left:0px;top:0px;width:155px;height:190px;margin: 0;padding: 0;z-index:1000;visibility:hidden;}
#MenuItems label { font-weight:bold; color:#FF0000; background:background-color:#CC6633}
#IECoverSub {
		position:absolute;left:-1000px;top:-100px;z-index:800;
		display:none;
		width:155px;
		}


.selected { color:#ff0000}

ul.numerical li{
	list-style-type: decimal;
	margin-left: 30px;
}

select#cboTitle	{width:60px}


#topproducts {
	position: absolute;
	left: 25px;
	top: 15px;
	float:left;
} 
	
	
	#unselectimage {
		background: url('/images/subheader4.gif') !important;
		width: 190px;
		height: 24px;
		margin: 0px !important;
		padding-top: 10px;
		}
		
		
	#selectimage {
		background: url('/images/subheader3.gif') !important;
		width: 190px;
		height: 24px;
		margin: 0px !important;
		padding-top: 10px;
		}
			
	#unselectimage2 {
		background: url('/images/subheader4.gif') !important;
		width: 190px;
		height: 24px;
		margin: 0px !important;
		padding-top: 10px;
		}
		
		
	#selectimage2 {
		background: url('/images/subheader3.gif') !important;
		width: 190px;
		height: 24px;
		margin: 0px !important;
		padding-top: 10px;
		}

		
		
	span.topproducts_subfooter {
		height: 23px;
		width: 190px;
		margin: -2px 0px 5px 0px;
		font-size: .7em;
		display: block;
		background-image: url(/images/SubFooter3.gif);
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 7px;
		}


#topsellers_ladies {
	height: 40px !important;
	}



#topsellers_ladies:hover {
	height: 140px !important;
	}


#sitemap_page p{
	font-size: 18px;
	}
	
#frmSearch{
    height:50px;
}