.octree{
    margin-left: 10px;
    overflow: hidden;
}

.octree ul{
    padding: 0;
    margin: 0;
}

.octree li{
    list-style-type: none;
    line-height:1.1em;
    padding: 2px 0;
    background-position: top left;
    padding-left: 16px;
}

.octree li.octree-leaf{
    background-image: url("leaf.gif");
    background-repeat: no-repeat;
}

.octree li.octree-expand{
    background-image: url("expand.gif");
    background-repeat: no-repeat;
}

.octree li.octree-contract{
    background-image: url("contract.gif");
    background-repeat: no-repeat;
}

.octree li.root{
    background-image: none;
}

.octree li.root a{
    position: relative;
    left: -5px;
}

a.octree-link{
    text-decoration:none;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    vertical-align: top;
    margin: 0px;
    margin-left: 3px;
    cursor: pointer;
    font-size:13px;
    position:relative;
    top:-3px;  
}

li.focused > a.octree-link{
    background-color: #003399;
    color:white;
    padding-left: 2px;
    padding-right:2px;
}

.octree_bullet{
    /*background-color: red;
    opacity: 0.5;*/
    cursor: pointer;
    height: 16px;
    margin-left: -16px;
    position: absolute;
    width: 16px;
}

#ocdoc_treeControls{
    padding-left:19px;
}

#ocdoc_treeControls > a{
    font-size:11px;
    position:relative;
    top:-3px;
    color:#787878;
    line-height:1.4em;
}

#ocdoc_treeControls > span{
    color:#787878;
    margin-left: 4px;
    margin-right: 3px;
}