.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	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;
	font-size: 10px;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-color: #FAB600;
	border-bottom-width: 1px;
}

.webfx-tree-item a:active {
	color: #FAB600;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 10px;
	height: 10px;
}
.webfx-tree-item a.selected {
	border-style: dashed;
	border-color: #FAB600;
	border-width: 1px;
}

.webfx-tree-item a.selected-inactive {
	border-style: dashed;
	border-color: #333333;
	border-width: 1px;
}
