

.webfx-tree-item span{
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
	cursor: default;
}

.selected {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.selected-inactive{
	background: highlight;
	color: white;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}

.folderlist{
	overflow: auto;
	width: 100%;
	cursor: default;
}
