/* Header for the current category */
.modlinks_currentcategory {
	font-size: 18px;
	display:block;
	font-weight: bold;
	margin-bottom:10px;
}
/* Box around the sub categories */
.modlinks_categorylist{
	border: 0px solid white;
	width:400px;
	padding:10px;
	margin-top:25px;
}
/* Sub categori description */
.modlinks_categorydesc{
  display:none;
  visibility:hidden;
}
/* Header for the subcategories */
.modlinks_categoryheader {
	font-size: 18px;
	display:block;
	font-weight: bold;
}
/* the sub categori text itself */
.modlinks_category {
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom:10px;
}
/* Box around the links list */
.modlinks_linkslist{
	width:400px;
	margin-top:25px;
	border: 0px solid white;
	padding: 10px 10px 10px 50px;

}
/* Box around the  no-links-in-category text */
.modlinks_nolinkslist{
	width:400px;
	margin-top:25px;
	border: 0px solid white;
	color: #cfcfcf;
	padding:10px;

}
/* The links header */

.modlinks_linksheader {
	font-size: 30px;
	display:block;
	font-weight: bold;
}
/* The actual link text */

.modlinks_link{
	display:block;
	font-weight:bold;
	line-height:2em;
	margin-top:10px;
	border-top: 1px dotted white;
	
}
/* The link description */
.modlinks_linkdesc{
	display:block;
	font-style:italic;
	line-height:1.5em;
}

