#sidetree {}
#tree {
    overflow: auto;
}
#sidetree a {
    padding: 0 5px;
    font-size: 14px;
}
#sidetreecontrol {
    border-bottom: 1px solid #CCC;
    text-align: center;
}
#sidetreecontrol a {
    line-height: 25px;
    margin-left: 5px;
    font-size: 12px!important;
    /*    background-color: #E8E8E8!important;*/
}
#sidetreecontrol a.collapse-all {
    background: url(images/treeview-default.gif) -32px -70px no-repeat;
    padding-left: 18px;
    outline: none;
}
#sidetreecontrol a.expand-all {
    background: url(images/treeview-default.gif) -64px -25px no-repeat;
    padding-left: 18px;
    outline: none;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    list-style: none;
}

.treeview ul {
    /*    background-color: #E8E8E8;*/
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li { 
    margin: 0;
    padding: 2px 0pt 5px 16px;
}

.treeview a,a:hover {
    /*    color: #4E8DAC;
      background-color: #E8E8E8!important;*/
}
.treeview a:hover {
    color: #4E8DAC;
    text-decoration: underline!important;
    /*    background-color: #E8E8E8!important;*/
}

.treeview a.selected {
    /*    color: #4E8DAC;*/
    background-color: #AED0EA!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px!important;
    /*   color:#E8E8E8;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -69px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


/*
#tree-update {
    overflow: auto;
}
.treeview-update,.treeview-update ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview-update li {
    line-height: 30px;
    margin: 0px;
    padding: 0 0 0 15px;
}

.treeview-update li button {
    margin: 2px;
    padding: 2px 5px;
    font-size: 11px;
    border: solid 1px #CCC;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}
.treeview-update li button:hover {
    font-size: 11px;
    border: solid 1px #CCC;
    cursor: pointer;
    box-shadow: 1px 1px 10px #666;
}
.treeview-update li label {
    font-size: 15px!important;

}
*/