/* CSS Document */

/*-----------------------------------------------
'	Title: Screen styles for Daunt Books
'	Author: Ehaus Ltd (http://www.ehaus.co.uk/)
'	Copyright: Copyright © Daunt Books, All rights reserved.
'	Date Created: June 2007
'
'	Updated: Mar 2011
'	Updated By: James

STYLES ORDER 

'	links
'	COMMON STYLES
'	h tag styles
'	layout

'	SECTION STYLES
'	navigation
'	quicksearch
'	left column styles
'	right column styles
'	index page styles
'	results
'	display
'	footer styles

------------------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	}
body {
	color: #333; 
	margin: 10px 0; 
	font: 0.7em/1.5em Georgia, "Times New Roman", Times, Cambria, serif; 
	text-align: center; 
	}

/*links*/
a:link, a:visited {
	color: #504954; 
	text-decoration: none; 
	font-weight: bold;
	}
a:hover, 
a:focus, 
a:active {
	text-decoration: underline;
	}
a.add2b-sm, 
a.add2b-sm:visited {
	width: 122px; 
	height: 22px; 
	margin: 8px 0; 
	display: block; 
	background: url("../images/add_2b_sm.png") 0 0 no-repeat;
	}
a.add2b-lrg, a.add2b-lrg:visited {
	width: 152px; 
	height: 30px; 
	display: block;
	margin-top:-39px;
	float:right;
	background: url("../images/add_2b_lrg.png") 0 0 no-repeat;
	}
a.add2b-sm span {
	display:none;
	clear:none;
	}
a.add2b-lrg:hover, a.add2b-lrg:focus {
	background-position: 0 -30px;
	}
a.add2b-lrg span {
	display: none;
	}
a.add2b-sm:hover, a.add2b-sm:focus {
	background-position: 0 -22px;
	}

/*common styles*/
p, 
address {
	margin: 0 0 1em 0;
	font-style: normal;
	}
acronym, 
abbr {
	border-color: #ccc; 
	cursor: help;
	}
.accessibility {
	display: none;
	}
.clearfloat {
	clear: both; 
	height: 0; 
	width: 100%;
	}
.error {
	color: #c00;
	}
#printlogo {
	display: none;
	}

/*h tag styles*/
h1 {
	position: absolute; 
	top: 8px; 
	left: 10px;
	}
h1 a {
	background: url("../images/logo.png") 0 0 no-repeat; 
	display: block; 
	text-transform: uppercase; 
	width: 400px; 
	height: 68px;
	}
h1 a span {
	display: none;
	}
h2 {
	font-size: 190%; 
	text-align: center; 
	letter-spacing: 1px; 
	color: #4E4752; 
	padding: 0 0 0.7em; 
	margin: 0 0 0.6em; 
	background: url("../images/bg_h2.png") 50% 100% no-repeat;
	}
h3 {
	font-size: 150%; 
	letter-spacing: 1px; 
	margin: 0 0 1em 0;
	}

/*layout*/
#header {
	position: relative; 
	height: 80px; 
	width: 990px; 
	margin: 0 auto; 
	background: url("../images/bg_header.png") 0 0;
	}
#wrapper {
	width: 990px; 
	margin: 0 auto; 
	padding: 0 0 2em 0; 
	text-align: left; 
	background: url("../images/bg_wrapper.png") 50% 0 repeat-y;
	}
#nav {
	width: 980px; 
	line-height: 100%; 
	height: 26px; 
	margin: 0 5px; 
	background: url("../images/nav_bg.png") 0 0 repeat-x;
	position: relative;
	}
#content {
	padding: 1.4em 0 4em 0; 
	margin: 0 5px; 
	border-bottom: 1px solid #ccc;
	}
#leftcol {
	width: 158px; 
	padding: 0 0 0 4px; 
	text-align: center; 
	color: #504954; 
	float: left;
	}
#main {
	margin: 0 10px 0 170px;
	}
