comDownloadsStepsheet .Iteminfo {
	font-size:9pt;
	font-weight:normal;
	padding:4px 0px 0px 12px;
	text-decoration: none;
	float:left;
}
comDownloadsStepsheet .Searchcounter {
	padding: 8px 0px;
}

/* Suchfelder */
#ResetBtn { }
#SearchBtn { }
#SearchOptionsBtn {
	margin-left:4px;
}
#SearchText {
 width:300px;
}
#SearchTitel, #SearchAuthor, #SearchMusic {
	margin-top:16px;
}
comDownloadsStepsheet .SearchAreaInnert {
	text-align:center;
	margin-top:-24px;
	padding-top:24px;
}
comDownloadsStepsheet label.Checkbox {
	margin-right:24px;
}

/* Seitenauswahlelemente */
#hlpPageselectAlpha {
	font-size: 12pt;
	padding-top: 16px;
	text-align:center;
}

/* Tabellenzeilen und spalten einrichten */
comDownloadsStepsheet .ColumnHeader {
	float:left;
	font-weight:bold;
	padding-top: 16px;
}
comDownloadsStepsheet .ColumnHeader.colName,
comDownloadsStepsheet .ColumnHeader.colAuthor,
comDownloadsStepsheet .ColumnHeader.colLearned
	{ width:200px; }

comDownloadsStepsheet .Row {
	clear: both;
	text-decoration:none;
}
comDownloadsStepsheet .RowHIGH {
	border-bottom:solid 2px #0000FF;
	border-top:solid 2px #0000FF;
	font-weight:bold;
	padding:4px 0px;
	height: 40px;
}
comDownloadsStepsheet .RowLOW {
	padding:4px 0px;
	height:15px;
	overflow:hidden;
}
comDownloadsStepsheet .Cell {
	float:left;
	overflow: hidden;
	padding-left: 8px;
	white-space:nowrap;
}
comDownloadsStepsheet .Cell.colNumber
	{ display:none; }
comDownloadsStepsheet .Cell.colName,
comDownloadsStepsheet .Cell.colAuthor,
comDownloadsStepsheet .Cell.colLearned {
	width:200px;
}
