/* CSS Document */
div#product-accordion { margin: 0 0 .5em; }
div.accordion { position: relative; }

.accordion_toggle {
	position: relative;
	display: block;
	height: 30px;
  color: #fff;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}
.accordion_toggle.karte {
	/* background: url(resource/images/karte_icon.jpg) no-repeat top left #fff; */
	background: #F5821F url(../images/layout/content-box_bg_orange.png) 0 0 no-repeat;
}
.accordion_toggle.leser {
	/* background: url(resource/images/leser_icon.jpg) no-repeat top left #fff; */
	background: #F5821F url(../images/layout/content-box_bg_orange.png) 0 0 no-repeat;
}
.accordion_toggle.software {
	/* background: url(resource/images/software_icon.jpg) no-repeat top left #fff; */
	background: #F5821F url(../images/layout/content-box_bg_orange.png) 0 0 no-repeat;
}
.accordion_toggle_active {
	color: #000;
	border-bottom: none;
}
.accordion_toggle_active .karte {
	background: url(resource/images/karte_icon.jpg) no-repeat top left #fff;
}
.accordion_toggle_active .leser {
	background: url(resource/images/leser_icon.jpg) no-repeat top left #fff;
}
.accordion_toggle_active .software {
	background: url(resource/images/software_icon.jpg) no-repeat top left #fff;
}
.accordion_content {
	background-color: #fff;
	color: #444444;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0 0 1px 0;
	margin: 0 0 18px 0;
}


.accordion_toggle h3 { color: #fff; font-size: 10px; font-weight: normal; line-height: 18px; padding: 6px 13px 0;	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.accordion_toggle h3 span { font-size: 18px; font-weight: bold; line-height: 1em; }

.accordion_content h4 { color: #f4831d; }
.accordion_content p { font-size: 10px; padding: 0; margin: 0 0 0.5em; line-height: 1em; }
.accordion_content label { font-size: 10px; line-height: 20px; }

.accordion table td {
	background: #eee;
	text-align: center;
	padding: 2px;
}

