body {
	font: normal 12px Arial, Tahoma;
	color: #333;
	text-decoration: none;
	padding:0;
	margin:0;
	background:url(back_grad.png) repeat-x top center #2b2b2b;
	text-align: center;
}
/* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
.banner{
	background:url(hurll/banner01.jpg) no-repeat top right;
	border-bottom:6px solid #0d0d49;
}
.borderBottom{border-bottom:6px solid #000033;}

/* Background image can fill the entire header section */
.menuMargin{margin-top:29px;}
form {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}

a {
	color:#d6080b;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}



h1 {
	margin:0px;
	padding:0px; font-size:16px;
}
h2 {
	margin:0px;
	padding:0px; font-size:15px;
}
h3 {
	margin:0px;
	padding:0px
}
h4 {
	margin:0px;
	padding:0px
}
h5 {
	margin:0px;
	padding:0px
}
h6 {
	margin:0px;
	padding:0px
}
.searchinput {font:normal 11px Arial, Tahoma, ; border:none; margin:0px 0px 0px 10px; padding:0px; background:none; border:1px solid #d7d4d4}
select, option {
	font: 11px Tahoma;
	background:#E9E9E9;
}
input, textarea, password, file {
	FONT-FAMILY: Arial, Tahoma;
	font-size: 11px;
	font-size:10px;
	border:1px solid #4B7490;
	background:#E9E9E9;
	padding:2px
}
input[type="checkbox"] {
	border:none;
	background:none;
}
/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */


.featureBox { padding:8px; border-left:1px solid #C5C5C5; border-right:1px solid #C5C5C5; border-bottom:1px solid #C5C5C5; text-align:left }

.featureBox A { text-decoration:none }

.featureBox A:hover { text-decoration:underline }

.main_table {
	background: #FFF;
	width:980px; background:url(head_back.png) left top no-repeat;
}
.sideGrid {
	background:url(hurll/bg_repeat.jpg) repeat-x right top;
}
.header {
	background:url(bg_header.gif) repeat-x top;
	font-size:1px;
	height:12px;
} /* Background image can fill the entire header section */
.header A {
	margin:0px 6px 0px 5px;
}
.header table {
	margin:0px;
	padding:0px
} /* use to position the content in the header */

#mainTable {
	position: relative;
	min-height: 100%;
}
* html #mainTable {
	height: 100%;
}
#footerMain {
	position: relative;
	margin: -7.5em auto 0 auto;
	width:100%;
	margin:0 auto;
	bottom:0;/* For Certain IE widths */
}
.footer {
	padding: 0 1em;
	line-height: 20px;
	width:973px;
	margin:0 auto;
	position:relative;
	text-align:middle;
	color:#333;
	font:11px/16px Arial, Tahoma;
	padding:5px 10px;
}

.footer a{
	color:#fff;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footerMain {
	margin-top: -7.4em;
}
/* The CSS that's required to position the footer*/

.topnav{
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	margin:0px 0px 16px 0px;
	float:right;
	clear:both;
}

.topnav A{
	color:#d6080b;
	text-decoration:none;
	padding:2px 10px;
	margin-top:6px;
	display:block;
	float:left;
	border:1px solid #FFFFFF;
	width:auto;
	white-space:nowrap;
}


.topnav A:hover {
	border:1px solid #d4d2d2;
}

.topnav table {
	text-align:center; 
}
.main_cell {
	padding:0px 8px 18px 8px;
	text-align:left;
}
A.selected {
	border:1px solid #d4d2d2;
}

A.not_selected {
	border:1px solid #d4d2d2;

}
/*----------------------------- Buttons ------------------------------ */
.button {
	margin:0px 8px 0px 0px;
	padding:3px 6px 6px 6px;
	font:normal 11px Arial, Tahoma;
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	border:0px;
	background-color:#e13639;
}
/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover {
	color:#FFF;
	text-decoration:none;
}

input {
 padding: expression(this.type=="submit"?'0px':'');
}
form submit {
	width:1%;
	overflow:visible;
}
/* this is for Gecko based broswers to change background of all <input type="submit"> tags */

input[type="submit"] {
	padding: 2px 2px;
}
/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/

.page_batch {padding-bottom:8px }

#menuLeft {
	margin: 0px;
}
.menu_background{

}
#menuLeft ul {
	font: normal 12px Arial, Tahoma;
	margin:0px;
	padding: 0;
	list-style: none; 
	width: 202px; /* Width of Menu Items */
}
#menuLeft ul li a {
	display: block;
	width:188px;
	text-decoration: none;
	color: #FFF;
	padding:2px 4px 2px 10px;
	font-weight: bold; 
}
/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */


#menuLeft ul li a:hover {
	color: #fff;
	text-decoration:none;
}
#menuLeft ul li.highlight ul {
	display: block;
}
#menuLeft .highlight a {
	color: #FFF;
	font-size: 12px;
}
/* Hover Styles */
		
#menuLeft li ul li a {
	padding: 1px 3px; 
} /* Sub Menu Styles */
#menuLeft li:hover ul, li.over ul {

} /* The magic */
#menuLeft .sub a {
	background:none;
	color:#000000;
	width: 188px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;
}
/* .highlight  li ul { display: block; }  The magic */ 


