/* commented backslash hack v2 \*/ 
html, body {
	height:100%;
}
/* end hack */ 

body {
	font: normal 12px Tahoma, Arial;
	color: #333;
	text-decoration: none;
	padding:0px;
	margin:0px;
	background: url(body_bg2.gif) repeat-y center  #FFF;
} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
}
.pad {
	padding:10px;
	background:url(swoosh.gif) bottom no-repeat;
}
a {
	color:#333333;
	text-decoration:none
}
a:hover {
	color: #c92727;
	text-decoration:underline;
}
h1 {
	font: bold 14px tahoma, arial;
	color: #333;
	margin:0px 0px 10px 0px;
	padding:0px
}
h3 {
	font: normal 12px;
}
select, option {
	font: 11px Tahoma;
	background:#E9E9E9;
}
input, textarea, password, file {
	FONT-FAMILY: Tahoma, Arial;
	font-size: 11px;
	font-size:10px;
	padding:2px
}
input[type="checkbox"] {
	border:none;
	background:none;
}
/* The CSS that's required to position the footer */

html {
	height: 100%;
}
body {
	height: 100%;
}
#mainTable {
	position: relative;
	min-height: 100%;
}
* html #mainTable {
	height: 100%;
}
#footerMain {
	position: absolute;
	bottom: 0  !important;
	bottom: -3px;
	height:20px;

	width:100%;
	padding:0 auto;
	text-align:center;

   /* For Certain IE widths */
}
.footer {
	padding: 0 1em;
	line-height: 40px;
	width:770px;
	margin:0 auto;
	position:relative;
	text-align:right;
	color:#BABA99;
	font:11px/16px Tahoma, Arial;
	padding:0px 10px;
}
/* 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

	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#mainTable
	{
		position: relative;
		min-height: 100%;
	}

	* html #mainTable
	{
		height: 100%;
	}

	#footerMain
	{
		position: relative;
		margin: -7.5em auto 0 auto;
		height:124px; 
		width:971px; 
		margin:0 auto;
	} */



/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */



.header {
	background: url(header_bg.gif) repeat-x #FFF;
	height:147px;
} /* Background image can fill the entire header section */
.searchinput {
	font:normal 11px Tahoma, Arial;
	border:2px solid #a4a4a4;
	margin:0px;
	background:#FFF;
	padding:2px 2px 2px 5px;
	font-size:12px;
}
.search {
	position:relative;
	z-index:2;
	top:45px;
}
.search a {
	display:none;
}
.topnav {
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	padding:0px;
}
.topnav A {
	color:#FFF;
	background:url(btn_bg.gif) no-repeat bottom;
	text-decoration:none;
	padding:7px 7px 8px 7px;
	display:block;
	float:left;
}
.topnav A:hover {
	text-decoration:none;
	background:#626262;
	color:#FFF;
}
.topnav table {
	text-align:center
}


.footer A {
	color: #BABA99;
	text-decoration: none;
}
.footer A:hover {
	color: #BABA99;
	text-decoration: underline
}

.main_cell {
	padding:8px 8px 8px 8px;
}
.content {
	padding-bottom: 0px;
}
.menu_background {
	padding-bottom: 158px;
}
.right_column {
	width:120px;
	text-align:center;
	border-left: 1px solid #398ee5;
}
.right_column H3 {
	font: normal 12px tahoma, arial;
	color: #333;
	padding:0px 3px 10px 3px;
}
/*----------------------------- Buttons ------------------------------ */


.button {
	margin:0px 8px 0px 0px;
	padding:2px 6px 2px 6px;
	font:normal 11px Tahoma, Arial;
	color:#1c3666;
	text-decoration:none;
	background:url(btns_bg.gif)top repeat-x #5390CF;
	border:1px solid #1c3666;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	width:auto;
}
/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover {
	color:#FFF;
	background:url(btn_bgOver.gif)top repeat-x #1c3666;
	background-color:#1c3666;
	text-decoration:none;
	width:auto;
}
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 ------------------------------ */


