﻿/* ----- 
Icons that automatically appear according to links and file type
----- */


/* Make sure the icons are not cut */
a[href^="http:"],a[href^="mailto:"],a[href^="http:"]:visited,a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],a[href$=".rdf"],a[href^="aim:"] {
padding:0px 0px 0px 0;
margin: 0;
background-repeat:no-repeat;
background-position:right center;
}

/* External links */
a[href^="http:"] {
background-image: none;
padding-right:0px;
}

a[href^="mailto:"] {
background-image: none;
}

a[href^="http:"]:visited {
background-image: none;
}

/* Files */
a[href$=".pdf"] {
background-image: none;
}

a[href$=".doc"] {
background-image: none;}

a[href$=".xls"] {
background-image: none;
}

/* Misc */
a[href$=".rss"],a[href$=".rdf"] {
background-image: none;
}

a[href^="aim:"] {
background-image: none;}

a[href^="http://www.acuitybrandslighting.com"] {
background:none;
padding:0;
margin:0;
}




