.book_block {
}
.book_block_c {
	vertical-align: top;
	padding: 4px 8px 8px;
	border: 1px solid #FDA;
	background: #F8F8E8;
}
html>/**/body .book_block_c:hover {
	border: 1px solid #FC0;
	background: #FFECB8;
}
.book_block .img_book {
	float: left;
	margin: 2px 10px 2px 0;
}
.book_block h2 {
	font: bold italic 10pt 'Georgia';
	color: #333;
	margin: 2px 0 6px;
}
.book_block .price {
}
.book_block .price b {
	font-weight: bold;
	color: #180;
}
.book_block .cart_icon {
	font-weight: bold;
}
.book_block a.more1 img {
	border: 1px solid #FDA;
}
.book_block a.more1 img:hover {
	border: 1px solid #FC0;
}
.book_block a.more2 {
	text-decoration: none;
	color: #A01000;
	font: bold 12pt/14pt 'Georgia';
}
.book_block a.more2:hover {
	text-decoration: none;
	color: #FF2000;
}

.book_block p {
	text-align: justify;
	text-indent: 0;
}
