a[href $='.doc'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_word.png) top left no-repeat;
}

a[href $='.rdf'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_word.png) top left no-repeat;
}

a[href $='.docx'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_word.png) top left no-repeat;
}

a[href $='.pdf'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_acrobat.png) top left no-repeat;
}

a[href $='.ppt'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_powerpoint.png) top left no-repeat;
}

a[href $='.swf'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_powerpoint.png) top left no-repeat;
}

a[href $='.zip'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_zip.png) top left no-repeat;
}

a[href $='.rar'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_compressed.png) top left no-repeat;
}

a[href $='.xls'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_excel.png) top left no-repeat;
}

a[href $='.csv'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_excel.png) top left no-repeat;
}

a[href $='.txt'] {
padding: 0 0 3px 20px;
background: url(../images/file-icons/page_white_text.png) top left no-repeat;
}