a.file {
    background:transparent url(../img/filetypes/blank.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
    margin: 2px 0;
    color: #fff;
    font-weight: normal;
    width: 100%;
    min-width: 100%;
    clear: both;
}

a.dir {
    background:transparent url(../img/filetypes/dir.png) center left no-repeat;
}

/* image links */
a.file[href$='.jpg'], 
a.file[href$='.JPG'], 
a.file[href$='.jpeg'], 
a.file[href$='.gif'], 
a.file[href$='.GIF'], 
a.file[href$='.bmp'] {
    background:transparent url(../img/filetypes/image.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* archives links */
a.file[href$='.zip'], 
a.file[href$='.rar'], 
a.file[href$='.7z'], 
a.file[href$='.gz'], 
a.file[href$='.ZIP'], 
a.file[href$='.RAR'] {
    background:transparent url(../img/filetypes/archive.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* exe links */
a.file[href$='.exe'] {
    background:transparent url(../img/filetypes/exe.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* install links */
a.file[href$='.msi'] {
    background:transparent url(../img/filetypes/install.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* html links */
a.file[href$='.htm'],
a.file[href$='.html'] {
    background:transparent url(../img/filetypes/html.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* PDF document links */
a.file[href$='.pdf'] {
    background:transparent url(../img/filetypes/pdf.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}
 
/* Excel Documents links */
a.file[href$='.xls'], 
a.file[href$='.csv'], 
a.file[href$='.xlw'], 
a.file[href$='.xlt'] {
    background:transparent url(../images/excel.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}
 
/* Word Document Links */
a.file[href$='.doc'],
a.file[href$='.docx'], 
a.file[href$='.rtf'], 
a.file[href$='.wps'] {
    background:transparent url(../img/filetypes/document.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}

/* Simple documents */ 
a.file[href$='.txt'], 
a.file[href$='.cfg'], 
a.file[href$='.CFG'] {
    background:transparent url(../img/filetypes/text.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}
 
/* Code Links */
a.file[href$='.cpp'], 
a.file[href$='.c'], 
a.file[href$='.h'],
a.file[href$='.scpt'] {
    background:transparent url(../img/filetypes/code.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:15px;
}