/* comment */
.books div.items {
	clear: both;
	height: 100%;
	overflow: hidden;
}

.books div.items a.img {
	display: block;
	float: left;
	width: 135px;
	height: 145px;
	border: 1px solid #868686;
	margin: 0;
	background: url('/dsg/no_picture.gif') no-repeat center center;
}

.books div.items div.container {
	float: right;
	width: 385px;
	height: 100%;
	overflow: hidden;
}
.books div.items div.container h2 {
	font-size: 110%;
}
.books div.items div.container div.order {
	padding: 8px 0;
	font-size: 90%;
}
.books div.items div.container div.order a {
	float: right;
	display: block;
	font-weight: bold;
	padding: 1px 2px;
	background: #ff8a00;
	color: #fff;
	text-decoration: none;
}
.books div.items div.container div.order .strike {
	text-decoration: line-through;
}
.books div.items div.container div.order span.discount {
	padding-left: 10px;
	color: #ff0000;
}