table.root-category-items {
    width: 100%;
}
table.root-category-items td {
    text-align: center;
    vertical-align: top;
    padding: 10px;
}
table.root-category-items td ul {
    margin: 0px auto;
}
table.root-category-items td ul li {
    text-align: left;
    margin: 5px 0px;
    padding-left: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
}
table.root-category-items td ul li a {
    font-weight: bold;
    font-size: 12px;
}

