.book-item {
	text-align: center;
	font-size: 14px;
	position: relative;
	margin-top: 30px;
	width: 100%;
}
.book-item .article-labels {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
.book-item > div:not(.article-labels) {
	margin-left: auto;
	margin-right: auto;
}
body:not(.home) .book-item .article-labels {
	display: none;
}
body.home .book-item {
	padding: 30px 0 0;
}
.book-item .book-author {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	margin: 0;
	color: #919191;
	font-family: "Quarto A", "Quarto B", sans-serif;
	text-transform: none;
}
.book-item .book-title {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 30px;
	font-family: "Quarto A", "Quarto B", sans-serif;
	font-weight: 600;
}
.book-item .book-title a {
	color: #000;
}
.book-item .book-title a:hover {
	color: #A81916;
}
.book-item .book-cart {
	text-align: center;
	padding-top: 10px;
}
.book-item .book-cart a {
	height: 37px;
	line-height: 37px;
	padding: 0 20px 0 50px;
	margin: 0 auto;
	display: inline-block;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	background: #A81916 url('../images/ico_cart.png') no-repeat 15px center;
}