/****************** 
    BOOKS PAGES
******************/
#updated {
	float: right;
	font-size: .8em;
	line-height: 40px;
}
#BookSearchForm {
	font-size: .9em;
}
#BookSearchForm fieldset {
	margin: 1em 0 .5em 0;
}
#catalog {
	width: 100%;
}
#catalog .book_title, #catalog .book_author {
	font-size: .85em;
	padding-right: 1em;
}
#catalog .book_publisher {
	font-size: .8em;
}
#catalog_nav {
	padding: .25em .25em .5em .25em;
	margin: .5em 0 0 0;
	border-top: 1px dotted #aaa;
}
#catalog_nav div {
	display: inline;
}
#catalog_nav .current {
	font-weight: bold;
}

#newArrivals {
	list-style: none;
	margin: 1em 0 0 0;
}
#newArrivals img {
	float: left;
}
#newArrivals h3, #newArrivals div {
	margin-left: 50px;
}
#newArrivals div.details {
	font-size: .85em;
}
#newArrivals div.summary {
	color: #333;
	font-style: italic;
	margin-bottom: .5em;
}

/****************** 
    BOOKS REVIEWS
******************/
.review {
	margin-bottom: 1em;
}
.review .date {
	color: #333;
	font-size: .85em;
}
#body_bottom .review a.category {
	float: right;
	color: #999;
	font-size: .85em;
}
.review h3 {
	font-style: italic;
}
.review p {
	font-size: .85em;
	margin-left: .5em;
}
.review a {
	color: #a21d21;
}

.book_details {
	width: 300px;
	float: right;
	color: #333;
	font-size: .85em;
	margin: 0 0 .5em 2em;
}
.byline {
	color: #333;
	font-size: .85em;
	margin-bottom: 1em;
}
.byline .author {
	font-size: 1.2em;
	font-variant: small-caps;
}