@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2009, All rights reserved.
'	Date Created: January 2009
'	Last Modified Date: 18 July 2011
'	Last Modified By: Adam
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
body  {
	font: 0.75em/1.4em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: #E2E7EC;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
	}
h1 {
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	font-size: 170%;
	line-height: 120%;
	}
h2 {
	font-size: 150%;
	line-height: 120%;
	margin-bottom: 0.6em;
	}
h2.title a,
h2.title a:visited {
	color: #0086C1;
	}
h3 {
	font-size: 130%;
	line-height: 130%;
	}
p,
address {
	margin-bottom: 1em;
	font-style: normal;
	}
acronym {
	cursor:help;
	}
ul {
	list-style: none;
	}
fieldset {
	border: none;
	}
	
.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.imgl {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #111;
	}
.imgr {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #111;
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
a {
	outline: none;
	}
a,
a:visited {
	color: #F44F18;
	text-decoration: none;
	}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	}

#container { 
	width: 970px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 10px solid #C4CED8;
	border-width: 0 5px 5px;
	text-align: left;
	} 
#header { 
	background: url("../images/bg_header.png") 0 0 repeat-x #0086C1; 
	padding: 0 10px;
	position: relative;
	height: 135px;
	font-size: 110%;
	} 
#header .logo {
	position: absolute;
	width: 281px;
	height: 80px;
	top: 22px;
	left: 10px;
	margin: 0;
	border: none;
	}
#header a {
	color: #B9DEEE;
	}
#header a:hover,
#header a:focus {
	color: #fff;
	text-decoration: none;
	}
#header a img {
	border: 0;
	}
#header .rss {
	position: absolute;
	top: 10px;
	right: 10px;
	}
#header .rss a {
	background:url("../images/icon_rss_sm.png") 0 50% no-repeat;
	padding: 0 0 0 22px;
	font-weight: bold;
	}
#header .qsearch {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 280px;
	}
#header .qsearch form {
	margin-bottom: 0.3em;
	}
#header .qsearch a {
	font-weight: bold;
	margin-right: 1em;
	}
#header .nav {	
	background: #D6DDE4;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	width: 960px;
	padding-left: 10px;
	border-top: 1px solid #E2E7EC;
	border-bottom: 1px solid #BDC8D4;
	}
#header .nav ul {
	float: left;
	height: 26px;
	border-left: 1px solid #E2E7EC;
	border-right: 1px solid #BDC8D4;
	font-size: 105%;
	}
#header .nav ul li {
	float: left;
	border-right: 1px solid #E2E7EC;
	border-left: 1px solid #BDC8D4;
	}
#header .nav ul li a {
	color: #455769;
	text-decoration: none;
	font-weight: bold;
	float: left;
	line-height: 26px;
	padding: 0 15px;
	}
#header .nav ul li a:hover,
#header .nav ul li a:focus {
	color: #455769;
	background: #BEC9D3;
	}
	
#sidebar1 {
	float: left; 
	width: 190px; 
	padding: 15px 10px;
	}
#sidebar1 ul.inline_basket {
	background: url("../images/inline_basket.png") 0 0 no-repeat;
	width: 190px;
	height: 51px;
	padding-bottom: 0;
	}
#sidebar1 ul.inline_basket li {
	border: none;
	}
#sidebar1 ul.inline_basket li a {
	background: none;
	color: #fff;
	margin-left: 36px;
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	padding: 0 0 0 5px;
	line-height: 25px;
	white-space: nowrap;
	}	
#sidebar1 ul.inline_basket li a:hover {
	background: none;
	text-decoration: underline;
	}
#sidebar1 h3,
#sidebar2 h3 {
/*	height: 30px;*/
	line-height: 30px;
	color: #fff;
	font-size: 110%;
	padding: 0 10px;
	}
#sidebar1 h3 {	
	background: url("../images/bg_h3_col1.png") no-repeat #0086C1;
	margin-top: 15px;
	position: relative;
	}
#sidebar1 h3 span {
	position: absolute; 
	right: 10px;
	top: 4px;
	}
#sidebar1 h3 span img {
	border: 0;
	}
#sidebar2 h3 {	
	background: url("../images/bg_h3_col2.png") #0086C1;
	}
#sidebar1 h3 a{
    color: #fff;  
	}
#sidebar2 h3.enews {	
	background: url("../images/bg_h3_col2_o.png") #DF6120;
	}
#sidebar1 ul {
	background: url("../images/bg_sidecol1_ul.png") bottom left no-repeat #E2E7EC;
	padding-bottom: 5px;
	border-top: 1px solid #fff;
	}	
