/* files */
.attachment {
    margin: 1em; padding-left: 40px; padding-bottom: 8px;
    background: url( "../images/unknown.png" ) no-repeat left top;
}
.application_msword {
    background: url( "../images/application_msword.gif" ) no-repeat left top;
}
.text_rtf {
    background: url( "../images/text_rtf.gif" ) no-repeat left top;
}
.application_vnd_ms_excel,
.application_xls {
    background: url( "../images/application_xls.gif" ) no-repeat left top;
}
.application_pdf {
    background: url( "../images/application_pdf.gif" ) no-repeat left top;
}
.image_jpeg {
    background: url( "../images/image_jpeg.gif" ) no-repeat left top;
}
.image_tiff {
    background: url( "../images/image_tiff.gif" ) no-repeat left top;
}
.application_odt {
    background: url( "../images/application_odt.gif" ) no-repeat left top;
}
.application_ods {
    background: url( "../images/application_ods.gif" ) no-repeat left top;
}
.unknown {
    background: url( "../images/unknown.png" ) no-repeat left top;
}


.attachments {
    clear: both;
}
.attachments ul.files li {
    list-style: none !important;
    margin: 1em; padding-left: 40px;
    background: url( "../images/unknown.png" ) no-repeat left top;
}
.attachments ul.files li.application_msword {
    background: url( "../images/application_msword.gif" ) no-repeat left top;
}
.attachments ul.files li.text_rtf {
    background: url( "../images/text_rtf.gif" ) no-repeat left top;
}
.attachments ul.files li.application_vnd_ms_excel,
.attachments ul.files li.application_xls {
    background: url( "../images/application_xls.gif" ) no-repeat left top;
}
.attachments ul.files li.application_zip {
    background: url( '../images/application_zip.png' ) no-repeat left top;
}
.attachments ul.files li.application_pdf {
    background: url( "../images/application_pdf.gif" ) no-repeat left top;
}
.attachments ul.files li.image_jpeg {
    background: url( "../images/image_jpeg.gif" ) no-repeat left top;
}
.attachments ul.files li.image_tiff {
    background: url( "../images/image_tiff.gif" ) no-repeat left top;
}
.attachments ul.files li.application_odt {
    background: url( "../images/application_odt.gif" ) no-repeat left top;
}
.attachments ul.files li.application_ods {
    background: url( "../images/application_ods.gif" ) no-repeat left top;
}
.attachments ul.files li.unknown {
    background: url( "../images/unknown.png" ) no-repeat left top;
}