*{
	font-family:  "Myriad Pro","Trebuchet MS","Tahoma","Helvetica","Arial","Myriad Web","Lucida Grande",sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

img { behavior: url(/iepngfix.htc); 
}
.shadowbox p img { position: relative; }


body,td,th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height:18px;
	/*color: #333;	*/
	color: #000000;	
}

body {
	margin:0;
	padding:0;
	min-width: 800px;
}

.ERRORMESSAGE{
	display:block;
	padding:10px;
	margin:10px;
	background-color:#FFCCCC;
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

a:link, label{
	color: #D2160B;
	text-decoration:none;
}
a:visited {
	color: #D2160B;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	background-color: #D2160B;
	text-decoration:none;
}

a.nohighlight:hover
{
	background-color: transparent;
}

label:hover{
	color: #FFF!important;
	background-color: #D2160B;
	text-decoration:none!important;
}
a:active {
	color: #FF0000;
}

a.bullink{	
	background-image:url(/images/bullet.gif); 
	background-position: 4px left; 
	background-repeat:no-repeat;
	padding: 0 2px 1px 16px;
	margin-left:-2px;
}
a:hover.bullink{	
	background-color:#D2160B;
}
a.bullinkinv{	
	background-image:url(/images/bullet.gif); 
	background-position: 4px left; 
	background-repeat:no-repeat;
	padding: 0 2px 0 16px;
	background-color:#D2160B;
	color:#FFF;
}
a:hover.bullinkinv{	
	background-color:#FFF;
	color:#D2160B!important;
}
a.invlink{
	background-color:#D2160B!important;
	border:1px solid #D2160B;	
	color:#FFF!important;
	text-decoration:none;	
	padding: 0 3px;
}
a:hover.invlink {
	color: #D2160B!important;
	background-color: #FFF!important;
	border:1px solid #D2160B;
	text-decoration:none;
}

/* LHS MENU ITEMS  */
#leftcol a.bullink
{
	display: block;
	padding-left: 17px;
	padding-bottom: 5px;
	line-height: 120%;
}

/* GRAPHIC BUTTONS WITH CSS */
.gfx_button
{
	line-height: normal;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	border: 0px !important;
}

.gfx_button ul
{
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 1px;
	float: left;
}

.gfx_button li
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	height: 22px;
	float: left; 
	background: url(/images/gfx_button_default_l.gif) no-repeat left top;
}

.gfx_button a
{
	text-decoration: none;
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	height: 22px;
	color: #E7E7E7 !important;
	background: url(/images/gfx_button_default_r.gif) no-repeat right top;
	padding: 4px 12px 0px 4px;
}

.gfx_button a:hover
{
	color: #FFF !important;
	background-color: transparent !important;
}
/* END GRAPHIC BUTTONS WITH CSS */

/* GRAPHIC BUTTONS ON BOOK PAGES */
#bookactions
{
	padding: 0px;
	background-color: transparent !important;
}

#bookactions div
{
	border: 0px;
	padding-left: 10px;
	float: left;
	width: 130px;
}

#bookactions ul
{
	margin-left: 8px;
	background-color: transparent !important;
}

#bookactions a
{
	width: 100px;
}

li#buy
{
	background: url(/images/gfx_button_buy_l.gif) no-repeat left top;
}

li#buy a
{
	background: url(/images/gfx_button_default_r.gif) no-repeat right top;
}
/* END GRAPHIC BUTTONS ON BOOK PAGES */



.red{
	color:#D2160B;
}
.black{
	color:#000;
}
.calendarHeader{
	color:#FFF;
}

label{
	color: #D2160B;
	text-decoration:none;
}
label:hover {
	color: #FF0000;
	text-decoration:underline;
}

.padauthor{
	padding-right:8px;
	padding-bottom:4px;	
}

.smalltext{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:9px;
	color:#000000;
}


th{
	text-align:left;
	background-color:#D2160B;
	color:#FFFFFF;
	font-weight:normal;
	font-size: 14px;
	padding: 5px;
}

.input{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #D2160B;
	background-color:#F1F4F4;
	color:#000000;
	font-size:10px;
	width:160px;
	padding: 2px;
}

.inputwhite{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	background-color:#FFF;
	color:#000000;
	font-size:10px;
	width:160px;
	padding: 4px;
}

form{
	padding:0; margin:0;
}

p{
	margin:0;
	padding: 0 0 15px  0 ;
}


