/* 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 */
.tabs-nav {
    list-style: none !important;
    margin: 0;
    padding: 0 0 0 0px;
    float: left;
}

#container-1  
{
    position: absolute; top: 12px; left: 12px;
    width: 685px;
    }

#container-1 img {
   position: absolute; top: 0; left: 0;
    } 
html>body #container-1  {*position: absolute; *top: 12px; *left: 12px;}    
 
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    background: none !important;
    padding: 0 0 0 0 !important; 
    /*min-width: 84px; /* be nice to Opera */
}

.tabs-nav a {
    display: block;
    width: 170px;
    height: 39px;
    color: #545454 !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    padding: 6px 0 0 28px;
    border-bottom: 1px solid #eac4cf;
    }

.tabs-nav a span {
    border-bottom: 1px solid #c4e0f2; 
    display: none;
    position: absolute;
    bottom: 0px;
    left: 19px;
    width: 179px;
    }

.tabs-nav .tabs-selected a {
    background: url("/media/images/backgrounds/background_news_spots.gif") 0 0 no-repeat;
    color: #fff !important;
    }


.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... */
   background: #a00c2d url("/media/images/backgrounds/background_news_spots.gif") 0 -5px no-repeat;
    color: #fff !important;
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
   background: url("/media/images/backgrounds/background_news_spots.gif") 0 0 no-repeat;
    color: #fff !important;
    cursor: hand;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #A00C2D;
    border-width: 1px 1px 1px 0;
    float :left;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    width: 180px;
    height: 218px;
    padding: 10px 10px 0 289px ; 
}


    
    
    
    
    
    
    