/*	eliquid.com CSS Selectors global styles */

* div, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	border: 0;
}

/*	body
------------------------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #FFF;
	}

html, body {
	font: 11px Arial, Helvetica, Sans-serif;
	color: #000;
}

/* typography */
p {
	padding-bottom: 10px;
	line-height: 135%;
}


h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px 0;
	letter-spacing: -1px;
	font: Arial, Helvetica, sans-serif;
	color: #063;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 4px 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
	line-height: 125%;
	padding: 4px 0;
	letter-spacing: -1px;
}

h4 {
	font-size: 14px;
	line-height: 125%;
	padding: 4px 0;
	letter-spacing: -1px;
}

blockquote {
  padding: 10px;
  font-style: italic;
}


/*	links
------------------------------------------------------------------------------- */

a:focus {
	outline: none;
}

a {
	color: #063;
	text-decoration: underline;
}

a:hover {
	color: #093; 
	text-decoration: none;
}


/*	-- For Designed By Link -- */
/* -- <a href="http://www.eliquid.com" target="_blank" style="text-decoration:none"><span class="eli1">eliquid</span><span class="eli2">MEDIA</span></a> -- */

.eli1 {  font: 10px Arial, Helvetica, sans-serif; color: #00F; }
.eli2 {  font: 10px Arial, Helvetica, sans-serif; color: #084; }


/*	misc
------------------------------------------------------------------------------- */

a img { border: 0; }

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

legend { 
	background: #fff; 
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* forms */
input, textarea, select, option {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #666; 
	background: #F0F0F0 url(../images/nav_blue/form-bkgnd.gif); 
	border: 1px solid #808080;
	margin: 2px;
} 

input:focus, textarea:focus, select:focus, 
input:hover, textarea:hover, select:hover {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #000; 
	background: #F0F0F0 url(../images/nav_blue/form-bkgnd.gif);
	border: 1px solid #000;
	margin: 2px;
} 

option {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #666; 
	background: #F0F0F0; 
	border: 0;
	padding: 2;
} 

option:focus, option:hover {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #000; 
	background: #FFF;
	border: 0;
	padding: 2;
} 

input.ff_search, input.ff_login, input.ff_fancy {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #666; 
	background: #F0F0F0 url(../images/nav_blue/form-bkgnd.gif); 
	border: 1px solid #808080;
	padding: 4px;
	margin: 2px;
} 

input:focus.ff_search, input:focus.ff_login, input:focus.ff_fancy,  
input:hover.ff_search, input:hover.ff_login, input:hover.ff_fancy {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color : #000; 
	background: #F0F0F0 url(../images/nav_blue/form-bkgnd.gif);
	border: 1px solid #000;
	padding: 4px;
	margin: 2px;
} 

input.clear { background:#FFF; border : none; }

input.btn_dark-off {
	margin: 0;
	padding: 0;
	border: 0;
	width: 88px; 
	height: 32px;
	background: url(../images/nav_blue/btn-dark-off.png) no-repeat;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	color: #666;
	cursor: pointer;
	cursor: hand;
}

	input.btn_dark-off:focus, input.btn_dark-off:hover {
		outline: none;
		margin: 0;
		padding: 0;
		border: 0;
		width: 88px; 
		height: 32px;
		background: url(../images/nav_blue/btn-dark-on.png) no-repeat;
		font: bold 11px/32px Arial, Helvetica, sans-serif;
		color: #09F;
		cursor: pointer;
		cursor: hand;
	}

	input.btn_dark-on, input.btn_dark-on:focus, input.btn_dark-on:hover {
		outline: none;
		margin: 0;
		padding: 0;
		border: 0;
		width: 88px; 
		height: 32px;
		background: url(../images/nav_blue/btn-dark-on.png) no-repeat;
		font: bold 11px/32px Arial, Helvetica, sans-serif;
		color: #09F;
		cursor: pointer;
		cursor: hand;
	}

input.btn_lite-off {
	margin: 0;
	padding: 0;
	border: 0;
	width: 88px; 
	height: 32px;
	background: url(../images/nav_blue/btn-lite-off.png) no-repeat;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	color: #666;
	cursor: pointer;
	cursor: hand;
}

	input.btn_lite-off:focus, input.btn_lite-off:hover {
		outline: none;
		margin: 0;
		padding: 0;
		border: 0;
		width: 88px; 
		height: 32px;
		background: url(../images/nav_blue/btn-lite-on.png) no-repeat;
		font: bold 11px/32px Arial, Helvetica, sans-serif;
		color: #09F;
		cursor: pointer;
		cursor: hand;
	}

	input.btn_lite-on, input.btn_lite-on:focus, input.btn_lite-on:hover {
		outline: none;
		margin: 0;
		padding: 0;
		border: 0;
		width: 88px; 
		height: 32px;
		background: url(../images/nav_blue/btn-lite-on.png) no-repeat;
		font: bold 11px/32px Arial, Helvetica, sans-serif;
		color: #09F;
		cursor: pointer;
		cursor: hand;
	}
	

/* basic lists */
ul, li
{
	font: 11px Tahoma, Arial, Helvetica, Sans-serif;
}

/* tables */

.table_basic table {
	margin: 10px 0;
	border: 0;
	padding: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-color: none;
}

.table_basic th {
	margin: 0;
	border: 0;
	border-bottom: 2px solid #F6F6F6;
	padding: 6px 2px;
	background: #063;
	color: #FFF;
	text-align: left;
}

.table_basic th[title~="List"], .table_basic th[title~="Cost"], .table_basic th[title~="Core"], 
.table_basic th[title~="Qty"], .table_basic th[title~="Ext Price"], .table_basic th[title~="Qty Shipped"], 
.table_basic th[title~="In Stock"]{
	margin: 0;
	border: 0;
	border-bottom: 2px solid #F6F6F6;
	padding: 6px 2px;
	background: #036;
	color: #FFF;
	text-align: right;
}

	.table_basic th a {
		margin: 0;
		border: 0;
		border-bottom: 2px solid #F6F6F6;
		padding: 6px 2px;
		background: #063;
		color: #FFC;
		text-align: left;
	}
	
	.table_basic th a:hover {
		margin: 0;
		border: 0;
		border-bottom: 2px solid #F6F6F6;
		padding: 6px 2px;
		background: #063;
		color: #FF8;
		text-align: left;
	}

.table_basic td {
	margin: 0;
	border: 0;
	padding: 2px;
}


/* order tables */

.table_order table {
	margin: 10px 0;
	border: 0;
	padding: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-color: none;
}

.table_order th {
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #DDD;
	background: #FFF;
	padding: 6px 2px;
	color: #063;
	text-align: left;
}

.table_order td {
	margin: 0;
	border: 0;
	padding: 2px;
}

.td_underline {
	margin: 0;
	border-bottom: 2px solid #CCC !Important;
	padding: 4px 2px;
}

.td_overline {
	margin: 0;
	border-top: 2px solid #CCC !Important;
	padding: 4px 2px;
}

.td_leftindent {
	padding-left: 15px !Important;
}

/* Diagram List Thumbs */

#diagrams, #diagrams ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#diagrams li {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px dotted #DDD;
	background: #FFF;
	width: 125px;
	height: 125px;
}

#diagrams li:hover {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px dotted #063;
	background: #FFF;
	width: 125px;
	height: 125px;
	cursor: pointer;
	cursor: hand;
}

#diagrams li span {
	display: block;
	width: 125px;
	height: 125px;
	overflow: hidden;
}

#diagrams li img {
	background: #FFF;
	border: none;
	width: 128px;
}