hr{
	margin: 5px 0;
	padding: 0;
	background:none;
	border: none;
	border-bottom: 1px dashed #D2160B;
	height:1px;
	clear:left;
}

hr.strong{
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.panelsep{
	padding: 0 0 8px 0;
	margin: 0;
	border-bottom: 1px dashed #D2160B;
	clear:left;
}


h1{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin:10px 0 8px 0;
	padding:0;
}

h2{
	font-size:15px;
	line-height:18px;
	font-weight:normal;	
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin:10px 0 4px 0;
	padding:0;
}

h3{
	font-size:12px;
	line-height:18px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:normal;	
	margin:10px 0 4px 0;
	padding:0;
}

h3 strong { color: #000; }

#logo{
	margin:0; 
	padding:0;
	width:380px;
}




.minisearch {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 13px;
	width: 100px;
	margin: 1px;
	padding: 1px;
	border: none;
}

/* #######MID PAGE LAYOUT######### */
#contentcontaner{
	  min-width: 790px; 
	  max-width: 1050px;
	  /*width:auto !important;*/
	  width: expression(document.body.clientWidth < 792px? "790px" : document.body.clientWidth > 1052? "1050px" : "auto")
/*	  width:expression(document.body.clientWidth < 790 ? "790px" : "100%" );	  */
}

#content{
	width:auto;
	height: 1%;
}
#leftcol.home{
	float:none; 
	display:block; 
	position:absolute ; 
	left:26px; 
	top:115px; 
	width:165px;
}
#leftcolbookpage{
	float:none; 
	display:block; 
	position:absolute ; 
	left:26px; 
	top:115px; 
	width:165px;
}
#rightcol.home{
	padding:0 ;
	float: right;
	width: 330px;
	margin: 20px 0 0 0 ;
}
#rightcolbasket{
	padding:0 ;
	float: right;
	width: 200px;
	margin: 20px 0 0 0 ;
}
#rightcolbookpage{
	padding:0 ;
	float: right;
	width: 270px;
	margin: 20px 0 0 0 ;
}
#midcol.home{
	font-weight: normal !important;
	padding:20px 0 0 0;
	margin: 0 345px 0 185px;
	max-width: 500px;
	min-width: 200px;
	min-height:400px;
}
#midcol_no_right_col{
	padding:20px 0 0 0;
	margin: 0 0 0 185px;
	max-width: 800px;
	min-width: 200px;
	min-height:400px;
}
#midcolbookpage{
	padding:20px 0 0 0;
	margin: 0 285px 0 185px;
	max-width: 500px !important;
	min-width: 200px;
	min-height:400px;
}
#midcolbasket{
	padding:20px 0 0 0;
	margin: 0 220px 0 185px;
	max-width: 590px;
	min-width: 200px;
	min-height:400px;
}
#footerspace{
	clear:both;
	margin: 0 200px;
	max-width: 500px;
	min-width: 200px;
}
#footer
{
	clear:both;
	background-color:#000000;
}

/* #######MID PAGE LAYOUT######### */



/* #######NAVIGATION ######### */
#mainnav{
	font-family: Arial, Helvetica, sans-serif!important;
	width:780px;
	min-width:770px!important;
	font-size:12px;
	background-image:url(/images/home/toptab.gif); 
	background-repeat:no-repeat; 
	top:0px; 
	height: 39px; 
/*    background-color:#FFCC00;	*/
}

 ul#navlist{
 	position:absolute;
	list-style-type:none;
 	padding:0 0 0 0;
	left: 270px;
	margin: 5px 0 0 0;
	height:20px;
	white-space: nowrap;
/*    background-color:#00CCFF;*/
}

#navlist li{
	display: block;
	list-style-type:none;
	height:24px;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	float: left;
	width: auto;	
/*    background-color:#FFCCFF;	*/
}

#navlist a { 
	padding: 5px 15px; 
	font-weight:bold;
	position: relative;
	border-left: 1px solid #E9EFF2;
	border-right: 1px solid #B1C6CF;
}

#navlist a:link, #navlist a:visited{
	color: #000!important;
	list-style-type:none;
	text-decoration: none;
}

#navlist a:hover{
	background-color: #F1F4F4;
	background-image:url(images/home/rollovernav.gif);
	text-decoration: none;
	color:#000!important;
}
/* #######NAVIGATION ######### */


