@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2009, All rights reserved.
'	Date Created: July 2009
'	Last Modified Date: 5th April 2010
'	Last Modified By: Joe
------------------------------------------------*/

/* reset, styles to reset browser defaults */
html {
	margin: 0;
	padding: 0;
	}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
address,
blockquote,
th,
td {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var	{
	font-style:normal;
	font-weight:normal;
	}
li {
	list-style:none;
	}
caption,
th {
	text-align:left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	}
abbr,
acronym {
	border:0;
	font-variant:normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}

/* defaults, portable common styles */
body {
	background: url("../images/bg_body.gif") 50% 0 repeat-y #E8EFF2;
	padding: 0; 
	margin: 0; 
	font: 15px/20px Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	color: #888;
	text-align: center; 
	}
h1,
h2 {
	color: #84A8BB;
	font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
	font-weight: bold;
	}	
h1 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 18px;
	}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 6px;
	font-weight: bold;
	}
fieldset,
img {
	border: none;
	outline: none;
	}
a {
	outline: 0;
	}
p,
address {
	margin: 0 0 22px 0;
	}
.al {
	text-align: left;
	}
.ac {
	text-align: center;
	}
.ar {
	text-align: right;
	}
.fl {
	float: left;
	}
.fr {
	float: right;
	}
.cl {
	clear: left;
	}
.cr {
	clear: right;
	}
.cb {
	clear: both;
	}
.cn {
	clear: none;
	}
.imgr {
	float: right;
	margin: 7px 0 20px 20px;
	}
.imgc {
	margin: 0 auto 22px;
	}
.imgl {
	float: left;
	margin: 7px 20px 20px 0;
	}
.assistive-links,
.accessibility {
	display: none;
	}
ol {
	list-style-position: inside;
	}
ol li {
	margin: 0 0 10px 22px;
	list-style: decimal;
	}
ol li ul {
	margin: 0;
	}
ol li ul li {
	margin: 0 0 0 22px;
	list-style: lower-roman;
	}
	
	
/* links  */	
a:link, 
a:visited, 
a:active {
	/*color: #96BF0D;*/
	color: #758F1B; 
	text-decoration: none;
	}					 			 
a:hover,
a:focus	{
	text-decoration: underline;
	}
	
/* layout */
body {
	width: 100%;
	}
.wrapper {
	width: 990px;
	background: #fff;
	left: 50%;
	margin: 0 auto;
	text-align: left;
	}

/* common styles */
.feature-list {
	float: left;
	width: 520px;
	}
.feature-list li {
	float: left;
	height: 310px;
	width: 250px;
	padding: 5px;
	}
.feature-list li.alt {
	background:url("../images/bg_feature_li.png") 0 0 no-repeat;
	}
	
/* header styles */
.header {
	height: 160px;
	position: relative;
	width: 100%;
	}
.header .logo {
	position: absolute;
	top: 7px;
	left: 10px;
	height: 108px;
	width: 116px;
	/*width: 180px;
	height: 88px;*/
	border-right: 1px solid #A3BECC;
	}
.header .strap {
	position: absolute;
	background: url("../images/strap.png") 100% 0 no-repeat;
	text-indent: -9999em;
	right: 10px;
	top: 10px;
	width: 350px;
	height: 74px;
	border-left: 1px solid #A3BECC;
	}
.nav {
	background: url("../images/bg_nav.png") 0 0 repeat-x #6F9013;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left:0;
	float: left;
	text-align: center;
	width: 990px;
	}
.nav ul {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	}
.nav li {
	border-right: 3px solid #fff;
	float: left;
	height: 25px;
	}
.nav a {
	display: block;
	float: left;
	height: 25px;
	padding: 0px 25px;
	color: #fff;
	}
.nav a:hover,
.nav a:active,
.nav a:focus {
	background: #6F9013;
	text-decoration: none;
	}
.header form {
	position: absolute;
	top: 50px;
	left: 136px/*200px*/;
	}
.header form legend {
	display: none;
	}
.header form label {
	width: 130px;
	text-align: right;
	margin-right: 5px;
	float: left;
	}
