/* ----link images-----*/	 
a[href^="mailto:"] {
background: url(/_ico/email.gif) no-repeat
left center;
padding-left: 17px;
}
a[href$=".pdf"] {
background: url(/_ico/pdf.gif) no-repeat
left center;
padding-left: 17px;
}
a[href$=".doc"], a[href$=".docx"] {
background: url(/_ico/doc.gif) no-repeat
left center;
padding-left: 17px;
}
a[href$=".ppt"], a[href$=".pptx"], a[href$=".pps"], a[href$=".ppsx"] {
background: url(/_ico/ppt.gif) no-repeat
left center;
padding-left: 17px;
}
a[href$=".xls"], a[href$=".xlsx"] {
background: url(/_ico/xls.gif) no-repeat
left center;
padding-left: 17px;
}
a[href$=".zip"], a[href$=".rar"] {
background: url(/_ico/zip.gif) no-repeat
left center;
padding-left: 17px;
}	
a[href$=".avi"], a[href$=".wmv"] {
background: url(/_ico/mov.gif) no-repeat
left center;
padding-left: 17px;
}
a[href^="http://maps.google.nl"] {
    background: url(/_ico/map.gif) no-repeat left center;
    padding-left: 21px;
}
