@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 10px;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	line-height: 130%;
	}
h1 {
	font-size: 130%;
	line-height: 130%;
	}
h2, h3, h4 { 
	font-size: 110%;
	line-height: 110%;
	}
h2 {
	font-size:120%; 
	line-height:120%;
	}
p {
	margin: 0 0 1em;
	}
.bypass, .accessibility, #skip {
	display: none;
	}
.clearer {
	clear: both;
	width: 100%;
	height: 0;
	}	
div#container {
	position: relative;
	width:100%;	
	margin: 0 auto;
	text-align: left;
	}
div#banner {
	height: 55px;
	padding: 1px;
	border: 4px solid #9EDDCA;
	position: relative;
	}
div#searchBar {
	display: none;
	}
#contentArea {
	background-color:#FFFFFF;
	width: 100%;
	float: left;
	min-height: 300px;
	padding-bottom: 3em;
	}
#leftcontent {
	display: none;
	}
#centreCol {
	background-color:#FFFFFF;
	padding: 0;
	margin: 20px 210px 0 0;
	}
#rightcontent {
	float: right;
	width: 200px;
	margin-top: 20px;
	}

div#searchBar div#qsearch, .searchNav, .basket, .links {
	display: none;	
	}

div#banner div#logo {
	position: absolute;
	width: 300px;
	height: 36px;
	top:10px;
	left: 8px;
	background: none;
	}
	
.resultsInfo-right, .resultsInfo-left {
	display: none;
	}	
.list-results li {
	float:left;
	list-style: none;
	margin: 0pt 0pt 10px;
	display: block;
	}

div#footer {
	border-top: 1px solid #aaa;
	padding: 2em 0;
	color: #333;
	text-align:center;
	width: 100%;
	background: #fff;
	}
div#footer a {
	display: none;
	}
.box {
	padding: 10px;
	margin-bottom: 14px;
	}
#centreCol .box {
	border: 1px solid #D7D7D7;
	margin: 5px -1px;
	float: left;
	display: block;
	}
#centreCol h2 {
	background-color: #EBEBEB;
	margin: -10px -10px 10px -10px;
	padding: 0.3em 10px;
	}
#rightcontent h2 {
	background-color: #EBEBEB;
	margin: -10px -10px 10px -10px;
	padding: 0.3em 10px;
	}
#rightcontent h2.cart {
	background-color: #4E4E4E;
	color: #eee;
	}
a.cart-btn, a.cart-btn:visited {
	display: none;
	}

.list-2, .list-1 {
	list-style: none;
	}
.list-1 li {
	min-height: 110px;
	}
* html .list-1 li {
	height: 110px;
	}
.list-2 li {
	list-style: none;
	width: 48%;
	margin: 0 10px 0 0;
	height: 17em;
	float: left;
	}
.jacket-col {
	float: left;
	width: 75px;
	}
.jacket-col img {
	border: 1px solid #ccc;
	}
.biblio-col {
	margin-left: 75px;
	}
.biblio-col h3 .aub {
	font-weight: normal;
	}	
.biblio-col dd {
	padding-bottom: 4px;
	}
dd.price {
	font-weight: bold;
	}
.list-1 dd.price {
	margin-top: 1em;
	}
dt.type, dd.type {
	display: inline;
	}