#sidebar1 ul li {
	border-bottom: 1px dotted #fff;
	}	
#sidebar1 ul li a {
	color: #455769;
	padding: 4px 10px 4px 14px;
	background: url("../images/bullet.png") 6px 8px no-repeat #E2E7EC;
	display: block;
	text-decoration: none;
	font-weight: bold;
	}
#sidebar1 ul li a:hover {
	background-color: #D6DDE4;
	}
	
#sidebar2 {
	float: right;
	width: 200px; 
	margin: 15px 10px;
	}
#sidebar2 form {
	background: url("../images/bg_sidecol2.png") 0 100% no-repeat #E2E7EC;
	padding: 10px 10px 15px;
	margin: 1px 0 15px;
	}
#sidebar2 .modulecontent {
	border: 1px solid #E2E7EC;
	padding: 0 10px 0;
	margin: 1px 0 15px;
	}
#sidebar2 .enewsmodule {	
	border: 1px solid #F78D2D;
	margin: 1px 0 15px;
	width: 198px;
	}
#sidebar2 .enewsmodule a,
#sidebar2 .enewsmodule a:visited {
	background: url("../images/ico_enews.png") 150px 8px no-repeat #FFD9B3;
	padding: 5px 47px 5px 5px;
	color: #222;
	text-decoration: none;
	display: block;
	}
#sidebar2 .enewsmodule a:hover,
#sidebar2 .enewsmodule a:focus {
	background-color: #FFCF9F;
	}
#sidebar2 .modulecontent h4 {
	margin: 10px 0;
	font-size: 110%;
	text-align: center;
	}
#sidebar2 .modulecontent img {
	border: 1px solid #CCC;
	}
#sidebar2 .modulecontent ul {
	margin-top: 10px;
	}
#sidebar2 .modulecontent ul li {
	background: url("../images/bullet.png") 0px 6px no-repeat;
	padding:0 0 0 8px;
	margin-bottom: 0.8em;
	font-size: 110%;
	}
#sidebar2 .modulecontent ul li a {
	font-weight: bold;
	/*color: #007AAE;*/
	}
	
.qsearch form label {
	background: url("../images/search_label.png") 0 50% no-repeat;
	width: 65px;
	height: 34px;
	text-indent: -9999em;
	float: left;
	}
.search-enter {
	background: url("../images/search_input.png") 0 50% repeat-x;
	height: 26px;
	width: 167px;
	border: none;
	margin: 0 -3px 0 -5px;
	padding: 8px 0 0 8px;
	}
.btn-go {
	background: url("../images/btn_go.png") no-repeat 0 center;
	border: none;
	cursor: pointer;
	font-weight: normal;
	height: 34px;
	vertical-align: bottom;
	width: 44px;
	margin: 0;
	text-indent: -9999em;
	line-height: 0;
	}
/*#frm_email label {
	font-size: 110%;
	font-weight: bold;
	}
.enter-email {
	background: url("../images/email_input.png") 0 50% no-repeat scroll;
	background-color: #E2E7EC !important;
	height: 26px;
	width: 116px;
	border: none;
	margin: 0 -3px 0 -5px;
	padding: 8px 0 0 10px;
	}*/
.btn-join {
	background: url("../images/btn_join.png") no-repeat 0 center;
	background-color: #E2E7EC !important;
	border: none;
	cursor: pointer;
	font-weight: normal;
	height: 34px;
	vertical-align: bottom;
	width: 58px;
	margin: 0;
	text-indent: -9999em;
	line-height: 0;
	}
#main-content { 
	float: left; 
	width: 540px; 
	margin: 15px 0 30px 0;
	position: relative;
	} 
#main-content-full { 
	float: left;
	margin: 15px 0 30px;
	position: relative;
	width: 750px;
	}
#main-content-full h3,
#main-content h3 {
	margin: 0 0 6px;
	}
#main-content table,
#main-content-full table {
	margin-bottom: 1.4em;
	border-collapse: collapse;
	border: 1px solid #BDC8D4;
	}
#main-content table th,
#main-content-full table th,
#main-content table td,
#main-content-full table td {
	padding: 2px;
	}
#main-content-full ul.bullets{
  margin:0 0 0 35px;
	}	
#main-content-full ul.bullets li{
  list-style-type:disc;
	}
#main-content h1{
	clear:left;
	}

/* bottom links */
#base_content {
	background: url("../images/bg_base.png") 0 0 repeat-y #FFF0D9;  
	float: left;
	}
#base_content .section {
	border-top: 8px solid #E3CCAA;
	padding: 1em 10px 3em; 
	width: 222px; 
	float: left;
	}
#base_content .alt { 
	width: 223px;
	border-color: #E3D6C1;
	}
