/*
 *General Layout Settings
 *
 **/ /* faux column stuff */
 
.zweispaltigContentLinks {
	background: #FFFFFF url(img/faux_2col_right.gif) no-repeat scroll 14px bottom;
	margin-bottom: 16px;
}

.zweispaltigContentLinks.order-process {
	background: none;
	margin: 0;
	padding: 0;
}

/*
 * General Classes 
 *
 **/
 
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	text-align: center !important;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

.w110px {
	width: 110px;
}

.w120px {
	width: auto;
}

/* Colors */
.red {
	color: #9c0404;
}

.blue {
	color: #003f8a;
}

.dark-blue {
	color: #1b2f76;
}

.midgrey {
	color: #6a6a6a;
}

.black {
	color: #06070a;
}

.white {
	color: #fff;
}

.small {
	font-size: 8pt;
}

/* List */
ul.infolist {
	display: block;
	overflow: hidden;
}

ul.infolist li {
	display: block;
}

ul.infolist.inline,ul.infolist.inline li {
	display: inline;
}

ul.infolist.arrow li {
	background: transparent url(img/list_arrow.gif) no-repeat scroll left 4px;
	padding-left: 11px;
}

/* Seperators */
.seperator.double {
	border-top: 1px solid #C3BEAD;
	border-bottom: 1px solid #C3BEAD;
	display: block;
	height: 1px;
	overflow: hidden;
	margin-bottom: 16px;
	background-color: #f6f6f3;
}

.seperator.double.small {
	margin-bottom: 5px;
}

/* Links */
a,a:active,a:link,a:visited,a:focus {
	text-decoration: none;
	color: #1b0302;
}

.highlight a {
	color: #9A0000;
}

a:hover {
	text-decoration: underline;
	color: #9a0000;
}

a.link-clean,a.link-clean:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #1B0302;
}