#rightcol 	{
	width: 158px; 
	padding: 0; 
	margin: 0 -6px 1.2em 0; 
	float: right; 
	text-align: center;
	}
#middlecol {
	margin-right: 175px;
	margin-left:20px;
	}
#footer {
	width: 990px; 
	margin: 0 auto; 
	padding: 0 0 3em 0; 
	clear: both; 
	text-align: center; 
	background: url("../images/bg_footer.png") 50% 100% no-repeat;
	}
#copyright {
	text-align: center; 
	padding: 30px 0;
	}

/*navigation*/
#nav ul {
	list-style: none; 
	height: 26px; 
	margin: 0 auto; 
	text-align: center;
	background: url("../images/bg_nav_li.png") 100% 0 no-repeat;
	position: absolute;
	padding-right: 2px;
	left: 50%;
	float: left;
	margin-left: -256px;
	}
#nav li {
	list-style: none;
	background: url("../images/bg_nav_li.png") 0 0 no-repeat;
	}
#nav li, 
#nav a	{
	height: 26px; 
	line-height: 26px; 
	display: block;
	float: left;
	}
#nav a	{
	background:url("../images/bg_nav_a.png") 0 0 repeat-x; 
	color: #eee;
	font-size: 12px;
	padding: 0 12px;
	margin-left: 2px;
	}
#nav a:hover  {
	background: #04711D;
	text-decoration: none;
	}
/*#nav li a span {display: none;}
#nav-home {width: 64px; background: url("../images/nav_home.png") 0 0 no-repeat;}
#nav-branches {width: 80px; background: url("../images/nav_branches.png") 0 0 no-repeat;}
#nav-events {width: 68px; background: url("../images/nav_events.png") 0 0 no-repeat;}
#nav-contact {width: 91px; background: url("../images/nav_contact.png") 0 0 no-repeat;}
#nav-about {width: 81px; background: url("../images/nav_about.png") 0 0 no-repeat;}
#nav-help {width: 52px; background: url("../images/nav_help.png") 0 0 no-repeat;}
*/

/*quicksearch*/
#qsearch fieldset {
	color: #777;
	}	
#qsearch label {
	display: none;
	}
form#qsearch fieldset input#qsearch-enter {
	font-size: 12px; 
	width: 100px;
	border: 1px solid #ccc; 
	display: inline-block;
	margin: 0 8px 0 0; 
	padding: 1px 2px;
	vertical-align:middle;
	}
form#qsearch fieldset #go-btn {
	display: inline-block;
	vertical-align:middle;
	}
a.adv:link, 
a.adv:visited {
	color: #339900;
	font-weight: bold;
	}

/*left column*/
#leftcol legend {
	display: none;
	}
#leftcol form {
	margin-bottom: 1.2em;
	background: url("../images/bg_cols.png") 50% 100%; 
	padding: 10px 4px 1em; 
	}
#leftcol fieldset {
	border: 0;
	margin-bottom: 10px;
	}
#leftcol label {
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	}	
#leftcol input#email {
	font-size: 12px; 
	width: 126px;
	border: 1px solid #ccc; 
	display: inline-block;
	padding: 1px 2px;
	vertical-align: middle;
	margin: 0 0 5px;
	}
#leftcol h3, 
#rightcol h3 {
	background: url("../images/cols_h3_bg.png") 50% 0 no-repeat; 
	text-align: center; 
	padding: 10px 7px 8px; 
	margin: 0; 
	color: #fff; 
	font-size: 100%; 
	line-height: 100%; 
	letter-spacing: 0;
	}
#leftcol ul {
	background: url("../images/bg_cols.png") 50% 100%; 
	padding: 0 4px 1em; 
	margin: 0 0 1.2em;
	}
#leftcol ul ul {
	border-bottom: 1px solid #ddd;
	background: none; 
	margin: 0; 
	padding: 0;
	display:none;
	}
#leftcol li {	
	list-style: 
	none; width: 150px;
	}
