/* Iconize 0.5 */
/* websites (pictures and movies) */
/*a[href *="video"] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_film.gif) no-repeat center left;
}*/

.sub_products a[href *="videos"] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_film.gif) no-repeat center left;
}

/* extensions */
a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center left;
}

a[href$='.txt'] {
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_txt.gif) no-repeat center left;
}

a[href$='.xls'] {
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_xls.gif) no-repeat center left;
}

a[href$='.pdf'] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat center left;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_archive.gif) no-repeat center left;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_pic.gif) no-repeat center left;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_film.gif) no-repeat center left;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 0 5px 22px;
	background: transparent url(/images/icons/icon_music.gif) no-repeat center left;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 0 5px 22px;
    background: transparent url(/images/icons/icon_mailto.gif) no-repeat center left;
}

/* use this class to make sure that images won't get iconized */
.imageLink {
	padding-left: 0px !important;
	background: none !important;
}