h4 {
	font-size: 11.5pt;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.underlined {
	text-decoration: underline;
}

h3.product-title,h3.product-title a {
	color: #1A171B;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	padding: 0;
	background: none;
	height: auto;
	margin-bottom: 3px;
}

h3.product-heading,h3.product-heading a {
	color: #1A171B;
	font-size: 13pt;
	line-height: 13pt;
	font-weight: bold;
	padding: 0;
	background: none;
	height: auto;
}

h5.product-heading,h5.product-heading a {
	color: #1A171B;
	font-size: 9pt;
	line-height: 9pt;
	font-weight: bold;
	padding: 0;
	background: none;
	height: auto;
}

h2.blue {
	font-size: 14pt;
	background-color: #003F8A;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	color: #fff;
	padding: 0 5px;
	overflow: hidden;
}

/* Titles */
h4.title {
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 11.5pt;
}

h5.title,
a span.title {
	font-size: 9pt;
	font-weight: bold;
	line-height: 10pt;
}


/* the red bar heading all wiki pages */
div.header_bar {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	background-color: #9c0404;
	color: #fff;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
}

/* Sliding Door Buttons */
.btn-clear {
	overflow: hidden;
	width: 100%;
}

a.btn {
	color: #fff;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: none;
}

a.btn:hover,button.btn:hover {
	text-decoration: none;
}

a.btn:active,button.btn:active {
	outline: none; /* hide dotted outline in Firefox */
}

button.btn {
	/* color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	padding: 0 10px 0 0; */
	color: #fff;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: none;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

button.btn span {
	position: relative;
	display: block;
	white-space: nowrap;
	/* padding: 0 10 0 15px; */
	padding: 0px 5px 0px 15px;
}

/* normal submit buttons */
button.btn.normal {
	background: transparent url('img/button_button_hover_normal.png')
		no-repeat scroll right -59px;
	height: 22px;
}

button.btn.normal span {
	background: transparent url('img/button_button_hover_normal.png') no-repeat;
	height: 22px;
	line-height: 20px;
}

button.btn.normal:hover {
	background-position: right -89px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

button.btn.normal:hover span {
	background-position: left -30px;
}

/* blue submit buttons */
button.btn.blue {
	background: transparent url('img/button_button_hover_blue.png')
		no-repeat scroll right -59px;
	height: 22px;
}

button.btn.blue span {
	background: transparent url('img/button_button_hover_blue.png')
		no-repeat;
	height: 22px;
	line-height: 20px;
}

button.btn.blue:hover {
	background-position: right -89px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

button.btn.blue:hover span {
	background-position: left -30px;
}

/* blue inverted submit buttons (grey to blue)*/
button.btn.blue.inverted {
	background: transparent url('img/button_button_hover_blue.png') no-repeat scroll right -89px;
	height: 22px;
}

button.btn.blue.inverted span {
	background: transparent url('img/button_button_hover_blue.png') no-repeat left -30px;
	height: 22px;
	line-height: 20px;
}

button.btn.blue.inverted:hover {
	background-position: right -59px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

button.btn.blue.inverted:hover span {
	background-position: left top;
}

/* normal Button */
a.btn.normal {
	background: transparent url('img/button_hover.png') no-repeat scroll
		right -40px;
	height: 20px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

a.btn.normal span {
	background: transparent url('img/button_hover.png') no-repeat;
	display: block;
	line-height: 10px;
	padding: 5px 10px 5px 15px;
}

a.btn.normal:hover {
	background-position: right -60px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.btn.normal:hover span {
	background-position: left -20px;
	padding: 5px 10px 5px 18px; /* push text down 1px */
}

/* normal Button (inverted) - grey with red font on hover */
a.btn.inverted {
	background: transparent url('img/button_hover.png') no-repeat right -60px;
	height: 20px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

a.btn.inverted span {
	background: transparent url('img/button_hover.png') no-repeat left -20px;
	display: block;
	line-height: 10px;
	padding: 5px 10px 5px 18px;
}

a.btn.inverted:hover {
	color: #9A0000;
}

a.btn.inverted:hover span {
	color: #9A0000;
}

/* Blue Button */
a.btn.blue {
	background: transparent url('img/button_hover_blue.png') no-repeat scroll right -40px;
	height: 20px;
	color: #fff;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

a.btn.blue span {
	background: transparent url('img/button_hover_blue.png') no-repeat;
	display: block;
	color: #fff;
	line-height: 10px;
	padding: 5px 10px 5px 18px;
}

a.btn.blue:hover {
	background-position: right -60px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.btn.blue:hover span {
	background-position: left -20px;
	padding: 5px 10px 5px 18px; /* push text down 1px */
}

a.btn.blue.inverted {
	background-position: right -60px;
}

a.btn.blue.inverted span {
	background-position: left -20px;
}

a.btn.blue.inverted:hover {
	color: #fff;
	background-position: right -40px;
}

a.btn.blue.inverted:hover span {
	color: #fff;
	background-position: left top;
}

/* Big Shop Icon Button */
a.btn.shop-big {
	background: transparent url('img/button_hover_shop_big.png') no-repeat right -100px;
	height: 40px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

a.btn.shop-big span {
	background: transparent url('img/button_hover_shop_big.png') no-repeat left top;
	display: block;
	line-height: 38px;
	padding: 5px 10px 5px 50px;
}

a.btn.shop-big:hover {
	background-position: right -140px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.btn.shop-big:hover span {
	background-position: left -50px;
	padding: 5px 10px 5px 50px; /* push text down 1px */
}

/* Small Shop Icon Button */
a.btn.shop-small {
	background: transparent url('img/button_hover_shop_small.png') no-repeat right -100px;
	height: 40px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
}

a.btn.shop-small span {
	background: transparent url('img/button_hover_shop_small.png') no-repeat left top;
	display: block;
	line-height: 38px;
	padding: 5px 10px 5px 35px;
}

a.btn.shop-small:hover {
	background-position: right -140px;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.btn.shop-small:hover span {
	background-position: left -50px;
	padding: 5px 10px 5px 35px; /* push text down 1px */
}

/* hovertext buttons - smaller height */
a:active.btn.hovertext, a:link.btn.hovertext, a:visited.btn.hovertext, a:focus.btn.hovertext {
	background: transparent url('img/button_hovertext.png') no-repeat right -19px;
	height: 19px;
	margin-right: 6px;
	padding-right: 6px; /* sliding doors padding */
	color: #FFF;
}

a.btn.hovertext span {
	background: transparent url('img/button_hovertext.png') no-repeat left top;
	display: block;
	line-height: 9px;
	padding: 5px 0px 5px 8px;
}

a.btn.hovertext:hover {
	color: #9A0000;
	outline: none; /* hide dotted outline in Firefox */
}

a.btn.hovertext:hover span {
	
}

/* Farben */
.zweitfarbe {
	color: #9A0000;
}

/* Page Layout */
#shadowBox {
	background: transparent url('img/backgroundContentShadow.png') repeat-y;
	margin: 0 auto;
	width: 1008px;
	overflow: hidden;
}

/*
 *IE6 FIXES
 *
 **/ /*
#shadowBox{
    behavior: url(/shop/themes-1/set-1/iepngfix.htc);
}*/
#contentColumn {
	height: 1%;
}

div#AvaHauptInfoLeftContent {
	height: auto !important;
	height: 325px;
}

div#AvaHauptInfoBottom {
	height: 1%;
}

.red-box .content,.red-box .left,.red-box .right {
	height: 1%;
}

.recommendation-right-wrapper { /* bring the price to the bottom */
	height: auto !important;
	height: 65px;
}

* html h2.suchTreffer span.sort-pager form,* html .bottom h2.suchTreffer span.heading form
	{
	margin-top: 3px;
}

* html button.btn {
	width: auto;
	overflow: visible;
}

* html button.btn span {
	margin-top: 1px;
}

* html #bestsellerAccordion.accordion .booksInRightColumn {
	height: 1%;
}

/*
 *
 *  |->#AvaHauptInfo
 *     |->#AvaHauptInfoLeft
 *     |  |->#AvaHauptInfoLeftBox
 *     |     |->#AvaHauptInfoLeftBoxHeader
 *     |     |->#AvaHauptInfoLeftContent
 *     |     |  |->#AvaHauptInfoImg
 *     |     |->.AvaHauptInfoLeftShadowbtm
 *     |     |->#AvaHauptInfoLeftBoxBottom
 *     |     |->#AvaProduktdetails
 *     |     |->#AvaPrice
 *     |->#AvaHauptInfoRight
 *     |  |->#AvaHauptInfoTitel
 *     |->#AvaHauptInfoBottom
 */
div#Ava {
	
}

div#AvaHauptInfo {
	color: #1A171B;
	font-size: 9pt;
	line-height: 11pt;
}

div.AvaHauptInfoLeft,div.AvaHauptInfoRight {
	margin-bottom: 15px;
}

div.AvaHauptInfoLeft {
	width: 397px;
	margin-right: 26px;
	float: left;
}

div.AvaHauptInfoRight {
	float: left;
	width: 317px;
}

div#AvaHauptInfoLeftBox {
	margin-bottom: 15px;
}

div#AvaHauptInfoLeftBoxHeader {
	height: 29px;
	line-height: 29px;
	padding: 0 29px 0 19px;
	background: transparent url('img/avatopboxbg.png') no-repeat;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

div#AvaHauptInfoLeftContent {
	background: #f6f5f1 url('img/avainnerboxshadowtop.gif') repeat-x left
		top;
	border-left: 1px solid #ded9d0;
	border-right: 1px solid #ded9d0;
	min-height: 325px;
}

div#AvaHauptInfoImg {
	text-align: center;
	padding-top: 15%;
}

div#AvaHauptInfoImgFlash {
	padding: 10px 0;
	width: 200px;
	margin: 0pt auto;
	text-align: center;
}

div.AvaHauptInfoLeftShadowbtm {
	background: #f6f5f1 url('img/avainnerboxshadowbottom.gif') repeat-x left
		bottom;
	border-bottom: 1px solid #fff;
	height: 6px;
	border-left: 1px solid #ded9d0;
	border-right: 1px solid #ded9d0;
	display: block;
}

div#AvaHauptInfoLeftBoxBottom {
	background: transparent url('img/avabottomboxbg.gif') no-repeat;
	display: block;
	height: 25px;
	overflow: hidden;
}

a.bildVergroessern {
	background: transparent url('img/avazoomimage.gif') no-repeat;
	display: block;
	width: 14px;
	height: 16px;
	margin: 4px 0 0 6px;
	text-indent: -9999px;
}

div#AvaProduktdetails {
	margin: 0 0 40px 0;
	font-size: 8.5pt;
	overflow: hidden;
}

