/* Iconize 0.1 */
/*Este script  coloca icones icones á frente de links para pdf, word, doc etc

*/
/* websites (pictures and movies) */

a[href *="videos.sapo.pt/"] {
	padding-left: 20px;
	background: transparent url(http://wilson.com.pt/icons/Sapo.jpg) no-repeat left;
}
a[href *="wikipedia.com/"] {
	background: url(http://wilson.com.pt/icons/wikipedia.gif) right 2px no-repeat;
	padding-right: 13px;
}

 a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_film.gif) no-repeat center right;
}


a[href *="youtube.com/watch?"]
{ 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_tube.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_pic.gif) no-repeat center right;
}

/*Páginas de Portugal*/
a[href$='.pt']{
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_pt.gif) no-repeat center right;
}
/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_opml.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.xpi'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_css.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'] { 
	padding-right: 20px;
	/*background: transparent url(http://www.wilson.com.pt/icons/icon_pic.gif) no-repeat center right;*/
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_music.gif) no-repeat center right;
}

/* messenger */
a[href ^="aim:"] {
	padding-right: 20px;
    background: transparent url(http://www.wilson.com.pt/icons/icon_aim.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding-right: 20px;
    background: transparent url(http://www.wilson.com.pt/icons/icon_msn.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding-right: 20px;
    background: transparent url(http://www.wilson.com.pt/icons/icon_jabber.gif) no-repeat center right;
}

a[href *="com/"] {
background:url(external.gif) right 2px no-repeat;
padding-right:13px;
}

a[href *="icq.com"] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_icq.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding-right: 20px;
	background: transparent url(http://www.wilson.com.pt/icons/icon_yim.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding-right: 20px;
    background: transparent url(http://www.wilson.com.pt/icons/icon_call.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding-right: 20px;
    background: transparent url(http://www.wilson.com.pt/icons/icon_mailto.gif) no-repeat center right;
}

/* making sure images don't get http://www.wilson.com.pt/icons */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
