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

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

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

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

a[href$='.wav'], a[href$='.mp3'], a[href$='.wma'] {
	background:transparent url(../images/icons/music.png) center left no-repeat;
	display:inline-block;
	padding-left:15px;
	line-height:15px;
}

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

a[target ="_blank"] {
	background:transparent url(../images/icons/external.png) center right no-repeat;
	display:inline-block;
	padding-right:15px;
	line-height:15px;

}