/* DROP SHADDOWS */
.img-shadow {
	float:left;
	background: url(/images/dropshad.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin: -5px 5px 5px -5px;
}

.img-bigshadow {
	float:left;
	background: url(/images/dropshad.gif) no-repeat bottom right;
	margin: 10px 0 10px 0;
}
.img-bigshadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin: -9px 9px 9px -9px;
}



.shadowbox {
  width: 99%;
  float:left;
  background: url(/images/dropshad.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 30px 0 0px;
  }

.shadowbox div {
  background: none !important;
  background: url(/images/noshad.gif) no-repeat left top;
  background-color: #fff;
  padding: 0 !important;
  padding: 0 9px 9px 0;
  }

.shadowbox div div {
  background: none !important;
  background-color: #fff!important;
  border: 1px solid #a9a9a9;
  padding: 0 10px!important;
  margin: -9px 9px 9px -9px !important;
  margin: 0;
  }


.shadowbox, .shadowbox2 {
  width: 99%;
  float:left;
  background: url(/images/dropshad.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 30px 0 0px;
  }

.shadowbox2, .gard_container
{
  position: relative;
}

.shadowbox div, .shadowbox2 div {
  background: none !important;
  background: url(/images/noshad.gif) no-repeat left top;
  background-color: #fff;
  padding: 0 !important;
  padding: 0 9px 9px 0;
  }

.shadowbox div div, .shadowbox2 div div {
  background: none !important;
  background-color: #fff!important;
  border: 1px solid #a9a9a9;
  padding: 0 10px 0 0px !important;
  margin: -9px 9px 9px -9px !important;
  margin: 0;
  }
  
#book_positioner {
	position: absolute;
	z-index: 10px;
  	overflow: visible;
	top: 0px;
	left: 0px;
	width: 160px;
	overflow: hidden;
}





.rightpanel{padding:8px; background-color:#E0E5E9;}

a:hover.nohover {background:none!important}
a:hover.whitelink {background-color:#FFFFFF!important}
a:hover.whitehover {background-color:#FFFFFF!important}


.bullet{background-image:url(/images/bullet.gif);}

.prices{display:block; background-color:#FFFFFF; padding:5px; border: 1px solid #ccc}
.stock{display:block;}
.leftprice{display:inline; float:left; width:55%; clear:left;}
.rightprice{display:inline; float:left; width:35%; margin-left: 10px;}
.endblock{height:5px; display:block; clear:left;}

a.buttonise, input.buttonise {
 	display:block;
	background-color:#D2160B!important;
	color:#FFF!important;
	font-weight:bold!important;
	padding: 4px 9px;
	text-align:left!important;;
	border-top: 3px solid #F66;
	border-right: 3px solid #900;
	border-left: 3px solid #F66;
	border-bottom: 3px solid #900;
	line-height:14px;	
	margin: 5px 0;
}
a:hover.buttonise {
	background-color:#f00!important;
}


a.buttonisegreen {
 	display:block;
	background-color:#00A200!important;
	color:#FFF!important;
	font-weight:bold!important;
	padding: 4px 9px;
	text-align:left!important;;
	border-top: 3px solid #7BCF7B;
	border-right: 3px solid #008A00;
	border-left: 3px solid #7BCF7B;
	border-bottom: 3px solid #008A00;
	line-height:14px;
	margin: 5px 0;
}
a:hover.buttonisegreen {
	background-color:#22AE22!important;
}

#genresleft{
	padding-bottom:10px;
}

.whitepad{
	padding:10px; 
	background-color:#FFF; 
}

#w3c{
	width:auto;
	text-align: right;
	max-width:1024px;
}

.green {
	color: #008A00!important;
	text-decoration:none;
}
a:hover.green{
	color: #008A00!important;
	background-color:#FFFFFF!important;
	text-decoration:underline;	
}
.greenhead {
	font-size: 14px;
	font-weight: bold;
	color: #008A00;
}
.redhead {
	font-size: 14px;
	font-weight: bold;
	color: #D2160B;
}

/* #################### FAKE TABLE LAYOUTS ######################*/
/*400 pixel wide tables*/
.tablehead440{background-color:#E0E5E9;width:440px; margin: 30px 0 15px 0; padding:10px; }
.tableerror440{width:440px; padding:10px; margin: 0 0 15px 0; background-color:#FFCCCD; color:#000000;}
.tablenoerror440{width:440px; padding:10px; margin: 0 0 15px 0; background-color:#BFFFC5; color:#000000;}
.tablerow440{padding:6px 10px; width:440px; clear:left;}
.tablecell440{ width:420px;}
.tablecelll440{display:inline; float:left; width:180px;}
.tablecelll440s{display:inline; float:left; width:95px;}
.tablecellr440{margin-left:200px;}
.tablecellr440s{margin-left:110px;}
.tablecellbar{border-left: 5px solid #E0E5E9; padding: 2px 5px; margin:0px 5px; background-color:#F7F8F9}
.tableradio{display:inline; float:left}
.tableradior{margin-left:30px}

/* Rich K added */
/* ############ */

.bcomp_thead {
	background-color: #E0E5E9;
	padding: 10px 10px 5px 10px;
}
.bcomp_tbody {
	background-color: #FFF;
	border-width: 0px 10px 01px 01px;
	border-color: #E0E5E9;
	border-style: solid;
	height: 200px;
}

.bcomp_thead2 {
	background-color: #D55;
	color: #FFF;
	text-align: center;
}


/* #################### NEW SEARCH AREA ######################*/


#blacknav{
	text-align:right; 
	position:absolute;
	width:97%; 
	max-width:1000px; 
	position:absolute; 
	top:5px; 
	color:#FFFFFF; 
	vertical-align:middle; 
	vertical-align:top; 
	font-size:9px; 	
}

#bevel{
	background:url('/images/home/bevel.jpg') top right no-repeat;
	padding-top:10px;
	height:42px;
	margin-top:-9px;
	display:block;	
}	

#searchform{
	text-align:right; 
	position:absolute;
	display:block;
	width:97%; 
	max-width:1000px; 
	top:38px; 
	left:0;
	height:19px;
	z-index:0;
/*	position:absolute;
	top:38px; 
	left:338px;
	width:auto;
	line-height:11px;*/
}
#searchform table{
	position:relative;
	float:right;
	z-index:99;
}

#searchbox{
	position:relative;
	border:1px solid black; padding:2px; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:200px; line-height:13px; 
	margin-left:1px;
	margin-right:3px;		
	z-index:999;
}
#searchselect{ 
	position:relative;
	height:17px; border:1px solid black; padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:auto; line-height:11px; 
	margin-left:1px;
	margin-right:3px;		
	z-index:998;
}
#formatbox{ 
	position:relative;
	height:17px; border:1px solid black; padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;width:auto; line-height:11px; 
	margin-left:1px;	
	margin-right:3px;	
	z-index:996;
}
#searchbutton{
	position:relative;
	background:url('/images/search_59.gif') top left no-repeat; width:59px; height:19px; border:none; display:block;
	margin-left:1px;	 
	margin-right:10px;
	z-index:994;
}
#searchbutton em {
	display:none;
}
#searchbutton:hover{
	cursor:pointer; 
	background-position: top right;
}








