@charset "utf-8";

@import "shop_slider.css?rev=local";
@import "shop_tagcloud.css?rev=local";
@import "shop_rezensionen.css?rev=local";
@import "shop_newsletter.css?rev=local";
@import "shop_hilfe.css?rev=local";
@import "shop_order.css?rev=local";
@import "shop_reportfinder.css?rev=local";
@import "shop_tools.css?rev=local";
@import "shop_download.css?rev=local";
@import "shop_form_box.css?rev=local";
@import "shop_kompakt_liste.css?rev=local";
@import "shop_marktreports.css?rev=local";
@import "shop_wma.css?rev=local";

.debug {
	border:1px dashed #faa;
	background:#ffc;
	padding:10px;
	font-family:monospace;
	font-size:12px;
}

/* Hotfix für überlanges Label in Firma */
.department { clear:both; }

#nav_top .logo_sm {
	bottom: 16px;
}
h3 {
	color:#2285a9;
	margin-bottom:3px;
}

/* SHOP */

.form_element { clear:both; }


.reg_links { border: none; }


div.shop_funktion {
	margin-bottom:20px;
}

/* SUCHFELD */
#suchfeld {
	float: left;
	position:relative;
}
#suchfeld label {
	color: #447382;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:0;
}
#suchfeld label span { margin-right:10px; }

#content #suchfeld div.searchInput input[type="text"] {
	border:1px solid #ccc;
	color:#06a;
	font-family:"Courier", "Courier New", monospace;
	font-size:14px;
	margin:3px 0 5px 0;
	padding:4px 6px;
	width:450px;
}
#suchfeld input:focus {
	background:#f8f3e4;
}
#suchfeld button {
	position:relative;
	top:6px;
}
#suchfeld p {
	margin:0;
	padding-left:64px;
}

/* Sonderwerte */
ul.suggestions {
	top:22px;
	font-family:"Courier","Courier New",monospace;
}
ul.suggestions li.active {
	background:#f8f3e4;
}


#xxxsuchfeld ul li {
	float:left;
	margin-left:10px;
}
#xxxsuchfeld ul li:first-child { margin-left:0; }
#xxxsuchfeld ul li label {
	font: 11px/1.5em Arial,Helvetica,sans-serif !important;
	color:#999;
	text-transform: uppercase;
	position:relative;
	top:-1px;
}
#xxxsuchfeld ul li label:hover { color:#2285A9; }
#xxxsuchfeld ul li label input[type="checkbox"] {
	margin:0 5px;
	position:relative;
	top:2px;
}

/*1/3 der Breite der Content width*/
#content .one_third_box {
	width: 33.33333333%;
	float:left;
}

/* WARENKORB-BOX */
#warenkorb {
	position:relative;
	margin:0;
	float:right;
	width:300px;
	padding:10px;
	box-shadow: 0 3px 15px -5px #888888;
	background:#f0f0f0;
	cursor:pointer;
}
#warenkorb h3 {
	float:left;
	color: #447382;
	margin: 0 5px 0 0;
}
#warenkorb h3>a {
	color: #447382;
	display:block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	line-height:32px;
	padding-left:42px;
	background:url(../images/buchshop/IZ_warenkorb.png) no-repeat left center;	
}
#warenkorb h3>a:hover {
	text-decoration:underline;
}
#warenkorb p {
	line-height:32px;
	margin:0;
}
#warenkorb p.amountAdded {
	color:#f55;
	font-weight:bold;
}
#warenkorb #warenkorb_inhalt {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:300px;
	padding:10px;
	box-shadow: 0 3px 15px -5px #888888;
	border-radius: 0 0 10px 10px;
	background:#f0f0f0;
}
#warenkorb:hover { box-shadow:none; }
#warenkorb:hover #warenkorb_inhalt, #warenkorb_inhalt:hover { display:block; }
#warenkorb #warenkorb_inhalt table { margin:10px 0; }
#warenkorb #warenkorb_inhalt table tbody tr td {
	border-bottom:1px solid #ccc;
	padding:4px 4px 4px 0;
}
#warenkorb #warenkorb_inhalt table tbody tr td.anzahl { white-space:nowrap; }
#warenkorb #warenkorb_inhalt table tbody tr td.anzahl:after {
	content:' x';
}
#warenkorb #warenkorb_inhalt table tbody tr td.preis {
	text-align:right;
	white-space:nowrap;
	padding-right:0;
}
#warenkorb #warenkorb_inhalt table tbody tr:last-child td { border:none; }
#warenkorb #warenkorb_inhalt table tbody tr td a { color: #297a9b; }

#warenkorb #warenkorb_inhalt p.porto {
	float: left;
	color: #205b22;
	margin-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
}
#warenkorb #warenkorb_inhalt p.right { margin-top: 5px; }