/* list & cat view links */

.list-cat {
	float: right;
	margin-right: 6px;
	padding: 5px 0;
	width: 120px;
	text-align: right;
	font: 10px/16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.list-cat a {
	font: 10px/16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.list-cat a:hover {
	font: 10px/16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* Misc */
hr {  
	clear: both;
	border: 0;  /* IE & MOZ */
	width: 100%;
	height: 1px;
	color: #DDD; /* color for IE */
	background-color: #DDD;  /* color for FF/MOZ */
}

div.hr_dotted {
	clear: both;
	margin: 10px 0;
	border-top: 1px dotted #DDD;
	width: 100%;
	height: 1px;
}

.clearHack {  /* use with <img src="images/spacer15.gif" width="1" height="1" border="0" class="clearHack" /> */
	display: block;
	visibility: hidden;
	clear: both;
	width: 1px;
	height: 1px;
}


/*	layout
------------------------------------------------------------------------------- */

#page {
	/* position: relative; */
	margin: auto;
	margin-bottom: 10px;
	width: 900px;
	height: 100%;
	background: url(../images/nav_blue/bkgnd-car.jpg) no-repeat;
	text-align: left;
}

#top_bar {
	width: 900px;
	height: 33px;
}

	#top_log-welcome {
		float: left;
		width: 500px;
		height: 33px;
		line-height: 33px;
		text-align: left;
		color: #FFF;
		overflow: hidden;
	}
	
		#top_log-welcome .btn-logout { 
			float: left;
			margin-top: 8px;
			width: 55px; 
			height: 18px; 
			background: url(../images/nav_blue/btn-sml.png) no-repeat;
			text-align: center;
		}
		
		#top_log-welcome a {
			display: block;
			width: 55px; 
			height: 18px; 
			font: normal 10px/18px Tahoma, Arial, Helvetica, sans-serif uppercase;
			color: #FFF;
			text-decoration: none;
		}
		
		#top_log-welcome a:hover {
			font: normal 10px/18px Tahoma, Arial, Helvetica, sans-serif uppercase;
			color: #FF0;
			text-decoration: none;
		}

	#top_menu {
		float: right;
		width: 350px;
		height: 34px;
		text-align: right;
		line-height: 33px;
		color: #FFF;
	}
	
		#top_menu a {
			padding: 0 5px;
			font: normal 9px Tahoma, Arial, Helvetica, sans-serif uppercase;
			color: #FFF;
			text-decoration: none;
		}
		
		#top_menu a:hover {
			padding: 0 5px;
			font: normal 9px Tahoma, Arial, Helvetica, sans-serif uppercase;
			color: #FF0;
			text-decoration: none;
		}
		
		#top_menu a.lnk-d_highlight {
			padding: 0 5px;
			font: normal 9px Tahoma, Arial, Helvetica, sans-serif uppercase;
			color: #FF9;
			text-decoration: none;
		}
		
		#top_menu a.lnk-d_highlight:hover {
			color: #CCC; 
		}

