/* -- Link Icons -- */

#content a[href$='.pdf'] {
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
	}

#content a[rel='pdf'] {
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
	}

#content a[rel*='pdf'] {
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
	}

#content a[rel~='pdf'] {
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
	}

#content a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
	}

#content a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
	}

#content a[href$='.doc'] {
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
	}

#content a[href$='.xls'] {
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
	}

#content a[href$='.zip'], #content a[href$='.rar'], #content a[href$='.gzip'], #content a[href$='.bzip'], a#content [href$='.ace'] {
	padding-right: 18px;
	background: transparent url(images/icon_archive.gif) no-repeat center right;
	}

#content a[target ~='_blank'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
	}

#content a[href$='.mp3'], #content a[href$='.wav'], #content a[href$='.ogg'], #content a[href$='.wma'], #content a[href$='.m4a'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icon_music.gif) no-repeat center right;
	}

/* use this class to make sure that images won't get iconized */

#content a[class ="nolinkimage"] {
	background-image: none;
	}