div.detail-table-container {
	background-color: #f8eed6;
	padding:10px;
	height:345px;
}

/* Tabs */
div.tabs {
	margin-top: 20px;
}

div.tab,div.tab-active,div.tab-filler {
	float: left;
	padding: 6px 8px;
	background-image: url(fileadmin/template/pics/heading-gray-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	border-left: 1px solid #FFF;
	color: #444;
}

div.tab-filler {
	background: none;
	float: none;
	border-right: none;
}

div.tab-active {
	background-color: #ffc435;
	background-image: url(fileadmin/template/pics/info-bg.png);
	background-repeat: repeat-x;
    color: #523b05;
	border-left: none;
}

div.tabinfo {
	background-color: #ffc435;
    color: #523b05;
}




.mpointer{
	cursor: pointer;
}

.mpointer:HOVER {
	cursor: pointer;	
}


div.detail-supplement{
	width: 100px;
	height: 18px;
	text-indent: 7px;
	background-position: right;
	background-image: url(fileadmin/hpb/open_details.png);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}

div.detail-supplement-close{
	width: 100px;
	height: 18px;
	text-indent: 7px;
	background-position: right;
	background-image: url(fileadmin/hpb/close_details.png);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}

div.detail-supplement:HOVER{
	cursor: pointer;
}

div.detail-supplement-close:HOVER{
	cursor: pointer;
}

.forward {
	cursor:pointer;
}

.backward {
	cursor:pointer;
}

#mm_search {
	background-color:#FFC435;
	color:white;
	width:100px;
	text-align:center;
	margin-left:235px;
	margin-top:10px;
	border: 1px solid white;
}

div.left {
	float:left;
	line-height: 150%;
	color: #555;
	font-size: 13px;
	width:375px;
}
div.box_right {
	float:right;
	margin-top:20px;
}

div.error {
	border: 1px solid red;
	background-color:white;
	padding:10px;
	font-weight:bold;
	margin-bottom:5px;
	display:none;
}

div#detail-table-3 a {
	color:black;
	text-decoration:underline;
}

label {
width:200px;
}

div#code {
background:white;
border: 1px solid black;
height:80px;
}
