/* ------- File types  (start) ------- */

.fileBox p {
    padding: 6px 0 0 25px;
    margin-bottom: 0;
}

.fileBox p.file {
    background: url( ../images/files/file.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.video {
    background: url( ../images/files/video.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.ppt, .fileBox p.pptx {
    background: url( ../images/files/ppt.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.exe {
    background: url( ../images/files/exe.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.msword, .fileBox p.doc, .fileBox p.docx {
    background: url( ../images/files/doc.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.dir {
    background: url( ../images/files/folder_close.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.html, .fileBox p.htm {
    background: url( ../images/files/html.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.img,  .fileBox p.gif, .fileBox p.jpeg, .fileBox p.jpg, .fileBox p.png {
    background: url( ../images/files/img.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.pdf {
    background: url( ../images/files/pdf.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.sound, .fileBox p.wav {
    background: url( ../images/files/sound.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.txt {
    background: url( ../images/files/txt.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.xls, .fileBox p.xlsx, .fileBox p.csv {
    background: url( ../images/files/xls.png ) no-repeat  scroll 0.5em 0.5em;
}
.fileBox p.zip, .fileBox p.sit  {
    background: url( ../images/files/zip.png ) no-repeat scroll 0.5em 0.5em;
}
.fileBox p.rar,  .fileBox p.tar, .fileBox p.gz    {
    background: url( ../images/files/rar.png ) no-repeat scroll 0.5em 0.5em;
}

/* ------- Special treatment for serach results when result hit is a file ------- */

.fileBox a.file {
    background: url( ../images/files/file.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}

.fileBox a.ppt, .fileBox a.pptx {
    background: url( ../images/files/ppt.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}

.fileBox a.msword, .fileBox a.doc, .fileBox a.docx {
    background: url( ../images/files/doc.png ) no-repeat scroll 0.2em 0em;;
    padding-left:24px;
}
.fileBox a.html, .fileBox a.htm {
    background: url( ../images/files/html.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.pdf {
    background: url( ../images/files/pdf.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.txt {
    background: url( ../images/files/txt.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.xls, .fileBox a.xlsx, .fileBox a.csv {
    background: url( ../images/files/xls.png ) no-repeat  scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.zip, .fileBox a.sit  {
    background: url( ../images/files/zip.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.rar,  .fileBox a.tar, .fileBox a.gz    {
    background: url( ../images/files/rar.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;
}
.fileBox a.jahiapage    {
    background: url( ../images/files/html.png ) no-repeat scroll 0.2em 0em;;
        padding-left:24px;;
}


/* ------- File types (end) ------- */