@charset "UTF-8";
/* CSS Document */

a.file {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/generic.png) center left no-repeat;
}

a.file[href$='.jpg'], a.file[href$='.jpeg'], a.file[href$='.gif'], a.file[href$='.tiff'], a.file[href$='.tif'], a.file[href$='.png'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/image.png) center left no-repeat;
}

a.file[href$='.mov'], a.file[href$='.m4v'], a.file[href$='.mpeg'], a.file[href$='.mp4'], a.embed {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/film.png) center left no-repeat;
}

a.file[href$='.snd'], a.file[href$='.aif'], a.file[href$='.aiff'], a.file[href$='.wav'], a.file[href$='.mp3'], a.file[href$='.ac3'], a.file[href$='.m4p'], a.file[href$='.m4a'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/sound.png) center left no-repeat;
}

a.file[href$='.pdf'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/pdf.png) center left no-repeat;
}

a.file[href$='.swf'], a.file[href$='.fla'], a.file[href$='.swd'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/flash.png) center left no-repeat;
}

a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlt'], a.file[href$='.xlw'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/excel.png) center left no-repeat;
}

a.file[href$='.ppt'], a.file[href$='.pps'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/powerpoint.png) center left no-repeat;
}

a.file[href$='.doc'], a.file[href$='.wps'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/word.png) center left no-repeat;
}

a.file[href$='.rtf'], a.file[href$='.txt'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/text.png) center left no-repeat;
}

a.file[href$='.zip'], a.file[href$='.gzip'], a.file[href$='.rar'] {
display:inline-block;
padding-left:25px;
line-height:18px;
background:transparent url(../images/icons/zip.png) center left no-repeat;
}