	p{
		font-family:arial;
		
	}
	
	
	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		
		display:none;	/* Initially hide sub nodes */
	}

	.dhtmlgoodies_tree img{
		margin:0px;
		padding:0px;
		cursor: pointer;
	}

	.dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		margin-bottom: 3px;
		
	}
	
	.dhtmlgoodies_tree li a{	/* Node links */
		
		text-decoration:none;
		font-family:arial;
		font-size:0.9em;
		padding-left:1px;
	}
	
	/**** NEW things by egor */
	.treeNodeImg {	display: block;	}
	.treeNodeInnerTxtContainer {display: block; position:relative; left: 20px; top: -15px;	margin-bottom:-10px; }
	.treeNodeInnerTxtContainerIE {display: block; position:relative; left: 20px; top: -20px;	margin-bottom:-10px; }