ul.treeList a {
    color: #000;
}

ul.treeList {
    list-style-type: none;
    background: url("../images/vline.png") repeat-y;
    margin: 0;
    padding: 0;
}

ul.treeList li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background: url("../images/node.png") no-repeat;
    color: #369;
    font-weight: bold;
}

ul.treeList li:last-child {
    background: #FAFAFA url("../images/lastnode.png") no-repeat;
}

ul.treeList li .create a {
    color: green;
    text-decoration: none;
}

ul.treeList li .edit a {
    margin-left: 5px;
    color: #C2007B;
    text-decoration: none;
}

ul.treeList li .delete a {
    margin-left: 5px;
    color: red;
    text-decoration: none;
}

ul.treeList li ul {
    margin-left: 10px;
}

ul.treeList {
    margin-left: 15px;
    display: inline-block;
    text-align: left
}

div.categoriaCheckbox {
    margin-top: 0.5em;
}

div.listaCategorias {
    text-align: center;
}