.login {
}
.login input, textarea, password, file {
	FONT-FAMILY: Tahoma, Arial;
	font-size: 11px;
	font-size:10px;
	padding:2px;
	border:1px solid #FFF
}
#menuLeft {
}
#menuLeft ul {
	font: normal 12px Tahoma, Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px; /* Width of Menu Items */
}
#menuLeft ul li a {
	padding-left:0px;
	display: block;
	width:199px;
	text-decoration: none;
	color: #2a3565;
	/* IE6 Bug */
	padding: 6px 0px 6px 6px;
}
/* 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:#7c9ed0;
}
#menuLeft ul li ul {
	display: none;
}
#menuLeft ul li.highlight ul {
	display: block;
}
#menuLeft .highlight a {
	color:#7c9ed0;
}
/* Hover Styles */
		
#menuLeft li ul li a {
	padding: 1px 3px;
} /* Sub Menu Styles */
#menuLeft li:hover ul, li.over ul {
	display: none;
} /* The magic */
.selected {
	text-decoration:none;
	color: #333
}
.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 */
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

#menuNormal ul { padding-left:0; margin-left:5px; font-weight:bold }

#menuNormal ul li { list-style:none; margin: 2px 0; }

#menuNormal li ul { list-style:none; padding:5px; padding-left:8px; margin-left:0; font-weight:normal; }



/* Hover Styles */


	
.highlight A {
	TEXT-DECORATION: none;
background:;
	color:#7c9ed0;
}
.shop_text {
	padding-left:13px;
}
.shop_text div {
	font:bold 14px Tahoma, Arial;
	padding-bottom:5px;
}
.cart {
	font: 12px Arial;
	color:#000;
	background-image:url(cart_back.jpg);
	line-height:18px;
	
}
.cart a {
	color:#1c3666;
	text-decoration:none
}
.lineitem {
	border-bottom: 1px dotted #CCC
}
.checkouthead {
	font-size: 16px;
	color:#3a8de3;
	padding:20px 0px
}
.cat_head {
} /*Category name and description*/
.spec_bg{
	background:url(specials_bg.gif) repeat-x top left #FFF;
}
#thumbnail {
	WIDTH: 365px;
	float: left;
	clear: none;
	margin:0px 11px 10px 0px;
	padding-top:6px;
	text-align:left;
	height: 150px;
}
#thumbnail p {
	margin: 0px 0px 0px 35px;
	text-align:left;
	}
#thumbnail h3 {
	font:bold 14px Tahoma, arial;
	text-align:left;
	background-color:none;
	color:#005288;
	padding:0px 0px;
	margin:0px;
}
#thumbnail h2 {
	font:bold 12px Tahoma, arial;
	text-align:left;
	background-color:none;
	color:#005288;
	padding:0px 0px;
	margin:0px;
}
#thumbnail span {
	font:normal 13px Tahoma, arial;
	text-align:left}
#thumbnail div {
	text-align:left
	}
