/*-----------------------------------------------
'	Title: Print styles for CES Holdings Ltd
'	Author: Ehaus Ltd (http://www.ehaus.co.uk/)
'	Copyright: Copyright © CES Holdings Ltd, All rights reserved.
'	Date Created:December 2007
'
'	Last Updated: January 2008
'	Updated By: Joe

STYLES ORDER 

'	header styles
'	links
'	common classes

'	COMMON STYLES
'	layout
'	header styles
'	footer styles

'	SECTION STYLES
'	index page
'	search page
'	results page

------------------------------------------------*/

*	{margin: 0;
	padding: 0;
	}
body {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
	font-style: normal; 
	font-weight: normal; 
	font-size: 0.75em;
	color: #222;
	padding: 10px;
	}
/* header styles */
h1 { 
	display: none;
	}
h2 {
	font-size: 150%;
	line-height: 125%;
	color: #c30; 
	font-weight: bold; 
	margin-bottom: 0.4em;
	}
h3 {
	font-size: 110%;
	margin: 0 0 0.5em;
	}
h4 {
	font-size: 100%;
	margin: 0 0 0.5em;
	font-weight: bold;
	}
h5 {
	font-size: 100%;
	font-style:italic;
	}
	
/* links */
a:link, a:visited {
	color: #ff3333;
	text-decoration: none;
	}
a:hover, a:focus {
	text-decoration: underline;
	}
a:active {
	color: #fff;
	background: #ff3333;
	text-decoration: none;
	}
	
/* common classes */
acronym {
	border-color: #ccc;
	}
address {
	font-style: normal;
	margin-bottom: 1.4em;
	}
p {
	margin: 0 0 1.4em;
	}
.accessibility {
	display: none;
	}
.sect-img {
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 0 1em 1em;
	}

/* COMMON STYLES */
/* layout */
#top-links, #navigation, #header {
	display: none;
	}
#content {
	padding: 24px 0 40px; 
	clear: both; 
	float: left; 
	}
#footer {
	clear: both; 
	float: left; 
	border-top: 4px solid #999;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 20px 0;
	}
	
/* content area */
#content ul.bullet-list {
	margin: 0 0 1.2em 24px;
	}

/* footer styles */
#footer address {
	float: left; 
	margin-right: 2em; 
	font-style: normal;
	}
#bottom-links {
	display: none;
	}

/* SECTION STYLES */
/* index page styles */
#index-banner {
	margin-top: 1em;
	font-size: 150%; 
	line-height: 130%;
	}
#index-banner p {
	margin: 0;
	}
#index-banner img {
	float: left; 
	border-right: 1px solid #fff;
	}
#index-banner p {
	clear: left;
	margin: 1em 0;
	}
#index-cat-links {
	display: none;
	}

/* search page */
#search_form legend {
	/*display: none;*/ 
	background: #fff; 
	font-size: 120%; 
	font-weight: bold; 
	padding: 0.2em 1em; 
	border: 5px solid #ffaa00;
	}
#search_form fieldset {
	border: 5px solid #ffaa00; 
	background: #ffcc66; 
	margin: 1em 100px; 
	padding: 20px 10px;
	}
#search_form label, #search_form input {
	float: left;
	margin-bottom: 0.4em;
	}
#search_form label {
	width: 150px; 
	text-align: right; 
	font-weight: bold; 
	clear: left; 
	margin-right: 20px;
	}
#search_form input {
	width: 290px; 
	padding: 0.1em; 
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 100%;
	}
#search_form select {
	width: 200px; 
	margin: 0.2em 0; 
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 100%;
	}
#search_form .buttons {
	clear: left; 
	float: left; 
	margin: 1em 0 0.2em 170px;
	}
#search_form .buttons button {
	padding: 0.1em 0.5em; 
	margin-right: 0.2em;
	}
#search_form label acronym {
	border-color: #ffaa00;
	}

/* results */
#results {
	list-style: none;
	border-top: 1px solid #ddd; 
	margin: 1em 0;
	}
#results li {
	list-style: none;
	padding: 1em 0; 
	border-bottom: 1px solid #ddd; 
	width: 100%; 
	display: block; 
	float: left; 
	}
#results h3 {
	margin-bottom: 1.2em;
	}
#results p {
	margin-bottom: 1em;
	}
.jacket-col {
	width: 40px; 
	float: left;
	padding-top: 0.3em;
	}
.biblio-col {
	margin: 0 0 0 40px;
	}
#results dt {
	float: left;
	margin-right: 0.4em;
	font-weight: bold;
	}	
#results dd {
	float: left;
	margin-right: 1.5em;
	}
#results .price {
	color: #06f;
	font-weight: bold;
	}
a.aub:link, a.aub:visited {
	color: #f60;
	}
a.aub:active {
	color: #fff;
	background: #f60;
	}
p.next-prev {
	margin-bottom: 0;
	}
p.next-prev a:link, p.next-prev a:visited {
	border: 1px solid #eee; 
	padding: 0 5px; 
	background: #fff;
	}
p.next-prev a:hover, p.next-prev a:focus {
	border-color: #bbb; 
	text-decoration: none;
	}
p.next-prev a:active {
	background: #f00; 
	color: #fff; 
	text-decoration: none;
	}
	
/* display page */
#display p.next-prev {
	margin: 0 0 1em 0;
	}
.npfooter {
	width: 100%;
	padding-top: 1em;
	border-top: 1px solid #ddd;
	clear: right;
	margin-top: 1em;
	}
.availability {
	font-size: 120%;
	font-weight: bold;
	clear: left;
	}
.lasth3 {
	margin-bottom: 1.6em;
	}
#display h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	}
	
/* help section */
#help h3 {
	margin-top: 4em; 
	margin-bottom: 1em;
	color: #1673BE;
	}
#help .highlight {
	font-weight: bold; 
	color: green;
	}
