/* CSS Document */

.productDetail {
	margin-bottom: 15px;
	text-align: justify;
}

.productDetail .title {
	padding-left: 5px;
	border-bottom: 2px solid #58585A;
}
.productDetail h1 {
	margin:0 0 3px;
}

.productDetail .productPicture {
	padding-right: 11px;
}
.productDetail .productBigPic {
	border: 1px solid #ccd;
	padding: 3px;
}
.productDetail .productSmallPic {
	float: left;
	padding: 3px;
	margin-top: 3px;
	margin-right: 5px;
	border: 1px solid #ccd;
	height: 47px;
}
.productDetail .productPrice {
	padding-top: 1em;
	padding-left: 4px;
}
.productDetail .productCode {
	text-align: right;
	margin-bottom: 0.5em;
}

/** Liste positioniert alle tabst auf der höhe wo es eingesetz worden ist **/
.tab_list {
	padding-left: 5px;
	background-color: #58585a;
}
/** 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;
}
.tab_body a {
	display: block;
	padding:5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/** 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;
}
.productDetail .productDetailContent {
	margin-top: 1em;
}
.productDetail .blocksatz {
	text-align: justify;
}
.productDetail ul {
	padding-left: 20px;
	list-style: square;
}
.productDetail li {
	padding-bottom: 0.5em;
}
