body {
  background:#fff url(/images/bg1.jpg) top left repeat;
  color:#000;
  font-size:62.5%;
  font-family:Verdana, Tahoma, Arial, sans-serif;
  padding:0;
  margin: 0;
  text-align:center;
}

a img {
	border: none;
}

p {
	margin:0.6em 0;
	padding: 0;
	font-family:Verdana, Tahoma, Arial, sans-serif;
}

.bold {
  font-weight:bold;
}

table { font-family:Verdana, Tahoma, Arial, sans-serif; margin:0;padding:0;}

h1 {
	font-size:2.0em;
	font-weight:normal;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	padding:2px 0 0 0;
	margin:0 0 10px 0;
}
h2 {
	font-size:1.4em;
	text-transform:uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#ece8dd;
	letter-spacing: -1px;
}
h3 {
	font-size:1.3em;
	color:#000;
	margin:0;
	padding:0;
	font-weight: normal;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
}
h4 {
	margin:0;
	padding:0;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	font-size:1.5em;
	margin:0;
	font-weight:normal;
	color:#bb302a;
}
h5 {
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	margin:0;
	padding:0;
	font-size:1.3em;
	font-weight:normal;
}

.author {
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	text-transform: uppercase;
}

/* main layout */
#frame {
  width:980px;
  text-align:left;
  margin:0 auto;
  font-size: 1.1em;
   /*position:relative;*/
}

#page {

}

#logo {
	float: left;
	padding: 18px 0 0 15px;
}

div#header #headerRight {
	padding: 0 0 0 0;
	margin: 14px 0 0 0;
	/*_margin-top: 1px;*/
	position:relative;
	width:630px;
	float: right;
}

div#header {
	background: url(/images/headerTop.gif) 0px 0 no-repeat;

	height:100px;
	width:980px;
	z-index:1;
}

div#topNav {
	float:left;
	z-index:1;
	width:980px;
	height:25px;
	background:#404040;
}

div#sideBar {
	position:relative;
	margin:0 0 0 0px;
	padding: 10px 0 0 0px;
	width:181px;
	float:left;
	overflow: hidden;
}

div#mainContent {
	width:788px;
	margin:10px 0 0 10px;
  z-index:1;
  float:left;

}

div#mainContent .content {
	margin:0 0 10px 0;
}

#footer { width:788px; margin-left:191px; }
#footer #About { width:230px; float:left; }
#footer #footerLinks { width:440px; float:left;}
#footer a, #footer a:visited, #footer a:active, #footer a:hover  {
  font-size:0.9em;
 	color: #000;
  text-decoration:none;
  font-weight:normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer a:visited { color:#666; }
#footer a:hover { color:#333; }
#footer #footerLinks ul { margin:0px; padding:0;float:left;}
#footer #footerLinks ul li {
  list-style:none;
  background:url(/images/dot.png) center left no-repeat;
  color:#fff;
  float:left;
  margin: 0 2px 2px 2px;
  padding:0 4px 0 11px;

}
#footer #dubs { float:right; }
#footer #fbFooter { float:right; }


/* high level link styles */
a {
	font-weight:normal;
  text-decoration:none;
  font-family:Georgia, Garamond, serif;
}
a:link, a:visited, a:active {
	color:#a00;

}

a:hover {
	color:#560101;
}

/* =headerNav
   Header Navigation */

#header #headerNav {
	/*position:absolute;
	left: 340px;
	top:10px;*/
	float: right;
	height:12px;
	width:625px;
	padding: 10px 0 0 0;

}

#headerNav ul {
	margin:0 0 0 0;
	padding:0 0 0 10px;
	vertical-align:middle;
	width:100%;
	height:12px;
	background-image: url(/images/topNavStars.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#headerNav ul li {
	text-align:center;
	list-style:none;
	float:left;
	margin:0;
	padding:0 35px 0 5px;
	height:12px;
}

#headerNav ul li a {
	background-repeat: no-repeat;
	background-position: 0 0px;
	overflow: hidden;
	display: block;
	height: 0px !important;
	height /**/:12px; /* for IE5/Win */
	padding-top: 12px;
	position: relative;

}

#headerNav ul li a:hover {
  background-position: 0 -12px;
}

#headerNav ul li#headerNavActive a {
  background-position: 0 -12px;
}

/*#headerNav ul li span.hiddenLinkText {
  display:none;
  visibility:hidden;
  position:absolute;
  left:-9000em;
}*/

#header #headerNav ul li.OnlineStore a { background-image:url(/images/nav1.gif); width:97px;}
#header #headerNav ul li.BeingaWriter a { background-image:url(/images/nav2.gif);width:110px;}
#header #headerNav ul li.Booksellers a { background-image:url(/images/nav3.gif);width:94px;}
#header #headerNav ul li.Media a { background-image:url(/images/nav4.gif);width:43px;}
#header #headerNav ul li.AboutAllenUnwin a { background-image:url(/images/nav5.gif);width:78px;}
#header #headerNav ul li.navStar { margin:0 10px; }
#header #headerNav ul li.navStar.first { margin:0 10px 0 0; }
#header #headerNav ul li.navStar.last { margin:0 0 0 10px; }