div#AvaProduktdetails ul.infolist {
	margin: 0;
}

div#AvaProduktdetails ul.infolist.left {
	width: 226px;
	float: left;
}

div#AvaProduktdetails ul.infolist.right {
	width: 171px;
	float: right;
}

div#AvaProduktdetails ul.infolist.right li {
	margin-bottom: 6px;
	float: right;
}

div#AvaProduktdetails ul.infolist.right a.btn {
	width: 135px; /* equal width for all buttons */
}

div.product-price {
	margin: 20px 0 10px;
}

.product-price {
	font-size: 9.5pt;
}

.product-price span {
	line-height: 13pt;
	vertical-align: middle;
}

div.product-price .preis {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

.preis-safe {
	font-weight: bold;
}

.product-price .preis-actual {
	display: block;
	margin-top: 2px;
}

/* TODO -> 1 id draus machen */
div#AvaHauptInfoTitel a,div#AvaHauptInfoTitelFlash a {
	text-decoration: none;
	color: #1A171B;
	font-size: 9pt;
}

div#AvaHauptInfoTitel a:hover {
	text-decoration: underline;
}

div.AvaHauptInfoLeft.bottom,div.AvaHauptInfoRight.bottom, div.AvaHauptInfoCenter.bottom {
	margin-bottom: 20px;
}

div.AvaHauptInfoRight p.description {
	padding-top: 20px;
}

div#AvaHauptInfoBottom {
	border-top: 2px solid #dfdcd3;
	padding-top: 20px;
	margin-bottom: 6px;
}

/* RED and BLUE BOXES */
.red-box,.blue-box {
	background-color: #fff;
	border-bottom: 5px solid #c3bead;
	font-family: Tahoma, Geneva, sans-serif;
}

