/** ------------------ files mimetypes ----------------- **/
.files {
    padding: 15px 0 0 0;
}
.files li {
    list-style: none;
}
a.file, 
a.file:visited {
    padding: 1px 0 0 20px;
    background: url('../img/icons/icon-word.gif') left center transparent no-repeat;
}
a.file:hover {
    padding: 1px 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
a.file.pdf {
    background-image: url('../img/icons/icon-pdf.gif');
}
a.file.xls {
    background-image: url('../img/icons/icon-excel.gif');
}
a.file.zip {
    background-image: url('../img/icons/icon-zip.gif');
}
a.file.rar {
    background-image: url('../img/icons/icon-rar.gif');
}
a.file.jpg {
     background-image: url('../img/icons/icon-jpg.gif');
}
a.file.gif {
     background-image: url('../img/icons/icon-gif.gif');
}
a.file.png {
     background-image: url('../img/icons/icon-png.gif');
}

