﻿.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;	
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	font-size:12px;
	color: WindowText;
	white-space: nowrap;
	height: 22px;
	line-height:22px;
	overflow:hidden;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
}

.webfx-tree-item a {
	color:#000000;
	text-decoration: none;
	vertical-align:6px;
}

.webfx-tree-item a:hover {
	color:#ff0000;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align:2px;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}