/*****************/
/* HTML Elements */
/*****************/

*
{
	margin: 0;
	padding: 0;
	border-width:0;
	border-style:solid;
}

body
{
	color: #333;
	font: 13px Helvetica;
}

a
{
	outline: none;
	cursor: pointer;
	text-decoration:none;
}

a:active {outline: none;}
a:hover {text-decoration: underline;}

a img
{
	border: none
}

a span
{
	display:none
}

p
{
	padding: 5px 0;
}

h1,h2,h3,h4,h5
{
	font-weight: normal;
	text-transform: uppercase;	
}

input, select, textarea
{
	border-width:1px;
	outline:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:2px;
}

/************************/
/* Main template blocks */
/************************/

#top,#middle,#footer
{
	width: 100%;
	overflow-x:hidden;
}

.main
{
	width: 990px;
	margin: auto;
}

#top,#top .main
{
	height: 145px;
}

#top
{
	border-bottom-width: 5px;
	background:url(../img/template/landscape.jpg) top center repeat-x;
}

#top .main
{
	position: relative;
}

#billboard
{
	height:112px;
	width:143px;
	position:absolute;
	left:423px;
	bottom:30px;
	background-image:url(../img/template/billboard.png);
}

#billboard_content
{
	height:84px;
	width:143px;
	margin-top:5px;
}

#logo,#search_bar,#user_bar
{
	position: absolute;
}

#logo
{
	left: 0;
	bottom: 30px;
	width:990px;
	height:115px;
	display:block;
	background:url(../img/template/logo.png) bottom left no-repeat;
}

#search_bar
{
	right: 0;
	top: 60px;
}

#search_bar,#search_bar *
{
	float:left;
	height:28px;
	line-height:28px;
}

#search_bar input
{
	height:28px;
	font-size:18px;
	border-width:0;
}

