h1 {
	background: url(../images/titles/must_reads.gif) no-repeat;
	margin-bottom: 0;
}

h2 {
/*	font-style: italic;*/
	margin-top: 0;
	color: #000;
}

h2 span {
	font-size: .8em;
/*	font-weight: normal;*/
	font-style: normal;
	color: #a27000;
}

h2.in_association {
	font-size: 1.1em;
	margin-bottom: 15px;
}

h2.in_association img {
	border: 1px solid #000;
	padding: 5px 5px 1px;
}

.book:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.book {
    display: inline-block;
}

html[xmlns] .book {
    display: block;
}

* html .book {
    height: 1%;
}

.book {
	margin: 0 0 20px 95px;
}

.book img {
	margin-left: -95px;
	float: left;
}

.book li span {
	color: #000;
}

a.amazon {
	display: block;
	text-indent: -999em;
	height: 22px;
	width: 113px;
	background: url(../images/buttons/amazon_order_here.gif) no-repeat;
	margin-bottom: 15px;
}

a.amazon_inline {
	display: inline-block;
	text-indent: -999em;
	height: 16px;
	width: 80px;
	background: url(../images/buttons/amazon_order_here_sm.gif) no-repeat;
	margin-left: 5px;
}

a.no_amazon {
	display: block;
	text-indent: -999em;
	height: 22px;
	width: 97px;
	background: url(../images/buttons/order_here.gif) no-repeat;
	margin-bottom: 15px;
}
