a.file{
padding-left:20px;
line-height:18px;
background-position: center left;
background-repeat: no-repeat;
background-image:url('../images/icons/page.png');
}

a.file[href$='.pdf'] {
background-image: url('../images/icons/doc_pdf.png');
}

a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlt'], a.file[href$='.xlw'] {
background-image: url('../images/icons/page_white_excel.png');
}

a.file[href$='.ppt'], a.file[href$='.pps'] {
background-image: url('../images/icons/page_white_powerpoint.png');
}

a.file[href$='.doc'], a.file[href$='.rtf']{
background-image: url('../images/icons/page_white_word.png');
}

a.file[href$='.txt']{
background-image: url('../images/icons/page_white_text.png');
}

a.file[href$='.jpg'],
a.file[href$='.jpeg'],
a.file[href$='.png'],
a.file[href$='.gif'],
a.file[href$='.tiff']{
background-image: url('../images/icons/image_1.png');
}

a.file[href$='.zip'], a.file[href$='.gzip'], a.file[href$='.rar'], a.file[href$='.7z'] {
background-image: url('../images/icons/page_white_zip.png');
}