#container {
    float:left;
    width:100%;
}
#cat-tree {
    float:left;
    min-width:350px;
    _width:350px;
}
#cat-tree li 
{
    heigth:18px;
    line-height:18px;
}
#cat-tree a {
    cursor:pointer
}
#cat-info {
    width:500px;
    float:left;
    border-left:1px solid #125893;
    padding:10px;
    height:100%;
}
ul
{
    margin-left:10px;
}
.catname {
    cursor:move;
    display:block;
    float:left;
}

.catname:first-letter {
    color:black;
    font-weight:bold;
}


.closed {
     display:none
}

.toggler {
    float:left;
    background:url( '/s/js/tree.png') no-repeat;
    background-position:-90px 0px;
    display:block;
    width:18px;
    height:18px;
}
.empty {
     background-position:-108px 0px
}
.last .empty
{
     background-position:-18px 0px
}
.togglerclosed {
    background-position:-72px 0px
}