.red-box .header,.blue-box .header {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 13pt;
	height: 29px;
	font-family: Tahoma, Geneva, sans-serif;
}

.red-box .header a,.blue-box .header a {
	font-size: 10pt;
	text-align: right;
	color: #fff;
	/* text-decoration: none; */
	position: absolute;
	right: 0;
}

.red-box .header,.red-box .content,.blue-box .header,.blue-box .content
	{
	overflow: hidden;
}

.red-box .header span,.blue-box .header span {
	display: block;
	height: 29px;
	line-height: 29px;
	float: left;
}

.red-box .header span.left {
	width: 6px;
	background: transparent url('img/header_red_box.png') no-repeat left top;
}

.blue-box .header span.left {
	width: 6px;
	background: transparent url('img/header_blue_box.png') no-repeat left top;
}

.red-box .boxcontent,.blue-box .boxcontent {
	overflow: hidden;
}

.blue-box .boxcontent,.blue-box .boxcontent a:active,.blue-box .boxcontent a:link,.blue-box .boxcontent a:visited,.blue-box .boxcontent a:focus
	{
	color: #6A6A6A;
}

.blue-box .boxcontent a:hover {
	color: #9A0000;
}

.AvaHauptInfoLeft .red-box span.content {
	width: 385px;
	/* .AvaHauptInfoLeft width - .red-box .header span.left - .red-box .header span.right */
}

.AvaHauptInfoLeft .red-box .content div.boxcontent {
	width: 341px;
	/* 385px - padding left -padding right from .red-box .content span.content (44px)*/
}

.AvaHauptInfoRight .red-box span.content {
	width: 305px;
	/* .AvaHauptInfoRight width - .red-box .header span.left - .red-box .header span.right */
}

.AvaHauptInfoRight .red-box .content div.boxcontent {
	width: 261px;
	/* 305px - padding left -padding right from .red-box .content span.content (44px) */
}

.AvaHauptInfoCenter .red-box span.content {
	width: 730px;
	/* .AvaHauptInfoRight width - .red-box .header span.left - .red-box .header span.right */
}

.AvaHauptInfoCenter .red-box .content div.boxcontent {
	width: 686px;
	/* 305px - padding left -padding right from .red-box .content span.content (44px) */
}

.red-box.full .header .content {
	width: 730px; /* 742px - 2*6px left and right span */
}

.red-box.full .content div.boxcontent {
	width: 686px;
	/*730px - padding left -padding right from .red-box .content span.content (44px) */
}

.red-box .header span.content {
	text-indent: 10px;
	position: relative;
	background: transparent url('img/header_red_box.png') repeat-x left -29px;
}

.blue-box .header span.content {
	text-indent: 10px;
	position: relative;
	background: transparent url('img/header_blue_box.png') repeat-x left
		-29px;
}

.red-box .header span.right {
	width: 6px;
	background: transparent url('img/header_red_box.png') no-repeat left
		bottom;
}

.blue-box .header span.right {
	width: 6px;
	background: transparent url('img/header_blue_box.png') no-repeat left
		bottom;
}

.red-box .content span.left,.red-box .content span.right,.red-box .content div.boxcontent,.blue-box .content span.left,.blue-box .content span.right,.blue-box .content div.boxcontent
	{
	display: block;
	float: left;
}

.red-box .content span.left,.red-box .content span.right,.blue-box .content span.left,.blue-box .content span.right
	{
	width: 5px;
	padding-bottom: 32000px; /* same height as content hack */
	margin-bottom: -32000px; /* same height as content hack */
	background-color: #c3bead;
}

.red-box .content span.left,.red-box .content span.right,.red-box .content div.boxcontent,.blue-box .content span.left,.blue-box .content span.right,.blue-box .content div.boxcontent
	{
	min-height: 1px; /* notwendig für korrekte box-ränder */
}

.red-box .content div.boxcontent,.blue-box .content div.boxcontent {
	padding: 17px 22px 20px;
	background-color: #e5e1d5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.AvaHauptInfoLeft .red-box .content div.boxcontent p {
	margin-bottom: 15px;
}

/* Bewertung verfassen Formular */
#AvaHauptInfoBottom #bewertungVerfassen {
	margin-bottom: 20px;
}

#bewertungVerfassen .btn.normal {
	width: auto; /* 180px */
	float: left;
}

#bewertungVerfassen button.btn.normal {
	float: right;
	width: auto; /* 200px */
	/* padding: 0 10px 0 0; */
}

#bewertungVerfassen #counter {
	margin: 0 153px 2px 0;
	width: 40px;
}

div#bewertungVerfassen #ueberschrift,div#bewertungVerfassen #bewertungstext,div#bewertungVerfassen #eMail,div#bewertungVerfassen #pseudonym
	{
	width: 500px;
}

