﻿.tree li
{
    cursor: pointer;
}

/*
.tree li.open
{
	list-style: url(img/ul.gif);
}

.tree li.closed
{
	list-style: url(img/li.gif);
}
*/

#treelist
{
    margin-left: 15px;
}

#left ul
{
    margin-top: 0;
    margin: 0;
    padding: 0;
}

#left li
{
    list-style: none;
    margin: 0;
    padding: 0;
    
    margin-bottom: 10px;
}

#left a
{
    color: #58595b;
    text-decoration: none;
    font-size: 12px;
    
    margin-left: 15px;
}

.tree li.item
{
    list-style-image: none;
    list-style: none;
}

.tree li.open ul
{
    display: block;
}

.tree li.closed ul
{
    display: none;
}

.tree li ul li
{
    list-style: none !important;
    background-image: none !important;
    margin-left: 0;
}

.tree li a
{
    font-size: 11px !important;
    font-weight: normal !important;
    display:block;
}

#treelist li.open
{
    background-image: url(img/reddot.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

#treelist li.open a
{
    color: #df1a3d;
    font-weight: bold;
}

#treelist li.closed
{
    background-image: url(img/greydot.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

#treelist li.closed a
{
    color: #58595b;
}

#treelist li ul li ul  {
	
	margin-left:10px !important;
	
}