#shop_books {
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: #efefef 4px solid;
}
#path {
	float: right;
	font-size: 11px;
	margin-top: 10px;
}

#books_items {
	margin-left: 23px;
}

.books_item {
	margin-top: 25px;
}
.books_item img {
	float: left;
	margin-right: 22px;
}
.item_name {
	padding: 0 0 10px 6px;
	margin-left: 135px;
	border-bottom: #cecece 2px solid;
}
.item_name a {
	color: #7b002f;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.item_name a:hover {
	color: #a2194e;
}
.item_description {
	font-size: 11px;
	margin-left: 135px;
	padding: 8px 20px 0 6px;
}
.tech_description {
	float: right;
	font-size: 11px;
	color: #666;
	margin-top: 8px;
}
#pages {
	font-size: 11px;
	color: #666;
	margin-top: 10px;
}
#pages a {
	color: #7b002f;
}
#pages a:hover {
	color: #a2194e;
}

#novelty {
	padding-top: 20px;
	margin-left: 23px;
}
#novelty li {
	padding-left: 29px;
	background: url(../img/book_marker.gif) no-repeat left 3px;
	margin-bottom: 7px;
}

#another {
	padding: 20px 0 20px 23px;
	border-bottom: #efefef 4px solid;
}
#another img {
	float: right;
	margin: 0 0 0 20px;
}