div#bewertungVerfassen #captcha {
	margin-right: 35px;
	width: 325px;
}

#rightColumn .red-box,#rightColumn .blue-box,#leftColumn .red-box,#leftColumn .blue-box
	{
	width: 206px;
	margin-bottom: 17px;
}

#rightColumn .red-box.nogradient .content {
	background: #e5e1d5 none repeat scroll 0 0;
}

#rightColumn .red-box .content div.boxcontent {
	overflow: hidden;
	padding: 0;
}

#rightColumn .red-box .content div.boxcontent .inner {
	width: 180px;
	margin: 7px;
	overflow: hidden;
}

.blue-box .content div.boxcontent .inner {
	margin: 10px;
	overflow: hidden;
	width: 174px;
}

#rightColumn .red-box.recommend .content div.boxcontent .inner {
	margin: 0;
	width: 194px;
}

#rightColumn .red-box.nogradient .content div.boxcontent,#rightColumn .red-box.nogradient .content span.left,#rightColumn .red-box.nogradient .content span.right
	{
	min-height: 1px;
}

#rightColumn .red-box.nogradient .header span {
	font-size: 10pt;
	text-indent: 10px;
	background: #9c0404 none repeat scroll 0 0;
}

#rightColumn .red-box.nogradient .content div.boxcontent,#rightColumn .red-box.nogradient .content div.boxcontent a
	{
	color: #868583;
	text-decoration: none;
}

#rightColumn .red-box.nogradient div.boxcontent a:hover {
	text-decoration: underline;
	color: #9A0000;
}

#rightColumn .rating li.last {
	overflow: hidden;
	margin-top: 22px;
}

#rightColumn span.description {
	float: left;
	margin-right: 20px;
}

#rightColumn span.bewertungsSterne {
	display: block;
	width: 55px;
	height: 12px;
	float: left;
}

#rightColumn .red-box .header span.content,#rightColumn .red-box .content div.boxcontent,#rightColumn .blue-box .header span.content,#leftColumn .blue-box .header span.content,#rightColumn .blue-box .content div.boxcontent,#leftColumn .blue-box .content div.boxcontent
	{
	width: 194px;
	/* 206px (inner sidebar right width) - 2*6px (left & right round border)*/
}

#rightColumn .red-box .content div.boxcontent,#rightColumn .blue-box .content div.boxcontent,#leftColumn .blue-box .content div.boxcontent
	{
	padding: 0px;
}

/* Empfehlungen */
.recommendation {
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	display: block;
	width: 184px;
	overflow: hidden;
	color: #1b0302;
}

.recommendation-left,.recommendation-right {
	float: left;
}

.recommendation-left {
	width: 55px;
	overflow: hidden;
	margin-right: 10px;
}

.recommendation-left a {
	display: block;
	width: 55px;
	text-align: center;
}

.recommendation-right {
	width: 119px;
	position: relative;
}

.recommendation-right span {
	display: block;
}

.recommendation-right-wrapper { /* bring the price to the bottom */
	min-height: 65px;
}

.recommendation-right .autor {
	font-size: 7.5pt;
}

.recommendation-right .preis {
	font-size: 10.5pt;
	padding-top: 4px;
	font-weight: bold;
}

/*
 * Accordion 
 *
 */

.accordion .leftContentHeading,.accordion .rightContentHeading,#extrasBox li {
	font-family: Tahoma, Geneva, sans-serif;
	border: 0;
	text-indent: 16px;
	padding: 0;
	/* height: 29px; */ /* raus wegen image auch in extrasbox */
	display: block;
	margin-top: 0;
	overflow: hidden;
	background: #fff url('img/header_accordion.gif') no-repeat left bottom;
}

#leftColumn #extrasBox li {
	background: #fff url('img/header_extrasBox.gif') repeat-x left top;
}

.accordion .leftContentHeading a,.accordion .rightContentHeading a,#extrasBox li a {
	color: #6a6a6a;
	text-decoration: none;
}

.accordion .leftContentHeading.ui-state-active,.accordion .rightContentHeading.ui-state-active
	{
	background: #fff url('img/header_accordion.gif') no-repeat left top;
}

.accordion .leftContentHeading.ui-state-active a,.accordion .rightContentHeading.ui-state-active a
	{
	color: #fff;
}

.accordion .ui-accordion-header a,#extrasBox li a {
	padding: 0 0 0 2px;
	line-height: 29px;
	font-size: 13pt;
}

.accordion .ui-accordion-header a:hover {
	color: #fff;
}

#leftColumn #extrasBox li a {
	font-weight: normal;
	line-height: 31px;
}

#extrasBox li a:hover {
	color: #9A0000;
	text-decoration: none;
}