/* =topNav
   Top Navigation bar */
#topNav ul { margin:6px 0 0 0; padding:0; }
#topNav ul li{ list-style:none; display:inline; margin:0 5px 0 20px; }
#topNav ul li a {
	font-size:1.1em;
	font-weight:bold;
  text-decoration:none;
  color:#aaa;
}

#topNav ul li a:visited {	color:#aaa; }
#topNav ul li a:hover {	color:#fff; }



div#sideBar div#bestsellers div.title {
	position: relative;

}

div#sideBar div#bestsellers div.title div.promoSticker {
	position: absolute;
	float: none;
	top: -7px;
	margin: 0;
	right: 0;
}

/*  Bestsellers */

div#bestsellers {

}

div#bestsellers div.title {
	background-image: url(/images/navHeaderBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #404040;
	padding: 7px 0 0 0px;
	margin-bottom: 4px;
}

div#bestsellers div.title h2 {
	margin-left: 8px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

div.promoSticker {
	float: right;
	margin-top:-14px;
	height:47px;
	width:50px;
}

.col2 .inner2 .headerModNarrow {
	height: 16px;
	overflow: visible;
}

.col2 .inner2 .headerModNarrow h2 {
	margin-right: 50px;

}

.col2 .inner2 .headerModNarrow div.promoSticker {
	position: relative;
}

.col2 .headerModWide div.promoSticker {
	left:0px;
	position: relative;
	float: left;
	top: 0;
	margin-top: -14px;
}

.col2 div.moreLink {
	clear: left;
	margin: 15px 0 10px 0;
	padding: 0 0 10px 0;
	background-image: url(/images/dblLineWBreak.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.col2 .headerModWide h2 {
	margin-left:50px;
}

div#bestsellers div.title div.titleBot {
	background-image: url(/images/navHeaderBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	padding-top: 4px;
}

div#bestsellers ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: right;
}

div#bestsellers ul li {
	background-image: url('/images/navBoxBottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

div#bestsellers ul li span.inner {
	display: block;
	background-image: url('/images/navBoxTop.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 3px 5px 3px;
}

div#bestsellers ul li span.num {
	float: left;
	display: block;
	width: 15px;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
}

div#bestsellers ul li span.bookTitle {
	margin-left: 5px;
	display: block;
	font-size: 1.1em;
	width: 150px;
	float: left;
}

div#bestsellers ul li span.author {
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
	clear: both;
}

/* Bestsellers on Our Book page */

div.inner3 div#bestsellers div.title {
	background-color: #C4BDA4;
	background-image: url(/images/narrowHeadTop226.gif);
	padding:5px 5px 0px 0px;
	overflow: visible;
}

div.inner3 div#bestsellers div.title h2 {
	margin: 0 0 2px 5px;
	width: 160px;
}

div.inner3 div#bestsellers div.title div.titleBot {
	background-image: url(/images/narrowHeadBottom226.gif);
	padding-top: 0px;
}

div.inner3 div#bestsellers ul li {
	background-image: url(/images/bsListBottom.gif);
}

div.inner3 div#bestsellers ul li span.inner {
	background-image: url(/images/bsListTop.gif);
}


div.inner3 div#bestsellers ul li span.bookTitle {
	width: 190px;
}

div.inner3 div#bestsellers div.promoSticker {
	position: relative;
}

/* Bestsellers on Product page */

div#sideTabs #bestsellers {

}

div#sideTabs #bestsellers div.title {
	display: none;
}

div#sideTabs div#bestsellers ul li {
	background-image:url(/images/bsListBottomSml.gif);


}

div#sideTabs div#bestsellers ul li span.inner {
	background-image:url(/images/bsListTopSml.gif);
}

div#sideTabs div#bestsellers ul li span.inner span.bookTitle {

	width:180px;
}

div#sideTabs div#bestsellers ul li span.inner span.author {

}

/* Latest Releases in tabs on roduct Page */

div#sideTabs div#latestReleases {

}

div.col2 div.inner3 div.productItem {
	min-height: 80px;
 height:auto !important;
 height: 80px;
	clear: left;
	padding: 7px 5px 7px 0;
	background-image:url(/images/dblLineWBreak.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Bestsellers in tabs column */

/*div#sideTabs div.headerModNarrow {
	display: none;
}

div#sideTabs div.bestSellers { margin-top:5px;border:1px solid red;}
div#sideTabs div.bestSellers div#bestsellers div.title {
	display: none;
}
div#sideTabs .bestSellers .bsListWrap { width:202px;margin-bottom:2px; }
div#sideTabs .bestSellers .bsListBoxBody { width:202px;background-image:url(/images/bsListBottomSml.gif); padding:0px 5px 3px 5px;}
div#sideTabs .bestSellers .bsListBoxTop{ width:202px;background:url(/images/bsListTopSml.gif) bottom left no-repeat; }

div#sideTabs .bestSellers .bestSeller .bookTitle { width:180px;   }
div#sideTabs .bestSellers .bestSeller .author { width:180px; }
*/



#sideBar .bestSellers a:link, #sideBar .bestSellers a:visited, #sideBar .bestSellers a:active, #sideBar .bestSellers a:hover {
	color:#a00;
	font-size:1.0em;
	font-weight:normal;
  text-decoration:none;
}
#sideBar .bestSellers .sideBarBoxBody {
  padding:0 5px;
}




