/************************************* <CUSTOMER> <PROJECT> layout *****/
/************************** Copyright (c) <yyyy>-<yyyy> <CUSTOMER> *****/
/***********************************************************************/
/*********************************************** styles (printers) *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-10-07 09:45:21 +0200 (Do, 07 Okt 2010) $ *****/

/***********************************************************************/
/* START: general styles */

@page {
	margin-top: 1cm;
	margin-right: 1cm;
	margin-bottom: 1cm;
	margin-left: 1.5cm;
}

body
{
	font-size: 75%;
	width: 100%;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label, a, span
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

a
{
	text-decoration: underline;
}

img
{
	border: none;
}

div#header-zone,
div#stage-zone,
div#prim-nav-zone,
div#aside-zone,
div#teaser-zone,
div#footer-zone,
ul.access, 
div.list-header,
div.list-options,
div.list-footer,
a.list-buy-button,
a.list-download-button,
table.steps,
#fixed-social-media-links,
#gototop,
.share-item,
.product-actions,
#gps_customButton,
#fixed-social-media-links,
#content-zone .product-tabs,
#content-carousel,
.read-more
{
    display: none !important;
    visibility: hidden !important;
}

#divLongAdditionalInfo {
    overflow: visible !important;
}

#product-zone .product-image {
    float: left;
    margin-right: 5px;
}

#product-zone .product-description {
    clear: both;
}

.print-only
{
    display: block;
    visibility: visible;    
}
/* END: general styles */
/***********************************************************************/
/* START: sIFR */
.sIFR-flash,
.sIFR-flash object,
.sIFR-flash embed
{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate
{
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* END: sIFR */
/***********************************************************************/


/* breadcrumbs */
/* detail view */
ul.breadcrumbs {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul.breadcrumbs li {
	display: inline-block;
	font-weight: bold;
	margin-left: 4px;
	padding-left: 12px;
	position: relative;
	font-size: 12px;
	line-height: 12px;
}

ul.breadcrumbs li:first-child {
	margin-left: 0;
	padding-left: 0;
}

ul.breadcrumbs li:first-child:before {
	content: none;
}

ul.breadcrumbs li a {
	text-decoration: underline;
	font-weight: normal;
}

ul.breadcrumbs li:before {
	content: "> ";
	position: absolute;
	width: 5px;
	height: 7px;
	left: 0;
	top: 0px;
	background: url("../img/sprite-pagination.gif") no-repeat -34px -9px;
}

.product-description .read-more.toggle-link {
	display: none;
}

#divShortAdditionalInfo {
	height: auto;
	width: 100%;
	margin-bottom: 2cm;
}

/* index */

.home-list {
	margin-top: -1cm;
}
.book-entry {
	/*clear: both;*/
	margin-top: 1cm;
	padding-top: 1cm;
}


.book-information {
	display: block;
	page-break-inside: avoid;
	text-align: left;
}

.book-entry a:first-child {
	margin-top: 0;
}

.book-entry {
	page-break-inside: avoid;
}

.book-entry a {
	clear: both;
	display: block;
}

.book-entry a img {
	float: left;
	width: 4cm;
}

.book-entry a .book-information {
	width: 12cm;
	margin-left: 1cm;
}

div.book-entry {
    overflow: auto;
}

div.book-entry div.book-information {
    position: relative;
    float:right;
    padding-right: 10px;
}

/*
<div class="book-entry">

	<a href="http://www.chbeck.de/Reinhardt-De-Sade/productview.aspx?product=13590943" title="'De Sade'" class="cover-wrapper">
		<img class="book-cover" src="_assets/9783406665158.jpg" title="Cover  des Buches 'De Sade'" />
		
		<div class="book-information">
			<p class="author">Reinhardt, Volker</p>
			<h2 class="title">De Sade</h2>
			<h3 class="subtitle">oder Die Vermessung des Bösen</h3>
			<div class="desc">Der Historiker Volker Reinhardt legt in dieser ersten seriösen De-Sade-Biografie seit Jahrzehnten das wahre Leben des südfranzösischen Adeligen hinter den zahlreichen Mythen und Bildern frei.</div>
		</div>
	</a>

</div>

*/


