/**
* Downloads
**/

.tx-abdownloads-pi1 {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #212121;
}

.tx_abdownloads_treeView_category_level_1 {
	display: none;
	float: left;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.tx_abdownloads_treeView_category_level_2 {
	float: left;
	width: 590px;
	height: auto;
	background-color: #e1e1e1;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.tx_abdownloads_treeView_downloads {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}


/**
*	Download - Detailansicht
**/

.tx_abdownloads_categoryPath {
	float: left;
	width: 600px;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.tx_abdownloads_viewDetailsForDownload {
	float: left;
	width: 600px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #ad0;
	border-bottom: 1px solid #e1e1e1;
}

.label {
	float: left;
	width: 100%;
	font-weight: bold;
}
	