#master_search
{
	height:26px !important;
	width:263px;
	line-height:26px;
	border-width:1px !important;
	margin-right:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#search_button{padding: 0 !important}

#user_bar
{
	top: 0;
	right: 0;
	z-index:1;
	width:366px;
}

#user_bar *
{
	color: #333;
	text-decoration:none;
}

#cart_bar
{
	float:left;
	width:265px;
	color: #333;
	line-height:18px;
}

#user_status_in,#user_status_out
{
	float:left;
	width:86px;
	height:49px;
	margin-left:15px;
	background-repeat:no-repeat;
}

#user_status_in a,#user_status_out a
{
	padding-left:15px;
	font-size:12px;
}

#user_status_in
{
	line-height:49px;
	background-image:url(../img/template/logout.png);
}

#user_status_out
{
	padding-top:5px;
	line-height:20px;
	background-image:url(../img/template/login.png);
}

#cart_details
{
	display:none;
	padding:10px;
	font-size:13px;
	line-height:15px;
	border-color:#D2D1D0;
	background-color:#FFF;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
}

#cart_summary{font-size:12px}
#cart_summary .left{margin-left:25px}
#cart_links{margin-left:60px;float:left}

#cart_links,#cart_summary .left{margin-top:8px;float:left}

#cart_bar,#cart_summary,#cart_left,#cart_right{height:49px}

#cart_left,#cart_right{float:left;background-repeat:no-repeat}
#cart_left{background-image:url(../img/template/cart.png);width:235px}
#cart_right{display:block;background-image:url(../img/template/cart_arrow.png);width:30px}

#cart_right:hover{background-position:0 -49px}
#cart_right.active{background-position:0 -98px}
#cart_right:hover.active{background-position:0 -147px}

#menu
{
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	position:absolute;
	background:#FFF url(../img/blank/menu_bg.png) top left repeat-x;
}

#middle
{
	background:url(../img/template/test.jpg) top center no-repeat;
}

#middle .main
{
	background:#FFF;
}

#contentwide,#content
{
	clear:both;
	float:left;
	width:990px;		
}

#content
{
	min-height:400px;
}

#content_padding
{
	padding:0 15px;
}

#heading
{
	clear: both;
	width: 100%;
	height: 45px;
	line-height: 35px;
}
	
#heading .generated_heading
{
	display: inline;
	margin:15px 0 0 15px;
	clear: both;
}

#heading_extra
{
	float: right;
}

#footer
{
	clear: both;
	height: 34px;
	line-height: 34px;
	border-top-width: 5px;
	border-bottom-width: 1px;
}

#footer a
{
	float: left;
	width: 163px;
	display: block;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-left-width: 2px;
	border-left-style: dotted;
}

#footer a: hover
{
	text-decoration: underline;
}

#footer a:first-child
{
	border-left: none !important;
}

#katana_logo{text-align:center;padding:30px 0px}

/***********************/
/* Background only ids */
/***********************/

#top_bg,#middle_bg,#bottom_bg{margin:auto}
#top_bg,#bottom_bg{width:1030px;height:15px;position:relative}

#top_bg{}
#middle_bg{background:url(../img/template/middle_tile.png) top center repeat-y;width:100%;float:left}
#bottom_bg{clear:both}

/* Rounded edges on background sections */
.left_corner, .middle, .right_corner{height:15px;position:absolute;top:0}
.left_corner, .right_corner{width:20px;background-image:url(../img/template/corner_bg.png)}

.middle{width:990px;left:20px}
.left_corner{left:0}
.right_corner{right:0}

#top_bg .middle{background:url(../img/template/top_tile.png) repeat-x}
#bottom_bg .middle{background:url(../img/template/bottom_tile.png) repeat-x}

#top_bg .left_corner{background-position:0 0}
#top_bg .right_corner{background-position:20px 0}

#bottom_bg .left_corner{background-position:0 15px}
#bottom_bg .right_corner{background-position:20px 15px}

/* -------------------------------------------------------------------------------------------------------- */
/*   Autocomplete   */ 
/* -------------------------------------------------------------------------------------------------------- */

.ac_results{padding:0;background-color:#FFF;overflow:hidden;z-index:99999;border:1px solid #EAEAEA;}
.ac_results ul{width:100%;list-style-position:outside;list-style: none;padding:0;margin:0}
.ac_results li{margin:0;padding:1px 4px;cursor: pointer;display: block;font:menu;font-size:12px;line-height:16px;overflow:hidden}
.ac_loading{background:#FFF url(../img/ajax.gif) right center no-repeat}
.ac_over{background-color:#FFCC00}

/* -------------------------------------------------------------------------------------------------------- */
/* Main search autocomplete */
/* -------------------------------------------------------------------------------------------------------- */

.ac_main_search_results {margin-left: 2px;}
.ac_main_search_results li {min-height: 40px; max-height: 42px; line-height: 20px;}

/* -------------------------------------------------------------------------------------------------------- */
/* AJAX Tab Box */
/* -------------------------------------------------------------------------------------------------------- */

.ajax_tab_control_content
{
	border-width:1px;
	min-height:215px;
	background-position:center center;
	background-repeat:no-repeat;
}

.ajax_tab_bar
{
	height:25px;
	line-height:25px;
	font-size:12px;
}

.ajax_tab_bar a
{
	float:left;
	padding:0 10px;
	margin-right:5px;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}

/************/
/* Headings */
/************/
.generated_heading {display:block; margin-bottom: 15px;}
#contentHeading {clear:both; display:inline; margin:15px 0 0 15px; }
/*********************************/
/* Thickbox for Login and Signup */
/*********************************/

#TB_ajaxContent .TB_modal {padding:0 !important;}
.TB_modal #form{align:center}
.overlay_close_button{position:absolute; top:-20px; right:-20px}

#message_box{width: 380px !important; text-align:justify;}

#logoImage{height:60px;margin-bottom:20px}

.round_box
{
	height:26px !important;
	width:180px;
	line-height:26px;
	border-width:1px !important;
	margin-right:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:left;
	padding-left:5px;
}

.round_box #email{margin: 0 !important; width:170px !important}
.textarea_round_box
{
	height:120px !important;
	width:180px;
	line-height:26px;
	border-width:1px !important;
	margin-right:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:left;
	padding-left:10px;
}

.textbox
{
	border-width:0 !important;
}

/**************/
/* Login form */
/**************/
.login_form_table{border-spacing:12px; font-weight:bold}
#cboxLoadedContent #loginBox{background: url(../img/template/small_logo.png);background-repeat:no-repeat;background-position: 60px 0}

/***************/
/* Signup form */
/***************/
.signup_form_table{border-spacing:12px}
#signup_form_box{background: url(../img/template/small_logo.png);background-repeat:no-repeat;background-position: 80px 0}
/**************/
/* Form Table */
/**************/
.formtable{border-spacing:10px}
.formtable td:first-child{text-align:right}

/******************/
/* Error Messages */
/******************/

.ajaxbox_error{text-align:center;padding-top:15px}

/************************/
/* Misc helpful classes */
/************************/

.fullwidth{width: 100%}
.star{font-size:13px; margin-right:5px;}
.hbox{clear:both}
.generated_button{display:block;height:23px}
.generated_button input{border-width:0}
.left{float:left}
.right{float:right}
.center,.centre{margin:auto;text-align:center}
.hidden{display:none}
.clearing{clear:both}