a.LRBUY{
	background:url(/images/newbuy/lovereading.jpg) top left no-repeat!important;
	width:94px!important; height:39px!important; 
	padding:26px 10px 0 19px!important; 
	display:block!important; margin-left:4px!important;	
}
a.LRBUY span {
	display:block!important;
	padding-top:10px!important;
}



a.AMBUY{
	background:url(/images/newbuy/amazon.jpg) top left no-repeat!important;
	width:94px!important; height:39px!important;
	padding:26px 10px 0 19px!important;
	display:block!important; margin-left:4px!important;
}
a.AMBUY span {
	display:block!important;
	padding-top:10px!important;
}


a.AMBUY div.mooseover	{ 
	margin-top:10px!important;
	display:none;  
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:12px; 
	padding:6px!important; 
	width:150px!important; 
	position:absolute;
	visibility:hidden;
	background: none;
	white-space:normal!important;
}

a.AMBUY:hover div.mooseover	{
	display:block!important;
	visibility:visible;		
	background-color:#333333!important;
}

.bookform{float:left; clear:left; width:150px;  padding-top:5px;}

.comp
{
	padding: 10px; text-align: left; background-color: #FFF; border: 6px solid;
}


/* 	############################################################	*/
/* 	NEW AUTHOR TWEETS SYSTEM	*/

	ul.authortweets{
			display:block;
			line-height:14px;
			padding:0 0 0px 0px;
			margin:0 0 14px 0;
			list-style:none;
			
	}

	ul.authortweets li.twitteritem{
		background:url('/images/twit.gif') top left no-repeat;
		padding:0 0 0px 20px;
		margin:8px 0 ;
	}
	
	
	.tweetdate{ color:#D2160B}


