.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	color: WindowText;
	white-space: nowrap;
	height: 18px;
	/*overflow:hidden;�ر�*/
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	font-family: "����", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
}

.webfx-tree-item a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: #245461;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
	width: 14px;
    height: 14px;
}

.webfx-tree-icon {
	/*width: 16px;
	height: 16px;*/
}
.selected-inactive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #982d3c;
}
.selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #982d3c;
}
	
	
	
	
	
	
	
	
	
	