/************************************/
/* Buch-Details */
/************************************/
.book_title {
    font-size: 16px;
    font-weight: bold;
}

.book_author {
    color: #666666;
}

.offer_count {
	color: #FF5300;
}

.book_separator {
	border-top: none;
	border-bottom:dotted 1px #000;
	clear: both;
}

.book_container {
		background-color: red;
}

.book {
		background: transparent;
		float: left;
		margin-left: 15px;
		margin-bottom: 20px;
		width: 530px;
}

.book_operations {
		float: right;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 5px;
}

.book_image_container {
		width: 70px;
		height: 70px;
		float: left;
}

.book_verlag {
		font-weight: normal;
}

.error {
		text-align: center;
		color: #FF0000;
		font-weight: bold;
}

.success {
		text-align: center;
		color: #00BB00;
		font-weight: bold;
}

.book_operations .btnBuy  {
	background-image: url('../../gfx/btnBuy.png');
	margin-top: 2px;
}

.book_operations .btnSell  {
	background-image: url('../../gfx/btnSell.png');
	margin-top: 3px;
}

.distance, .distanceGray {
	background: url(../../gfx/distance.png);
	height: 23px;
	width: 158px;
	text-align: center;
	padding-top: 15px;
}

.distanceGray {
	background: url(../../gfx/distanceGray.png);
}

.percentSaved
{
	width: 50px;
	height: 50px;
}



