#dtreec, #dtreea, #dtreep, #dtreel, #dtreecatwrapper, #dtreearcwrapper, #dtreepgewrapper, #dtreelnkwrapper {
	margin: 25px 0px 25px 0px; /*spacing from the open/close all links*/
	font-size: 12px;
	color: #3c78a7;
	white-space: nowrap;
	text-align:left; !important
}
#dtreec img, #dtreea img, #dtreep img, #dtreel img {
	border: 0px;
	vertical-align: middle;		
	float: none; 
	display:inline;
	margin: 0 0px 0px 0;
	padding: 0px !important;
	line-height: 11px !important;
}
#dtreec a, #dtreea a, #dtreep a, #dtreel a, #dtreecatwrapper a, #dtreearcwrapper a, #dtreepgewrapper a, #dtreelnkwrapper a {
	display: inline;
	padding: 0;
	color: #3c78a7;
	text-decoration: none;
}

#postcount {
	display: inline;
	padding: 0;
	color: #3c78a7;
	text-decoration: none;
}

#dtreec a.node{
	display:block;
	background:url(bullet.png) no-repeat center left;
	height:30px;
	width:165px;
	line-height:30px;
	text-decoration:none;
	text-align:left;
	padding-left:25px;
}

.clip{
	margin-left:20px;
}

#dtreec .clip .clip a{
	background:url(bullet-child.png) no-repeat center left;
}


#dtreec a:hover {
	color: #ccc;
}
/*If you want some cool highlighting on the active node, you can change it here. Default is a simple underline.*/
#dtreec a.nodeSel, #dtreea a.nodeSel, #dtreep a.nodeSel, #dtreel a.nodeSel {
	text-decoration: underline;
}
#dtreec .clip, #dtreea .clip, #dtreep .clip, #dtreel .clip {
	overflow: hidden;
	width: 100%;
}