#leftcol li a,
#leftcol li a:visited,
#leftcol li a:active {
	padding: 4px 2px 2px; 
	display: block;
	outline: none;
	}
#leftcol li a:hover,
#leftcol li a:focus {
	background: #D6D4D8; 
	text-decoration: none;
	}
#leftcol ul ul li a {
	font-weight: normal;
	}
#events {background: url("../images/bg_cols.png") 50% 100%; padding: 0.5em 4px 10px 4px; margin: 0 0 1.2em 0;}
#events dt {font-weight: bold; padding-top: 0.2em; font-size: 110%;}
#events dd {margin: 0 0 1em 0;}


/*right column*/
#basket, 
#branches {
	background: url("../images/bg_cols.png") 50% 100%; 
	margin: 0 0 1.2em;
	}
#basket {
	font-size: 120%; 
	padding: 1em 4px 1.4em;
	}
#basket a, 
#basket a:visited {
	color: #04711D;
	}
#branches ul {
	background: url("../images/bg_branches.png") 50% 5px no-repeat;
	width: 150px; 
	color: #58505C; 
	font-weight: bold; 
	text-align: center; 
	padding: 110px 4px 1em 4px;
	}
#branches li {
	list-style: none; 
	width: 150px;
	}
#branches li a {
	padding: 4px 2px 2px; 
	display: block;
	}
#branches li a:hover {
	background: #D6D4D8; 
	text-decoration: none;
	}

/*index page styles*/
#index-rotator {background: url("../images/bg_index_frame.png") 50% 0 no-repeat; text-align: center; font-size: 120%; line-height: 140%;}
#index-rotator img {
	width: 350px; 
	margin: 15px 0 40px 0; 
	height: 233px;
	}
#books-month { border-top: 1px solid #ccc; padding: 1em 0; margin: 4em 175px 0 20px;}
.width50 {float: left; width: 49.4%;}
.width50 dt.jacket {float: left; width: 80px;}
.width50 dt.jacket img {margin-bottom: 5px; border: 0;}
.width50 dt.title a {font-size: 120%; line-height: 120%; color: #04711D;}
.width50 dd {margin-left: 80px;}
.width50 dd.author {margin-bottom: 1em;}
.width50 dd.more {margin-top: 1em;}
.width50 dd.more a {color: #04711D;}
.rightmargin {margin-right: 1%;}
.separator {float:left; display: block; width: 100%; height: 1em;}

/*results*/
#fullcol-results {
	margin-right: 160px;
	}
#fullcol-results ul.region-list {
	margin: 0 0 2em 0;
	float: left; 
	width: 638px; 
	border: 1px solid #ccc;
	}
#fullcol-results ul.region-list li {
	list-style: none; 
	background: url("../images/bullet.png") 0 50% no-repeat; 
	padding: 2px 0 2px 15px; 
	margin-left: 4px; 
	width: 192px; 
	float: left;
	font-size:1.2em;
	}
#fullcol-results ul.region-list li.back {
	list-style: none; 
	background: url("../images/bullet-back.png") 0 50% no-repeat; 
	padding: 2px 0 2px 15px; 
	margin-left: 4px; 
	width: 30%; 
	float: left;
	font-size:1.2em;
	}
#fullcol-results ul.titles {
	float: left; 
	width: 640px; 
	border-top: 1px solid #ccc; 
	margin-bottom: 1em;
	}
#fullcol-results ul.titles li {
	list-style: none; 
	float: left; 
	border-bottom: 1px solid #ccc; 
	padding: 1em 0 0.6em 0; 
	width: 640px;
	}
#fullcol-results .jacket {
	display: inline; 
	float: left; 
	text-align: center; 
	width: 110px;
	}
#fullcol-results .jacket img {
	border: 1px solid #aaa;
	}
#fullcol-results .definition {
	margin: 0 0 0 120px;
	}
#fullcol-results ul.titles li dl {
	list-style: none; 
	display: inline; 
	float: left;
	}
