body, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #D2160B;
	text-decoration: none;
	line-height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}

.floatleft{
	margin: 0 10px 10px 0;
	/*float: left;
	clear: left;*/
}

a:hover {
	color: #FFFFFF;
	background-color: #D2160B;
}

a.norollover:hover {
	color: #D2160B;
	text-decoration: none;
	background-color: transparent;
}

.whitehover:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.titleBig {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 24px;
	color: #000000;
}

.highlight {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times;
	color: #D2160B;
}
.highlightmain {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times;
	color: #D2160B;
	margin-bottom:4px;
	font-weight:normal;
}

.titleMedium {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	color: #000000;
}
.titleBlackSmall {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18px;
	color: #000000;
}
h1 {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 20px;
	color: #000000;
}

body {
	background-color: #000000;
}

.titleSmall {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	color: #D2160B;
}
h2{
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	color: #D2160B;
}
th {
	font-weight:normal;	 
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	color: #D2160B;
}

.tighttext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}

.bookLink {
	border: 1px solid #FFFFFF;
}

.whitetext {
	color: #FFFFFF;
}

.titleVerySmall {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 11px;
	color: #000000;
}

.dottedborder {
	border: 1px dashed #D2160B;
}
.dottedtopbot {
	border-top: 1px dashed #D2160B;
	border-bottom: 1px dashed #D2160B;

}

.input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F5F7F6;
	border: 1px solid #D2160B;
	width: 160px; 
}

.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #D2160B;
	font-weight: bold;
}

.tooltipcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.inputDisabled {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #F5F7F6;
	width: 160px;
	border: 1px solid #666666;
}
.red {
	color: #D2160B;
}
.bookprice{
	font-family: Arial, Helvetica, sans-serif;
	color:#4F7777;
	font-size:16px;
	font-weight:bold;
}.bookpricedetail{
	font-family: Arial, Helvetica, sans-serif;
	color:#4F7777;
	font-weight:normal;
}
/* 
########### DIV STYLES ##############
*/
#ToolTip{
	position: absolute;
	height: 100px;
	width: 200px;
	visibility: hidden;
	z-index: 1;	
}

.inputDisabledthin {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #F5F7F6;
	width: 140px;
	border: 1px solid #666666;
}
.inputthin {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F5F7F6;
	border: 1px solid #D2160B;
	width: 140px;
}
.calendar {
	background-color: #FFFFFF;
	height: 20px;
	width: 20px;
}
.calendarHeader {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
}
.calendarToday {
	background-color: #FFCCCC;
}
p {
	margin: 0px;
}
.mainbuts {
	color: #999999;
}
.mainbuts:hover {

	background-color: #E2E8E9;
}
.minisearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 15px;
	width: 100px;
	margin: 1px;
	padding: 1px;
	border: none;
}

form{
	margin-bottom:0px;
}

.dottedline{
	border-top: 1px dashed #D2160B;
	width:auto;
	margin-top:5px;
	margin-bottom:10px;
}


div.quote{
	background-color:#C3CFD0; 
	background-image:url(/images/quoteleft.gif); 
	background-repeat:no-repeat; 
	background-position: top left; 
}
	
div.quote div{
	padding:10px 42px;  
	color:#000;
	background-image:url(/images/quoteright.gif); 
	background-repeat:no-repeat; background-position: bottom right;  
}

div.quoteby {
	padding:5px 42px 10px 42px ;  
	background-color:#D5DDDE;
}

a.bullink 
{
    background-image: url(/images/bulletarrow.gif);
	background-position: top left;
    background-repeat: no-repeat;
    padding-top: 0pt;
    padding-right: 2px;
    padding-bottom: 0pt;
    padding-left: 16px;
}

a.bullink:hover   
{
    background-color: rgb(210, 22, 11);
}

.lhsmenu a.bullink
{
	padding-bottom: 3px;
}

.blocklink a.bullink
{
	display: block;
	width: 120px;
	background-position: 0px 2px;
	line-height: 125%;
	padding-bottom: 4px;
}

.searchboxes{
    background-image: url(/images/design06/searchback.gif);
	width: 136px; 
	border:1px solid #D2160B; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

a.grey:hover {
	color: #FFFFFF;
	background-color: #a9a9a9;
}

.hr06{
	border: none; 
	border-bottom: 1px solid #B5C3C5; 
	padding:0; 
	margin: 8px 0 ; 
	background: none; 
	color:#FFFFFF;
}

.hr06thick{
	border: none; 
	border-bottom: 2px solid #B5C3C5; 
	padding:0; 
	margin: 16px 0 ; 
	background-color:#FFFFFF; 
	color:#FFFFFF;
}

div#navbuts {
	z-index: 999;
	position: relative;
}

/* #######NAVIGATION ######### */
#mainnav{
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	width:650px;
	min-width:650px;
	max-width:650px;
	background-repeat:no-repeat; 
	top:0px; 
	height: 27px; 
	white-space: nowrap; 
