/* Iconize 0.5 */

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_doc.png) no-repeat center left;
}

a[href$='.txt'] {
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_txt.png) no-repeat center left;
}

a[href$='.xls'] {
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_xls.png) no-repeat center left;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_feed.png) no-repeat center left;
}

a[href$='.exe'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_exe.png) no-repeat center left;
}

a[href$='.pdf'] { 
	padding: 10px 35px 14px 40px;
	background: url(../images/icons/icon_pdf.png) no-repeat center left;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_flash.png) no-repeat center left;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_archive.png) no-repeat center left;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_film.png) no-repeat center left;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 10px 35px 14px 40px; 
	background: transparent url(../images/icons/icon_music.png) no-repeat center left;
}


/* email */
a[href ^="mailto:"] {
	padding: 10px 35px 14px 40px; 
    background: transparent url(../images/icons/icon_mailto.png) no-repeat center left;
}

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

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