.accordion .ui-corner-all {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

.accordion .ui-accordion-header .ui-icon {
	left: 3px;
	background-image: url(img/tr_icons_white.png);
}

.accordion .ui-accordion-content {
	font-family: Tahoma, Geneva, sans-serif;
	border: none;
	color: #6a6a6a;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-left: 4px solid #E5E1D5;
	border-right: 4px solid #E5E1D5;
	position: relative;
	width: 198px;
}

.accordion .greyBoxContent {
	padding: 14px;
}

.accordion .ui-accordion-content a {
	color: #6a6a6a;
}

.accordion .ui-accordion-content a:hover {
	color: #9a0000;
}

.accordion .ui-corner-bottom {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

/*
 *
 *  SUCHE
 *
 **/
h2.suchTreffer span.heading {
	width: 40%;
}

.bottom  h2.suchTreffer span.heading {
	font-size:11pt;
}


h2.suchTreffer span.sort-pager {
	width: 60%;
	font-size:11pt;
}

h2.suchTreffer span.sort-pager form {
	margin-top: -1px;
}

h2.suchTreffer span.sort-pager.right form.left select {
	margin-top: 6px;
}

h2.suchTreffer span.pager .dynamic_form_text {
	width: 34px;
}

h2.suchTreffer span.pager a span {
	display: none;
}

h2.suchTreffer span.pager a {
	display: block;
	width: 25px;
	height: 29px;
}

h2.suchTreffer span.pager a.backlink {
	background: transparent url('img/pager_left_arrow_blue.gif') no-repeat
		center center;
}

h2.suchTreffer span.pager a.forwardlink {
	background: transparent url('img/pager_right_arrow_blue.gif') no-repeat
		center center;
}

h2.suchTreffer select.dynamic_form_select {
	display: inline;
}

.suchergebnisSeite .top {
	margin: 15px 0;
	padding: 0 5px;
}

.suchergebnisSeite .bottom {
	margin-top: 31px;
}

.top .liSuccess,.top .liFailure {
	color: #9A0000;
	font-size: 9pt;
}

/* Artikelliste */
.item {
	border-top: 2px solid #dfdcd3;
	min-height: 121px;
	height: auto !important;
	height: 121px;
	overflow: visible;
}

.item.last {
	border-bottom: 2px solid #dfdcd3;
}

.item.odd,.odd {
	background-color: #eef3f8;
}

.bookmark .item.odd {
	background-color: #eeeeee;
	/* odd/even wird von bookmark-liste nicht unterst�tzt */
}

.item .beschreibungContainer {
	min-height: 115px;
	height: auto !important;
	height: 115px; /* IE */
	margin: 3px auto 0;
	padding-bottom: 13px;
	overflow: visible;
	width: 724px;
}

.beschreibungContainer .left-center-area {
	padding: 20px 0 0 16px;
	width: 512px;
}

.beschreibungContainer .right-area {
	width: 196px;
}

.beschreibungContainer .left-center-area .bild {
	width: 65px;
	margin-right: 10px;
	overflow-x: hidden;
}

/* review list */
.beschreibungContainer .left-center-area .article-details{
	width: 415px;
}

.beschreibungContainer .left-center-area .center-area {
	width: 428px;
}

.beschreibungContainer .bild a {
	display: block;
}

.beschreibungContainer h3.product-heading {
	margin: 0 0 2px; /* -3px 0 2px */
}

.beschreibungContainer .format,.beschreibungContainer .publisher {
	margin: 4px 0;
}

.beschreibungContainer .right-area .product-price {
	margin: 0;
}

.beschreibungContainer .right-area .product-price .top-left {
	width: 84px;
	margin-right: 5px;
}

.beschreibungContainer .right-area .product-price .top-right {
	display: block;
	height: 37px;
	width: 85px;
	text-align: right;
}

.beschreibungContainer .right-area .product-price .top-right a.merkzettel {
	display: block;
	width: 85px;
	height: 42px;
	font-size: 7pt;
	background: transparent url(img/merkzettel.png) no-repeat scroll right bottom;
}

.beschreibungContainer .right-area .product-price .top-right a.merkzettel:hover {
	text-decoration: none;
}

.beschreibungContainer .right-area .product-price .top-left .durch {
	margin-top: 20px;
	text-decoration: line-through;
	text-align: left;
}

.beschreibungContainer .right-area .product-price .bottom {
	width: 196px;
	margin: 0;
}

.beschreibungContainer .right-area .product-price .bottom a.btn.shop-small {
	float: right;
	margin-right: 0;
}

.bottom h2.suchTreffer span.heading select.dynamic_form_select.hpp {
	width: 56px;
}

/*************************
 *  Erweiterte Suche
 *************************/
#erweiterteSuche h2 {
	margin-bottom: 25px;
}

#erweiterteSuche input#hiddenSubmitButton {
	display: inline;
	/* float: left; */
	width: 200px;
}