#header {
	margin: 0;
	padding: 0 15px;
	width: 870px;
	height: 110px;
	text-align: left;
}
	#logo {
		float: left;
		margin: 8px 0 0 0;
		width: 229px;
		height: 120px;
		background: url(../images/nav_blue/top-cc-logo.gif) no-repeat;
		cursor: pointer;
	}
	
	
	#top_info {
		clear: right; 
		float: right; 
		width: 615px; 
		height: 83px;
	}
		
		#top_search {
			position: relative;
			float: right;
			margin: 15px 0 0 0;
			width: 258px;
			height: 58px;
			background: url(../images/nav_blue/search-box.png) no-repeat;
			text-align: center;
			line-height: 58px;
			color: #FFF;
		}
		
		#top_search #searching_spin {
			position: absolute;
			top: 19px;
			left: 188px;
			z-index: 10;
		}
	
	#top_tabs {
		float: right;
		width: 615px;
		height: 30px;
	}
	
		#top_tabs ul {
			margin: 0;
			padding: 0;
			border: 0;
			list-style: none;
			text-align: center;
		}
		
		#top_tabs ul li {
			float: right;
		}
		
		#top_tabs ul li a {
			display: block;
			width: 90px;  /* define each menu item in the html with !Important */
			height: 30px;
			background: none;
			text-decoration: none;
			font: bold 12px/30px Arial, Helvetica, sans-serif;
			color: #FF9;
		}
		
		#top_tabs ul li a:hover {
			background: #063;
			color: #FFF;
		}
		
		#top_tabs ul li img {
			margin: 0 2px 0 0;
		}
		
		#top_tabs li#current_page {
			float: right;
		}
		
		#top_tabs li#current_page a {
			display: block;
			width: 90px;  /* define each menu item in the html with !Important */
			height: 30px;
			background: #063;
			text-decoration: none;
			font: bold 12px/30px Arial, Helvetica, sans-serif;
			color: #FF9;
		}
		
		#top_tabs li#current_page a:hover {
			background: #00592D;
			color: #FFF;
		}

