UL.jqueryFileTree {
    font-size: 14px;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
}

    UL.jqueryFileTree LI {
        list-style: none;
        padding: 0px;
        padding-left: 15px;
        margin: 0px;
        white-space: nowrap;
    }

    UL.jqueryFileTree A {
        display: block;
        color: #444;
        font-size: 14px;
        text-decoration: none;
        word-break: keep-all;
        text-wrap: normal;
        width: 100%;
        height: 33px;
        line-height: 33px;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

        UL.jqueryFileTree A:hover {
            color: #597FD4;
        }

        UL.jqueryFileTree a span {
            display: inline-block;
            width:75%;
            _width:70%;
            overflow: hidden;
            white-space: nowrap;
            word-break: keep-all;
            text-overflow: ellipsis;
        }

        UL.jqueryFileTree A i {
            display: block;
            float: left;
            height: 20px;
            width: 20px;
            margin: 7px 5px 5px;
            background-image: url('../../../images/pc/icons.gif?t=2309');
            background-repeat: no-repeat;
        }

/* Core Styles */
i.directory {
    background-position: 0 -260px;
}
i.expanded {
    background-position: 0 -280px;
}
ul.jqueryFileTree a i.file {
    background-position: -20px -260px;
}
ul.jqueryFileTree a i.nofile {
 background-image: none;
}