/* comment */
.books_hits {

}
.books_hits h1 {
	font-size: 110%;
	margin-bottom: 1em;
}

.books_hits ul.items {
	list-style-type: none;
}
.books_hits ul.items li {
	margin: 0 0 0 30px;
	display: inline;
	width: 135px;
	float: left;
}

.books_hits ul.items li a.img {
	clear: both;
	display: block;
	height: 145px;
	border: 1px solid #868686;
	margin: 0;
	background: url('/dsg/no_picture.gif') no-repeat center center;
}
.books_hits ul.items li h2 {
	clear: both;
	font-size: 110%;
	margin: 0.5em 0;
	height: 3.5em;
}

.books_hits ul.items li div.order {
	padding: 8px 0;
	font-size: 90%;
}
.books_hits ul.items li div.order .strike {
	text-decoration: line-through;
}
.books_hits ul.items li div.order div.price {
	padding-bottom: 2px;
}
.books_hits ul.items li div.order div.discount {
	color: #ff0000;
	padding-bottom: 2px;
}
.books_hits ul.items li div.order a.order {
	font-weight: bold;
	padding: 1px 2px;
	margin-top: 2px;
	float: left;
	background: #ff8a00;
	color: #fff;
	text-decoration: none;
}