/* Header for the current category */
.modlinks_currentcategory {
	font-size: 18px;
	display:block;
	font-weight: bold;
}
/* Box around the sub categories */
.modlinks_categorylist{
	border: 1px solid #000000;
	width:600px;
}
/* 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: 12px;
	padding-left: 10px;
	font-weight: bold;
}
/* Box around the links list */
.modlinks_linkslist{
	width:600px;
	margin-top:25px;
	border: 1px solid #000000;

}
/* Box around the  no-links-in-category text */
.modlinks_nolinkslist{
	width:600px;
	margin-top:25px;
	border: 1px solid #000000;
	color: #cfcfcf;

}
/* The links header */

.modlinks_linksheader {
	font-size: 18px;
	display:block;
	font-weight: bold;
}
/* The actual link text */

.modlinks_link{
	display:block;
	font-weight:bold;
	
}
/* The link description */
.modlinks_linkdesc{
	display:block;
	font-family:italic;
}