.header form input {
	float: left;
	}
.header form input.kw {
	border: 1px solid #ccc;
	height: 20px;
	width: 200px;
	}
.header form a {
	background: url("../images/arrow.png") 100% 50% no-repeat;
	clear: left;
	float: left;
	padding: 5px 12px 5px 135px;
	color: #aaa;
	}
	
/* leftcol */
.sidecol1 {
	float: left;
	margin: 0 0 20px 10px;
	width: 175px;
	}
.sidecol1 h3 {
	
	}
.sidecol1 ul {
	margin-top: -10px;
	width: 175px;
	}
.sidecol1 li {
	border-bottom: 1px solid #ccc;
	}
.sidecol1 li ul {
	margin: 0 0 0 10px;
	width: 140px;
	}
.sidecol1 li ul li {
	border: none;
	}
.sidecol1 li a,
.sidecol1 li a:visited {
	display: block;
	padding: 10px 0 10px 5px;
	color: #aaa;
	font-size: 15px;
	line-height: 15px;
	}
.sidecol1 li a:hover,
.sidecol1 li a:focus,
.sidecol1 li a:active {
	color: #6F9013;
	text-decoration: none;
	}
.change {
	margin-top: 20px;
	}
/*a.ukl,
a.dist {
	background: #ECF2F5;
	display: block;
	text-align: center;
	padding: 4px 0;
	margin: 0 0 10px;
	}
a.ukl,
a.ukl:visited {
	color: #CC0000;
	}
a.dist, 
a.dist:visited {
	color: #000099;
	}*/
a.navCraft  {
  background:url('../images/craft_button.jpg');
  width:175px;
  height:20px;
  display:block;
  text-align:center;
  margin:0 0 5px 0;
}

a.navUKL  {
  background:url('../images/uk_living_button.jpg');
  width:175px;
  height:20px;
  display:block;
  text-align:center;
  margin:0 0 5px 0;
}

a.navDist  {
  background:url('../images/3rd_party_button.jpg');
  width:175px;
  height:20px;
  display:block;
  text-align:center;
}

a div  {
  display:none;
}

/* maincol */
.maincol {
	margin: 0 10px 50px 200px;
	}
.breadcrumb {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	}
.breadcrumb li {
	float: left;
	margin-right: 10px;
	}
.breadcrumb li a {
	float: left;
	color: #aaa;
	}
.intro-panel {
	float: left;
	/*height: 200px; Move the page up */
	width: 100%;
	margin-bottom: 20px;
	font-family: Candara, "Trebuchet MS", Arial, sans-serif;
	}
.intro-panel blockquote {
	margin: 10px 0 0 50px;
	width: 315px;
	font-size: 16px;
	line-height: 24px;
	}
.page-content {
	float: left;
	width: 100%;
	}

/* bestsellers list */
.bestsellers {
	float: right;
	width: 230px;
	font-size: 13px;
	border-left: 1px solid #ccc;
	padding-left: 19px;
	margin: 0 0 20px 10px;
	}
.bestsellers ol li,
.bestsellers ul li {
	list-style: none;
	margin: 0;
	}
.bestsellers dl {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	}
.bestsellers dt,
.bestsellers dd {
	float: right;
	width: 140px;
	}
.bestsellers dt.img {
	float: left;
	width: 90px;
	}
.bestsellers dt.img img {
	border: 1px solid #ccc;
	}
.bestsellers dt.aub {
	font-style: italic;
	}
.bestsellers ul li {
	float: left;
	margin-right: 5px;
	width: auto;
	}
.bestsellers ul li.pr {
	font-weight: bold;
	}
.bestsellers ul li a {
	padding-right: 10px;
	background: url("../images/arrow.png") 100% 50% no-repeat;
	color: #6F9013;
	}
	
/* index page specific */
	
/* display */
.display .jkt {
	float: left;
	margin-right: 20px;
	}
.display .biblio {
	float: left;
	width: 550px;
	}
.display .biblio h1 {
	line-height: 30px;
	margin: -4px 0 25px;
	}
.display .biblio h1 span {
	display: block;
	font-weight: normal;
	font-style: italic;
	}