.adv-search-item {
	line-height: 39px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	padding: 0 5px;
}

.adv-search-item label.bold {
	width: 325px;
	display: block;
	float: left;
	font-size: 11pt;
}

.adv-search-item button {
	background: none;
	border: none;
}

.adv-search-item input#peopleIndexButton {
	border: none;
}

.adv-search-item label#peopleIndexLabel {
	cursor: pointer;
}

.adv-search-item .showIndexList .content-right {
	width: 287px;
	line-height: 25px;
}

.adv-search-item input.dynamic_form_text {
	width: 285px;
	vertical-align: middle;
}

.adv-search-item select.dynamic_form_select {
	clear: none;
	width: 296px;
	vertical-align: middle;
	display: inline;
}

.adv-search-item input#minPrice,.adv-search-item input#maxPrice {
	width: 84px;
}

.adv-search-item input#minPrice {
	margin-right: 6px;
}

.adv-search-item input#maxPrice {
	margin-left: 6px;
}

.adv-search-item.last {
	margin-top: 24px;
}

.adv-search-item .btn-clear {
	width: auto;
}

#erweiterteSuche .index_link {
	color: #6A6A6A;
}

/********************
 * Bestseller Accordion
 *******************/
#bestsellerAccordion {
	margin-bottom: 10px;
}

#bestsellerAccordion.accordion .ui-accordion-content {
	border-color: #C3BEAD;
}

#bestsellerAccordion.accordion .greyBoxContent {
	background-color: #e5e1d5;
	padding: 0;
}

#bestsellerAccordion.accordion .greyBoxContent .innerWrap {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#bestsellerAccordion.accordion .booksInRightColumn {
	border-bottom: 1px solid #fff;
	padding: 5px 7px 0;
	position: relative;
}

#bestsellerAccordion.accordion .booksInRightColumn .position {
	display: block;
	background: #E5E1D5 url(img/bestseller_zahlen.png) no-repeat scroll left
		top;
	width: 25px;
	overflow: hidden;
	height: 41px;
	position: absolute;
	right: 5px;
	bottom: 0;
}

#bestsellerAccordion.accordion .booksInRightColumn.pos_0 .position {
	background-position: left top;
}

#bestsellerAccordion.accordion .booksInRightColumn.pos_1 .position {
	background-position: left -41px;
}

#bestsellerAccordion.accordion .booksInRightColumn.pos_2 .position {
	background-position: left -82px;
}

#bestsellerAccordion .bestseller-left {
	width: 32px;
	margin-right: 8px;
}

#bestsellerAccordion .bestseller-right {
	width: 115px;
	margin-right: 8px;
}

#bestsellerAccordion .bestseller-left,#bestsellerAccordion .bestseller-right
	{
	margin-bottom: 7px;
}

#bestsellerAccordion .bestseller-left a {
	display: block;
}

#bestsellerAccordion .bestseller-left img {
	width: 32px;
	height: 48px;
}

#bestsellerAccordion .bestseller-right span.title {
	font-weight: normal;
	line-height: 11pt;
}

#bestsellerAccordion .bestseller-right span.title:hover{
	color: #9c0404;
}

#bestsellerAccordion .bestseller-more {
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
}

/* Rubriken Suchausgabe (E-Books/Audio..)*/
.dreispaltig h2.suchTreffer span.heading {
	width: 60%;
}

.dreispaltig h2.suchTreffer span.sort-pager {
	width: 40%;
}

.dreispaltig .bottom  h2.suchTreffer select.dynamic_form_select.sort {
	margin-top: 5px;
}

.dreispaltig .item .beschreibungContainer {
	width: 520px;
}

.dreispaltig .suchergebnisSeite .content {
	border-bottom: 2px solid #DFDCD3;
}

.dreispaltig .beschreibungContainer .left-center-area {
	width: 320px;
}

.dreispaltig .beschreibungContainer .left-center-area .center-area {
	width: 245px;
}

.dreispaltig .beschreibungContainer .right-area {
	width: 180px;
}

.dreispaltig .beschreibungContainer h5.product-heading {
	margin: 0 0 2px; /* -3px 0 2px */
}

.dreispaltig .beschreibungContainer .right-area .product-price .bottom {
	width: auto;
}

/* Floatbox */
#fbBox {
	background: transparent url('img/floatbox_header_blue.png') no-repeat top left;
}

body.floatbox, #fbMainDiv, #fbMainDiv div#gif {
	background: none !important;
}

div.fbBox_white {
	border-color: #E4E1D8 !important;
}

#fbBox #fbCanvas #fbMainDiv {
	border-color: #E6E2D6;
	border-top: 0 none;
	padding-top: 5px; /* width hided border top */
}

#fbBox iframe {
	background: transparent url('img/floatbox_of_logo_transparent.png') no-repeat right bottom !important;
}

