.book-item {
	text-align: center;
	font-size: 14px;
	font-family: 'Changa', sans-serif;
}

.book-item .book-author {
	color: #990000;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 0 0;
}

.book-item .book-title {
	font-size: 16px;
}

.book-item .book-price {
	font-weight: bold;
	color: #990000;
}

.book-item .book-cart {
	width: 100%;
	max-width: 120px;
	height: 1px;
	margin: 40px auto 0;
	background: #dadada;
	position: relative;
}

.book-item .book-cart a {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	display: block;
	background: #fff url('../images/ico_cart.png') no-repeat 0 0;
	left: 0;
	right: 0;
	top: -20px;
}
.book-item .book-cart a:hover {
	background-position: 0 -40px;
}