#base_content h3 {
	font-size: 130%;
	border-bottom: 4px solid #E3CCAA;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	}
#base_content .alt h3 {
	border-color: #E3D6C1;
	}
#base_content a {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	}
#base_content ul li {
	display: block;
	border-bottom: 1px solid #E3CCAA;
	padding: 0.4em 0;
	}
#footer { 
	padding: 0 10px 0 20px;
	background:#111;
	color: #fff;
	clear: left;
	position: relative;
	} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	}
#footer a,
#footer a:visited {
	color: #fff;
	}
.footer_links {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 600px;
	}
.footer_links ul {
	width: 600px;
	float: right;
	margin-bottom: 10px;
	}
.footer_links ul li {
	float: right;
	border-right: 1px solid #333;
	}
.footer_links ul li.last {
	border: 0;
	}
.footer_links ul li a {
	padding: 0 10px;
	}

/* ---------------------------------------------- */
/* Page Styles */
	
/* display */
blockquote {
	margin-bottom: 1em;
	padding: 12px 20px 0 44px;	
	background: url("../images/bkg-blockquote.gif") 0 0 no-repeat;
	}
h1 .sub {
	font-size: 80%;
	font-weight: normal;
	}
.img-col {
	float: right; 
	width: 135px; 
	text-align: center;
	}
.img-col .jacket {
	border: 1px solid #ccc;
	margin: 0 0 1em;
	}
.img-col .suppLinks span a {
	display:block;
	background: url("../images/btn-base.png") 0 100% no-repeat;
	position: relative;
	width: 125px;
	padding: 0 5px 0;
	color: #fff;
	display: block;
	float:left;
	font-size:11px;
}
.img-col .suppLinks span {
	background: url("../images/btn-top.png") 0 0 no-repeat;
	width: 100%;
	/*padding: 4px 0 0;*/
	float:left;
	margin: 0.6em 0 0;
}
#display dl {
	float: left;
	margin: 0 0 1em 0;
	width: 355px;
	}
#display dt {
	float: left;
	clear: left;
	width: 100px;
	font-weight: bold;
	margin: 0 5px 0.6em 0;
	}
#display dd	{
	float: left;
	margin-bottom: 0.6em;
	width: 235px;
	}
#display .pr-section {
	width: 100%;
	float: left;
	padding: 0 0 1em;
	margin: 0 0 1em;
	border-bottom: 1px solid #E2E7EC;
	}
#display .pr-section li {
	list-style: inside;
	list-style-type:disc;
	}
#display .price {
	font-size: 110%;
	clear: left;
	}
#display .price strong {
	color:#FF0000;
	font-size: 130%;
	}
#display .price .hi-light {
	font-weight: bold;
	display: block;
	}
#display .related-section {
	clear: left;
	width: 540px;
	float: left;
	}
#display .related-section ul {
	margin: 0 -5px;
	}
#display .related-section li {
	min-height: 200px;
	float: left;
	width: 170px;
	margin: 0 5px;
	text-align: center;
	}
#display .related-section li img {
	border: solid 1px #ccc;
	margin: 0 0 6px;
	}	
	
/* index page */
.large_img {
	position: relative;
	width: 520px;
	background: url("../images/bg_lrg_img.png") 0 100% repeat-x #F88F2D;
	color: #fff;
	margin-bottom: 1em;
	padding: 220px 10px 5px 10px;
	font-size: 120%;
	text-align: justify;
	}
.large_img img.main_img {
	position: absolute;
	top: 0;
	left: 0;
	height: 210px;
	z-index: 5;
	}
.large_img .png_logo {
	position: absolute;
	top: 155px;
	right: 10px;
	z-index: 10;
	}
.book_list {
	float: left;
	display: block;
	margin-top: -1em;
	border-bottom: 1px solid #E2E7EC;
	}
.book_list li {
	border-top: 1px solid #E2E7EC;
	padding-top: 1em;
	min-height:15em;
	float: left;
	width: 100%;
	}
h3.title {
	margin-bottom: 1em;
	}
h3.title span {
	display: block;
	font-size: 90%;
	}
.price-p .del {
	text-decoration: line-through;
	}
.price-p .value {
	color:#FF6600;
	font-weight: bold;
	margin-right: 1em;
	}
a.btn_add_m {
	background: url("../images/btn_add2b.png") 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	height: 18px;
	width: 100px;
	}
a.btn_add_m:hover {
	background-position: 0 -18px;
	}
.img_col {
	float: right;
	width: 100px;
	margin: 0 0 1em 1em;
	}
.img_col img {
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	}