#menuLeft .sub a:hover {
	color:#000000;
	text-decoration:underline;
}
.highlight A {
	TEXT-DECORATION: none;
	background: #333;
	color:#000000
}
.selected {
	text-decoration:none;
	color: #646464;
}
#menuLeft .subHighlight a {
	color:#FFFFFF;
	background: #646464;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;
}





/*----------------------------- left hand menu ------------------------------ */



.menutop {margin-top:10px; background:url(menuTopRound.gif) no-repeat top center ; display:block; height:7px; border-bottom:1px solid #78ace7; width:144px; margin-left:6px;}

.menutop span {font:bold; font-family:1px; display:none; pacity:0;filter: alpha(opacity=0); -moz-opacity: 0; } /* display:none hides the word Browse */

#menuNormal {
	margin: 0px 0px 0px 14px;
}

#menuNormal ul {font: normal 12px Arial, Tahoma;
	margin:0px;
	padding: 0;
	list-style: none; 
	width: 202px; /* Width of Menu Items */
	}

#menuNormal ul li {position: relative; background:none; }
	
#menuNormal li ul {position: absolute; left: 202px; /* Set 1px less than menu width */ top: 0px; display: none;}

/* Styles for Menu Items */
#menuNormal ul li a {
	display: block;
	width:188px;
	text-decoration: none;
	color: #FFF;
	padding:2px 4px 2px 10px;
	font-weight: bold; 
	}
	
#menuNormal ul li a:hover { color: #fff;
	text-decoration:none; } 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menuNormal ul li ul { background:#646464; top:-1px; };

#menuNormal .highlight a {
	color:#000000;
	font-size: 12px;
}

/* Hover Styles */
		
#menuNormal li ul li a { padding: 1px 3px; color:#FFFFFF } /* Sub Menu Styles */
		
#menuNormal li:hover ul, #menuNormal li.over ul { display: block; } /* The magic */

#menuNormal .sub a {  background:none;
	color:#FFFFFF;
	width: 188px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;}
#menuNormal .sub a:hover { color:#fff;
	text-decoration:underline; }

#menuNormal .subHighlight a {
	color: #fff;
	background: #DCE2F2;
	width: 188px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;
}

#menuNormal .subspecial {
	display:block;
	
}

#menuNormal ul li ul.subspecial { background:none; width:200px; clear:both; float:right; position:relative; left:0; };

#menuNormal ul li ul.subspecial li { background:none }

#menuNormal .subspecial a {  
	background:none;
	color:#fff;
	width: 188px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;}
#menuNormal .subspecial a:hover { color:#fff;
	text-decoration:underline; }

	