#fullcol-results dl h3 {
	background: none; 
	text-align: left; 
	font-size: 120%; 
	letter-spacing: 1px; 
	line-height: 100%;
	}
#fullcol-results dl h3 a.title {
	color: #04711D;
	}
#fullcol-results dl dd.price {
	}
#fullcol-results dl dd a.add2b-sm {
	display: inline-block;
	margin: 0 0 8px 8px;
	}
	
	
/* Stuff for shops and events and maybe the bags */
ul.shops,
ul.events {
	float: left;
	background: url("../images/bg_h2.png") no-repeat 50% 100%;
	padding: 0 0 10px;
	}
ul.shops li,
ul.events li {
	list-style: none;
	margin: 24px 0;
	background: url("../images/bg_h2.png") no-repeat scroll 50% 0;
	padding: 25px 0 0;
	float: left;
	width: 640px;
	}
ul.shops .imgcol {
	text-align: center;
	width: 280px;
	float:left;
	}
ul.shops .imgcol img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	}
ul.shops .addresscol {
	float: left;
	width: 355px;
	}
#fullcol-results dd.price strong {
	font-size: 120%;
	line-height: 22px;
	float: left;
	}
#fullcol-results dd.desrip {font-size: 80%;}
#fullcol-results h4 {float: left; margin-right: 1em;}

#fullcol-results ul.filter {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #ccc; 
	float: left; 
	width: 620px;
	}
#fullcol-results ul.filter li {
	list-style: none; 
	float:left;
	margin-right: 1px;
	}
#fullcol-results ul.filter a, 
#fullcol-results ul.filter a span {
    display: block;
    padding: 0 6px;
    background: url("../images/bg_filter.png") no-repeat;
	}
#fullcol-results ul.filter a,
#fullcol-results ul.filter a:visited {
    color: #fff;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	}
#fullcol-results ul.filter a {
    position: relative;
    top: 0;
    z-index: 2;
    margin-top: 0;
    color: #fff;
	}
#fullcol-results ul.filter a span {
    width: 40px; /* IE 6 treats width as min-width */
    min-width: 40px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-right: 0;
	}
*>#fullcol-results ul.filter a span { /* hide from IE 6 */
    width: auto;
    height: auto;
	}
#fullcol-results ul.filter a {
    background-position: 100% 0;
	padding-left: 0;
	}
#fullcol-results ul.filter a span {
    background-position: 0 0;
	}
#fullcol-results ul.filter a:link, 
#fullcol-results ul.filter a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	}
#fullcol-results ul.filter a:hover, 
#fullcol-results ul.filter a:focus, 
#fullcol-results ul.filter a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	background-position: 100% -50px;
	}
#fullcol-results ul.filter a:hover span, 
#fullcol-results ul.filter a:focus span, 
#fullcol-results ul.filter a:active span { /* @ Opera, we need to be explicit again here now... */
	background-position: 0 -50px;
	}
#fullcol-results ul.filter li.active a {
	background-position: 100% -100px;
	}
#fullcol-results ul.filter li.active a span { /* @ Opera, we need to be explicit again here now... */
	background-position: 0 -100px;
	}
.page-nav {
	float: left;
	width: 640px;
	margin: 0 0 15px;
	}	
.page-nav ul {
	float:right;  
	padding: 0;	
	}
.page-nav li {
	border-right: 1px solid #aaa; 
	float: left; 
	color:#222; 
	font-size:1.2em; 
	font-weight:bold; 
	padding:0 5px 3px;
	list-style: none;
	}
.page-nav li.next {
	border: 0;
	}
.page-nav a {
	color:#04711D;
	}

#paging {
	position: relative; 
	float: left;
	width: 640px;}
#paging h4 {font-size: 100%;}
#paging select {position:absolute; right: 0; top: 0;}
#paging dd.price {}

/*display*/
#fullcol-display {
	margin-right: 175px;
	margin-left:  20px;
	}
#fullcol-display h2 {
	background: none; 
	text-align: left;
	line-height: 110%;
	}
