/* CSS Document */

/** Liste positioniert alle tabst auf der höhe wo es eingesetz worden ist **/
.tab_list {
	position: absolute;
	margin-top: -10px;
}
/** Tabs allgemein **/
.tab_left, .tab_left_active {
	padding-left:6px;
	float:left;
}
.tab_right, .tab_right_active {
	padding-right:6px;
}
.tab_body, .tab_body_active {
	text-align:center;
	color:#7e807f!important;
}
.tab_body *, .tab_body_active * {
	color:#7e807f!important;
}
.tab_body a {
	display: block;
	padding:5px 18px 4px 18px;
	text-decoration: none;
}
/** Inactive Tabs **/
.tab_left {
	background:url("../../../../images/layout/tab_inactive_left_right.jpg") no-repeat;
}
.tab_right {
	background:url("../../../../images/layout/tab_inactive_left_right.jpg") no-repeat 100% 0%;
}
.tab_body {
	background:url("../../../../images/layout/tab_inactive_bg.jpg") repeat-x 100% 0%;
}
/** Active Tabs **/
.tab_left_active {
	background:url("../../../../images/layout/tab_active_left_right.jpg") no-repeat;
}
.tab_left_active .tab_right {
	background:url("../../../../images/layout/tab_active_left_right.jpg") no-repeat 100% 0%;
}
.tab_left_active .tab_body {
	background:url("../../../../images/layout/tab_active_bg.jpg") repeat-x 100% 0%;
}
/** Verwande produkte **/
.productRelations .image, .productOrtherBuys .image {
	border: 1px solid #ede9e8;
	padding: 4px;
}
.productRelations .text, .productOrtherBuys.text {
	font-weight: bold;
	padding: 10px 0 10px 11px;
}
.productRelations .text A, .productOrtherBuys .text A {
	text-decoration: none;
}
.content .blocksatz {
	text-align: justify;
}
.productDetail ul {
	padding-left: 20px;
	list-style: square;
}
.productDetail li {
	padding-bottom: 0.5em;
}

.productDetail .box .box_title {
	background-color: #dfdfdf;
}
.productDetail .box .box_title h1 {
	color: #d3001a;
	margin: 0;
	padding: 0;
}

#product_tabinhalt_1, #product_tabinhalt_2 {
	background-color: #f2f4f3;
	margin-top: 15px;
	padding: 0px 10px;
}
#product_tabinhalt_2 {
	padding-top: 5px;
}