ul.categorytree-list {
    list-style-type : none;
    padding: 0;
    margin-left: 1.5em;
   
}
ul.categorytree-sublist {
    list-style-type : none;
    padding: 0;
    margin-left: 2em;
}
li.categorytree-node {
    //margin-top    : 1em;
    //margin-bottom : 0.2em;
    //font-weight   : bold;
}
li.categorytree-leaf {
    //margin : 0;
    //font-style   : italic;
    //font-weight   : normal;
}
.subscribedcategory {
    font-weight : bold;
}
.unsubscribedcategory {
    font-weight : normal;
}

