﻿/* File Link decorations */
/* Compressed archives */
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
background:transparent url(images/icons/zip.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(images/icons/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(images/icons/excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(images/icons/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* PowerPoint Document Links */
a[href$='.ppt'] {
background:transparent url(images/icons/powerpoint.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
} 

/* Flash Movie Links */
a[href$='.swf'], a[href$='.fla'] {
background:transparent url(images/icons/flash.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

/* MP3 Audio Links */
a[href$='.mp3'] {
background:transparent url(images/icons/audio.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

/* File Link decorations */