/* =bookSearchMod
   Book Search Module (in header) */
#bookSearchMod {
	height:50px;
  width:293px;
  background:url(/images/bookSearch.png) top left transparent no-repeat;
	float: left;
  padding:5px;
  color:#000;
 	margin-top: 4px;
}

#bookSearchMod #searchField{
  float:left;
  position:relative;
  top:14px;
  #top:11px;
  margin-left:6px;
  #margin-left:3px;
}

#bookSearchMod #searchField input {
  width:241px;
  background:url(/images/searchFieldBg.gif) top left repeat-x;
  font-family:Georgia, Garamond, 'Times New Roman', serif;
  border:none;
  height:16px;
  padding:2px 3px;
  font-size:11px;
}

#bookSearchMod #searchOpts{
  float:right;
  position:relative;
  top:8px;
}

#bookSearchMod #searchSubmit {
  float:left;
  position:relative;
  margin:11px 0px 0 4px;
}

#bookSearchMod #searchOpts a:link,
#bookSearchMod #searchOpts a:visited,
#bookSearchMod #searchOpts a:active,
#bookSearchMod #searchOpts a:hover {
  font-size:0.9em;
  font-family:Verdana, Tahoma, Arial, sans-serif;
  font-weight:normal;
  color:#000;
  text-decoration:none;
}

#bookSearch #searchOpts a:hover { color:#666; }

/* Shopping basket sliding div */

div#shoppingBasketMod {
	width: 253px;
	z-index:9000;
	position: absolute;
	right: 6px;
	top: 0;
}

div#shopBasTop {
	background-image: url(/images/shoppingBasketTop.gif);
	height: 63px;
	width: 253px;
	position: relative;
}

div#shopBasTop div#itemsInBasket {
  position:absolute;
  top:30px;
  left:15px;
  font-size: 0.9em;
}

div#shopBasTop #moreLink {
  position:absolute;
  bottom:0px;
  left:136px;
}

div#shopBasTop #secureLogin {
  position:absolute;
  top:10px;
  right:10px;
}

div#shopBasTop #books {
  background:url(/images/books.png) top left transparent no-repeat;
  position:absolute;
  bottom:0px;
  left:12px;
  height:21px;
  width:114px;
}

div#shopBasBot {
	background-image: url(/images/shoppingBasketBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
 	float:left;
	
}

div#updating {
	background-image: url(/images/shoppingBasketBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 36px;
	text-align: center;
}

div#updateInner {
	background-image: url(/images/shoppingBasketMiddle.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height: 100px;
	padding-top: 50px;
}

div.closeShop {
	text-align: right;
	background-image: url(/images/shoppingBasketMiddle.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 18px 0 18px;
}

div#CartItems {
	background-image: url(/images/shoppingBasketMiddle.gif);
 background-position:-4px top;
 background-repeat:repeat-y;
 margin-left:4px;
 padding:0pt 18px;
 width:209px;
 float:left;
 background-color:#c5c5c5;
}

div#CartItems span.prodImg {
	display: block;
	width: 53px;
	float: left;
}

div#CartItems div.item {
	min-height: 80px;
 height:auto !important;
	height: 80px;

	padding-top: 5px;
	padding-bottom: 5px;
}

div#CartItems div.item div.prodImg {
	float: left;
}

div#CartItems div.item div.txt {
	margin-left: 60px;
	display: block;
}

div#CartItems div.item div.txt p.price {
	margin: 0;
	padding: 0;
}

div#CartItems div.item div.txt h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

div#CartButtons {
	height: 31px;
	padding: 5px 13px 0 13px;
 float:left;
}

div#CartButtons a.lefty {
	float: left;
}

div#CartButtons a.righty {
	float: right;
}

/* eKit login in header for Bookseller section */



div#ekitloginOut {
	position: absolute;
	right: 0;
	top: 68px;

}

div#ekitloginOut input {
	background: transparent;
	border: none;
	color: #fff;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.newsLetter {
  margin-top:10px;
  float:left;
}

div#homeTop div.layoutWidesingle {
	width:788px;
	background-image: none;
	padding-top: 0px;
}

#homeTop div.layoutWidesingle .col1 {
  background:url(/images/homeTopUpperBg.png) bottom right no-repeat #f2efe6;
}

#feature {
	width:543px;
	float:left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom: 2px;
	/*border: 1px solid red;*/

}

#feature .featureTop {
  	width:543px;
	height:212px;
	z-index: 100;
}

