.webfx-tree-container {
	margin: 0px;
	padding:0 4px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding:4px 5px 0 5px;
	margin: 4px 0;
	white-space: nowrap;
	font-size:14px;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	margin-left: 3px;
	padding: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 img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 9px;
	height: 9px;
}
.webfx-tree-item a.selected {
	color: selectedtext;
	background: selected;
}

.webfx-tree-item a.selected-inactive {
	color: windowtext;
	background: buttonface;
}

.webfx-tree-item1 {
	padding:4px 5px 0 5px;
	margin: 4px 0;
	white-space: nowrap;
	font-size:12px;
}

.webfx-tree-item1 a, .webfx-tree-item1 a:active, .webfx-tree-item1 a:hover {
	margin-left: 3px;
	padding:1px 2px;
}

.webfx-tree-item1 a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item1 a:hover {
	color: blue;
	text-decoration: underline;
}

.webfx-tree-item1 a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}