UL.jqueryFileTree A {
    display: inline-block;
}

.jqueryFileTree LI {
    background: none !important;
    font-family: ZenIcon;
    font-size: 16px;
}

/* Core Styles */
.jqueryFileTree LI.directory:before {
    content: '\e6ef';
}

.jqueryFileTree LI.expanded:before {
    content: '\e6f0';
}

.jqueryFileTree LI.wait {
    background: url(images/spinner.gif) left top no-repeat;
}


.jqueryFileTree LI.file:before {
    display: inline-block;
    width: 16px;
    height: 16px;
}

/* File Extensions*/
.jqueryFileTree LI.file:before,
.jqueryFileTree LI.ext_wmv:before,
.jqueryFileTree LI.ext_3gp:before,
.jqueryFileTree LI.ext_avi:before,
.jqueryFileTree LI.ext_mov:before,
.jqueryFileTree LI.ext_mpg:before,
.jqueryFileTree LI.ext_mpeg:before {
    content: '\e616';
}

.jqueryFileTree LI.ext_mp4:before {
    content: '\f1c8';
}



.jqueryFileTree LI.ext_vb:before,
.jqueryFileTree LI.ext_xml:before,
.jqueryFileTree LI.ext_rpm:before,
.jqueryFileTree LI.ext_ruby:before,
.jqueryFileTree LI.ext_pl:before,
.jqueryFileTree LI.ext_py:before,
.jqueryFileTree LI.ext_rb:before,
.jqueryFileTree LI.ext_rbx:before,
.jqueryFileTree LI.ext_rhtml:before,
.jqueryFileTree LI.ext_php:before,
.jqueryFileTree LI.ext_cpp:before,
.jqueryFileTree LI.ext_css:before,
.jqueryFileTree LI.ext_afp:before,
.jqueryFileTree LI.ext_afpa:before,
.jqueryFileTree LI.ext_asp:before,
.jqueryFileTree LI.ext_aspx:before,
.jqueryFileTree LI.ext_c:before,
.jqueryFileTree LI.ext_cfm:before,
.jqueryFileTree LI.ext_cgi:before,
.jqueryFileTree LI.ext_h:before,
.jqueryFileTree LI.ext_htm:before,
.jqueryFileTree LI.ext_html:before,
.jqueryFileTree LI.ext_jar:before,
.jqueryFileTree LI.ext_js:before,
.jqueryFileTree LI.ext_lasso:before {
    content: '\f1c9';
}

.jqueryFileTree LI.ext_svg:before,
.jqueryFileTree LI.ext_psd:before,
.jqueryFileTree LI.ext_bmp:before,
.jqueryFileTree LI.ext_gif:before,
.jqueryFileTree LI.ext_jpg:before,
.jqueryFileTree LI.ext_jpeg:before,
.jqueryFileTree LI.ext_pcx:before,
.jqueryFileTree LI.ext_png:before,
.jqueryFileTree LI.ext_tif:before,
.jqueryFileTree LI.ext_tiff:before {
    content: '\f1c5';
}

.jqueryFileTree LI.ext_log:before,
.jqueryFileTree LI.ext_txt:before {
    content: '\e6d4';
}

.jqueryFileTree LI.ext_fla:before,
.jqueryFileTree LI.ext_swf:before,
.jqueryFileTree LI.ext_m4p:before,
.jqueryFileTree LI.ext_mp3:before,
.jqueryFileTree LI.ext_ogg:before,
.jqueryFileTree LI.ext_wav:before {
    content: '\e602';
}

.jqueryFileTree LI.ext_bat:before,
.jqueryFileTree LI.ext_com:before,
.jqueryFileTree LI.ext_exe:before {
    content: '\e751';
}

.jqueryFileTree LI.ext_doc:before,
.jqueryFileTree LI.ext_docx:before {
    content: '\f1c2';
}

.jqueryFileTree LI.ext_pdf:before {
    content: '\f1c1';
}

.jqueryFileTree LI.ext_ppt:before {
    content: '\f1c4';
}

.jqueryFileTree LI.ext_csv:before,
.jqueryFileTree LI.ext_xls:before,
.jqueryFileTree LI.ext_xlsx:before {
    content: '\f1c3';
}

.jqueryFileTree LI.ext_rar:before,
.jqueryFileTree LI.ext_zip:before {
    content: '\f1c6';
}