

table.book_table {
	margin:  0;
}

tr.book_row {
	margin-bottom: 15px;
	border-bottom-width: 10px;
	border-bottom-style: hidden;
}

td.book_image {
	border: solid #9fb7cc 1px;
	background: #e8ecff;
	padding: 10px;
	text-align: center;
	border-right-style: none;
}

td.book_desc {
	border: solid #9fb7cc 1px;
	background: #e8ecff;
	padding: 10px;
	border-left: none;
}

.spacer {
	height: 20px;
}