/* results page */
#frmSort {
	position: absolute;
	right: 0;
	top: 7.3em;
	}
.pagenav, 
.pagenav h3, 
.pagenav ul, 
.pagenav li {
	float: left;
	}
.pagenav {
	margin: 1em 0 2em;
	width: 100%;
	}
.pagenav h3 {
	margin-right: 0.4em;
	font-size: 110%;
	}
.pagenav ul {
	border-left: 1px solid #DDDDDD;
	font-size: 110%;
	} 
.pagenav li {
	border-right: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 1px 5px;
	}
.pagenav li span {
	display: none;
	}
.results {
	float: left;
	}

/* subscrption */
.subscription {
	background: #D6DDE4;
	border: 1px solid #BDC8D4;
	float: left;
	padding: 20px;
	margin:  0 10px 15px 0;
	width: 408px;
	}
.nosubscription {
	background: #E2E7EC;
	border: 1px solid #BDC8D4;
	float: left;
	padding: 20px;
	width: 238px;
	}
.subscribe,
.unsubscribe {
	width: 325px;
	margin: 10px 0 0 0;
	float: left;
	}
.subscribe {
	width: 400px;
	}
.subscribe div {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	}	
span.label,
span.spacer,
span.multiple span {
	width: 120px;
	float: left;
	} 
span.multiple {
	float:left;
	width: 250px;
	}
span.button {
	clear: left;
	float: left;
	padding-left: 128px;
	margin-top: -20px;
	}
span.button input {
	border: 1px solid #88B22C;
	background: url("../images/bg_btn_subscribe.png") 0 0 repeat-x #9BC430;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color: #222;
	padding: 2px 10px 3px 25px;
	cursor: pointer;
	}
span.button span {
	background: url("../images/ico_tick.png") 0 0 no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	position: relative;
	left: -8px;
	top: 26px;
	width: 28px;
}
span.button2 {
	margin-top: 20px;
	float: left;
	position: relative;
}
span.button2 input {
	border: 1px solid #B52A35;
	background: url("../images/bg_btn_unsubscribe.png") 0 0 repeat-x #C72E32;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color: #fff;
	padding: 2px 10px 3px 25px;
	cursor: pointer;
}
span.button2 span {
	background: url("../images/ico_cross.png") 0 0 no-repeat;
	left: -5px;
	top: 50%;
	margin-top: -14px;
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
}
.subscribe_thanks {
	margin: 40px 120px;
	}
.subscribe_thanks h1 {
	background: url("../images/ico_tick.png") 20px 50% #ECF4C6 no-repeat;
	border: 1px solid #9FC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #88B22C;
	margin: 0 0 60px;
	padding: 20px 40px 20px 60px;
	}
.subscribe_thanks div {
	margin: 0 60px 60px;
	}
.subscribe_thanks label,
.subscribe_thanks input {
	margin: 0 0 5px;
	}
.data {
	clear: left;
	float: left;
	margin-top: 30px;
	}

/* James' changes */
.img_col img {
    border: solid 1px #ccc;
	}
.feat_box {
    border: 1px solid #E2E7EC;
	border-width: 1px 0;
    padding: 12px 0;
    margin: 0 0 3em;
	float: left;
    overflow: visible;
	}
.feat_box .img_col {
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
	height:100%;
	}
ul.col3 {
    float: left;
    border: 1px solid #E2E7EC;
    border-width: 1px 0;
    padding:12px 0 ;
    margin:0 0 10px 0;
	}
ul.col3 li {
    text-align:	center;
    float: left;
    width: 33%;
	}
ul.col2 {
    float: left;
    border-top: 1px solid #E2E7EC;
    padding: 12px 0;
    margin: 0 -10px 3em 0;
    width: 100%;
	}
ul.col2 li {
	float: left;
	width: 365px;
	margin-right: 10px;
	}
ul.col2 li .img-col {
	float: left;
	width: 75px;
	}
ul.col2 li .biblio-col {
	float: left;
	width: 290px;
	}
ul.col4 {
    float: left;
    border: 1px solid #E2E7EC;
    border-width: 1px 0;
    padding: 12px 0;
    margin: 0 0 10px 0;
	width: 100%;
	}
ul.col4 li {
    text-align: center;
    float: left;
    width: 23%;
	margin: 0 1%;
	} 
ul.col4 li a.btn_add_m {
	margin-left: 36px;
	}
ul img {
    border: 1px solid #ccc;
	}

.statmsg {
	width: 140px;
	float: right;
	/*border: 1px solid #f00;*/
	height: 1.5em;
	color: #900;
	font-weight: bold;
}

/* Form Message on Reviews */

.formwarn {
color: #F44f18;
}