.highlight A {TEXT-DECORATION: none;

	color:#FFF}


.cart {
	font: 12px Arial;
	border:1px solid #94bee9;
	width:98%;
	background:#F7F7F7
}
.cart th {
	text-align:left;
	background:#94bee9 url(../images/hd_bk.jpg) repeat-x;
	color:#FFF
}
.cart a {
	margin-right:0px;
	float:right
}
.lineitem {
	border-bottom: 1px dotted #CCC
}
#thumbnail {
	WIDTH: 134px;
	float: left;
	clear: none;
	margin:0px 11px 0px 0px;
	padding-top:0px;
	text-align:center;
	border:0px solid #c1c1c1;
	background:url(thumbnailShadow.gif) repeat-x bottom;
}
#thumbnail p {
	margin: 0px 0px 0px 35px;
	text-align:center
}
#thumbnail h3 {
	font:normal 12px Arial, Tahoma;
	text-align:center;
	background-color:#4B7490;
	color:#FFFFFF;
	padding:5px 0;
}
#thumbnail span {
	font:normal 11px Arial, Tahoma;
	text-align:center
}
#thumbnail div {
	text-align:center
}
#thumbnail .thumbImage {
	height:110px;
}
#thumbnail .thumbInfo {
	clear:both;
}
/*----------------------------- Essential Bizar Shop Styles ------------------------------ */
.heading {
	font-size: 16px;
	color:#4B7490;
	display:block;
	padding-bottom:1px;
	border-bottom:1px solid #4B7490;
	font-weight:bold;
	text-align:center;
}
.subheading {
	font: normal 14px Arial, Tahoma
}
.errorMessage {
	font-weight: bold;
	color: #FFF;
	background-color: #AD0034;
	padding:4px;
	text-align: center;
}
.okMessage {
	font-weight: bold;
	padding: 4px; text-align:right
}
.form-label {
	font-weight: bold;
	color: #4683d3
}
.form-title {
	font-weight: bold;
	color: #4683d3
}
.normalbold {
	font-weight: bold
}
.tablehead {
	font-size: 14px;
	text-decoration: none;
	color:#4683d3
}
/*----------------------------- Product Page ------------------------------ */
.product_image {
	padding:10px 10px 10px 10px
}
.product_image A {
	text-decoration:none;
	color: #333;
}
.product {
	padding:10px 10px 10px 10px
}
.price {
	font: bold;
	padding:10px 0px 0px 0px
}
.related_prods {
	margin: 0px 0px 10px 0px;
	padding:3px;
	width:120px
}
/*----------------------------- Quick Edit ------------------------------ */
#quickEdit {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	background:#CCC;
}
#barRow {
	background:url(images/quick_edit/quickFade.gif) repeat-x #fff;
}
#name1, #name2 {
	border-bottom:1px solid #ccc;
}
.quickButtons {
	padding:5px;
	text-align:center;
	border-right:1px solid #fff;
	border-bottom:4px solid #CCC;
	color:#000;
	cursor:pointer;
	width:auto;
	background:#B4B4B4;
}
.quickButtons:hover {
	background:#000;
	color:#fff;
}
/*---------------------------------New Check Out Styles Below ---------------------------------*/
.orderDisplay {
	background:#61AEDF;
	padding:5px;
	color:#fff;
}
.checkouthead {
	margin: 0;
	padding:0 0 0 12px;
	font-size:20px;
	text-align:left;
}
.checkoutHeaderBlue {
	padding:10px;
	background:#61AEDF;
	color:#FFFFFF;
	text-align:left;
}
.checkoutCurrentBorder {
	border:1px solid #61AEDF;
	padding:5px;
	margin-bottom:5px;
	background:url(images/thumbnailShadow.gif) repeat-x top;
}
.checkoutHeaderGrey {
	padding:10px;
	background: url(checkout/page_back.png) repeat-x;
	color:#FFFFFF;
	margin-bottom:0px;
	text-align:left;
}
.summaryHeader {
	text-align:left;
	background:url(images/thumbnailShadow.gif) repeat-x top;
	padding:5px;
	font-weight:bold;
	color:#61AEDF;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	height:15px;
}
.editLink, .editLink a {
	font-weight:normal;
	color:#666666;
	font-size:9px;
}
.nextButton {
	margin:0px 8px 0px 0px;
	padding:3px 6px 6px 6px;
	font:bold 11px Arial, Tahoma;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	background: url(checkout/button_back_over.png) center;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	border:0px;
	background-position:right;
}
.nextButtonInput {
	margin:0px 8px 0px 0px;
	font:normal 11px Arial, Tahoma;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	background: url(checkout/button_back_over.png) center;
	border:0px;
	background-position:right;
	padding:5px 15px 10px 10px;
	display:block;
	float:right;
	cursor:pointer;
}
.nextButtonInput:hover {
	text-decoration:none;
	background: url(checkout/button_back.png) right;
	color:#FFF;
}
.backButton {
	margin:0px 8px 0px 0px;
	padding:3px 6px 6px 6px;
	font:bold 11px Arial, Tahoma;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
	background: url(checkout/button_back_over.png) center;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	border:0px;
	background-position:left;
	padding-left:15px;
	padding-top:6px;
	height:20px;
}
.backButton:hover {
	color:#FFF;
	text-decoration:none;
	background: url(checkout/button_back.png) left;
}
/* ---------------------------- End New Checkout Styles --------------------------------------- */

.layout2{
 background:#e6e6ec;
}
.layout2 h3{
	font:normal 16px  arial, Tahoma;
	text-align:left;
	color:#0D0D49;
	padding:5px;
	font-weight:bold;
}
.layout2 h3 a{
	font:normal 16px  arial, Tahoma;
	text-align:left;
	color:#0D0D49;
	padding:5px;
	font-weight:bold;
}
.layout2 a:hover h3 {
	color:#333;
}
.layout2 a{color:#fcbb13; text-decoration:none; font-weight:bold;}
.layout2 a:hover{color:#fcbb13; text-decoration:underline; font-weight:bold;}
.layout2price{color:000033; font-size:20px; font-weight:bold;}

#boxes{border:1px solid #000033;}
.tabMenu {
	background:#FFF;
}

.tabMenu a {
	padding:5px 5px;
	color:#000033;
	text-decoration:none;
	display:block;
	width:70px;
	text-align:center;
	float:left;
	font-size:12px;
	top:0px;
	position:relative; 
	height:15px; 
	cursor:pointer;
	background:url(hurll/tabNorm.jpg) no-repeat top left;
	opacity:1;
}
.tabMenu a:hover {
	 background:url(hurll/TabHighlight.jpg) no-repeat top left;
	opacity:0.55;
		color:#FFFFFF;
}

.tabMenu a.highlight {
	 background:url(hurll/TabHighlight.jpg) no-repeat top left;
	 color:#FFFFFF;
}

.featureHeading{
	background-image:url(grey_header.png);
	background-repeat:no-repeat;
	background-color:#292929;
	background-position:right;	
	color:#fff;
	padding:6px 0 6px 20px;
}

.featureHeading a{
	color:#fff; text-decoration:none; 
}

.blurb{
	background:url(back_fire.png) bottom right no-repeat;
}

#login { color:#000; margin:0 0 30px 10px; line height:20px}

#login img {border:none }

#login A {text-decoration:none; color:#000 }

#login A:hover {text-decoration:underline;  }

#login H2 {padding:15px 0 0 0 }