body.floatbox .content {
	margin: 20px;
}

#fbBox #fbCaption {
	color: #fff !important;
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 13pt;
	padding: 0 0 0 10px;
	line-height:20px;
}

#fbBox .fbClose_white{
	background: transparent url('img/floatbox_close.png') no-repeat top right !important;
	height: 19px !important;
	width: 38px !important;
	margin:-3px 2px 0 0;
}

#fbBox .fbClose_white:hover{
	background-position: right -19px !important;
}

#fbBox #fbControlPanel{
	overflow:visible !important;
}

body.floatbox .content .dynamic_form_field_label{
	width: 120px;
	margin-right:10px;
	color: #6d6e70;
	text-align: right;
}


/* POPUP-FLOATBOX (Downloads) */

body.popup_floatbox {
	background: #EEF3F7 url('img/floatbox_of_logo_transparent.png') no-repeat right bottom !important;
	background-color: #EEF3F7;
}

body.popup_floatbox .content {
	min-height: 150px;
}

body.popup_floatbox h2.blue {
	text-align: left;
	margin-bottom: 15px;
}


/* BESTSELLER */
.suchergebnisSeite.bestseller .top,.suchergebnisSeite.bookmark .top {
	margin: 10px 0;
}

.dreispaltig .suchergebnisSeite.bestseller .beschreibungContainer .left-center-area
	{
	padding: 0;
	width: 335px;
}

.suchergebnisSeite.bestseller .item .nummer {
	font-size: 10.5pt;
	font-weight: bold;
	color: #c3bead;
	margin-bottom: 4px;
}

/* Carousel */
.carousel {
	position: relative;
	z-index: 10;
}

/* Textblock Tabs */
.kategorieTeaser {
	border: 5px solid #c3bead;
	margin-top: 15px;
	clear: both;
}

.kategorieTeaser .inner {
	border-left: 1px solid #d7d4c9;
	border-right: 1px solid #d7d4c9;
	border-bottom: 1px solid #efeeea;
	padding: 1px 1px 0;
	background-color: #fff;
}

.kategorieTeaserTop {
	background: transparent url(img/tab_inactive_bg.png) repeat-x scroll left top;
	overflow: hidden;
	width: 506px;
}

.kategorieTeaserTop ul {
	float: left;
}

.kategorieTeaserTop li {
	padding: 0;
	float: left;
	height: 25px;
	border-right: 1px solid #C5C0B0;
}

.kategorieTeaserTop li.lastOne {
	background-image: none;
}

.kategorieTeaserTop li a {
	background: transparent url('img/tab_inactive_bg.png') repeat-x left top;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	color: #858eb0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-left: 1px solid #EEEDE8;
	border-right: 1px solid #FFFFFF;
	float: left;
}

.kategorieTeaserTop li a:hover {
	color: #9c0404;
	text-decoration: none;
}

.kategorieTeaserTop li a.active,.kategorieTeaserTop li a:active {
	color: #1b2f76;
	background: #ededed none;
	text-decoration: none;
}

.kategorieTeaserBottom {
	background-color: #EDEDED;
	overflow: hidden;
	width: 506px;
}

.kategorieTeaserBottom .artikelbildMedium {
	padding: 17px 0px 15px 15px;
}

.kategorieTeaserBottom .textRight {
	margin-top: 17px;
	width: 380px;
	padding-bottom: 15px;
}

.kategorieTeaserLinks {
	float: left;
	margin-left: 15px;
	color: #FF7900;
	line-height: 22px;
}

.kategorieTeaserLinks h4 {
	display: inline;
	font-size: 12px;
}

/* Rezensionen */
.item.rezensionen {
	min-height: 30px;
}

.item.rezensionen .beschreibungContainer {
	margin-top: 5px;
	padding-bottom: 5px;
	min-height: 30px;
}

.item.rezensionen .beschreibungContainer .left-center-area {
	padding-top: 0px;
	width: 270px;
}

.item.rezensionen .beschreibungContainer .left-center-area .text .left {
	margin-right: 10px;
}

.item.rezensionen .beschreibungContainer .left-center-area .text .right
	{
	margin-right: 18px;
}

.item.rezensionen .beschreibungContainer .left-center-area .text .left .nummer
	{
	width: 20px;
	float: left;
}

.item.rezensionen .beschreibungContainer .left-center-area .text .left .autor
	{
	float: left;
	width: 135px;
}

.item.rezensionen .beschreibungContainer .icons .top {
	margin-right: 8px;
}

/* Rezensionen - Detail */
.item.rezensionen.detail {
	width: 100%;
	border: none;
}

.item.rezensionen.detail .beschreibungContainer .left-center-area {
	width: 490px;
}

/* Kontobereich - Download */
.waitForDownload {
	padding-left: 15px;
	margin: 0px;
}