.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	color: #fff;
	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 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size : 12px;  
	color: #993333;
	text-decoration: none;
}

.webfx-tree-item a:hover {
 	font-family : Arial, Helvetica, sans-serif;
   	font-size : 12px;	
	color: #993333;
	text-decoration: underline;
}

.webfx-tree-item a:active {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: highlight;
	color: #993333;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}
.webfx-tree-item a.selected {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #993333;
	background: selected;
}

.webfx-tree-item a.selected-inactive {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #993333;
	background: buttonface;
}

div.container {
     	font-family : Arial, Helvetica, sans-serif;
     	font-size : 12px;
        position: absolute; top:115px;
        width: 260px;
        left: 0px;
        height: 612px;
        padding: 5px;
        overflow: auto;
        background: #eee;
	 border: 1px solid #993333;	
}
div.ns_container {
     	font-family : Arial, Helvetica, sans-serif;
     	font-size : 12px;
        position: absolute; top:111px;
        width: 250px;
        left: 0px;
        height: 600px;
	 padding: 5px;
        overflow: auto;
        background: #eee;
	 border: 1px solid #993333;	                
}
