﻿.RootNode
{
	background-color:#333333;
	/*border-left: medium solid #2A2A2A;*/
	padding-left:20px;
	color:White;
	height:35px;
	padding-top:9px;
	background:#333333 url(SeparatorChild.png) no-repeat;
	background-position:left bottom;
	cursor:pointer;
}

.SubNode
{
	background-color:#333333;
	border-left: medium solid #7A7A7A;
	padding-left:35px;
	color:White;
	height:25px;
	cursor:pointer;
}

.Node
{
	background-color:#333333;
	border-left: medium solid #333333;
	padding-left:35px;
	color:White;
	height:25px;
	cursor:pointer;
	
}
.Node:hover, .SubNode:hover
{
	background:#333333 url(SeparatorParentChrome1.png) no-repeat;
	
	background-position:left bottom;
	color:#ED1C24;
	
}

.RootNode:hover
{
	color:#ED1C24;
}
.ChooseItemParent
{
	
	/*border-left: medium solid #2A2A2A;*/
	padding-left:37px;
	margin-left:-18px;
	color:White;
	height:35px;
	padding-top:9px;
	cursor:pointer;
	background:#333333 url(parent.png) no-repeat;
	background-position:left bottom;
}
.ChooseItemParent1
{
	padding-left:37px;
	margin-left:-18px;
	color:White;
	height:35px;
	padding-top:9px;
	background:#333333;
	background-position:left bottom;
	cursor:pointer;

}
