.mimetype {
    background-image: url(mimetypes/icon_attachment.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.image_gif,
.image_bmp,
.image_jpeg,
.image_png {
    background-image: url(mimetypes/image.gif) !important;
}

.application_pdf {
    background-image: url(mimetypes/page_white_acrobat.gif) !important;
}

.application_vnd-ms-excel {
    background-image: url(mimetypes/page_white_excel.gif) !important;
}

.application_vnd-oasis-opendocument-spreadsheet {
    background-image: url(mimetypes/table.gif) !important;
}

.application_msword {
    background-image: url(mimetypes/page_white_word.gif) !important;
}

.application_vnd-oasis-opendocument-text {
    background-image: url(mimetypes/page_text.gif) !important;
}

.application_vnd-ms-powerpoint {
    background-image: url(mimetypes/page_video.gif) !important;
}

.application_zip,
.application_x-tar,
.application_x-rar-compressed {
    background-image: url(mimetypes/icon_package.gif) !important;
}

.application_flash {
    background-image: url(mimetypes/icon_flash.gif) !important;
}