#categoryPanel {
    width: 122px;
    _width: 144px;
    height: 370px;
    _height: 390px;
    padding: 10px 10px 10px 10px;
    margin: 3px;
    border: 1px solid rgb(219, 219, 219);
    background: rgb(255, 255, 255);
}

#categoryPanel .heading {
    margin: 15px 0px;
    text-align: right;
    font-family: Gulim;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
    color: rgb(120, 120, 120);
    text-align: left;
    overflow: hidden;
}

#categoryPanel .content ul {
    padding: 3px 0px 0px 0px;
    border-top: 1px solid rgb(219, 219, 219);
    margin: 0px 0px 3px 0px;
}

#categoryPanel .content ul li {
    list-style-type: none;
    padding: 0px;
    margin: 10px 5px 10px 5px;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: rgb(120, 120, 120);
}

#categoryPanel .content ul li a {
    color: rgb(120, 120, 120);
}

#categoryPanel .content ul li a.selected {
    font-weight: bold;
}