#warenkorb #warenkorb_inhalt .funktion {}
#warenkorb #warenkorb_inhalt .funktion a {
	background:#647c86;
	background-image: -ms-linear-gradient(left, #47575f 0%, #647c86 25%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#47575f', endColorstr='#647c86');
	background: -webkit-gradient(linear, left top, left bottom, from(#47575f), to(#647c86));
	background: -o-linear-gradient(top, #47575f, #647c86);
	
	background: -moz-linear-gradient(19% 75% 90deg, #47575f, #647c86) repeat scroll 0 0 #47575f;
	border: 1px solid #999;
	border-radius: 4px;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	padding: 2px 8px;
	text-align: center;
	width: auto;
}
#warenkorb #warenkorb_inhalt .funktion a#fortsetzen {
	float:left;
}
#warenkorb #warenkorb_inhalt .funktion a#zurkasse {
	background:#06a;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0066AA', endColorstr='#008AE6');
	background: -moz-linear-gradient(19% 75% 90deg, #0066AA, #008AE6) repeat scroll 0 0 #0066AA;
	background: -webkit-gradient(linear, left top, left bottom, from(#0066AA), to(#008AE6));
	background: -o-linear-gradient(top, #0066AA, #008AE6);
	float:right;
}



/* AGB */
#agb {}

#agb h3 {}
#agb h4,
#agb h5 { color: #444444; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; margin-bottom: 5px; text-transform: uppercase; }
#agb p {}
#agb address { font-style:normal; margin-bottom:20px; }

#aktiv_content { min-height:650px; width:958px; border: 1px solid #ccc; margin-top: 12px; position:relative; overflow:hidden; }

.shop_slide { position:absolute; width:750px; min-height:650px; height:100%; background:url("../images/dummy/bg.png") repeat-y right; }
.loading { background:url('../images/buchshop/loader/loading1.gif') top center no-repeat; height:16px; top:23px; position:absolute; width:100%; z-index:1000; }
#suchergebnisse { left:2px; top:0px; z-index:11; width:620px; }
#suchergebnisse.closed { left:-620px; }

.shop_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	padding: 10px 20px 20px 0;
	z-index:9;
	/*float:right; width:100px; padding:10px 20px 20px 0;*/
}

.shop_menu ul {
	margin-top: 10px;
}

.shop_menu ul li {
	border-bottom: 1px dotted #ccc;
	width: 80px;
	padding: 10px 5px 0px 10px;
	font-size: 11px;
	text-align: left;
}

.shop_menu ul li a {
	color: #666;
}

.shop_menu ul li a:hover {
	color: #06A;
}

.shop_menu h1,.shop_menu h2 {
	margin-top: 4px;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
}

.shop_menu h1 a,.shop_menu h2 a {
	color: #376777;
}

.shop_menu ul.navigation a.active {
	font-weight: bold;
	color: #297a9b;
}

.shop_menu ul.navigation a.active:hover {
	font-weight: bold;
	color: #0066AA;
}

.shop_menu .kategorieIcon {
	display:block;
	width:95px;
	height:50px;
	background:url(/images/buchshop/cat_uebersicht-95x125.png) no-repeat center center;
}
.shop_menu #uebersicht.kategorieIcon {}
.shop_menu #buecher.kategorieIcon { background-image:url(/images/buchshop/cat_buecher-95x125.png); }
.shop_menu #reports.kategorieIcon { background-image:url(/images/map/karte_mit_markern_37x50.png); }
.shop_menu .kategorieIcon:hover { opacity:0.75; }

.ajax_container > .response-msg { width: 540px; }

.ajax_container #bezahlschranke {
	margin:10px 0 0 20px;
}

.shop_content {
	width: 934px;
	padding: 13px 0px 0px 5px;
	position: relative;
	left: 10px;
	margin-top: 0px;
}

.shop_content_static { width:580px; padding: 0px 0px 0px 5px; position:relative; left: 10px; margin:0px; }


.shop_content h1,
.shop_content h2,
#suchfeld_reportfinder h2{
	font-size: 25px;
	color: #6699AA;
	font-weight: normal;
	border: none;
	padding: 0px 0 10px 10px;
	line-height: 125%
}
#download_center h1 {
	padding-left:0;
}

.shop_content h1 small,
.shop_content h2 small { font-size: 0.6em; color: #999; line-height:120%; }

/* STATIC CONTENT*/
.static_content { width: 550px; }
.shop_content_static { width: 540px; }
.shop_content_static h1, .shop_content_static h2 { font-size: 25px; color:#6699AA; font-weight:normal; border:none; padding: 13px 0 10px 0px; line-height:125% }
.shop_content_static h3 { font-size: 15px; color:#444444; text-transform: uppercase; font-weight:normal; border:none; padding: 13px 0 10px 0px; line-height:1.3em }
.shop_content_static p { margin: 0px 0px 10px 0px; font-size: 0.95em; }

.shop_static_box {
	float: left;
	background: #8eb8c9;
	border:2px solid #8eb8c9;
	border-radius: 0px 10px 0px 0px;
	padding:13px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	width:150px;
	height:280px;
	margin:0 20px 15px 0px;
}
/* TODO Für den IE8. Muss irgendwann wieder raus. @see index.phtml */
ul li.lastchild .shop_static_box {
	margin-right:0 !important;
	float:right !important;
} 
ul li:last-child .shop_static_box {
	margin-right:0;
	float:right;
}

.shop_static_box img {
	max-width: 230px;
	margin: 0px 0px 15px 0px;
	box-shadow: 0 5px 13px -3px #000;
	-webkit-box-shadow: 0 5px 13px -3px #000;
	-moz-box-shadow: 0 5px 13px -3px #000;
}

.shop_static_box p {
	text-align: center;
	width: 100%;
	padding: 15px 0px;
}

.shop_static_box a.detail_link {
	position:absolute;
	bottom:10px;
	right:15px;
}

.shop_static_box h3 {
	letter-spacing: 0.3px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding: 2px 18px 0 0;
	overflow: hidden;
}

.shop_static_box h4 {
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 1.2em;
	margin-top: 6px;
	letter-spacing: 0.3px;
}
.shop_static_box h4 { font-size: 12px; }
.shop_static_box img {
	max-height:150px;
	max-width:150px;
}


.shop_static_box .glassPane {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:310px;
}

.shop_static_item { width:605px; clear:left;  }
.shop_static_buch { margin-bottom:10px; position:relative; float: left; width: 31.2%; min-height: 230px; text-align:center; border-right: 1px dotted #CCCCCC; }
.shop_static_item div h3 { letter-spacing:0.3px; font-size: 13px; font-weight: bold;text-align:left; margin-bottom: 15px; padding:0px 10px 0px 15px;line-height: 1.2em; min-height:35px; overflow: hidden; }
.shop_static_item div img.cover { margin-bottom: 15px; max-width: 140px; }
.shop_static_item div img.overlay { position:absolute; top:70px; vertical-align:top; z-index:20; left:19px; }
.shop_static_item div p { font-weight:normal; font-size:11px; text-align:left; line-height:1.2em; padding:0 15px; }
.shop_static_item div a { left:-10px; position:relative; }
.shop_static_item div a.detail_link_blau { bottom:0; left:15px; position:absolute; }
.shop_static_item .last_item { }
p.shop_footer { border-top:1px dotted #CCCCCC; clear:left; color:#777777; font-size:9px; margin-left:10px; margin-top:15px; padding:8px 0; }

/* SHOP CONTENT*/
.shop_content .ergebnisliste {
	padding: 10px 5px 10px 10px;
	font-size: 11px;
	line-height: 1.2em;
}
.ergebnisliste ol { list-style:none; }
.ergebnisliste ol li {}
.shop_content .search_description {
	margin: 0 20px 0 10px;
	line-height: 125%;
	font-size: 11px;
	overflow: hidden;
	color: #525252;
}

.shop_content .search_description img.author, .shop_content .search_description img.publisher {
	border: 1px solid #CFCFCF;
	float: right;
	height: 25px;
	margin: 0 0 5px 5px;
	padding: 4px;
}

.eintrag {
	color: #666;
	line-height: 1.2em;
	position: relative;
	padding: 10px 0px 20px 0px;
	border: none;
	clear: left;
	margin-top: 10px;
	border-bottom: 1px dotted #cfcfcf;
}

.wk .eintrag {
	width:auto;
}

.wk div.text p.link {
	margin-top:25px;
}
	
#buch.eintrag {
	margin-top:0;
	border:none;
}

#buch.eintrag .text p.dokumentenart {	
	margin-bottom: 10px;
}

.eintrag .image {
	float: left;
	position:relative;
}
.eintrag .shop_content form {
	padding:0;
}
.eintrag  .shopDetailImage {
	max-width: 115px;	
}

.wk .eintrag .image {
	margin-left:0;
}
.eintrag .image img {
	vertical-align: top;
	max-width: 115px;
	border: 1px solid #DFDFDF;
}

.eintrag div.image { 
	border: 1px solid #DFDFDF;
	margin: 0 20px 5px 0px;
	max-width: 115px; 
} 

.eintrag .image div.neu {
	position: absolute;
	left: -10px;
	top: -10px;
	background:url(../images/buchshop/icon_neu.png) no-repeat center center;
	width:40px;
	height:40px;
}

#content .shop_details .text #properties {
	margin:0;
	list-style-type:none;
}

.alt .eintrag .image div.neu {
	display:none;
}

div.listeneintrag div.bild div.neu {
	background:url(../images/buchshop/icon_neu.png) no-repeat center center;
	width:40px;
	height:40px;
	position: absolute;
	left: -10px;
	top: -10px;
}
li.alt div.listeneintrag div.bild div.neu {
	display:none;
}

div.listeneintrag div.bild span.report,
div.listeneintrag div.bild span.pdf,
div.listeneintrag div.bild span.pdf_hover,
div.listeneintrag div.bild span.pdf_inaktiv,
div.listeneintrag div.bild span.ebookpdf,
div.listeneintrag div.bild span.ebookpdf_hover,
div.listeneintrag div.bild span.ebookpdf_inaktiv,
div.listeneintrag div.bild span.word,
div.listeneintrag div.bild span.word_hover,
div.listeneintrag div.bild span.word_inaktiv,
div.listeneintrag div.bild span.excel,
div.listeneintrag div.bild span.excel_hover,
div.listeneintrag div.bild span.excel_inaktiv,
div.listeneintrag div.bild span.epub,
div.listeneintrag div.bild span.epub_hover,
div.listeneintrag div.bild span.epub_inaktiv,
.eintrag .image div.report,
.eintrag .image div.pdf,
.eintrag .image div.pdf_hover,
.eintrag .image div.pdf_inaktiv,
.eintrag .image div.ebookpdf,
.eintrag .image div.ebookpdf_hover,
.eintrag .image div.ebookpdf_inaktiv,
.eintrag .image div.word,
.eintrag .image div.word_hover,
.eintrag .image div.word_inaktiv,
.eintrag .image div.excel,
.eintrag .image div.excel_hover,
.eintrag .image div.excel_inaktiv,
.eintrag .image div.epub,
.eintrag .image div.epub_hover,
.eintrag .image div.epub_inaktiv {
	position: absolute;
	right: -10px;
	bottom: -10px;
	border:1px solid #ccc;
	border-radius:15px;
	background:#fff url(/images/icons/a_pdf.png) no-repeat center center;
	width:30px;
	height:30px;
	box-shadow: 0 3px 15px -5px #888;
}

div.listeneintrag div.bild span.pdf,
.eintrag .image div.pdf { background-image:url(/images/icons/a_pdf.png); }

div.listeneintrag div.bild span.pdf_hover,
.eintrag .image div.pdf_hover { background-image:url(/images/icons/a_pdf_hover.png); }

div.listeneintrag div.bild span.pdf_inaktiv,
.eintrag .image div.pdf_inaktiv { background-image:url(/images/icons/a_pdf_inaktiv.png); }

div.listeneintrag div.bild span.ebookpdf,
.eintrag .image div.ebookpdf { background-image:url(/images/icons/a_ebookpdf.png); }

div.listeneintrag div.bild span.ebookpdf_hover,
.eintrag .image div.ebookpdf_hover { background-image:url(/images/icons/a_ebookpdf_hover.png); }

div.listeneintrag div.bild span.ebookpdf_inaktiv,
.eintrag .image div.ebookpdf_inaktiv { background-image:url(/images/icons/a_ebookpdf_inaktiv.png); }

div.listeneintrag div.bild span.word,
.eintrag .image div.word { background-image:url(/images/icons/a_word.png); }

div.listeneintrag div.bild span.word_hover,
.eintrag .image div.word_hover { background-image:url(/images/icons/a_word_hover.png); }

div.listeneintrag div.bild span.word_inaktiv,
.eintrag .image div.word_inaktiv { background-image:url(/images/icons/a_word_inaktiv.png); }

div.listeneintrag div.bild span.excel,
.eintrag .image div.excel { background-image:url(/images/icons/a_excel.png); }

div.listeneintrag div.bild span.excel_hover,
.eintrag .image div.excel_hover { background-image:url(/images/icons/a_excel_hover.png); }

div.listeneintrag div.bild span.excel_hover,
.eintrag .image div.excel_inaktiv { background-image:url(/images/icons/a_excel_inaktiv.png); }

div.listeneintrag div.bild span.epub,
.eintrag .image div.epub { background-image:url(/images/icons/a_epub.png); }

div.listeneintrag div.bild span.epub_hover,
.eintrag .image div.epub_hover { background-image:url(/images/icons/a_epub_hover.png); }

div.listeneintrag div.bild span.epub_inaktiv,
.eintrag .image div.epub_inaktiv { background-image:url(/images/icons/a_epub_inaktiv.png); }

.eintrag .text {
	position:relative;
	font-size:11px;
	margin-left:150px;
}
#buch.eintrag .text {
	line-height: 1.2em;
}
.eintrag p {
	line-height: 1.3em;
}

.eintrag .text p.autoren {
	color: #297a9b;
	text-transform: none;
	margin: 0 0 10px 0;
}
.eintrag .text p.reihe {}
.eintrag .text h3 a {
	font-weight: normal;
	font-size: 18px;
	line-height:1.25em;
	color:#297a9b;
}

.eintrag .text p.preis {
	color: #297a9b;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
.eintrag .text p.preis span.info {
	font-size:13px;
	color:#aaa;
}
.eintrag .text p.metadaten { margin: 10px 0; }
.eintrag p.link {
	text-align:right;
	margin:0;
}
.eintrag .text div.amount {
	float:right;
}
.eintrag .text div.amount form {
	display:inline;
}
.buch_details_lieferstatus { color:#666; margin: 15px 0 -6px 0; }
span.buch_ergebnisliste_preis_sternchen { color:#CC0000; font-size:0.9em; font-weight:normal; margin-left:2px; vertical-align:2px; }
.alternative_formate { margin-top: 10px; }
.shop_content .ergebnisliste h3 a:hover { color: #000; }
.shop_content a,.buch_ergebnisliste_sortierung a.active { color:#297a9b; }
.buch_ergebnisliste_sortierung,.buch_ergebnisliste_sortierung a { color: #666666; margin-top: 5px; padding-bottom: 10px; text-transform: none; }
.buch_ergebnisliste_sortierung { border-bottom: 1px dotted #CFCFCF; }

.shop_content a.active { font-weight:bold; }
.shop_content a:hover { color:#000; }

.buch_ergebnisliste_facetten .facet { width: 180px; }

.buch_ergebnisliste_facetten {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 100;
	overflow: hidden;
	margin-bottom:50px;
}
.buch_ergebnisliste_facetten h1,
.buch_ergebnisliste_facetten h2 {
	margin: 0;
	color: #297a9b;
	font-size: 16px;
	cursor: pointer;
	text-align: right;
}

.buch_ergebnisliste_facetten:hover h1,
.buch_ergebnisliste_facetten:hover h2 {
	color: #000;
}
.buch_ergebnisliste_facetten:hover { }

.buch_ergebnisliste_facetten .buch_ergebnisliste_facetten_inner {
	display:none;
}
.buch_ergebnisliste_facetten:hover .buch_ergebnisliste_facetten_inner, 
.buch_ergebnisliste_facetten .buch_ergebnisliste_facetten_inner:hover {
	display:block;
}


.buch_ergebnisliste_facetten input {
	width: auto !important;
}

.buch_ergebnisliste_facetten li {
	line-height: 150%;
}
.facet {
	border: 2px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	padding: 15px;
	box-shadow: 0 5px 4px -5px #333;
}

.facet h3 {
	color: #525252;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 3px 0px;
}

.facet_type span {
	color: #0066AA;
	font-weight: normal;
	margin: 2px 0px 5px;
}

#content .left_cont .shop_details {
	padding:0 25px 0 10px;
}

.shop_details img { float:left; /*margin: 0px 10px 20px 10px;*/ border: 1px solid #DFDFDF; }
.buch_details_leseprobe { margin:15px 0 0 0px; font-size:11px; padding:1px 0 0 20px; background:url("../images/icons/zoom-2.png") no-repeat 0 0; }
.buch_details_kategorie {
	font-size: 10px;
	line-height: 1.2em;
	color: #999;
	margin:0 0 10px 0;
}
.trenner{margin:0 5px;}
div#buch span#returnlink a {margin-left:5px;color: #297A9B;font-size: 10px;}
div#buch span#returnlink a:hover {color: #AA0000;}
.buch_details_autor,
.text p.autor {
	margin:0 180px 2px 0;
}
.text p.reihe {
	margin:0 180px 2px 0;
}
.buch_details_herausgeber,
.text p.herausgeber {
	margin:0 180px 2px 0;
}

.shop_details img.buch_detailseite_overlay { border-width:0; float:right; position:relative; right:0; top:-7px; z-index:10; }

p.buch_details_untertitel {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.buch_details_preis { color:#297a9b; font-size:17px; font-weight:bold; margin:37px 0 7px 0; }
span.buch_details_preis_sternchen { color:#CC0000; font-size:0.9em; font-weight:normal; margin-left:2px; vertical-align:2px; }
.buch_details_lieferstatus { margin: 15px 0px -7px 0px; color: #666; }
.buch_details_metadaten { color:#666; margin-top:10px; }

.shop_details h1 {
	font-size: 24px;
	color: #2285a9;
	font-weight: normal;
	border: none;
	padding: 0px 5px 2px 0px;
	line-height: 1.25em;
	font-family:"Arial","Helvetica",sans-serif;
}

.shop_details h2 {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 16px;
	margin: 0 0 0 11px;
	padding: 0 0 2px;
	text-transform: uppercase;
}
.shop_details h3 {
	text-transform: uppercase;
	color: #6699AA;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 2px 0;
	line-height: 100%;
}

.text .addToCart {
	position: absolute;
	right: 0;
	top:0;
}
.text .addToCart .bereits {
	float:right;
	padding:5px 10px;
	background:#f0f0f0;
	box-shadow: 0 3px 15px -5px #888888;
	border-radius: 0 0 5px 5px;
	border:1px solid #e5e5e5
}

.shop_details input.amount, input.amount {
	width: 20px !important;
	text-align:center;
}

div.action {
	position:relative;
}

.shop_details input.submit {
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 130px;
	height: 22px;
	background: url("../images/content/button_bg_130.png") no-repeat;
	font-size: 11px;
	vertical-align: middle;
	color: #fff !important;
	border: none;
	padding-bottom: 5px;
}

a.delete {
	display:inline-block;
	padding:2px 20px 2px 0px;
	background:url(/images/icons/loeschen.png) no-repeat right center;
}
a.searchFilter {
	display:block;
	float:left;
	border:1px solid #f0f0f0;
	margin-right:5px;
	padding:3px 5px;
}
a.searchFilter:hover {
	border-color:#faa;
}
a.searchFilter span {
	display:inline-block;
	padding-right:25px;
	background:url(/images/icons/loeschen.png) no-repeat right center;
}

.shop_details input.submit:hover { cursor: pointer; }
.buch_details_navileiste { border-bottom: 2px solid #CADFE7; background: #e3f1fa; border-radius: 0px 10px 0px 0px; color: #FFF; margin:10px 0 10px 0; padding:3px 5px 1px 0px; clear:left; }
.buch_details_navileiste a { color:#525252; font-size:11px; margin:0 10px; }

.buch_details_buchbeschreibung, 
.buch_details_rezension {
	color: #525252;
	font-size: 12px;
	line-height: 1.65em;
}
.buch_details_rezension {
	border-top: 1px dotted #CCCCCC;
}
.buch_details_buchbeschreibung p,
.buch_details_rezension p {
	color: #525252;
	font-size: 12px;
	line-height: 1.65em;
}

.buch_details_buchbeschreibung h3,
.buch_details_rezension h3,
.buch_details_pressematerial h3 {
	font-size: 13px;
	color: #447382;
	margin: 20px 0 2px;
	line-height: 1.4em;
}

.buch_details_buchbeschreibung br { font-size: 2px; line-height: 3.3em; }
.buch_details_buchbeschreibung hr { margin: 10px 0 5px 0; }
.buch_details_buchbeschreibung ul { list-style-type: disc; }


.buch_details_rezension .buch_details_rezension_inhalt h4 { font-weight: bold; margin: 5px 0px 3px 0px;}

.buch_details_pressematerial { color:#525252; font-size:12px; line-height:1.65em; border-top:1px dotted #CCCCCC; margin: 15px 5px 0px 10px; }
.buch_details_pressematerial ul.pressematerialien { margin: 8px 0px;}
.buch_details_pressematerial .pressematerial_hinweis_download { font-size: 0.8em; color: #666; line-height: 1.4em; margin-bottom:10px;}

.buch_details_verwandteartikel {
	color: #525252;
	font-size: 12px;
	line-height: 1.65em;
	border-top: 1px dotted #ccc;
	margin: 15px 0px 0px 0px;
}

.buch_details_verwandteartikel h3 { font-size:13px; color:#447382; margin:20px 0 2px; line-height: 1.4em; }
.buch_details_verwandteartikel > .shop_static_buch { margin: 10px 20px 25px -15px; width: 189px; min-height: 250px;  }
.buch_details_verwandteartikel > .last_item { margin: 10px 0px 0px -15px; }
.buch_details_verwandteartikel > .shop_static_buch > h3 { width: 165px; color: #888; letter-spacing:0.3px; font-size: 11px; font-weight: bold;text-align:left; margin: 0px 0px 15px 0px; padding:0px 0px 5px 15px; line-height: 1.25em; overflow: hidden; }
.buch_details_verwandteartikel > .shop_static_buch > .overlay { border: none; }
.buch_details_verwandteartikel > .shop_static_buch > p { float: left; font-size: 12px; padding: 0 15px; text-align: left; }
.buch_details_verwandteartikel > .shop_static_buch > .detail_link_blau { position: absolute; bottom: 0px; right: 20px; background: url("../images/buchshop/forward_grau_weiss-9x9.png") no-repeat scroll right 5px transparent; padding: 0px 12px 0px 0px; }

.vk_hint {
	color:#666;
	font-size: 11px;
	font-weight:bold;
}
.vk_hint .detail_link_blau {
	font-weight:normal;
}

.pmu { border-bottom: 1px dotted #D8D8D8; display: block; margin-bottom: 10px; padding-bottom: 10px; width: 540px; }
.pmu_title { width: 250px; padding-right: 0px; }
.pmu_count { width: 120px; padding-left: 60px; }
.pmu_link { width: 110px; text-align: right; }

/* ICONS IN BUCHDETAILS */
/* FIXME 26.01.2015 - smr - Werden die überhaupt irgendwo verwendet? Die Bilder gibt es jedenfalls nicht */
.icon_pdf { background:url("../images/buchshop/icon_pdf-10x10.jpg") no-repeat scroll left 2px; padding-left: 14px; }
.icon_doc { background:url("../images/buchshop/icon_doc-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_docx { background:url("../images/buchshop/icon_docx-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_rtf { background:url("../images/buchshop/icon_rtf-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_txt { background:url("../images/buchshop/icon_txt-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_odc { background:url("../images/buchshop/icon_odc-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_jpg { background:url("../images/buchshop/icon_jpg-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_eps { background:url("../images/buchshop/icon_eps-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_tif { background:url("../images/buchshop/icon_tif-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }
.icon_png { background:url("../images/buchshop/icon_png-10x10.png") no-repeat scroll left 4px; padding-left: 14px; }

/* .header_text { color:#525252; padding:0px; font-size:12px; line-height:1.5em; background: url("../images/buchshop/header_text_auf-10x10.jpg") no-repeat scroll right 47px transparent; } */
.header_text { color:#525252; padding:0px; font-size:12px; line-height:1.5em; }

.shop_content label { width: 100px; font-weight:bold; float:left; padding-top:10px; }
.shop_content form { padding:0 10px; }
.shop_content button { margin:0px 0 0 -3px; }

html#shop #content input[type="text"],
.shop_content input,
.shop_content select {
	border: 1px solid #CCCCCC;
	color: #0066AA;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin: 3px 0;
	padding: 3px 5px;
	width: 200px;
}

#buch.eintrag #bezahlschranke.guest form input[id="email_form-email"]{
	width: 322px;
}

#buch.eintrag #bezahlschranke.guest div form input[id="email_form-signup"]{
	width: 166px;
	margin-top: -47px;
	margin-right: -13px;
	height: 44px;
	font-size: 14px;
}

#buch.eintrag #bezahlschranke.guest div.barrier_disclaimer{
	line-height: 1.4em;
}

/*
 * Aenderungen für den Registration Wizard
*/
html#shop #content .registration .mid .content input[type="checkbox"],
html#shop #content .registration .mid .content input[type="radio"] {
	height: auto;
	width: auto;
}

html#shop #content .registration .mid .content input {
	height: 18px;
	width: 216px;
}

html#shop #content  .registration .mid .content .formSubmit input, .registration .mid .content .formButton button {
    background: url("/images/content/button_active_dynamic.png") no-repeat scroll right -25px rgba(0, 0, 0, 0);
    border: medium none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-right: -29px;
    padding: 0 29px 3px 10px;
    width: auto;
}
html#shop #content  .registration .mid .content input, .registration .mid .content select {
    border: 1px solid #06a;
    padding: 2px;
}


html#shop #content input#newsletter_daily_abo_number {
	margin-left: -65px;
	width: 150px;
}

.shop_content form ul li { clear:left; }
.shop_content input:hover,.shop_content select:hover,.shop_content input:focus,.shop_content select:focus { border-color:#06A; }

.shop_content form ul.outer-container li label { width: 150px; padding: 0; }
.shop_content form ul.outer-container li > div { height: 25px; margin: 15px 0 0; padding-left: 160px; }

.shop_content.addresses form ul.outer-container li.street, .shop_content.addresses form ul.outer-container li.zip { float: left; }
.shop_content.addresses li select { width: 207px; height: 22px; padding: 2px; }
.shop_content.addresses li.street input { width: 150px; }
.shop_content.addresses li.house input { margin-left: 5px; width: 39px; }
.shop_content.addresses li.zip input { width: 39px; }
.shop_content.addresses li.city input { margin-left: 5px; width: 150px; }
.shop_content.addresses li.country { clear: left; }
.shop_content.addresses li.street label, .shop_content.addresses li.zip label { margin-top: 19px; }

.shop_content.addresses li.formRadio > div { margin: 0 0 15px 0; padding-left: 0; height:auto; overflow:auto; }
.shop_content.addresses li.spacer { clear:both; width:402px; margin:10px 0; }
.shop_content.addresses li.different_invoice { clear:both;	width:402px; margin:30px 0; }
.shop_content.addresses li.different_invoice label.desc { width: auto; font-weight: bold; display: block; }
.shop_content.addresses li.different_invoice div { padding-left: 25px; }
.shop_content.addresses li.different_invoice div label { width: 60px; }
.shop_content.addresses li.different_invoice input { width:auto !important; height:auto !important; }

.shop_content.payment_method li.spacer { clear:both; width:402px; margin:10px 0; }
.shop_content.payment_method li.formRadio > div { margin: 0 0 15px 0; padding-left: 0; height:auto; overflow:auto; }
.shop_content.payment_method li.form.element.formSubmit input { cursor: pointer !important; }
.shop_content.payment_method li.payment_method label { float: none; }

.shop_content.order_overview hr { margin-top: 10px; margin-bottom: 10px; }

.shop_content.order_overview table td input.drop-item { margin-left: 10px; width: 25px; }
.shop_content.order_overview table td.subheadline { border-bottom: 1px solid #CCC; font-weight: bold; }
.shop_content.order_overview table td { vertical-align: middle; }
.shop_content.order_overview table td.tax,
.shop_content.order_overview table td.singleprice,
.shop_content.order_overview table td.totalprice { text-align: right; }

.shop_content.order_overview div.payment_method > p { float: left; margin-right: 10px; font-weight: bold; }
.shop_content.order_overview div.payment_method input { width: 100px; }
.shop_content.order_overview div.addresses div.delivery { float: left; width: 280px; }
.shop_content.order_overview div.addresses div.invoice { float: right; width: 280px; }
.shop_content.order_overview div.addresses div.delivery > p,
.shop_content.order_overview div.addresses div.invoice > p { font-weight: bold; }
.shop_content.order_overview div.addresses input { width: 100px; }

.shop_content.order_overview label.terms { display: block; float: none; width: auto; margin-bottom: 10px; }
.shop_content.order_overview input#btnUpdateOrder { float: left; width: 100px; margin-right: 20px; }
.shop_content.order_overview input#btnSubmitOrder { width: 100px; }

/* Vorsicht Namen für Stylesheetklassen sollten niemals das Aussehen beschreiben! */
a.detail_link_blau,
a.detail_link_verziert {
	text-transform: uppercase;
	font-size: 11px;
	color: #999 !important;
	padding: 2px 15px 0px 0px;
	background: transparent url('../images/buchshop/forward_grau_weiss-9x9.png') no-repeat right 4px;
}
a.warenkorb_info {
    height: 27px; width: 130px; float: right; cursor: pointer;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFF;
	border: solid 1px #0095cc;
	background: #77cded;
	background: -webkit-gradient(linear, left top, left bottom, from(#77cded), to(#1D93BF));
	background: -moz-linear-gradient(top,  #77cded,  #1D93BF);
	background: linear-gradient(top,  #77cded,  #1D93BF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#77cded', endColorstr='#1D93BF');
}
a.detail_link_blau:hover, a.detail_link:hover {
	color: #699798 !important;
	background: transparent
		url('../images/buchshop/forward_blau_weiss-9x9.png') no-repeat right
		4px;
}

a.detail_link {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	padding: 5px 15px 5px 5px;
	background:url('/images/buchshop/forward_weiss_blau-9x9.png') no-repeat right center;
}

a.detail_link:hover {
	text-transform: uppercase;
	font-size: 11px;
	color: #d4e9f2;
	padding: 5px 15px 5px 5px;
	background:url('/images/buchshop/forward_weiss_grau-9x9.png') no-repeat right center;
}



.right_cont div.listeneintrag h4 {
	line-height:1.7em;
}

div.listeneintrag div.text p.link  {
	text-align:right;
	margin:0;
	padding:0 5px 0 0;
}
div.listeneintrag div.text p.link a.detail_link {
	color:#447382;
	background-image:url('/images/buchshop/forward_blau_weiss-9x9.png');
}
div.listeneintrag:hover div.text p.link a.detail_link,
div.listeneintrag div.text p.link a.detail_link:hover {
	color:#447382;
	background-image:url('/images/buchshop/forward_grau_weiss-9x9.png');
}


#izsuche.shop {}
#izsuche.shop ul {}
#izsuche.shop ul li {}
#izsuche.shop ul li.even {}
#izsuche.shop ul li.odd {}
#izsuche.shop ul li div.listeneintrag {}
#izsuche.shop ul li div.listeneintrag p.dokumentenart {
	font-size:11px;
}
#izsuche.shop ul li div.listeneintrag h3 {
	font-size:16px;
}
#izsuche.shop ul li div.listeneintrag h3 a {
	color:#447382;
}
#izsuche.shop ul li div.listeneintrag div.text {
	margin: 0 0 0 117px; /*Bilder können ggf. zu klein sein, somit würde der Text unters Bild rutschen (AW 2014-09-15)*/
}
#izsuche.shop ul li div.listeneintrag div.text p.preis {
	font-size:15px;
	font-weight:bold;
	color:#447382;
}
#izsuche.shop ul li div.listeneintrag div.text p.preis span.info {
	font-size:11px;
	color:#ccc;
}
#izsuche.shop ul li div.listeneintrag div.text .metadaten {
	color: #444;
	font-size:11px;
	font-weight: normal;
}
.noscript_hide { display:none; }

.fancy_hint_box { position:absolute; right:30px; top:60px; border:1px solid #CCCCCC; background:#f6f6f6;  			-webkit-border-radius: 0px 5px 10px 0px; -moz-border-radius: 0px 5px 10px 0px; border-radius: 0px 5px 10px 0px; }
.fancy_hint_arrow { width:0; height:0; border-color:transparent #f6f6f6 transparent transparent; position:absolute; left:-25px; border-style:solid; border-width:13px; }
.fancy_hint_arrow.back { left:-27px; border-color:transparent #CCCCCC transparent transparent; }
.fancy_hint_text { width:150px; padding:20px; font-size:12px; height:270px; line-height: 1.4em; color: #777777; }
.fancy_hint_text h3 { font-size:13px; color:#0066AA; margin-bottom:8px; }





.slider div.listeneintrag div.bild span.report,
.slider div.listeneintrag div.bild span.pdf,
.slider div.listeneintrag div.bild span.ebookpdf,
.slider div.listeneintrag div.bild span.epub,
.slider div.listeneintrag div.bild span.word,
.slider div.listeneintrag div.bild span.excel {
    right: -2px; /* Default aus Detailansicht (shop.css:571) ist -10px und daher zu weit rechts */
}











/** ====== ENDE Buchshop ========================================================================================== */