.display .jkt img {
	border: 1px solid #ccc;
	}
.display .biblio ul {
	float: left;
	width: 100%;
	line-height: 28px;
	margin-bottom: 20px;
	}
.display .biblio li {
	float: left;
	width: 100%;
	}
.display .biblio li span {
	font-weight: bold;
	}
.display .biblio .buy {
	color: #96BF0D;
	font-weight: bold;
	}
.display .biblio .buy a {
	/*background:url("../images/buy2.gif") 0 0 no-repeat;*/
/*	width: 170px;*/
	height: 28px;
	display: block;
/*	text-indent: -9999em;*/
	}

.display .biblio .buy a.azbln {
	background-image: none;
	display: inline;
	text-indent: 0;
	cursor: pointer;
}
.display .biblio .buy span.ruCraft a {
/*	background:url("../images/buy_rucraft.jpg") 0 0 no-repeat; */
/*	width: 111px;
	height: 39px;
	display: block;
	text-indent: -9999em;*/
	}
.display .biblio .buy span.ruBooks a {
/*	background:url("../images/rubooks.jpg") 0 0 no-repeat;
	width: 111px;
	height: 20px;
	display: block;
	text-indent: -9999em;*/
	}
.display .pr-desc {
	clear: left;
	float: left;
	margin-top: 30px;
	WIDTH: 100%;
	}
.display .pr-desc p:first-child {
	font-weight: bold;
	}
.display .pr-desc ul {
	margin: 10px 0;
	}
.display .pr-desc li {
	float: left;
	margin: 0 20px 0 0;
	border-right: 1px solid #ccc;
	}
.display .pr-desc li a {
	padding: 0 30px 0 0;
	background:url("../images/arrow.png") 92% 50% no-repeat;
	}
	
/* contact */
#contact {
	margin: 20px 0;
	}
#contact input,
#contact label,
#contact select {
	margin-bottom:5px;
	}
	  
/* results */
#frmSort {
	position: absolute;
	right: 0;
	top: 0;
	}
.pagenav, 
.pagenav h3, 
.pagenav ul, 
.pagenav li {
	float: left;
	line-height: 20px;
	}
.pagenav {
	margin: 1em 0 2em;
	width: 100%;
	position: relative;
	}
.pagenav h3 {
	margin: 0 0.4em 0 0;
	font-size: 12px;
	}
.pagenav ul {
	border-left: 1px solid #ddd;
	} 
.pagenav li {
	border-right: 1px solid #ddd;
	font-weight: bold;
	padding: 1px 5px;
	font-size: 12px;
	}
.pagenav li span {
	display: none;
	}
ul.results-list {
	border-bottom: 1px solid #ddd;
	clear: left;
	}
ul.results-list li {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 15px 0 0;
	}
ul.results-list h2 span {
	display: block;
	font-size: 15px;
	color: #ccc;
	}
ul.results-list .img-col {
	float: left;
	margin:0 15px 15px 0;
	width:100px;
	}
ul.results-list .img-col img {
	border: 1px solid #ccc;
	}
ul.results-list .biblio-col {
	margin-left: 115px;
	}
	
/* news */
.news-intro {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	}
		
/* footer */
.footer {
	background: #A3BECC;
	clear: both;
	color: #fff;
	padding: 20px 0;
	margin: 15px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	}
.footer ul {
	}
.footer li {
	padding: 0 6px 0 3px;
	border-right: 1px solid #fff;
	display: inline;
	}
.footer li a {
	color: #fff;
	}
.footer li.ehaus {
	border: 0;
	}
	
/* Styles by James for BookHTML etc */

.feature{
	padding:0 6px 0 6px;
}

.feature img{
	float:left;
	margin:4px 6px 0 0;
	border:1px solid #d0d0d0;
}

.feature h2 span{
	font-size:80%;
	padding-top:6px;
}

.feature p{
	margin:0;
}

a.morelink{
  font-weight:bold;
}

/*
.page-content-higher {
	float: left;
	width: 100%;
	position:	relative;
	top:-180px;
	}*/