#featureTabs {
	/*position: absolute;
	top: 185px;
	left: 5px;*/
	background: url(/images/homeTabsBg.gif) 0 0 repeat-x scroll;
	position: relative;
	z-index: 999;
	border-top: 1px solid #baab8e;
}
#feature #featureTabs .tabs {
  width:541px;
  height: 28px;
  border-right: 1px solid #baab8e;
  border-left: 1px solid #baab8e;
}
#feature #featureTabs .tabs div {
	float:left;
	margin-left:0;
	cursor: pointer;
}
/*
#feature #featureTabs .tabs #tab_feature { background:url(/images/tabFeatTitle2.png) 0px 0px no-repeat; width:90px; height:29px; }
#feature #featureTabs .tabs #tab_author { background:url(/images/tabFeatAuthor.png) 0px 0px no-repeat; width:90px; height:29px; }
#feature #featureTabs .tabs #tab_interest { background:url(/images/tabFeatInterest.png) 0px 0px no-repeat; width:90px; height:29px; }
#feature #featureTabs .tabs #tab_event { background:url(/images/tabFeatEvent.png) 0px 0px no-repeat; width:90px; height:29px; }
*/
/*#feature #featureTabs .tabs #tab_feature:hover { background-position:0px -29px; height:30px; top:1px; position:relative; }*/

div.tab_tab {
	height: 23px;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	padding: 5px 25px 0 25px;
	font-size: 1.2em;
	border-right: 1px solid #baab8e;
}

#feature #featureTabs .featureContent {
	width:513px;
	height:90px;
	background:url(/images/homeFeatureBg2.jpg) bottom left no-repeat #a8b985;
	padding: 10px 15px 0 15px;
	overflow: hidden;
}

#popular {
  padding:2px 0 0 5px;
  width:225px;
  margin:0px 0 0 550px;
  background-image:url(/images/homeTopUpperBg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;

}
.popularContent {
  width:218px;
  line-height:1.4em;
  font-size:1.2em;
  text-align:center;
  font-family:Georgia, Garamond, 'Times New Roman', serif;
  height: 250px;
  overflow: hidden;
}

.popularContent a:hover {
	background-color: #bb302a;
	color: #fff;
}

a.popTop5 { font-size:0.8em; color:#767676; }
a.popTop4 { font-size:0.9em; color:#bb302a; }
a.popTop3 { font-size:1.0em; color:#404040; }
a.popTop2 { font-size:1.1em; color:#bb302a; }
a.popTop1 { font-size:1.2em; color:#404040; }

div#browseByCat {
	width:214px;
	margin:10px 0 0 560px;
	text-align: center;
}

div#browseByCat p {
	margin: 5px 0 0 0;
}

div#browseByCat a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

/* eKit Login on Booksellers Homepage */

div#booksellerlogin {
	padding: 10px 5px 0 15px;
}

div#booksellerlogin h1 {
	margin: 0 0 10px 0;
	padding: 24px 0 0 0;
	background-image: url(/images/eKitlogin.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 179px;
	height: 0px;
	overflow: hidden;
}

div#booksellerlogin p {
	margin: 0;
	padding: 0;
}

div#booksellerlogin h3 {
	margin: 15px 0 5px 0;
}

div#booksellerlogin div#inputlogin {
	padding: 10px 0 0 0px;
}

div#booksellerlogin div#inputlogin label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

div#booksellerlogin div#inputlogin input.field {
	width: 120px;
	float: left;
	display: block;
	margin-right: 5px;
}



div.inner1 div.homeNews { padding: 10px 0 5px 5px; }
div.inner1 div.homeNews div.productItem { margin:0px 0 10px 300px; width: 230px;}
div.inner2 div.productItem  {margin:10px 0 10px 0px;}
div.productItem div.prodImg { float:left; }
div.productItem div.prodBlurb { margin-left:63px; }
div.productItem h4 { color:#a00; font-size:1.1em; font-weight:normal; margin:0;padding:0; }
div.productItem .author,div.productItem .publishDate { margin:0;padding:0;font-family:Georgia, Garamond, 'Times New Roman', serif;font-size:0.8em;text-transform:uppercase; }
div.productItem p { margin-top:3px;margin-bottom:8px; }
div.productItem p.price, p.price { font-weight:bold; font-size:0.9em;}

div#Authors div.productItem { padding-bottom:5px; padding-right:10px; }
div#Author div.col2 .productItem {
  background:url(/images/dblLineWBreak.gif) bottom left no-repeat;
  padding: 10px 0 15px 0;
}
div#Author p {  line-height:130%;}
div#Author div.headerModNarrow p{
  padding:0 5px 0 0;
}

div#productList {
	clear: left;
}

div#productList div.productItem {
	margin-left: 0px;
	min-height: 80px;
 	height: auto !important;
	height: 80px;
	float: left;
	width: 219px;
	padding-right: 10px;
}

 div.featuredNews { margin:0px 0 0 0; width:280px; float:left;}
