/* Buch-Details */

.buch-detail .cover {
	float: left;
	margin-right: 10px;
}

.buch-detail .informationen {
	float: left;
	width: 400px;
}

.buch-detail .beschreibung {
	clear: both;
}

.buecher-uebersichten,
.weitere-buecher {
	margin-bottom: 1.5em;
}

.weitere-buecher .buch {
	float: left;
	width: 160px;
	margin-right: 15px;
	text-align: center;
}

.weitere-buecher .buch,
.weitere-buecher .buch a {
	display: block;
	color: #000;
}

.weitere-buecher .buch .cover {
	float: none;
}

.buch-detail .zur-uebersicht {
	float: left;
	margin-right: 20px;
}

/* Übersicht */

.buecher-uebersicht-table .tab {
	position: relative;
	padding: 0em;
	padding-top: 2em;
	clear: left;
}

.buecher-uebersicht-table .top-options {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #e4fbc4;
	padding: 3px 0px;
}

.buecher-uebersicht-table .top-options .search {
	padding-left: 10px;
}

.buecher-uebersicht-table .top-options .search input {
	padding-left: 20px;
	background-image: url(../images/testbericht/search.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	border: 1px solid #abdd65;
}

.buecher-uebersicht-table .top-options .kategorie-select {
	position: absolute;
	top: 2px;
	right: 10px;
}

.buecher-uebersicht-table h2 {
	margin-top: 1em;
	margin-left: 10px;
}

.buecher-uebersicht-table .spezial {
	overflow: hidden;
}

.buecher-uebersicht-table table {
	margin: 10px;
	width: 555px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.buecher-uebersicht-table table th div.title,
.buecher-uebersicht-table table th div.sort {
	float: left;
	height: 3.3em;
}

.buecher-uebersicht-table table th div.sort {
	width: 12px;
	margin-left: 1em;
	background-image: url(../images/testbericht/table_sort.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.buecher-uebersicht-table table th.headerSortUp div.sort {
	background-position: -12px center;
}

.buecher-uebersicht-table table th.headerSortDown div.sort {
	background-position: -24px center;
}

.buecher-uebersicht-table table th div.clear {
	clear: left;
}

/*
.buecher-uebersicht-table table tr.kompakt td {
	background-color: #f7ffef;
}

.buecher-uebersicht-table table tr.bridge td {
	background-color: #eff8ff;
}

.buecher-uebersicht-table table tr.dslr td {
	background-color: #ffefef;
}
*/

.buecher-uebersicht-table table td {
	border-top: 1px solid #D3E7F4;
	height: 3.3em;
}

.buecher-uebersicht-table table td .infos {
	display: none;
}

.buecher-uebersicht-table table td.title a {
	display: block;
	float: left;
}

.buecher-uebersicht-table table td.title .clear {
	clear: left;
}

.buecher-uebersicht-table table td.score
.buecher-uebersicht-table table th.score {
	width: 7em;
}

.buecher-uebersicht-table table td.score img {
	padding-top: 5px;
}

.buecher-uebersicht-table table td.pubdate,
.buecher-uebersicht-table table th.pubdate {
	width: 9em;
}

.buecher-uebersicht-table table td.image,
.buecher-uebersicht-table table th.image {
	width: 52px;
}

.buecher-uebersicht-table table td.image {
	overflow: hidden;
	text-align: center;
}

.buecher-uebersicht-table table td.price,
.buecher-uebersicht-table table th.price {
	width: 8em;
}
.buecher-uebersicht-table table td.price {
	font-size: 0.88em;
	white-space: normal;
	overflow: hidden;
}

.buecher-uebersicht-table table td.title,
.buecher-uebersicht-table table th.title {
	width: 10em;
}

.buecher-uebersicht-table table tr.none-available td {
	text-align: center;
}
