﻿.node 
{
	margin-bottom:4px;
	position:relative;
}

.node a 
{
	display:block;
}



.node .nodeplus 
{
	float:left;
    top:0px;
    left:-7px;
	width:16px;
	height:16px;
    display:block;
    cursor:pointer;
    
}

.node .nodetitle {
    margin-left:15px;
    display:block;
    font:normal 1.1em Arial;
    padding:1px;
}

.noderoot .nodetitle {
}

.noderoot .nodeplus {
}



.node .nodechilds 
{
	margin-top:4px;
    margin-left:18px; 
}


.nodemulti .nodeplus {
   background-image:url(/pics/left_treeview_node_arrow1.png);
}

.nodesolo .nodeplus {
   background-image:url(/pics/left_treeview_node_arrow2.png);
}


.nodeopened>.nodeplus {
   background-image:url(/pics/left_treeview_node_arrow1_expand.png);
}


.nodeopened>.nodetitle 
{
	font-weight:bold;
	
}

.nodeopened>.nodetitle a
{
	color:Black;
}


.nodeselected 
{

}

.nodelastselected>.nodetitle 
{
	background-color:crimson;
	
	background-position:left top;
	background-repeat:repeat-x;
	border:solid 2px crimson;
	padding:0px; 
	
}

.nodelastselected>.nodetitle a 
{
	color:White;
	font-weight:bold;
	padding:0px 0px 0px 2px;
}

.nodeselected>.nodetitle a:hover 
{
	color:White!important;
   
}