div.featuredNews div.newsImg { float:left; }
div.featuredNews div.newsText { margin-left:90px; }
div.featuredNews h4 { color:#a00; font-size:1.5em; font-weight:normal; margin:0; }
div.featuredNews p { margin-top:6px; }

div.newBooksHome { float:left; margin-left:5px; width:230px; }

div.promoFeature {
  background:url(/images/promoBg.jpg) top left no-repeat transparent;
  height:239px;
  margin-bottom:10px;
  border: 1px solid #F2EFE6;
}
div.promoText {
	margin: 20px 0 0 235px;
  width:205px;
  height:200px;
  overflow: hidden;
}
div.promoText h4 { color:#a00;  }
div.promoText p { margin:4px 0;  }

ul.categoriesList.left { float:left; width:150px; }
ul.categoriesList.right { margin-left:155px; width:135px;}
ul.categoriesList { margin:0;padding:5px 0 10px 0; }
ul.categoriesList li { list-style:none; margin:1px 0 2px 0;padding:0; }
ul.categoriesList li a { font-size:1.2em;line-height:1.1em; text-decoration:none;}


.bookExtraSection {
	padding:5px 0px 8px 0;
	background:url(/images/dblLineWBreak.gif) bottom left no-repeat;
	float:left;
	width:220px;
	zoom:1;
}
.bookExtraSection h3 {
	text-transform: uppercase;
}

.bookExtraSection div.iconPara p a {
	font-size: 1.4em;
}
.bookExtraSection ul {
	list-style: none;
	margin: 5px 0 3px 5px;
	padding: 0;
	font-size: 1.1em;
}

div#bookExtraButtons {
	text-align: left;
	adding: 4px 0 16px 0;
}
#btnWrapper {
	position:relative;
	_position:static;
}
div#bookExtraButtonSharer { display:inline;}
div#sendtoafriend { display:inline; }

ul#tblContents {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

ul#tblContents li {
	background-color: #E4E0D2;
	border-bottom: 1px solid #F2EFE6;
	padding: 2px 2px 2px 2px;
	margin: 0;
}

div#bookImg {
	text-align: center;
}

div#eKitButtons {
	padding-bottom: 7px;
}

div#eKitButtons input.next {
	float: right;
}

.iconPara img {
  width:25px;
  padding:0px 10px 0px 5px;
}
.bookDetails table { margin:5px 0;}
.bookDetails table th {padding-right:5px;font-weight:normal;}/*width:145px; */
.productBlurb p { margin:1.2em 0; }
.productBlurb { margin-top:25px; padding:0px 10px 5px 5px;}
#bookInfo { position:relative; padding-bottom:20px;}
#bookInfo h6.authorName { font-family:Georgia, Garamond, 'Times New Roman', serif;font-size:1.1em;margin:0.5em 0; font-weight:bold;text-transform:uppercase;}
#addToBasketPP {
  position:absolute;
  display:table;
  bottom:-30px;
  left:-8px;
  height:38px;
  width:297px;
  padding:10px 5px 0;
  background:url(/images/buttonBar.png) top left no-repeat transparent;
}
#addToBasketPP .price {position:relative; top:1px; left:8px; float:left; font-size:1.1em;font-family:Georgia, Garamond, 'Times New Roman', serif;}
#addToBasketPP .btn { float:right; position:relative; top:-3px; right:5px;}


.sideTabs {padding:0;margin:0 0 10px 0; }

.tabsTop {
	height:30px;
	padding:0 0 0 0px;
	margin-left:0px;

}

.tabsTop a {
  text-align:center;
  display:block;
  float:left;
  width:105px;
  height:20px;
  padding:10px 0 0 0;
  font-size:11px;
  color:#000;
}
.tabsTop a#tab_1 {
	background:url(/images/tabLateRel.gif) 0px 0px transparent no-repeat;
}
.tabsTop a#tab_2 {
	background:url(/images/tabTopTen.gif) 0px 0px transparent no-repeat;
}
.tabsTop a.active{

  background-position:0px -30px !important;
  /*left:-2px;
  margin-left:-5px;
  z-index:10;*/
}

.tabsBody { /*background:url(/images/tabsBgRpt.gif) top left repeat-y transparent;*/ padding:10px 0 0 0;}
.tabsFoot { /*background:url(/images/tabsBottom.png) top left no-repeat transparent;*/ height:10px; }

