/*******************
 * BOOK LIST TABLE
 ********************/
div.content table.book_list td {
	padding-bottom: 2em;
}


/*******************
 * BOOK THUMB IMAGE
 ********************/
div.content table.book_list td.book_image {
	width: 70px;
	padding-right: 1em;
}

div.content table.book_list td.book_image img {
	width: 70px;
}


/*********************************
 * BOOK DESCRIPTION (Title, Text)
 *********************************/
div.content table.book_list td.book_text {
	font-size: 14px;
	padding-right: 15px;
}
div.content table.book_list td.book_text div.title_author {
	height: 62px;
}

div.content table.book_list td.book_text h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
	width: 140px;
}

div.content table.book_list td.book_text h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}

div.content table.book_list td.book_text div.price,
div.content table.book_list td.book_text div.price a {
	font-weight: bold;
	color: #C00;
	margin-bottom: 0.7em;
	white-space: nowrap;
}