#thumbnail div a {
	display:block;
	background-color:none;
	width:100%;
	height:30px;
	color:#FFF;
	text-decoration:none
}
#thumnail div a:hover {
	background-color:#73A2d0;
	
}
#thumbnail .thumbImage {
	height:110px;
	padding:0px 20px 0px 20px;
}
#thumbnail .thumbInfo {
	clear:both;
}
/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading {
	font-size: 13px;
	color:#292A29;
	display:block;
	padding-bottom:1px; /*border-top:1px solid #333;*/
	font-weight:bold;
}
.subheading {
	font: normal 14px Tahoma, Arial
}
.errorMessage {
	font-weight: bold;
	color: #FFF;
	background-color: #c92727;
	padding:4px
}
.okMessage {
	font-weight: bold;
	padding: 4px;
	background-color:#CCC;
}
.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
}
.sitemaplevel0 {
	padding-left:20px;
}
.sitemaplevel0 LI {
	list-style:none;
	margin-left:20px;
	font-size:13px
}
.sitemaplevel1 LI {
	margin-left:60px;
	font-size:11px
}
.sitemaplevel2 LI {
	margin-left:100px;
	font-size:11px
}
.searchResult {
	color: #000000;
	font-weight:normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
	padding-top: 8px
}
.searchResult A {
	color:#0000FF;
	text-decoration:underline;
	font-size:14px;
}
/*----------------------------- 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-weight: bold;
	padding:10px 0px 0px 0px;
	color: #132557;
}
.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;
}
.specials_box {
	border-bottom:1px solid #333;
}
.BookSearchRepeat{background: url(search_repeat.gif) repeat-y top left;}

.BookSearch{
background:url(Search_mid_bg.gif) bottom left no-repeat;
color:#fff;
}
input[type="submit"].BookSearchOff, input.BookSearchOff, .BookSearch input, .BookSearch select{
	background-color:#FFFFFF;
	-moz-opacity:0.5;
	filter:Alpha(Opacity=50);
	color:#000;
	
}

.BookSearch input[type="submit"], .BookSearch input:hover, .BookSearch select:hover, input.BookSearchSelect, input[type="submit"].BookSearchSelect {
	background-color:#FFFFFF;
	-moz-opacity:1;
	filter:Alpha(Opacity=100);
	color:#000;
	
}

.BookSearch input[type="submit"]{
background:url(seach_bg.png) no-repeat top center;
border:none;
width:80px;
height:20px;
color:#FFF;
}

.BookSearch input[type="submit"]:hover{
background:url(seach_bg_over.png) no-repeat top center;
border:none;
color:#FFF;
}

.menu_top{
	border-bottom:1px solid #A4D6F4;
	}
		
	/*---------------------------------New Check Out Styles Below ---------------------------------*/

.orderDisplay {
	background:#61AEDF; 
	padding:5px; 
	color:#fff;}



.checkouthead {
	border-bottom:1px dotted #CCC;
	margin: 0;
	padding:0 0 5px 0;
	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 Tahoma, Arial; 
    color:#1c3666; 
    text-decoration:none;  
    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 Tahoma, Arial; 
    text-decoration:none;  
    color:#1c3666; 
    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 Tahoma, Arial; 
    color:#1c3666; 
    text-decoration:none;  
    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;
 }

.buttonsearch{}

/* ---------------------------- End New Checkout Styles --------------------------------------- */


/*------------------------------  Footer sit at bottom always-----------------------------------*/
#container-foot {
  width: 100%;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

.buttontop {
	display:block; 
 	background:url(small.png) no-repeat; 
	width:91px; 
	height:18px; 
	padding:5px 0 0 0;
	text-align:center; 
	color:#005288;
	float:left;
	margin-left:15px;
	border:0;
}

.button_over {
	display:block; 
 	background:url(small_over.gif) no-repeat; 
	width:91px; 
	height:18px; 
	padding:5px 0 0 0;
	text-align:center; 
	color:#FFF;
	float:left;
	margin-left:15px;
	border:0;
}

.button_large {
 	background:url(big.png) no-repeat; 
	width:126px; 
	height:18px; 
	padding:5px 0 0 0;
	display:block; 
	text-align:center; 
	color:#005288;
	float:left;
	margin-left:15px;
	border:0;
	text-decoration:none;
}

.button_large_over {
 	background:url(big_over.gif) no-repeat; 
	width:126px; 
	height:18px; 
	padding:5px 0 0 0;
	display:block; 
	text-align:center; 
	color:#FFF;
	float:left;
	margin-left:15px;
	border:0;
	text-decoration:none;
}

.button_large_over:hover, .button_over:hover, .button_large_over, .button_over, .button_larger:hover {
	text-decoration:none;
	color:#fff;
}