UL.jqueryFileTree {
    font-size: 14px; font-family: 'swis721_cn_btroman';
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    color: #333;
}
UL.jqueryFileTree LI {
    list-style: none;
    padding: 0px;
    padding-left: 22px;
    margin: 10px 0;
    white-space: nowrap;
}
UL.jqueryFileTree A {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 2px;
}
UL.jqueryFileTree A:hover {
    background: #D8E1EB;
}
.jqueryFileTree LI.directory { background: url(../img/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../img/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../img/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../img/ajax-loader.gif) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(../img/pdf.png) left top no-repeat; }