#content {
	margin: auto;
	padding: 5px 0 10px 0;
	width: 872px;
	text-align: left;
}

	#content_outside {
		margin: 10px 0 0 12px;
		width: 370px;
		text-align: left;
	}

	#box {
		margin: auto;
		width: 870px;
	}
	
		#box_head {
			padding: 0 0 0 12px;
			width: 858px;
			height: 45px;
			background: url(../images/nav_blue/box-cap.png) no-repeat;
		}
			
			#box_title {
				float:left;
				width:600px;
				text-align: left;
				font: bold 24px/42px Arial, Helvetica, sans-serif;
				color: #FFF;
			}
			
			#box_cart {
				float:right;
				margin-right: 18px;
				width:220px;
				text-align:right;
				color: #FF9;
			}
			
			#box_cart, #box_cart span {
				font: 9px/42px Tahoma, Arial, Helvetica, sans-serif;
			}
			
			#box_cart span.cart {
				font: bold 9px/42px Tahoma, Arial, Helvetica, sans-serif;
				color: #FFF;
			}
		
		
		#box_body_wrap {
			padding: 0 6px;
			width: 870px;
			background: url(../images/nav_blue/box-bkgnd.png) repeat-y;
		}
		
		#box_body_top {
			width: 858px;
			height: 6px;
			background: url(../images/nav_blue/box-inner-top.gif) no-repeat;
		}
		
		#box_body_inner {
			padding: 0 6px;
			width: 846px;
			background: #FFF;
		}
		
		#box_body {
			width: 846px;
			text-align: left;
		}
		
		#box_foot {
			width: 870px;
			height: 14px;
			background: url(../images/nav_blue/box-foot.png) no-repeat;
		}
		
		#box_cap_foot {
			width: 870px;
			height: 14px;
			background: url(../images/nav_blue/box-cap-foot.gif) no-repeat;
		}
	
	#box_blue {
		position: absolute;
		top: 160px;
		left: 405px;
		width: 445px;
		background: url(../images/nav_blue/box-blue-bkgnd.gif) repeat-y;
	}


	/* loading spin */
	
	#page_loading_spin {
			position: absolute;
			top: auto;
			right: auto;
			bottom: auto;
			left: auto;
			margin: -150px 0 0 0;
			padding: 32px 0 0 0;
			border: 4px solid #69F;
			background: #FFF;
			text-align: center;
			width: 100px;
			height: 68px; /* minus from 100px */
			z-index: 10;
		}


	/* Drop Downs */
	
	#dd_tabs {
		width:100%;
		height:40px;
		text-align: center;
	}
	
	#dd_tabs ul {
		margin:0;
		padding:0;
		border:0;
		width:100%;
		list-style-type:none;
	}
	
	#dd_tabs ul li {
		float: right;
		display:block;
		margin: 0;
		width:108px;
		height:32px;
		font:bold 10px/32px Tahoma, Arial, sans-serif;
	}
	
	#dd_tabs ul li.dd_title {
		float: left;
		margin: 0;
		width:150px;
		height:32px;
		text-align: left;
		font:bold 14px/32px Arial, sans-serif;
		color: #063;
	}
	
	#dd_tabs ul li.dd_cap {
		font:bold 11px/32px Arial, sans-serif;
		color: #666;
	}
	
	#dd_tabs ul li.dd_mo {
		display:block;
		width:108px;
		height:32px;
	}
	
	#dd_tabs ul li a {
		display:block;
		width:108px;
		background:url(../images/nav_blue/ps-tab-off.png) no-repeat;
		font:normal 9px/32px Tahoma, Arial, sans-serif;
		text-decoration:none;
		color:#063;
	}
	
	#dd_tabs ul li a:hover {
		background:url(../images/nav_blue/ps-tab-on.png) no-repeat;
		color:#00B000;
	}
	
	#dd_box {
		clear: both;
		margin: auto;
		padding: 10px 0;
		border-top: 1px dotted #DDD;
		border-bottom: 1px dotted #DDD;
		width:840px;
	}

	#ajax_part_list {
		text-align: left;
	}
	
	/* styles for tabs box ----------------------------------------- */
	
	#tabs_box {
	margin: 10px auto;
	width: 840px;
	}

	#tabs_mnu {
		width: 840px;
		height: 38px;
		background: url(../images/nav_blue/tabs-top-bkgnd.gif) no-repeat;
		overflow: hidden;
	}
	
		#tabs_mnu ul {
			float: right;
			margin: 0 20px 0 0;
			padding: 0;
			width: 330px;
			height: 38px;
			list-style-type: none;
		}
		
		#tabs_mnu ul li {
			float: left;
			margin: 0 2px 0 0;
			padding: 0;
			width: 108px;
			height: 38px;
			text-align: center;
		}
		
		/* styles for default tabs */
		
		#tabs_mnu ul li a {
			display: block;
			width: 108px;
			height: 38px;
			background: url(../images/nav_blue/tabs-default.gif) no-repeat;
			font: 10px/34px Tahoma, Arial, sans-serif;
			text-decoration: none;
			color: #030;
		}
		
		#tabs_mnu ul li a:hover {
			background: url(../images/nav_blue/tabs-default-over.gif) no-repeat;
			color: #063;
		}
		
		/* styles for current tab */
		
		#tabs_mnu ul li a.current {
			display: block;
			width: 108px;
			height: 38px;
			background: url(../images/nav_blue/tabs-current.gif) no-repeat;
			font: 10px/34px Tahoma, Arial, sans-serif;
			text-decoration: none;
			color: #030;
		}
		
		#tabs_mnu ul li a.current:hover {
			background: url(../images/nav_blue/tabs-current-over.gif) no-repeat;
			color: #063;
		}
	
	#tabs_box_main {
		padding: 3px 10px;
		width: 820px;
		height: 80px;
		background: url(../images/nav_blue/tabs-bkgnd.gif) no-repeat;
	}
	
	/*
	#tabs_box_btm {
		width: 840px;
		height: 10px;
		background: url(../images/nav_blue/tabs-btm-bkgnd.gif) no-repeat;
	}
	*/
	
	#tabs_box label {
		margin: 0;
		padding: 0;
		border: 0;
		font: 12px Arial, Helvetica, sans-serif;
		color: #063;
	}