/*    background-color:#FFCC00;	*/
}

 ul#navlist{
 	position:absolute;
	list-style-type:none;
 	padding:0 0 0 0;
	margin: 5px 0 0 0;
	height:21px;
	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;	
	white-space: nowrap;		
/*    background-color:#FFCCFF;	*/
}

#navlist a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;	
	padding: 5px 12px; 
	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/design06/rollovernav.gif);
	text-decoration: none;
	color:#000!important;
}
/* #######NAVIGATION ######### */




/* #######BULLET LISTS######### */
.heartlist{
	padding:0px; 
	margin:10px 10px 10px 20px; 
	list-style-image:url('/images/heart.gif');
}

.heartlist li{
	border-bottom:7px solid #F5F7F6; 
	margin-left:13px;
}
/* #######BULLET LISTS######### */


.smallprint{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/* ####### BANNERS ACROSS TOP ######### */
#banners{
	background:url('/images/banners/bannerbar.gif') top left no-repeat;
	display:block;
	margin-right:20px;
	max-width:848px;
}
#banners a:hover{
	background-color: transparent!important;
}
#bannersinner{
	background:url('/images/banners/bannerbarright.gif') top right no-repeat; padding:10px;
	text-align:center;
}
.banner_spacer{
	padding-right: 10px;
}

a .blackhoverwhite{
	color:black;
}
a:hover .blackhoverwhite{
	color:white;
}


// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////
// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////
// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////

#dropdown{

}

ul#dropnav {
	/*
	display:none;
	 visibility:hidden;*/
	position:absolute;
	display:block;
	z-index:666;
	left: 320px;
	top: 102px;
	width:255px;
	background-color:#BDCACC;
	border-top:1px solid  #BDCACC;
	color:#FFFFFF;
	padding:0px;
	margin: 0;
}

ul#dropnav
{
	margin:0 ;
	padding: 0px;
	list-style:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

ul#dropnav li{
	padding:0 1px 0px 1px  ; margin:0 ;
}
ul#dropnav a
{
	display: block;
	padding: 0px 10px 0px 20px  ;
	width: 223px;
	background: url('/images/bgmenubullet.gif') no-repeat #fff;
	border-bottom:1px solid  #BDCACC;
}

ul#dropnav a:link, ul#dropnav a:visited
{
	color: #000;
	text-decoration: none;
}

ul#dropnav a:hover
{
	background: url('/images/bgmenubullet_on.gif') no-repeat #D2160B;
	color: #fff;
}

// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////
// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////
// NEW DROP NAV /////////////////////////////////////////////////////////////////////////////////






///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// NEW TOP HOMEPAGE 08 /////////////////////////////////////////////////////////////////////////////////
// NEW TOP HOMEPAGE 08 /////////////////////////////////////////////////////////////////////////////////

#newheader,.newheader{
	/*display:none;*/
	position:relative;
	background:url('/images/design08/header_background.gif') top right repeat-x; 
	height:103px;
	width:100%;
}
#topcurve{
	background:url(/images/design08/header_topleft.gif) top left no-repeat; 
	height:103px; 
	top:0; 
	left:0;
}
#newheader h1{
	text-indent:-2000px; 
	padding:0; margin: 0 0 0 0;	
	width:258px; 
	height:43px; 
	background:url(/images/design08/lovereading.gif) top left no-repeat;  
	top:27px; 
	/*
	width:280px; ge
	height:71px; 
	background:url('/images/xmas09/logo.gif') top left no-repeat;  
	top:0px; 
	*/
	left:0; 
	position:absolute; 
	z-index:999;
}
#newheader form{	
	display:inline;
	padding:0; margin:0;
}
#basketform{
	position:absolute;
	top:38px; 
	left:338px;
	width:auto;
	line-height:11px;
/*	text-align:right; 
	position:absolute;
	width:97%; 
	max-width:1040px; 
	top:38px; 
	left:0;*/
}
#searchform{
	text-align:right; 
	position:absolute;
	width:97%; 
	max-width:1040px; 
	top:38px; 
	left:0;
/*	position:absolute;
	top:38px; 
	left:338px;
	width:auto;
	line-height:11px;*/
}
#searchform table{
	float:right;
}
#basketcontents{
	width:150px; background-color:#dfe5e5; 
	color:black; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
	font-size:11px; line-height:11px; border:1px solid black;padding:2px 5px;
}
#viewbasket{
	background:url('/images/design08/viewbasket.gif') top left no-repeat; 
	width:85px; 
	height:19px; 
	border:none;
}
#checkout{
	background:url('/images/design08/checkout_68.gif') top left no-repeat; 
	width:68px; 
	height:19px; 
	text-indent:2000px; 
	border:none;
}

#searchbox{
	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;
}
#searchselect{ 
	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;
}
#formatbox{ 
	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;	
}
#searchbutton{
	background:url('/images/design08/search_59.gif') top left no-repeat; width:59px; height:19px; border:none; display:block;
	margin-left:1px;	 
}
#searchbutton em {
	display:none;
}

