div#dccom_radLinks {
	margin:20px;
	font-size:14px;
}

div#dccom_radLinks h3 {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	color:black;
	border-bottom:1px solid #D7D5D5;
	font-family:trebuchet ms;
	font-size:18px;
}

div#dccom_radLinks h3#folder {
	background-image:url('images/icons/folderOpen.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
}

div#dccom_radLinks h3#links {
	background-image:url('images/icons/photo.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	clear:both;
}

div#dccom_radLinks div#folderCategoriesHolder {
	margin-left:20px;
}

div#dccom_radLinks div#category {
	float:left;
	padding:2px;
	margin:2px;
	min-width:70px;
}

div#dccom_radLinks div#parentCategory {
	padding:2px;
	margin:2px;
	min-width:70px;
	clear:both;
}

div#dccom_radLinks div#parentCategoryGray {
	padding:2px;
	margin:2px;
	color:#808080;
	min-width:70px;
	clear:both;
	font-size:11px;
}

div#dccom_radLinks div#category a, div#dccom_radLinks div#category a:link, div#dccom_radLinks div#category a:active, div#dccom_radLinks div#category a:visited {
	color:#0000ff;
	text-decoration:underline;
	font-weight:normal;
}

div#dccom_radLinks div#category a:hover {
	text-decoration:none;
}

div#dccom_radLinks div#parentCategory a, div#dccom_radLinks div#parentCategory a:link, div#dccom_radLinks div#parentCategory a:active, div#dccom_radLinks div#parentCategory a:visited {
	color:#008000;
	font-size:11px;
	text-decoration:underline;
}

div#dccom_radLinks div#parentCategory a:hover {
	text-decoration:none;
} 

div#dccom_radLinks div#categoryDescription {
	margin:10px;
	padding:5px;
}

#links {
	font-size:11px;
}

#links ul {
        list-style-type: none;

} 

#links li {
        border-top: 1px dotted #DDDDDD;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 100%;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

div#dccom_radLinksNoResults {
	text-align:center;
	color:#AAAAAA;
	border:1px solid #DDDDDD;
	padding:10px;
	font-size:12px;
}