
.dTree ul, li
{
   /* margin:0px;*/
    padding: 0px;
    list-style-type: none;
    
}

.dTree a
{
   /* height: 18px;*/
   /* display: inline-block;*/
    padding-top: 0px;
    color:#000;
    text-decoration: none;
	text-align: right;

}

.text
{
    height: 18px;
    display: inline-block;
    float: right;
    text-decoration: none;
}


.dTree li
{
   /*height: 18px;*/
    display: block;
    /*width: 420px;*/
    line-height: 20px;
	float:none;
	
}

.dTree li.folder-group
{
    height: auto;
    
}

.folder-group ul
{
   padding-left: 20px;
   display: none;
}

.folder
{
    background: url('../images/misc.png') 0px -39px no-repeat;
    padding-left: 20px;
     height: 18px;
    display: inline-block;
    float: right;
    transition: all 0.5s ease-in-out;
}

.folder-open
{
    background: url('../images/misc.png') -21px -39px no-repeat;
    padding-left: 20px;
    height: 18px;
    display: inline-block;
    float: right;
    transition: all 0.5s ease-in-out;
}

.main
{
    background: url('../images/misc.png') 2px 0 no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
}

.folder-group
{
    background: url('../images/misc_line.png') repeat-y;

  

}

.folder-group.last
{
   background: none;
}

.plus
{
    background: url('../images/misc.png') 0px -59px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: right;
}

.last .plus
{
    background: url('../images/misc.png') 0px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: right;
}

.folder-group.last .minus
{
    background: url('../images/misc.png') -18px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: right;
}

.minus
{
    background: url('../images/misc.png') -18px -59px no-repeat #fff;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: right;
}

.page
{
    background: url('../images/misc.png') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
}

.join
{
    background: url('../images/misc.png') 0 -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
}

.join-last .join
{
    background: url('../images/misc.png') -18px -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
}