body {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background: white; 
	color: #111;
	margin-top: 0;
}

img {
	border: none;
	margin: 0 auto;
	padding: 20px;
}

h1 {
	display: block;
	position: fixed;
	z-index: 1000;
	margin: 0;
    margin-top:0;
    padding-top:0;
    left:0;
	width: 1500px;
	background: url('../images/user/catalogue_logo.jpg') no-repeat;
    height: 100px;
	overflow: hidden;
}

h1 span {
    display: none;
}


h3 {  /* subject headings in catalogue pages*/	
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h4 { /* author */
	margin: 0;
	font-weight: normal;
}

h4 a{ /* author */
	color: #111;
}

h5 a{ /*title*/
	font-weight: normal;
	color: #111;
}

a, a:link,  a:visited, a:hover{
	text-decoration: none;
}

#outer{
	width 100%;

}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	overflow:hidden;
    clear: left;
    clear: right;
}
#left {
	display: none;
}

#right {
	display: none;
}
#footer {
	display: none;
}

#centrecontent {
    width:100%;
}

/*
 *	BOOK
 */


.book .full img {
    width: auto;
    float: left;
    padding: 0px 20px 20px 0px;
    display: block;

}

.book {
	width: 85%;
	font-size: 0.9em;
	color: black;
	margin: 0px 20px;
	padding: 20px 20px 0px 20px;
}

.book .author, .book .title, .book .headline, .book .description, .book .publisher, .book .price, .book .enquiry, .book .note {
	padding: 5px 0;
	text-align: justify;
}


.book .author, .book .price {
	font-weight: bold;
}

.book .author_title {
  	font-size: 1em;
	text-align: justify;
}

.book .description, .book .publisher, .book .year, .book .note {
	font-size: 0.9em;
}

.additional_info {
	display: none;
}

.navBlock {
	display: none;	
}

.cards {
	display: none;
}


