.webfx-tree-container 
{
	margin: 0px;
	/*padding: 1px;*/
	white-space: nowrap;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
  cursor:pointer;
	margin:0 1px 0 0;
}

.webfx-tree-icon {
}

.webfx-tree-item 
{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

.webfx-tree-item a.fx_normal, 
.webfx-tree-item a:active.fx_normal, 
.webfx-tree-item a:hover.fx_normal, 
.webfx-tree-item a:visited.fx_normal 
{
	margin-left: 3px;
	/*padding: 1px 2px 1px 2px;*/
  font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color : #333333;
  padding:0 3px;
}

.webfx-tree-item a.fx_selected, 
.webfx-tree-item a:visited.fx_selected, 
.webfx-tree-item a:active.fx_selected, 
.webfx-tree-item a:hover.fx_selected 
{
	margin-left: 3px;
	/*padding: 1px 2px 1px 2px;*/
  /*font-family: Verdana;
  font-size: 12px;*/
  text-decoration: none;
	color: #000000;
	background: #DFDFDF;
}