.catList {
  width:540px;
  padding:5px 0;
  margin-left:5px;
  min-height: 85px;
  height:auto !important;
  height: 85px;
  background:url(/images/dblLineRpt.gif) bottom left repeat-x;
  float:left;
}
.catList .productItem {  float:left !important; width:380px !important;margin-left:0!important; }
.catList .sortBy { float:right; }
#catListHead { position:relative;  padding:10px 0; }
#catListHead h1 { margin:3px 0; }
.catList .results { width:350px; float:left; }
div.stdPagination ul li {display: inline; list-style-type: none;}
.stdPagination { float:right; padding:10px 0; font-size:1.2em; }
.catList .purchaseOption {
  width:140px;
  float:right;
  margin:0px 0 0 0;
  text-align:right;
}
.catList .purchaseOption p {font-size:1.0em;margin:0 0 3px 0;padding:0;}
#lrgPagination { margin:45px 0 0 0; font-size:1.4em; padding-left:15px;}
#lrgPagination ul { margin:5px 0 0 -5px; padding:0; width:190px; font-weight:normal;}
#lrgPagination ul li { list-style:none; width:39px; height:53px;float:left;margin:5px 3px; background:url(/images/pageNormal.png) top left no-repeat transparent;}
#lrgPagination ul li.active { background-image:url(/images/pageOver.png); }
#lrgPagination ul li.last, #lrgPagination ul li.next{text-align:right;}
#lrgPagination ul li a{ font-size:24px; height:40px; width:26px;padding:13px 0 0 13px;display:block;}
#lrgPagination ul li.first a, #lrgPagination ul li.prev a{ line-height:11px;height:33px; width:35px;padding:20px 0 0 4px;}
#lrgPagination ul li small{ font-size:11px;}
#lrgPagination ul li.last a, #lrgPagination ul li.next a { line-height:11px;height:33px; width:35px;padding:20px 4px 0 0px;}
#lrgPagination ul li.last small{ font-size:11px;}


.teensHomeTop {
  background:url(/images/teensHomeTop.jpg) top left no-repeat transparent;
  position:relative;
  width:300px; 
  height:289px;
  margin-bottom:15px;
}

.teensHomeTop #formEls {
  position:absolute;
  top:45px;
  left:20px;
  width:280px;
}

.teensHomeTop #formEls select{
  width:205px;
  margin-bottom:8px;
  padding: 0.1em;
  font-size: 1.1em;
}

.teensHomeTop #formEls .submitBtn {
  position:absolute;
  bottom:7px;
  right:10px;
}


.childrenHomeTop {
  background:url(/images/childrensHomeTop.jpg) top left no-repeat transparent;
  position:relative;
  width:300px;
  height:289px;
  margin-bottom:15px;
}
.childrenHome p {
  margin:1em 0 1.4em 0;
}
.childrenHomeTop #formEls {
  position:absolute;
  bottom:15px;
  left:20px;
  width:280px;
}
.childrenHomeTop #formEls select{
  width:205px;
  margin-bottom:8px;
  padding: 0.1em;
  font-size: 1.1em;
}
.childrenHomeTop #formEls .submitBtn {
  position:absolute;
  bottom:7px;
  right:10px;
}
#childrenHomeHeader {
  background:url(/images/childrensBooksHeading.gif) top left no-repeat transparent;
  width:458px;
  height:26px;
}
#childrenHomeHeader div.promoSticker {
	float:left;
	left:0px;
	position:relative;
	top: 0;
	margin-top: -14px;
}
#childrenHomeHeading {


}
#childrenRetailRelatedHeading{
  position:relative;
  background:url(/images/childrenRetailRelated.jpg) top left no-repeat transparent;
  width:217px;
  height:26px;

}
.txtHidden {
  position:absolute;
  left:-9000px;
  display:none;
}
#childrenHomeHeading .moreLink { float:right; padding:5px;}

div.childrenHome div.col2 div.innerWrapper {
  background:url(/images/dotsLineWBreak.gif) bottom left no-repeat;
  float:left;
  position:relative;
  left:8px;
}
div.childrenHome div.col2 div.innerWrapper div.inner2 div.productItem { padding-right:10px;}
div.childrenHome div.col2 div.innerWrapper div.inner3 div.productItem { padding-right:15px;}
div.childrenHome div.col2 {
  background:url(/images/cockie.gif) bottom right no-repeat #f2efe6;
}
#childrenRetail #bookInfo {
  background:url(/images/childrenRetailTopTall.jpg) top left no-repeat transparent;
  padding:0;
  min-height:200px;
  width:310px;
}
#bookInfo .text {
  padding:10px;
  z-index:10;
  position:relative;
}
#childrenRetail #AddToBasketBar .price{
  position:absolute;
  bottom:12px;
  left:15px;
  font-size:11px;
}
#childrenRetail #AddToBasketBar .btn{
  position:absolute;
  bottom:4px;
  right:10px;
  font-size:11px;
}
#childrenRetail #AddToBasketBar {
  background:url(/images/childrenRetailFootWBut.jpg) bottom left no-repeat transparent;
  padding:0;
  width:310px;
  height:69px;
  position:relative;
  margin-top:-33px;
  z-index:1;
}
#childrenRetail .bookExtraSection, #childrenRetail #bookImg {
   background:url(/images/dotLineRpt.gif) bottom left repeat-x;
}
#childrenRetail #bookImg {
  padding-bottom:10px;
}

/* ADVANCED SEARCH */

div#AdvSearch {
	margin: 15px 0 30px 5px;
}

div#AdvSearch h1 {
	margin-bottom: 15px;
}

div#AdvSearch h3 {
	margin: 15px 0 10px 0;
	padding-top: 15px;
	font-size: 1.6em;
	clear: left;
	background:transparent url(/images/dotsHori.gif) repeat-x left top;
}

div#AdvSearch address {
	font-style: normal;
	display: block;
	margin-left: 26px;
	margin-top: 10px;
}

