
/* Downloadbox  */
#dlall,
#dlrelated {
	font-size: 10px;
	float: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-left: -12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	margin-top: 1px;
	background: url(/fileadmin/img/bg_arrows.gif) no-repeat;
	background-color: #fff;
	background-position: right -16px;
	cursor: pointer;
}

#dlrelated {
	padding-right: 20px;
	width: 70px;
}

#dlall {
	border-right: 1px solid #cccccc;
	margin-left: 0px;
	padding-right: 18px;
	width: 30px;
}


#dlbox {
	padding-left: 12px; 
	padding-top: 24px; 
	padding-bottom: -24px; 
	background: url(/fileadmin/img/bg_downloadbox.gif) no-repeat 0px 53px;
}

.dlactive {
	font-weight: bold;
	color: #015a9c;
	background-position: right 4px !important;
}

.dlinner {
	font-size: 10px;
	float: left;
	color: #000;
}



#dlall.inactive {
	border-top: 0px !important;
	border-right: 0px !important;
}

#dlrelated.inactive {
	border-top: 0px !important;
	border-left: 0px !important;
}

#dlform1 {
	font-size: 10px;
}

.selectDisabled {
	color: #aaaaaa !important;
	
}

#dlcontainer01 {
 padding-left: 12px; 
 padding-top: 14px; 
 clear: both; 
 float: none;
}

select.downloads {
	font-size: 9.9px;
}