.tree
{
}

.tree span.dir {
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.tree a
{
	color:#333333;
	text-decoration:none;
}

.tree li.open {
	color: #d70d0d;
}

.tree a:hover {
	color: #d70d0d;
}

.tree a.l_active, .tree a.l_active:visited {
	color: #d70d0d;
}

.tree li, .tree ul
{
	list-style: none;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
}

.tree li
{
	padding:0px 0px 0px 36px;
	margin: 0;
	cursor: default;
}

.tree ul
{
	margin:0 0 0 -13px;
	padding:0;
}
.tree li.leaf
{
}
.tree li.leaf-last
{
}

.tree .folder-close
{
	background: url(../images/nkf.png) no-repeat 0px 11px;
}
.tree .folder-close-first
{
	background: url(../images/nkf.png) no-repeat 0px 11px;
}
.tree .folder-close-last
{
	background: url(../images/nkf.png) no-repeat 0px 11px;
}
.tree .folder-open
{
	background: url(../images/nkn.png) no-repeat 0px 15px;
}

.tree .folder-open span.dir, .tree .folder-open-first span.dir, .tree .folder-open-last span.dir {
	color: #d70d0d;
}

.tree .folder-close span.dir, .tree .folder-close-first span.dir, .tree .folder-close-last span.dir {
	color: #333333;
}

.tree .folder-open-first
{
	background: url(../images/nkn.png) no-repeat 0px 15px;
}
.tree .folder-open-last
{
	background: url(../images/nkn.png) no-repeat 0px 15px;
}
.tree .root{
	
}
.tree .toggler
{
	float:left;
	margin-left:-34px;
	height:16px;
	width:20px;
	background-image:url(../images/tree/spacer.gif);
	cursor:pointer;
}

.tree .dir {
	cursor:pointer;
}



.tree span.text {
	line-height: 18px;
	font-size: 11px;
	color: #292929;
}

.tree span.text a {
	height: 18px;
}

.tree span:hover {
	color: #d70d0d;
}

.tree span.dir {
/*	position:relative;
	left: -18px;  */
	margin-left: -18px;
}

.tree span.text {
/*	position:relative;
	left: -35px;  */
	margin-left: -35px;
}

.tree ul.ajax
{
	background: url(../images/tree/spinner.gif) no-repeat 0 0;
	height: 16px;
}
.tree ul.ajax li
{
	display:none;
}
.tree .text{
	cursor:pointer;
}
.tree .active{
	color: #d70d0d;
	text-decoration: none;
	margin-left: -35px;
	font-size: 11px;
	line-height: 18px;
}