div#AdvSearch fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

div#AdvSearch fieldset div.row {
	margin-top: 10px;
	margin-left: 20px;
	clear: both;
}

div#AdvSearch fieldset label {
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 1.2em;
}

div#AdvSearch fieldset div.row div.label {
	float: left;
	width: 200px;
}

div#AdvSearch fieldset div.row div.field,
div#AdvSearch fieldset div.row div.fieldShort,
div#AdvSearch fieldset div.row div.fieldYears {
	margin-left: 200px;
}

div#AdvSearch fieldset div.row div.fieldRadios label {
	font-size: 0.8em;
}

div#AdvSearch fieldset div.row div.field input {
	width: 250px;
	font-size: 1.1em;
	padding: 0.1em;
}

div#AdvSearch fieldset div.row div.fieldYears select {
	font-size: 1.1em;
	padding: 0.1em;
}

div#AdvSearch fieldset div.row div.field select {
	width: 255px;
	font-size: 1.1em;
}

div#AdvSearch fieldset div.row div.fieldShort input {
	width: 50px;
}

div#AdvSearch div.submitRow {
	padding-left: 220px;
	margin-top: 10px;
}

table.selectNews {
	margin: 0px 0 10px 15px;
}

table.selectNews td {

}

table.selectNews label {
	/*font-weight: normal !important;*/
	font-size: 1.1em !important;
	padding-left: 3px;
}

div.checkStatement {
	margin: 30px 0 20px 20px;;
	clear: both;
}

div#reviewRequest {
	padding-left: 20px;
}

div#reviewRequest h3 {
	background-image: none;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0;
}

div#reviewRequest div#txtt {
	float: left;
	width: 180px;
	padding-right: 20px;
}

div#reviewRequest p {

}

div#reviewRequest div#fieldzz {
	float: left;
}

div#reviewRequest div.row {
	margin-left:0px !important;
}
div#reviewRequest div#fieldzz.inspectionCopies div.row {
  padding-top:10px;
  margin-top:0px;
  float:left;
}
div#reviewRequest div.row div.bookName {
	float:left;
	width:250px;
}

div#reviewRequest div.row div.bookName input {
	font-size:1.1em;
	padding:0.1em;
	width:250px;
}

div#reviewRequest div.row div.interview {
	margin-left:260px;
}

/* BOOKSELLERS */

div#contactus {
	background-color:#F2EFE6;
	background-image:url(/images/subSubNavTop.gif);
	background-repeat: repeat-y;
	height:100%;
	list-style-type:none;
	margin:0px 0px 2px 0pt;
	padding:0pt;

}

div#contactus div.inner {
	background-image:url(/images/subSubNavBottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding: 10px;
	overflow: hidden;
}

div#contactus div.inner a {
	font-size: 0.9em;
}

div#Goto {
	background-image:url(/images/homeTopUpperBg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin: 0px 0 0 548px;
	padding: 0;
	width: 235px;
	height: 214px;
}

div.GotoContent {
	padding: 0;
}


.eKitLogin { width:788px; padding:20px 0;float:left;}
.eKit p { font-size:8pt;}
.eKit p a,.eKit p a:link,.eKit p a:visited,.eKit p a:active,.eKit p a:hover { font-family:verdana, tahoma, arial, sans-serif;font-size:8pt;}
.eKitLogin .left {
  width:410px;
  margin-left:15px;
  margin-right:70px;
  float:left;
}
.eKitLogin .right {
  width:260px;
  float:left;
  padding-top:25px;
}
.eKitLogin label {
  font-weight:bold;
  font-size:12pt;
  padding-right:10px;
}

div.terms 
{
	margin-left:216px;
	margin-top:5px;
}

/* Competitions index */

div.layoutWideleft_Comp div.col1 table {
	border-collapse: separate;
	empty-cells: hide;
}

div.layoutWideleft_Comp div.col1 td:empty {
	background: none;
}

div.layoutWideleft_Comp div.col1 td {
	width: 236px;
	padding: 15px 27px 10px 0;
	background: url(/images/dividerCompetitions.gif) left bottom no-repeat;
	vertical-align: top;
	display: table-cell;
}



div.layoutWideleft_Comp div.col1 img {
	float: right;
	margin: 0 0 10px 10px;
}

div.layoutWideleft_Comp div.col1 h3 {
	margin:0;
	padding:0;
	font-family:Georgia, Garamond, 'Times New Roman', serif;
	font-size:1.5em;
	margin:0;
	font-weight:normal;
	color:#bb302a;
}


/* Competitions entry form */

div.layoutWideleft_CompDetail div.col1 img {
	float: right;
	margin: 0 0 10px 10px;
}

div.layoutWideleft_CompDetail div.col2 .label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 11px;
	float: left;
	clear: both;
	width: 114px
}

div.layoutWideleft_CompDetail div.col2 .radioLabel 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 11px;
	clear: both;
}

div.layoutWideleft_CompDetail div.col2 label.lbl_textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 11px 0;
	clear: both;
	float: none;
	width: auto;
	display: block;
}

