/* ------- File types  (start) ------- */
a.file, a.video, a.ppt, a.exe, a.doc, a.dir, a.html, a.img, a.pdf, a.sound, a.txt, a.zip, a.xls, a.csv {
    padding-left: 20px;
    height: 20px;
    display: block;
    color: #74797E;
    margin-left: 16px;
}

a.file {
    background: url( ../images/files/file.gif ) no-repeat;
}

a.video {
    background: url( ../images/files/video.gif ) no-repeat;
}

a.ppt {
    background: url( ../images/files/ppt.gif ) no-repeat;
}

a.exe {
    background: url( ../images/files/exe.gif ) no-repeat;
}

a.doc {
    background: url( ../images/files/doc.gif ) no-repeat;
}

a.dir {
    background: url( ../images/files/folder_close.gif ) no-repeat;
}

a.html {
    background: url( ../images/files/html.gif ) no-repeat;
}

a.img {
    background: url( ../images/files/img.gif ) no-repeat;
}

a.pdf {
    background: url( ../images/files/pdf.gif ) no-repeat;
}

a.sound {
    background: url( ../images/files/sound.gif ) no-repeat;
}

a.txt {
    background: url( ../images/files/txt.gif ) no-repeat;
}

a.zip {
    background: url( ../images/files/zip.gif ) no-repeat;
}

a.xls, a.csv {
    background: url( ../images/files/xls.gif ) no-repeat;
}

/* ------- File types (end) ------- */