#footer {
	clear: both;
	margin-top: 15px;
	padding: 15px 0;
	width: 100%;
	/* background: url(../images/nav/footer-bkgnd.png) repeat-x; */
	text-align: center;
	z-index: 1000;
}

	#footer_container {
		margin: auto;
		padding: 10px 0;
		border-top: 5px solid #354F76;
		width: 868px;
		text-align: left;
	}

	#copywrite {
		float: left;
		text-align: left;
		font: 10px Tahoma, Arial, sans-serif;
		color: #FFF;
	}
	
	#btm_menu {
		float: right;
		text-align: right;
		font: 10px Tahoma, Arial, sans-serif;
		color: #FFF;
	}
	
	#copywrite a, #btm_menu a {
		padding: 0 2px;
		font: 10px Tahoma, Arial, sans-serif;
		text-decoration: none;
		color: #FFC;
	}
	
	#copywrite a:hover, #btm_menu a:hover {
		font: 10px Tahoma, Arial, sans-serif;
		text-decoration: underline;
		color: #FF9;
	}


/*	login - front
------------------------------------------------------------------------------- */

#login_user { 
	float: left; 
	margin-right: 10px; 
	border-right: 1px solid #CCC;
	width: 150px; 
	text-align: left;
}

#login_guest {
	float: left; 
	width: 150px; 
	text-align: left;
}

	#box_blue_low {
		float: left;
		margin-left: 20px;
		width: 445px;
		background: url(../images/nav_blue/box-blue-bkgnd.gif) repeat-y;
	}
	
		#box_blue_container {
			padding: 12px 12px 0 12px;
			width: 421px;
			background: url(../images/nav_blue/box-blue-top.png) no-repeat;
			text-align: left;
			color: #FFF;
		}
		
		#box_blue_foot {
			width: 445px;
			height: 7px;
			background: url(../images/nav_blue/box-blue-btm.png) no-repeat;
		}

