/* general stuff */

#rokdownloads h3 {
	/*display: none; /* JH: zusätzliche Überschriften ausgeblendet */
	/* font-size: 170%; JH: wird von JSN-Template übernommen */
	margin: 8px 0; /* Default: 20px */
}

#rokdownloads h4  {
	/* font-size: 130%; JH: wird von JSN-Template übernommen */
	text-decoration: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#rokdownloads h3 a,
#rokdownloads h4 a {
	font-weight: bold;
}


#rokdownloads .rd_thumb {
	position: relative; /* JH: wichtig für IE6 */
	float: left;
	width: 100px;
	z-index: 10; /* JH: wichtig für IE6 */
}

#rokdownloads .rd_thumb img,
#rokdownloads .rd_thumb div {
	margin: 0 20px;
}

#rokcdownloads .rd_thumb div {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #f00;
}

#rokdownloads .rd_details {
	margin-left: 100px;
}

#rokdownloads .nothumb .rd_details {
	margin-left: 15px;
}

#rokdownloads ul {
	margin: 15px 0;
	padding: 0;
}

#rokdownloads li {
	list-style: none;
	background: url(../images/gradient.png) 0 0 repeat-x;
	padding: 10px 15px 15px 0; /* JH: Default: 15px 15px 35px 0 */
}

#rokdownloads dl {
	background: #eee;
	padding: 5px;
	margin: 0 -5px 10px -5px;
}

#rokdownloads dt {
	position: relative; /* JH: wichtig für IE6 */
	float: left;
	width: 100px;
	color: #666;
	z-index: 10; /* JH: wichtig für IE6 */
}

#rokdownloads dd {
	font-weight: bold;
}

#rokdownloads .rd_button {
	position: relative; /* JH: wichtig für IE6 */
	float: left;
	margin-right: 4px;
	display: block;
	width: 126px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-weight: bold;
	background: url(../images/button.png) 0 0 no-repeat;
	z-index: 20; /* JH: wichtig für IE6 */
}

#rokdownloads .rd_button:hover, /* JH: wichtig für IE6 */
#rokdownloads .rd_button :focus  { /* JH: wichtig für IE6 */
	background: url(../images/button.png) 0 0 no-repeat;
}

/* folder specific stuff */

#rd_folder {
	padding: 0; /* JH: Default: padding-bottom: 15px; */
	margin: 0; /* JH: Default: margin-bottom: 15px; */
	line-height: 1.5em; /* Default: 1em */
	/* border-bottom: 5px solid #eee; JH */
	overflow: hidden;
}

/* JH: h3 modifizieren, u.a. um Abstand zwischen Ordnerpfad und Unterordner-Überschrift zu reduzieren */
#rd_folder h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1.2em;
	color: #999; /* alternativ: #00789F */
}

/* JH: Namen des aktuellen Ordners abweichend formatieren */
#rd_folder h3 span {
	color: #666; /* alternativ: #00789F; */
}

#rd_folder .rd_folder_default {
	background: url(../images/folder.png) 0 0 no-repeat;
}

/* JH: Abweichende Formatierung des Ordner-Einleitungstexts: */
#rd_folder .rd_details {
	margin-left: 120px;
	color: #666;
}


/* subfolder & files stuff */

#rd_subfolders {
	/* border-bottom: 5px solid #eee; JH */
}

/* JH: Abstand zwischen Unterordnern und Dateien anpassen */
#rd_subfolders ul {
	margin-bottom: 6px;
}

/* JH: Abstand zwischen Unterordnern anpassen */
#rd_subfolders ul li {
	margin-bottom: 6px;
}

/* file list stuff */

#rokdownloads .rd_file,
#rokdownloads #rd_file {
	position: relative;
	margin-top: 12px; /* JH: damit Detailansicht nicht an Überschrift klebt */
}

li.rd_file {
	margin-bottom: 12px; /* JH: damit einzelne Downloads nicht aneinander kleben */
}

#rokdownloads .rd_status span {
	position: absolute;
	bottom: 0; /* JH: Ausrichtung unten (Default: top: 0) */
	right: 0;
	display: block;
	width: 83px;
	height: 83px;
}

#rokdownloads .rd_status span span {
	display: none;
}

#rokdownloads .rd_status span.rd_hot {
	background: url(../images/hot.png) 100% 0 no-repeat;
}

#rokdownloads .rd_status span.rd_new {
	background: url(../images/new.png) 100% 0 no-repeat;
}

#rokdownloads .rd_status span.rd_updated {
	background: url(../images/updated.png) 100% 0 no-repeat;
}

/* JH: Klassen für deutsche Labels */
#rokdownloads .rd_status span.rd_hot_de {
	background: url(../images/hot_de.png) 100% 0 no-repeat;
}

#rokdownloads .rd_status span.rd_new_de {
	background: url(../images/new_de.png) 100% 0 no-repeat;
}

#rokdownloads .rd_status span.rd_updated_de {
	background: url(../images/updated_de.png) 100% 0 no-repeat;
}

#rokdownloads .rd_buttons {
	overflow: hidden;
}

/* file specific stuff */

#rd_file {
	position: relative; /* JH: wichtig für IE6 */
	background: url(../images/gradient.png) 0 0 repeat-x;
	padding: 15px 15px 35px 0;
	z-index: 0; /* JH: wichtig für IE6 */
} 
	
	
#rokdownloads .rd_pagination {
	text-align: center;
	margin: 10px 0 0; /* JH: Default: 20px 0 20px 0; */
	overflow: hidden;
}

#rokdownloads .rd_pages {
	float: right;
}

#rokdownloads .rd_counter {
	float: left;
}

/* breadcrumb stuff */

#rokdownloads #rd_breadcrumbs {
	font-size: 1.2em; /* JH */
	font-weight: bold; /* JH */
	line-height: 1.4em; /* JH */
	padding: 10px 0;
}

/* JH: "Trenner" (z.Zt. Backslashes) zwischen Ordnerebenen: */
#rokdownloads #rd_breadcrumbs span {
	font-size: 1.2em; /* JH */
	font-weight: bold;
	color: #999;
	vertical-align: middle; /* JH: um Trennzeichen richtig auszurichten */
}
