/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
#ar_container .tabs-nav {
    list-style: none;
    margin: 1.4em 0 0em;
    padding: 0;
    width: 100%;
    border-bottom:1px solid #000000;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 !important;

    background: none !important;
    padding-left:0 !important;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
    margin: 0;
 
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    /* background-position: 100% -150px; */
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    /* background-position: 100% -100px; */
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 0px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    /* padding-top: 7px; */
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    /* background-position: 0 -50px; */
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	
    margin: 0 0 1em;
    background: #EBEBEB; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Content tabs */
.tabs-nav a	span { background: url(../images/sustainability_tabs_sprite.png); }
.tabs-nav a span { display: block; text-indent: -9999px; }

/* // Content tabs */
body.ar_sustainability #tab-1 a span { width: 71px; }
body.ar_sustainability #tab-2 a span { width: 100px; }
body.ar_sustainability #tab-3 a span { width: 109px; }
body.ar_sustainability #tab-4 a span { width: 113px; }
body.ar_sustainability #tab-5 a span { width: 108px; }
body.ar_sustainability #tab-6 a span { width: 123px; }
body.ar_sustainability #tab-7 a span { width: 126px; }

#tab-a1 span { background-position: 0px 0;}
.tabs-nav .tabs-selected #tab-a1 span, #tab-a1:hover span { background-position: 0px -21px;}
#tab-a2 span { background-position: -71px 0;}
.tabs-nav .tabs-selected #tab-a2 span, #tab-a2:hover span { background-position: -71px  -21px;}
#tab-a3 span { background-position: -171px 0;}
.tabs-nav .tabs-selected #tab-a3 span, #tab-a3:hover span { background-position: -171px  -21px;}
#tab-a4 span { background-position: -280px 0;}
.tabs-nav .tabs-selected #tab-a4 span, #tab-a4:hover span { background-position: -280px  -21px;}
#tab-a5 span { background-position: -393px 0;}
.tabs-nav .tabs-selected #tab-a5 span, #tab-a5:hover span { background-position: -393px  -21px;}
#tab-a6 span { background-position: -501px 0;}
.tabs-nav .tabs-selected #tab-a6 span, #tab-a6:hover span { background-position: -501px  -21px;}
#tab-a7 span { background-position: -624px 0;}
.tabs-nav .tabs-selected #tab-a7 span, #tab-a7:hover span { background-position: -624px  -21px;}