#cattree div {
    margin-left: 20px;
    padding-left: 0;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow-x: visible;
}
#cattree {
    padding-left: 0;
    float: left;
    width: 250px;
    font-size: 10px !important;
    color: #A7A7A7;
    overflow-x: hidden;
    width: 100%;
    margin-left: 0px;
    margin-left: -3px;
}
#cattree a {
    font-size: 12px !important;
    text-decoration: none;
    color: #849BCD;
}
#cattree a:hover {
    text-decoration: underline;
}
#cattree .match {
}
#cattree .tree {
}
#cattree .hilite {
    background-color: yellow;
}
#cattree .haskids:before {
    content:url(/images/common/catsel_sm_closed_lpad.png) " ";
}
#cattree .open:before {
    content:url(/images/common/catsel_sm_open_lpad.png) " ";
}
#cattree .tree, #cattree .root, #cattree .match {
    text-indent: 0;
}
#cattree .haskids, #cattree .open {
    cursor: pointer;
    text-indent: -41px;
    position: relative;
    left: 2px;
}
#cattree .current > a {
    color: #F59E33;
    font-weight: bold;
}

#cattree #seymour {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#cattree #seymour a {
    color: #F59E33;
    font-weight: bold;
    cursor: pointer;
}
#cattree #seymour a:hover {
    text-decoration: underline;
}
#cattree #seymour_loader {
    position: relative;
    top: -20px;
    left: -15px;
    text-align: center;
    color: black;
    font-weight: bold;
    display: none;
    color: #7D7D7D;
}
#initloading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #7D7D7D;
    font-weight: bold;
}
#nomatch {
    text-align: center;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 12px;
    text-indent: -15px;
}
