.big_overlay {
	padding: 5px;
	border: 1px solid black;
	background: white;
}
.description, .detail_text {
	padding: 10px 15px;
}
.pic {
	padding: 10px 10px 0 10px;
}
.text {
	vertical-align: middle;
	width: 100%;
	padding-right: 60px;
	
}
.more {
	width: 31px;
	height: 7px;
	padding: 5px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}
.big_pic {
	margin: 10px;
	text-align: center;
}
.overlay {
	background: url(/images/produktdetails/bg1.png) top left no-repeat;
	position: absolute;
	width: 402px;
	height: 140px;
	padding: 10px 0 10px 10px;
	z-index: 5;
}
#detail1 {
	left: 370px;
	top: 130px;
	width: 412px;
	height: 160px;
}
#detail2 {
	left: 130px;
	top: 350px;
	width: 412px;
	height: 160px;
}
.overlay table {
	height: 134px;
	width: 385px;
}
.overlay table tr td {
	vertical-align: middle;
}
.close {
	cursor: pointer;
	position: absolute;
	left: 364px;
	top: 19px;
	width: 37px;
	height: 18px;
	background: url(/images/produktdetails/close.png) top left no-repeat;
	z-index: 6;
}
.over {
	position: absolute;
	display: none;
	width: 372px;
	height: 140px;
}