.webfx-tree-container {
		margin: 0px;
	padding: 0px;
	font-size: 13px;
	white-space: nowrap;
}

.webfx-tree-item {
 font-family: "Verdana", "Arial", "Helvetica", "san-serif";
	padding: 0px;
	margin-left: 8px;
	font-size: 12px;
	color: black;
	white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {

	margin-left: 3px;
	padding: 1px 2px 1px 2px;

}

.webfx-tree-item a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: blue;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item a.selected-inactive {
	color: windowtext;
	background: #B6D2FA;
}


.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}