#fullcol-display h2 .subtitle {
	font-size: 90%; 
	font-weight: normal; 
	font-style: italic;
	display: block;
	}
#fullcol-display h2 .author {
	font-size: 80%; 
	letter-spacing: 0;
	}
#fullcol-display h2 .author a {
	color:#04711D;
	}
#fullcol-display h3 {
	font-size: 130%; 
	border-bottom: 1px solid #ccc; 
	letter-spacing: 2px; 
	margin: 1em 0;
	}
#fullcol-display .price {
	font-size: 130%; 
	line-height: 130%;
	}
#fullcol-display .price strong {
	font-size: 130%;
	}
#fullcol-display h3 {
	font-size: 130%; 
	border-bottom: 1px solid #ccc; 
	letter-spacing: 2px; 
	padding: 0 0 0.4em; 
	margin: 1.5em 0 0.4em 0;
	}
#jacket-box {
	width: 250px; 
	text-align: center; 
	float: right; 
	margin: 0 -6px 1em 10px; 
	padding-bottom: 0.6em; 
	background: #F0EFF1 url("../images/jacket_box_bottom.png") no-repeat bottom right;}
#jacket-box .box-head {background: url("../images/jacket_box_top.png") no-repeat top right; height: 12px;}
#jacket-box img {
	margin: 10px; 
	border: 1px solid #ccc;
	}
#fullcol-display .review {
	margin-top: 20px;
	}
	.review p.slightlyLarger {
		font-size:130%;
	}

/*search*/
#frmSearch {
	width: 350px;
	margin: 40px 0 0 145px;
	float: left;
	}
#frmSearch fieldset {
	border: 0;
	}
#frmSearch legend {
	display: none;
	}
#frmSearch label,
#frmSearch input,
#frmSearch select {
	float: left;
	margin: 0 0 15px;
	}
#frmSearch label {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px;
	}
#frmSearch input,
#frmSearch select {
	width: 345px;
	padding: 2px;
	border: 1px solid #ccc;
	}
#frmSearch select {
	width: 250px;
	}
#frmSearch input.btn-submit {
	width: 100px;
	text-align: center;
	border: 2px solid #990000;
	background: #CC3300;
	color: #fff;
	margin: 10px 0 0 125px;
	cursor: pointer;
	padding: 0;
	}
#frmSearch input.btn-submit:hover {
	border-color: #c30;
	}
	
/*footer*/
#footer ul {list-style: none;}
#footer li {display: inline;}
#footer li a, #footer li a:visited {font-weight: bold; color: #58505C; padding: 0 8px; border-right: 1px solid #B2ADB5;}
#footer li a.last {border: 0;}

span.searcherror {color:#EFEFEF;}

/* tour company name */
#tourcompanies {
	list-style: none;
	}
tourcompanies h3 {
	display:block;
	font-size: 120%;
	margin: 0 0 0.5em;
	padding:0;
	}
#tourcompanies li {
	display: block;
	background-color: #fff;
	margin: 0 0 1em;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	}
#tourcompanies li:hover {
	border-color: #ccc;
	}
#tourcompanies li p {
	padding: 0.5em;
	padding-bottom: 0;
	}
#tourcompanies .tcd img {
	/* hspace: 1em;*/
	border: 0;
	text-align: left;
	float: left;
	padding-right: 1em;
	}
p.tcd {
	min-height: 10em;
	}
#tourcompanies .tourlist .hidden {
	display: none;
	}
#tourcompanies .tourlist {
	padding: 2em;
	list-style-type:none;
	}
#tourcompanies .tourlist li {
	margin-bottom: 6px;
	padding: 0;
	border: 0;
	list-style-type: none;
	}
.discprice {
	font-weight: bold;
	font-size: 130%; 
	line-height: 130%;
	vertical-align: top;
	}
.fullprice {
	color: #f00;
	text-decoration: line-through;
	font-size: 120%; 
	line-height: 130%;
	vertical-align: top;
	}
	
	a.rot img  {
    border:0px;
  }