#searchbutton:hover{
	cursor:pointer; 
	background-position: top right;
}

#mainnav{
	top:75px; left:252px; position:absolute; display:block; 
}

#topmenu{position:absolute; top:5px; left:0px;text-align:right; width:97%; max-width:1040px; padding:0; margin:0;}

.leftbar{
	padding-left:15px; background:url('/images/topmenugap.gif') left -1px no-repeat;
}

// NEW TOP HOMEPAGE 08 /////////////////////////////////////////////////////////////////////////////////
// NEW TOP HOMEPAGE 08 /////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////



///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// NEW AMAZON BOOK BUYING UPDATES AND BOOK PAGE ADDITIONS//////////////////////////////////
	a.newbuy{
		width:102px; 
		height:81px; 
		background:url(/images/design08/buy-from-lovereading.gif); 
		display:block; 
		color:#000000; 
	}
	
	a.newbuy p{
		padding:33px 8px 0 8px;
	}
	a.newbuy p em { 
		float:right; 
		font-style:normal;
	}	
	a.newbuy.amazon{
		margin-top:5px;
		width:100px; 
		background:url(/images/design08/amazon-back.gif); 
	}	
	a.newbuy.waterstones{
		margin-top:5px;
		width:100px; 
		background:url(/images/design08/waterstones-back.gif); 
	}
	a.bigbuttons{
		display:block;
		padding-top:4px;
	}
	a.bigbuttons:hover{
		background-color:#FFFFFF!important;
	}
	
	
	
	
// NEW AMAZON BOOK BUYING UPDATES AND BOOK PAGE ADDITIONS//////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////




img.alignright{ float:right!important; margin:0px 0px 10px 10px; padding:1px;}



///////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// NEW SUPERSEARCH //////////////////////////////////////////////////////////////////////////////////////


	.supersearchareadiv{
		position:relative!important;
		z-index:99997!important;
		float:right!important;
		margin-top:-7px!important;
		width:359px!important;
		padding-right:10px!important;
		/*border:1px solid #FFFF00;*/
		zoom: 1;
	}
	.supersearchbox{
		display:block;
		position:relative;
		padding: 8px 20px 0 6px!important;
		margin:0!important;
		width:308px!important;
		vertical-align:middle!important;
		height:22px!important;;
		font-size:14px!important;
		color:#aaaaaa;
		background:url('/images/search/searchbox2.gif') top left!important;
		border:none!important;
		float:left!important;
	}
	.supersearchbutton img{
		position:relative;
		display:block!important;
		float:right!important;
		top:0;
		margin-left:-30px!important;
		z-index:99998!important;
	}
	#searchlist{
		position:absolute!important;
		top:26px!important; 
		margin-left:4px!important;
		margin-top:3px!important;
		width:300px!important;
		border:1px solid #cccccc!important; 
		border-top:none!important;
		padding:6px!important;
		text-align:left!important;
		background-color:#FFFFFF!important;
		z-index:99999!important;
		display:none;
	}
	

	.bookicon{
		list-style-image:url(/images/search/book.gif);
	}
	.authoricon{
		list-style-image:url(/images/search/author.gif);
	}
	.seriesicon{
		list-style-image:url(/images/search/series.gif);
	}

	.searchdrop{
		padding:0; margin:0
	}
	.searchdrop li{			
		padding:0;
		margin: 0 0 0 25px;
		border-bottom: 1px solid #cccccc;
	}
	.searchdrop li a{
		display:block;
		padding:5px;
		background:url(/images/search/back.gif);
	}
	.searchdrop li a:hover{
		color:#FFFFFF;
		background:#D2160B;
	}		

	.searchstats{		
		margin-top:10px;
		background: url(/images/search/back.gif) top left ; 
		color:#aaaaaa; 
		padding-left:30px;
	}

	.sssubinfo{
		color:#888888; 
		white-space:nowrap;
	}
	.searchdrop li a:hover span.sssubinfo{
		color:#FFFFFF
	}


	form#supersearchform{
		margin:0;
		padding:0;
		display:block;
		position:absolute;
		z-index: 99999;
		width:100%;
		max-width:1024px;
		float:left;
		border: none;
		margin-top:-64px;
	}
	

	.supersearchareadiv{
		position:relative!important;
		float:right!important;
		margin-top:-7px!important;
		width:345px!important;
	}

// NEW SUPERSEARCH //////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////

#trynewsearch{
	position:absolute; 
	right:350px; 
	margin-top:-10px;
}


#lovereading_main_back{
	background-color: #D2160B;
}



///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// XMAS //////////////////////////////////////////////////////////////////////////////////////

#lovereading_main_table{
	/*background:url(/images/xmas09/page_back.jpg) top right repeat-y #D2160B; */
}
#lovereading_main_back{
	/*background:url(/images/xmas09/tree_back.jpg) top right no-repeat ; */
}
.newheader{
	/*background:url('/images/xmas09/header_back.jpg') right 26px  no-repeat;*/
}