/* Iconize 0.5 */

a[href^="http://"] {
	zoom:1; /* invalid css to stop 'haslayout' wrapping bug in ie */
padding-right: 20px;
background: transparent url(/images/icons/icon_external.gif) no-repeat center right;
}

a[href ^="https://abingdon-rotary.org.uk"] {
padding-right: 0;
background: none;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'], a[href$='.dot'] {
	padding-top:2px;
	padding-right: 20px;
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.ppt'], a[href$='.pps'] {
	padding-top:2px;
	padding-right: 20px;
	background: transparent url(/images/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding-right: 20px;
	background: transparent url(/images/icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding-right: 20px;
	background: transparent url(/images/icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_feed.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_css.gif) no-repeat center right;
}

a[href$='.TTF'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_ttf.gif) no-repeat center right;
}

/*
a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_pic.gif) no-repeat center right;
}
	*/

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding-right: 20px;
	background: transparent url(/images/icons/icon_music.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	zoom:1; /* invalid css to stop 'haslayout' wrapping bug in ie */
	padding-right: 20px;
    background: transparent url(/images/icons/icon_mailto.gif) no-repeat center right;
}

/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
	/*border:0;*/
}
