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

/*--------------- ICONIZE ---------------*/

/* Iconize 0.5 */
/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_film.gif) no-repeat center right;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_doc.gif) no-repeat center right;
}

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

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

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

a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_exe.gif) no-repeat center right;
}


a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_pps.gif) no-repeat center right;
}

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

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

a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../_icons/icon_ical.gif) no-repeat center right;
}


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

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

/* messenger */

/*a[href ^="callto:"], .phone {
	padding: 5px 20px 5px 0;
    background: transparent url(../_icons/icon_call.gif) no-repeat center right;
}*/

.fax {
	padding: 5px 20px 5px 0;
    background: transparent url(../_icons/icon_fax.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../_icons/icon_skype.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../_icons/icon_mailto.gif) no-repeat center right;
}

a[href$='.ies'] { 
	padding: 5px 20px 5px 0;
    background: transparent url(../_icons/icon_ies.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;
}

.external {padding: 5px 20px 5px 0;
    background: transparent url(../_icons/external.png) no-repeat center right;}