div.layoutWideleft_CompDetail div.col2 div.textbox input {
	border: 1px solid #7f9db9;
	width: 184px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div.layoutWideleft_CompDetail div.col2 div.textbox {
	margin-bottom: 11px;
	float: left;
}

div.layoutWideleft_CompDetail div.col2 div.textbox .smallText {
	margin-top: 2px;
	display: block;
}

/*smallText	
{			
	width: 204px;
	height: 13px;
	margin-bottom: 11px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
}*/

div.layoutWideleft_CompDetail div.col2 .textarea {
	border: 1px solid #7f9db9;
	width: 299px;
	height: 52px;
	margin: 0 10px 11px 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div.layoutWideleft_CompDetail div.col2 h4 {
	margin: 38px 0 18px 0;
}

div.layoutWideleft_CompDetail div.col2 .btnSubmitNow {
	background: url(/images/btnSubmitNow.gif);
	width: 89px;
	height: 24px;
	border: none;
	margin-top: 15px;
	cursor: pointer;
	font-size: 0;
}

.formErrorMessage 
{
	display: none;
}

.pnlQuestion 
{
	clear: both;
}

div.layoutWideleft_CompDetail div.col2 .checkbox {
	float: left; 
	width: 25px;
	clear: both;
}

div.layoutWideleft_CompDetail div.col2 .checkboxLbl {
	float: left; 
	width: 295px;
}
/* Popup Layer */ 

.modalPopup {
	background-color: #FFFFFF;
	border:3px solid Gray;
	padding:10px;
	width:600px;
	height:530px;	
}

.modalBackground {
	background-color:Gray;		
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;	
}

.modalForeground
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
}

/* TELL A FRIEND POP */

div#sendtoafriend .modalPopOver {
	background-color: #fff;
	border: 15px solid #ccc5aa;
	width: 432px;
	padding: 30px;
	position: relative;
}

div#sendtoafriend div.row {
	clear:both;
	margin-top:10px;
}

div#sendtoafriend div.row label {
	font-family:Georgia,Garamond,'Times New Roman',serif;
	font-size:1.2em;
	float:left;
	width:160px;
	padding-top: 3px; 
}

div#sendtoafriend div.row div.field {
	margin-left: 161px;
}

div#sendtoafriend div.row div.field input[type=text] {
	width: 240px;
	padding: 0.2em;
	border: 1px solid #ccc5aa;
}

div#sendtoafriend div.row div.field textarea {
	width: 240px;
	padding: 0.2em;
	border: 1px solid #ccc5aa;
}

div#sendtoafriend div#closeThis {
	position: absolute;
	top: 5px;
	right: -5px;
}
/*
div#sendtoafriend div.closeButt a {
	background-image: url(/images/closeCross.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 14px 40px 8px 0;
	color: #b2a572;
}*/
div#sendtoafriend div.closeButt {
	position:absolute;
	right:-12px;
	top:-12px;
	_right:0;
	_top:0px;
}
div#sendtoafriend div.sendButt {
	margin-left:161px;
	_margin-top:5px;
}


/* RECENT AND FORTHCOMING TITLES - CATALOGUE */

div#recentForthTitles {
	padding: 10px 5px 0 5px;
}

div#recentForthTitles h3.getBigger {
	color: #AA0000;
	font-size: 1.6em;
	margin-bottom: 10px;
}

div#recentForthTitles div.column {
	float: left;
	width: 240px;
	position: relative;
	margin-right: 20px;
	margin-top: 15px;

}

div#recentForthTitles div#last {
	margin-right: 0;
}

div#recentForthTitles div.intro {
	height: 115px;
	overflow: hidden;
}

div#recentForthTitles div.intro p {
	margin: 10px 90px 0 8px;
}

div.columnTop {
	background-image:url(/images/narrowHeadBottom240.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.columnTop h2 {
	background-image: url(/images/columnTop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 5px 5px 8px;
}

img.colTopImg {
	position: absolute;
	top: -7px;
	right: 0px;
}

div.newItem {
	background:transparent url(/images/dblLineRpt.gif) repeat-x scroll top;
	min-height:85px;
	padding: 15px 0 5px 0;
}

div.newItem div.prodImg {
	float: left;
}

div.newItem div.newItemBlurb {
	margin-left:63px;
}

div.newItem div.newItemBlurb h4 {
	font-size: 1.1em;
}

div.newItem div.newItemBlurb div.author {
	font-size:0.9em;
	margin-bottom: 7px;
	margin-top: 4px;
}

div.newItem div.newItemBlurb div.det {
	font-size: 0.9em;
}

div.seeAll {
		background:transparent url(/images/dblLineRpt.gif) repeat-x scroll top;
	padding: 10px 0 0 0;
}

p.goAdvSearch {
	font-size: 1.6em;
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	margin: 30px 0 20px 0;
}

div#recentForthTitles div.inner1 {
	width: 500px;
}

div#recentForthTitles div.sortBy {
	float: right;
}

div#recentForthTitles div.inner2 {
	margin-left: 40px;
}
