/* Site specific css */

/* @group Book lists */

.book {
	float: left;
	width: 100%;
	border-top: 1px solid #b8b8b8;
	margin-top: 15px;
	padding-top: 15px;
}

.book .title {
	font: 120% Verdana, Arial, sans-serif;
}

.book .author {
	font-size: 80%;
}

.book .description {
	font-size: 80%;
	width: 70%;
}

.book .buy {
	font-size: 80%;
}

.book .amazon {
	float: right;
	width: auto;
}

/* @end */

/* @group Not used */

#page_image {
	background: transparent url(/web/20110611095711oe_/http://learn.perl.org/i/icons/learn.png) no-repeat left top;
}
