@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Title: Print styles for University College Dublin Press
'	Author: Ehaus Ltd (http://www.ehaus.co.uk/)
'	Copyright: Copyright © Ehaus Ltd, All rights reserved.
'	Date Created: march 2008
'
'	Last Updated: March 2008
'	Updated By: Joe

------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
body {
	padding:0;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #6D6E71;
	font-size: 0.8em;
	}
h1 {
	font-size: 150%;
	line-height: 150%;
	}
h2 {
	font-size: 130%;
	line-height: 130%;
	}
h3 {
	font-size: 120%;
	line-height: 120%;
	}
a, a:visited {
	outline: none;
	color: #410019;
	text-decoration: none;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	}
p {
	margin-bottom: 1em;
	}
address {
	font-style: normal; 
	}
.accessibility {
	display: none;
	}
.clearer {
	clear:both; 
	display:block; 
	height:1px; 
	overflow:hidden; 
	visibility: hidden; 
	width:1px;
	}
.placeholder {
	margin: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	}
#logo ul {
	display: none;
	}
.header {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 125%;
	}
.header p.time {
	color: #BF96AA;
	}
.nav {
	display: none;
	}
#footer {
	margin: 1em 0 3em 10px;
	clear: both;
	}
#footer ul {
	display: none;
	}
.column {
	float: left;
	overflow: hidden;
	}
.maincol {
	padding: 40px 0;
	margin-top: 130px;
	}
.leftcol {
	display: none;
	position: relative;
	}
.strapline {
	position: absolute;
	top: 80px;
	left: 0;
	width: 180px;
	color: #410019;
	}
.booklist-3 {
	list-style: none;
	margin: 1.8em 0 0.5em;
	}
.booklist-3 li {
	list-style: none;
	float: left;
	min-height: 14em;
	width: 31%;
	padding: 0 0.9% 0 0;
	border-bottom: 1px solid #410019;
	margin-bottom: 1.6em;
	}	
* html .booklist-3 li {
	height: 14em;
	}
.booklist-3 li h3 {
	margin-bottom: 0.6em;
	}
.booklist-3 li img {
	float: right;
	margin: 0 0 5px 5px;
	}	
.search-results {
	display: none;
	}

/* display page */
.display dl {
	margin-bottom: 1em;
	}
.display dt.title {
	margin: 0;
	}
.display h1 {
	font-size: 4.4em;
	font-weight: normal;
	line-height: 0.6em;
	margin-bottom: 0.4em;
	}
.display h1 span {
	font-size: 0.4em;
	font-weight: normal;
	}
.display .jacket {
	float: right;
	margin: 0 0 1em 1em;
	}
.display .jacket img {	
	border: 1px solid #666;
	}
.display dl dl dt {
	float: left;
	clear: left;
	width: 110px;
	font-weight: bold;
	}
.display dl dl dd {
	margin-left: 120px;
	}
.display dd.desc {
	margin: 1em 0;
	}
.display dl.prices {
	font-size: 120%;
	}
.display dd.discount {
	font-weight: bold;
	color: #990000;
	}
.display dd a.add {
	display: none;
	}
