/* Remove borders from all image links */
a img { border: none}

/* for header tages on book and author pages*/
h1 { display: inline;}
h2 { display: inline;}
h3 { display: inline;}

/*DEFAULT A LINK (no class) */
a:link{color: #FF6600; text-decoration: none}
a:active{color: #FF6600; text-decoration: underline}
a:hover{color: #FF6600; text-decoration: underline}
a:visited{color: #FF6600; text-decoration: none}

/* STYLES FOR ADVANCED SEARCH AND QUICK SEARCH (TOP NAV) */

.searchheader { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 11px; font-weight: bold; font-variant: normal; text-transform: uppercase; color: #666666; text-decoration: none }
.searchsubheader { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 15px; font-weight: bold; font-variant: normal; text-transform: uppercase; color: #336699; text-decoration: none }
.blackmedium {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.searchbox {
background-color:#FFFFFF;
font-family: "verdana", "geneva", "arial", "helvetica", "sans-serif";
font-size: 10px;
color: #333333;
font-weight: lighter;
border: #DAC190;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}

/* BROWSE NAV */
.browsenav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none
}
A.browsenav:link { font-size: 11px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none}
A.browsenav:active { font-size: 11px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none }
A.browsenav:visited { font-size: 11px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none }
A.browsenav:hover { font-size: 11px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: underline }


/*Default Font stuff  across all selector types/pages, mainly for default font stuff */
.contenttitle, .misctext, .hottext, .medtext, .cooltext, .copyright, .pageitemtitle,.pageitemsubtitle, .pageitemdetails, .eventtitle, .eventfieldtitle,
a.pubauthorlink, .pubauthornonlink, .contentleftnavheader, .contentleftnavsection,
a.contentleftnavsection,  a.sendfriend, a.audioorvideo, a.shoppinglink, 
.foundbooktilemisc, .foundbooktiledetails, .foundbooktiletitle, .foundbooktileauthor, .foundbooktilemore,
.searchresultspageindex,.browseitemparent, .browseitemchild, .imgbooktileanchor, .imgbooktilemisctext,
.themeheader, .themeintro, .pubsetheader, a.enhancedrightnav, a.eventsearchtitle {  font-family: Arial, Helvetica, sans-serif; text-decoration: none}

/* Global classes that span across multiple page types*/
.contenttitle { font-size: 14px;  line-height: 15px; color: Black; } /* Content Type Title (Synopsis, Bio, etc) */
.misctext { font-size: 12px; line-height: 15px; color: #000000;  }
.imgbooktilemisctext { font-size: 12px; line-height: 15px; color: #000000;}
.hottext { font-size: 14px; line-height: 15px; color: #000000;  }
a.hottext:link { color: #ff6600; }
a.hottext:active { color: #ff9900; }
a.hottext:visited { color: #ff9900; }
a.hottext:hover { color: #ff9900; text-decoration: underline; }

.medtext { font-size: 12px; line-height: 15px; color: #336699;  }
a.medtext:link { color: #336699; }
a.medtext:active { color: #6699cc; }
a.medtext:visited { color: #6699cc; }
a.medtext:hover { color: #6699cc; text-decoration: underline; }

.cooltext { font-size: 12px; line-height: 15px; color: #333333;  }
a.cooltext:link { color: #999999; }
a.cooltext:active { color: #999999; }
a.cooltext:visited { color: #999999; }
a.cooltext:hover { color: #999999; text-decoration: underline; }

.hotcolor {color:#ff6600  }
.medcolor {color:#336699  }
.coolcolor { color:#333333 }

.eventbgcolor {	background-color: #FF8C00;}
.eventtitlebgcolor {background-color: #696969;}

.eventtitle {	font-size:12px; line-height: 15px; color:#ffffff}
.eventfieldtitle {font-size:12px; line-height: 15px;color: #FF8C00;}

.copyright { font-size: 9px; font-style: normal;line-height: 12px;color: Gray; }
a.copyright:link { font-size: 9px; font-style: normal;line-height: 12px; color: #999999; }
a.copyright:active { font-size: 9px; font-style: normal;line-height: 12px; color: #999999v; }
a.copyright:visited { font-size: 9px; font-style: normal;line-height: 12px; color: #999999; }
a.copyright:hover { font-size: 9px; font-style: normal;line-height: 12px; color: #999999; text-decoration : underline; }

/* pageitem descriptors refer to any page where one item is highlighted */
.pageitemtitle { font-size: 14px; line-height: 15px; color: #336699;  } /* Title on book page, Author name on author page */
.pageitemsubtitle { font-size: 12px;line-height: 15px;color: #336699; } /* Subtitle on book page */
.pageitemdetails { font-size: 10px;font-style: normal;line-height: 12px;color: #000000; }

/* Used in multiple pages */
.sendfriend {  FONT-FAMILY: arial, helvetica,  sans-serif; font-size: 12px; line-height: 15px;  }
a.sendfriend:link{  FONT-FAMILY: arial, helvetica,  sans-serif; font-size: 12px; line-height: 15px; color: #6699CC }
a.sendfriend:active{  FONT-FAMILY: arial, helvetica,  sans-serif; font-size: 12px; line-height: 15px; color: #6699CC }
a.sendfriend:visited{  FONT-FAMILY: arial, helvetica,  sans-serif; font-size: 12px; line-height: 15px; color: #6699CC }
a.sendfriend:hover{	 FONT-FAMILY: arial, helvetica,  sans-serif; font-size: 12px; line-height: 15px; color: #6699CC; text-decoration : underline; }

/* Shopping Cart Display Page Links */
a.shopcart { font-size: 12px; line-height: 15px;  }
a.shopcart:link { color: #FF6600; text-decoration : none;  }
a.shopcart:active { color: #FF9900; text-decoration : none; }
a.shopcart:visited { color: #FF9900; text-decoration : none; }
a.shopcart:hover { color: #FF9900; text-decoration : underline; }

/*Send to A Friend */
.emailbannerrule { font-family: Arial, Helvetica, sans-serif; background-color: #FF9999}
.emailbanner { font-family: Arial, Helvetica, sans-serif;  background-color: #FF9999; font-size: 19px; color:#676666}
.emailbody{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#676666}
.emailheader { font-family: Arial, Helvetica, sans-serif;  font-size: 14px; line-height: 25px; color:#676666; text-decoration: none;}
.emailrequired { font-family: Arial, Helvetica, sans-serif;  font-size: 10px; color: #CF002B;}
.emailtext {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px; line-height: 15px; color:#676666; text-decoration: none;}
.emailsmalltext { font-family: Arial, Helvetica, sans-serif;  font-size: 10px; line-height: 15px; color:#676666; text-decoration: none;}

/*404 Page */
.body404 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }
.link404 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FF6600; text-decoration: none }
A.link404:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FF6600; text-decoration: none}
A.link404:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FF9900; text-decoration: none }
A.link404:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FF9900; text-decoration: none }
A.link404:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FF9900; text-decoration: underline }




/* shopping basket styles */
.basketbody { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.baskettabletext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px;
font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.baskettableformat { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px;
font-weight: bold; font-variant: normal; text-transform: none;  color: #FF9900; text-decoration: none}

.baskettableunitprice { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 12px;
font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.basketabletoptext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none}

.baskettitle {font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style: normal; line-height: 30pt; 
font-weight: normal; font-variant: normal; color: #000000}

.buttontext {font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12pt; font-weight: normal; color:#FFFFFF; text-decoration: none}
a.buttontext {font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12pt; font-weight: normal; color:#FFFFFF; text-decoration: none}
.baskettableborder { background:#CCCCCC}
.baskettabletopstrip { background:#7BA8D5}
.baskettablebotmstrip { background:#FFFAC9}
.basketstripa { background:#FFFFFF}
.basketstripb { background:#EDF5FD}
.basketlink1 { font-size: 10px; background:#78B2ED}
a.basketlink1:link { color: #6699CC; text-decoration: none }
a.basketlink1:active { color: #6699CC; text-decoration: none }
a.basketlink1:visited { color: #6699CC; text-decoration: none }
a.basketlink1:hover { color: #6699CC; text-decoration: none }
.basketlink2 { font-size: 10px; background:#6699CC}
a.basketlink2:link {color: #E6AAFF; text-decoration: none }
a.basketlink2:active {color: #E6AAFF; text-decoration: none }
a.basketlink2:visited { color: #E6AAFF; text-decoration: none }
a.basketlink2:hover { color: #E6AAFF; text-decoration: none }
A.basketbooktitle:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;
line-height: 15px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000;
text-decoration: none}

A.basketbooktitle:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;
line-height: 15px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

A.basketbooktitle:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none
}

A.basketbooktitle:hover { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: underline
}
A.basketremove:link { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FF6600;
text-decoration: none
}

A.basketremove:active { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal
text-transform: none;
color: #FF9900;
text-decoration: none
}

A.basketremove:visited { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none; 
color: #FF9900; 
text-decoration: none 
}

A.basketremove:hover { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FF9900;
text-decoration: underline
}
A.basketlink:link { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #6699CC;
text-decoration: none
}

A.basketlink:active { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal
text-transform: none;
color: #6699CC;
text-decoration: none
}

A.basketlink:visited { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none; 
color: #6699CC; 
text-decoration: none 
}

A.basketlink:hover { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #6699CC;
text-decoration: underline
}

/* NEW ALERT FUNCTIONALITY STYLES  13.08.2005 */
.alerttd {
	border : 1px solid #336699;
	padding : 7px;
	background-color : #E5EDEF;
	color : #336699;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: normal; 
	font-variant: normal;
}

.alerttdtitle {
	color : #003366;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: normal; 
	font-variant: normal;
}

.outofstocktext {
	color : #336699;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: normal; 
	font-variant: normal;
}
	
.alerttable {
	padding : 10px;
	background-color : #FFFFFF;
	color : #336699;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: normal; 
	font-variant: normal;
}

.alertsearchbox {
	background-color:#FFFFFF;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: lighter;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px

}

.resultsalert {
	color : #FF6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: bold; 
	font-variant: normal;
}

a.resultsalert: link {
	color : #FF6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: underlined; 
	line-height: 15px;
	font-weight: bold; 
	font-variant: normal;
}


a.resultsalert: visited {
	color : #FF6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px;
	font-weight: bold; 
	font-variant: normal;
	text-decoration: underline;
}

a.resultsalert: hover {
	color : #FF9900;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: underlined; 
	line-height: 15px;
	font-weight: bold; 
	font-variant: normal;
	text-decoration: underline;
}

a.resultsalert: active {
	color : #FF6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: underlined; 
	line-height: 15px;
	font-weight: bold; 
	font-variant: normal;
	text-decoration: underline;
}


/* NEW SHOPPING BASKET STYLES - 15.07.2005 */

.infolist { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-style: normal; 
	 line-height: 15px; 
	 color: #ff0000; 
	 text-decoration: none;
}

#navcontainer { 
	width: 130px;
	padding:2px;
}


#navcontainer ul {
	margin-left: 14px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.keyinfohead { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold; color: #ffffff; text-decoration: none }  

.carddetails{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000; text-decoration: none }

.basketred { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold;  color: #ff0000; text-decoration: none }

.baskethead { font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-style: normal; line-height: 23px; font-weight: normal; color: #000000; text-decoration: none }

.baskettext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000; text-decoration: none }

a.baskettext:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000; text-decoration: underline }

a.baskettext:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000; text-decoration: underline }

a.baskettext:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #000000; text-decoration: undeline }

a.baskettext:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #999999; text-decoration: underline }

a.baskettextred:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #ff0000; text-decoration: underline }

a.baskettextred:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #ff0000; text-decoration: underline }

a.baskettextred:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #ff0000; text-decoration: underline }

a.baskettextred:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; color: #999999; text-decoration: underline }

.basketunitprice { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.baskettoptext {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold;  none; color: #ffffff; text-decoration: none}
.baskettoptextblack {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold; color: #000000; text-decoration: none}

.basketborder { background:#000000}
.baskettopstrip { background:#6699cc}
.basketbotstrip { background:#cccccc}


.basketbg { background:#ffffff}

.basketunitprice { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.baskettitle {font-family: Arial, Helvetica, sans-serif; font-size: 24pt; font-style: normal; line-height: 30pt; font-weight: normal; font-variant: normal; color: #000000}

.basketunitprice { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.baskettoptext {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold;  none; color: #ffffff; text-decoration: none}
.baskettoptextblack {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: 15px; font-weight: bold; color: #000000; text-decoration: none}

.basketborder { background:#000000}
.baskettopstrip { background:#6699cc}
.basketbotstrip { background:#cccccc}

a.redbutton:link {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #FF0000;
		text-decoration: none;
		border : 1px solid #ff0000;
		padding-left : 3px;
		padding-right:3px;
	}

	a.redbutton:visited {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #FF0000;
		text-decoration: none;
		border : 1px solid #ff0000;
		padding-left : 3px;
		padding-right:3px;
	}

	a.redbutton:hover {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #999999;
		text-decoration: none;
		border : 1px solid #999999;
		padding-left : 3px;
		padding-right:3px;		
	}

	a.redbutton:active {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #FF0000;
		text-decoration: none;
		border : 1px solid #ff0000;
		padding-left : 3px;
		padding-right:3px;		
	}
	
a.blackbutton:link {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: none;
		border : 1px solid #000000;
		padding-left : 3px;
		padding-right:3px;
	}

a.blackbutton:visited {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: none;
		border : 1px solid #000000;
		padding-left : 3px;
		padding-right:3px;
	}

a.blackbutton:hover {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #999999;
		text-decoration: none;
		border : 1px solid #999999;
		padding-left : 3px;
		padding-right:3px;		
	}

a.blackbutton:active {
		font-size:11px;
		font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: none;
		border : 1px solid #000000;
		padding-left : 3px;
		padding-right:3px;		
	}

.navactive {
    font-size : 21px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 23px;
    text-decoration:none;
}

.navinactive {
    font-size : 21px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #b6b6b6; 
    line-height: 23px;
    text-decoration:none;
}

.basketredxsm { 
font-family: arial, helvetica, sans-serif; 
text-decoration: none; 
color:#ff0000;
font-size: 10px; 
font-style: normal; 
line-height:10px;
}

A.basketredxsm:link { 
font-family: arial, helvetica, sans-serif; 
text-decoration: none; 
color:#ff0000;
font-size: 10px; 
font-style: normal; 
line-height: 10px; 
}

A.basketredxsm:visited { 
font-family: arial, helvetica, sans-serif; 
text-decoration: none; 
color:#ff0000;
font-size: 10px; 
font-style: normal; 
line-height: 10px; 
}

A.basketredxsm:hover { 
font-family: arial, helvetica, sans-serif; 
text-decoration: none; 
color:#ff0000;
font-size: 10px; 
font-style: normal; 
line-height: 10px; 
}

.baskethelp {
    font-size : 12px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #ffffff; 
    line-height: 15px;
    text-decoration : underline;
}

A.baskethelp:link {
    font-size : 12px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : bold;
    color : #ffffff; 
    line-height: 15px;
    text-decoration : underline;
}

A.baskethelp:visited {
    font-size : 12px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : bold;
    color : #ffffff; 
    line-height: 15px;
    text-decoration : underline;
}

A.baskethelp:hover {
    font-size : 12px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : bold;
    color : #999999; 
    line-height: 15px;
    text-decoration : underline;
}


.basketsmall {
    font-size : 11px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 15px;
    text-decoration:none;
}

A.basketsmall:link {
    font-size : 11px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 15px;
    text-decoration:underline;
}

A.basketsmall:visited {
    font-size : 11px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 15px;
    text-decoration:underline;
}

A.basketsmall:hover {
    font-size : 11px;
    font-family :  arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #999999; 
    line-height: 15px;
    text-decoration:underline;
}

.basketlarge {
    font-size : 15px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 18px;
    text-decoration : none;
}

A.basketlarge:link {
    font-size : 15px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 18px;
	text-decoration:underline;
}

A.basketlarge:visited {
    font-size : 15px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #000000; 
    line-height: 18px;
	text-decoration:underline;
}

A.basketlarge:hover {
    font-size : 15px;
    font-family : arial, helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
    color : #ff0000; 
    line-height: 18px;
	text-decoration:underline;
}

/* NEW SHOPPING BASKET STYLES STOP - 15.07.2005 */



a.shoppinglink { font-size: 14px; line-height: 15px; }
a.shoppinglink:link { color: #336699 }
a.shoppinglink:active { color: #6699CC }
a.shoppinglink:visited { color: #6699CC }
a.shoppinglink:hover { color: #6699CC;text-decoration: underline }


/* Content LeftNav descriptors */
.contentleftnavheader {  font-size:10px;  line-height: 12px;  color: #000000; background-color:#FF9999}
.contentleftnavsection { font-size: 10px;line-height: 12px; color: #000000;  background-color:#E1EFFD}
a.contentleftnavsection { font-size: 10px;	line-height: 12px; }
a.contentleftnavsection:link{ color: #336699}
a.contentleftnavsection:active{ color: #999999 }
a.contentleftnavsection:visited{ color: #999999 }
a.contentleftnavsection:hover{ color: #999999;text-decoration: underline }

a.audioorvideo { font-size: 12px; line-height: 15px; }
a.audioorvideo:link { color: #336699 }
a.audioorvideo:active { color: #6699CC }
a.audioorvideo:visited { color: #6699CC }
a.audioorvideo:hover { color: #6699CC;text-decoration: underline }

a.enhancedrightnav { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; line-height: 12px; }
a.enhancedrightnav:link {color: #000000}
a.enhancedrightnav:active {color: #333333}
a.enhancedrightnav:visited {color: #333333}
a.enhancedrightnav:hover {color: #333333;text-decoration: underline}

 
/* Specific items on publication item page (bookpage) */
.pubauthornonlink { font-size: 12px; line-height: 15px;color: #333333;}
a.pubauthorlink { font-size: 12px; line-height: 15px;}
a.pubauthorlink:link{ color: #333333 }
a.pubauthorlink:active { color: #999999 }
a.pubauthorlink:visited { color: #999999}
a.pubauthorlink:hover { color: #999999;text-decoration: underline}

/* Specific elements on foundbooktile (Search/Browse results) */
.foundbooktiledetails {font-size: 10px;line-height: 12px;color: #333333;}
.foundbooktilemisc {font-size: 12px; line-height: 15px; color: #000000; }

.foundbooktiletitle {font-size: 12px; line-height: 15px;	font-weight: bold;}
a.foundbooktiletitle:link { color: #333333 }
a.foundbooktiletitle:active { color: #999999 }
a.foundbooktiletitle:visited { color: #999999 }
a.foundbooktiletitle:hover { color: #999999;text-decoration: underline }


.foundbooktileauthor {font-size: 12px; line-height: 15px;}
a.foundbooktileauthor:link { color: #333333 }
a.foundbooktileauthor:active {  color: #999999 }
a.foundbooktileauthor:visited { color: #999999 }
a.foundbooktileauthor:hover { color: #999999;text-decoration: underline }

.foundbooktilemore { font-size: 12px; line-height: 15px; font-weight: bold; }
a.foundbooktilemore:link{ color: #FF6600 }
a.foundbooktilemore:active{ color: #FF9900 }
a.foundbooktilemore:visited{ color: #FF9900 }
a.foundbooktilemore:hover{ color: #FF9900;text-decoration: underline}

.searchresultspageindex {	font-size: 10px;	line-height: 12px;	color: #000000;}
A.searchresultspageindex:link {	color: #000000}
A.searchresultspageindex:active { color: #333333;}
A.searchresultspageindex:visited { color: #333333}
A.searchresultspageindex:hover { color: #333333; text-decoration: underline }

.browseitemparent{  font-size: 12px;  line-height: 15px;  color: #336699;}
A.browseitemparent:link {color: #336699; }
A.browseitemparent:active {  color: #336699;  }
A.browseitemparent:visited { color: #336699;  }
A.browseitemparent:hover { color: #336699; text-decoration: underline }

.browseitemchild{	font-size: 10px;	font-style: normal;	line-height: 12px;	color: #333333;}
A.browseitemchild:link {color: #333333; }
A.browseitemchild:active {  color: #333333;  }
A.browseitemchild:visited { color: #333333;  }
A.browseitemchild:hover { color: #333333; text-decoration: underline }

.imgbooktileanchor { font-size: 12px; line-height: 15px; color: #333333;}
a.imgbooktileanchor:link{ color: #333333; }
a.imgbooktileanchor:active { color: #999999;  }
a.imgbooktileanchor:visited { color: #999999;  }
a.imgbooktileanchor:hover {color: #999999;	text-decoration : underline;}

/* Used on the theme page */
.themeheader{font-size: 20px;line-height: 22px;	color: #000000;}
.themeintro{font-size: 12px;line-height: 15px;	color: #000000;}
.themefooter{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;line-height: 15px;	color: #000000;}
.pubsetheader{	font-size: 15px;line-height: 17px;color: #000000;}
.themerightnav { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; line-height: 12px;color: #FFFFFF}
a.themerightnav { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; line-height: 12px; color: #000000}
a.themerightnav:link {color: #000000}
a.themerightnav:active {color: #333333}
a.themerightnav:visited {color: #333333}
a.themerightnav:hover {color: #333333;text-decoration: underline}

/*THEME STYLES 18.12.02*/

.pubsetintro { COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal;  FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none ; font-variant: normal; text-transform: none;  }

.themeauthor { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeauthor:link { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeauthor:active { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeauthor:visited { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeauthor:hover { COLOR: #99CCFF; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: underline }

.themebookprice { COLOR: #003366; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }

.themebookdetails { COLOR: #999999; FONT-FAMILY: tahoma, arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none }

.themeintro { COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal;  FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none ; font-variant: normal; text-transform: none;  }

.themebody { COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal;  FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none ; font-variant: normal; text-transform: none;  }

.themebooktitle { FONT-FAMILY: arial, helvetica,  sans-serif; COLOR: #666666; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themebooktitle:link { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themebooktitle:active { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themebooktitle:visited { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themebooktitle:hover { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: underline }

.themeecardtitle { COLOR: #666666; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeecardtitle:link { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeecardtitle:active { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeecardtitle:visited { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.themeecardtitle:hover { COLOR: #666666; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: underline }

.themebooksubtitle { COLOR: #666666; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }

.thememore {  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; }
a.thememore:link{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF6600; text-decoration: none }
a.thememore:active{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none }
a.thememore:visited{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none }
a.thememore:hover{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: underline}

.themeaddbasket {  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; }
a.tthemeaddbasket:link{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF6600; text-decoration: none }
a.themeaddbasket:active{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none }
a.themeaddbasket:visited{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none }
a.themeaddbasket:hover{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: underline}


.pubsetmore {  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; }
a.pubsetmore:link{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; color: #FF6600; text-decoration: none }
a.pubsetmore:active{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; color: #FF9900; text-decoration: none }
a.pubsetmore:visited{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; color: #FF9900; text-decoration: none }
a.pubsetmore:hover{  FONT-FAMILY: tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; scolor: #FF9900; text-decoration: underline}

.bestsellernumber { COLOR: #666666; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }

.themesdivider { BACKGROUND-COLOR: #CCCCCC }

/* ecard background style class */
.postcardbg { background-image: url(/static/packages/uk/ecards/gifs/postcard_bk.gif)}
.ecardformanchor { font-size: 12px; line-height: 15px; color: #666666;text-decoration: none }
a.ecardformanchor:link { color: #666666; text-decoration : none;  }
a.ecardformanchor:active { color: #666666; text-decoration : none; }
a.ecardformanchor:visited { color: #666666; text-decoration : none; }
a.ecardformanchor:hover { color: #999999; text-decoration : underline; }

/* Specific elements on events page */

.eventsdetails, .eventsdetailslink, .eventstitle, .eventslabellarge, .eventslabelsmall, .eventsdate, .eventsheader, .eventsmore, .eventslink {  font-family: Arial, Helvetica, sans-serif; text-decoration: none}

.eventstitle { font-size: 15px; line-height: 15px; font-weight: bold; color: #666666 }

.eventslabellarge { font-size: 12px; line-height: 12px; font-weight: bold; color: #666666 }

.eventslabelsmall { font-size: 11px; line-height: 12px; font-weight: bold; color: #993366 }

.eventsheaderbox { font-size: 12px; line-height: 15px; background:#9999CC }

.eventsdetailbox { font-size: 12px; line-height: 15px; background:#993366 }

.eventsline { background:#993366}

.eventslink { font-size: 10px; background:#999999; text-align:center; padding-left: 1px;  padding-right: 1px;  padding-top: 1px; padding-bottom: 1px }
a.eventslink:link { color: #000000; text-decoration: none  }
a.eventslink:active { color: #000000; text-decoration: none  }
a.eventslink:visited { color: #000000; text-decoration: none  }
a.eventslink:hover { color: #000000; text-decoration: none }

.eventsdetails { font-size: 11px; line-height: 13px; color: #000000 }

.eventsdetailslink { font-size: 11px; line-height: 13px }
a.eventsdetailslink:link { color: #993366; text-decoration: underline }
a.eventsdetailslink:active { color: #FFFFFF; text-decoration: underline }
a.eventsdetailslink:visited { color: #993366; text-decoration: underline }
a.eventsdetailslink:hover { color: #993366; text-decoration: underline }

.eventsheader { font-size: 12px; line-height: 12px; text-decoration: none; font-weight: bold; color: #FFFFFF }
a.eventsheader:link { color: #FFFFFF }
a.eventsheader:active {  color: #9999CC }
a.eventsheader:visited { color: #FFFFFF }
a.eventsheader:hover { color: #FFFFFF;text-decoration: underline }

.eventsmore { font-size: 11px; line-height: 12px; text-decoration: none }
a.eventsmore:link { color: #FFFFFF }
a.eventsmore:active { color: #9999CC }
a.eventsmore:visited { color: #FFFFFF }
a.eventsmore:hover { color: #FFFFFF;text-decoration: underline }

.leftnavpos {position:absolute; width:119px; z-index:1; left:10px; top:8px}
/* styles for elements in the new authorpage developed 05/02 */
.authortitle { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 16px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.strapline { COLOR: #000000; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 14px; FONT-STYLE: italic; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }


/*REVIEW FORM PAGE */
.reviewtitle {COLOR: #333333; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 16px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 18px; TEXT-DECORATION: none}
.reviewcopy {
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none}

A.reviewcopy:link{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT: bold}

A.reviewcopy:visited{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT: bold}

A.reviewcopy:hover{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT: bold}

.reviewdisplay{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT:normal}

.reviewrated{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 13px; TEXT-DECORATION: none; FONT-WEIGHT: bold}

.reviewdate{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT: normal}

.reviewby{
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none; FONT-WEIGHT: bold}
.reviewmargin1 {MARGIN-TOP: 0px }
.reviewmargin2 {MARGIN-TOP: 8px }

/* below are elements for the new book and author pages developed 05/02 */


.contentmargin{margin-top:1px;} 
.topmargin { MARGIN-TOP: 8px }
.booktitle { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 16px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 20px; TEXT-DECORATION: none }
.booksubtitle { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 14px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.bookstrapline { COLOR: #000000; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 14px; FONT-STYLE: italic; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.bookseries { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookseries:link { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookseries:active { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookseries:visited { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookseries:hover { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: underline }
.bookauthor { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookauthor:link { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookauthor:active { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookauthor:visited { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
A.bookauthor:hover { COLOR: #6699CC; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: underline }
.bookprice { BACKGROUND-COLOR: #E1EFFD; COLOR: #000000; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.bookbasket { BACKGROUND-COLOR: #EDF5FD; COLOR: #666666; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.bookdetails { COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none }
.bookcopy { COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal;  FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.keyline { BACKGROUND-COLOR: #999999 }
.keylinevertical { BACKGROUND-COLOR: #cccccc }
.ecommercebg1 { BACKGROUND-COLOR: #EDF5FD }
.ecommercebg2 { BACKGROUND-COLOR: #EDF5FD }
.award { COLOR: #FF6600; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.extract { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none }


.interact {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.interact:link {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.interact:active {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.interact:visited {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.interact:hover {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
.mainaward {
	COLOR: #cccc99; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}

.contentleftnavdivider {
	BACKGROUND-COLOR: #cccccc
}
.contentleftnavsection2 {
	BACKGROUND-COLOR: #cccc99; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.contentleftnavsection2:link {
	BACKGROUND-COLOR: #cccc99; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.contentleftnavsection2:active {
	BACKGROUND-COLOR: #cccc99; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.contentleftnavsection2:visited {
	BACKGROUND-COLOR: #cccc99; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
A.contentleftnavsection2:hover {
	BACKGROUND-COLOR: #cccc99; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
.contentleftnavdivider2 {
	BACKGROUND-COLOR: #ffffff
}
.enhancedleftnavdivider {
	BACKGROUND-COLOR: #ffffff
}
.enhancedleftnavsection {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
.enhancedleftnavstatic {
	COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none
}
INPUT {
	BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px
}
OPTION {
	BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px
}
SELECT {
	BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif; FONT-SIZE: 10px
}
.blacksmall {
	COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none
}
A.blacksmall:link {
	COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none
}
A.blacksmall:visited {
	COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none
}
A.blacksmall:hover {
	COLOR: #999999; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none
}
.redsmall {
	COLOR: #ff0000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px; FONT-STYLE: normal; LINE-HEIGHT: 12px; TEXT-DECORATION: none
}
.bullet {
	COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none
}


/*NEW SEARCH RESULT STYLES ADDED 0506 */

.resultskeyline {background-color: #999999;}
.resultsheader { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 16px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.resultsstrapline {LINE-HEIGHT: 15px; FONT-SIZE: 12px; COLOR: #ffffff;}
.resultstitle { COLOR: #333333; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: bold; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
a.resultstitle:link { color: #333333 }
a.resultstitle:active { color: #999999 }
a.resultstitle:visited { color: #999999 }
a.resultstitle:hover { color: #999999;text-decoration: underline }
.resultssubtitle { COLOR: #333333; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.resultscreator  {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; COLOR: #333333; TEXT-DECORATION: none}
a.resultscreator:link { color: #333333}
a.resultscreator:active {  color: #999999}
a.resultscreator:visited { color: #999999}
a.resultscreator:hover { color: #999999; TEXT-DECORATION: underline }

.resultslink {font-family: Arial, Helvetica, sans-serif; font-size: 12px;  line-height: 15px; color:#336699;  font-weight: bold; text-decoration:none}
a.resultslink:link{ color: #336699 }
a.resultslink:active{ color: #336699 }
a.resultslink:visited{ color: #336699 }
a.resultslink:hover{ color: #336699;text-decoration:underline}

.resultsseries { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
a.resultsseries:link{ color: #333333 }
a.resultsseries:active{ color: #999999 }
a.resultsseries:visited{ color: #999999 }
a.resultsseries:hover{ color: #999999; text-decoration:underline}

.resultspricenew {FONT-FAMILY: arial, helvetica,  sans-serif; line-height:20px; FONT-WEIGHT: bold;}
.resultsinfo { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.resultsdetails { COLOR: #333333; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 10px; LINE-HEIGHT: 12px;}
.resultssort { COLOR: #003366; FONT-FAMILY: arial, helvetica,  sans-serif; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 15px; TEXT-DECORATION: none }
.pipe {font-size: 11px;  line-height: 15px; color:#336699 }




/*EWEBEDIT JOBS PAGE */
a.jobs:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #6699cc; text-decoration: none }
a.jobs:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #6699cc; text-decoration: none }
a.jobs:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #6699cc; text-decoration: none }
a.jobs:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #6699cc; text-decoration: underline }


/*Peter Rabbit Styles are below here*/

.body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#000000 ; font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none }
.bodyheader { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#000000 ; font-style: normal; line-height: 30px; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: none }
a.bodylink:link { COLOR:#336699; font-family: Arial, Helvetica, sans-serif; font-size: 14px;font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none }
a.bodylink:active { COLOR:#336699; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none }
a.bodylink:visited { COLOR:#336699; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none }
a.bodylink:hover { COLOR:#336699; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 17px; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: underline }


/*used on browse pubset page*/
.browsepubsetrefine {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size:11px;  line-height: 12px;  color: #000000; background-color:E3EDF2}
a.browsepubsetrefine { font-size: 11px; line-height: 12px; text-decoration: none}
a.browsepubsetrefine:link{ color: #336699; text-decoration: none}
a.browsepubsetrefine:active{ color: #999999; text-decoration: none}
a.browsepubsetrefine:visited{ color: #999999; text-decoration: none}
a.browsepubsetrefine:hover{ color: #999999; text-decoration: underline }

.browsepubsetnav {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 11px; 	line-height: 12px; color: #000000;  background-color:#E3EDF2}
a.browsepubsetnav { font-size: 11px; line-height: 12px; text-decoration: none}
a.browsepubsetnav:link{ color: #336699; text-decoration: none}
a.browsepubsetnav:active{ color: #999999; text-decoration: none}
a.browsepubsetnav:visited{ color: #999999; text-decoration: none}
a.browsepubsetnav:hover{ color: #999999; text-decoration: underline }
.browsepubsetspacer {background-color:ffffff}

A.set4:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 12px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #666666; 
text-decoration: none
}

A.set4:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 12px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #666666;
text-decoration: none
}

A.set4:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 12px;
font-weight: normal; 
font-variant: normal;
text-transform: none;
color: #666666; 
text-decoration: none
}


A.set4:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 12px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #999999;
text-decoration: underline
}
