/* 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;
    margin: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}


/* Celebrity Bio Tabs */

.tabs-selected a#tab_latest_news,.tabs-selected a#tab_latest_news:focus,.tabs-selected a#tab_latest_news:active{
background:transparent url(../images/tab136x74bio_lnews.jpg) no-repeat scroll left bottom;
height:37px;
width:136px;
margin:0;
}
a#tab_latest_news, .tabs-disabled a#tab_latest_news:focus,.tabs-disabled a#tab_latest_news:active {
  background:transparent url(../images/tab136x74bio_lnews.jpg) no-repeat scroll left top;
  height:37px;
  width:136px;

}

.tabs-selected a#tab_bio,.tabs-selected a#tab_bio:focus,.tabs-selected a#tab_bio:active{
background:transparent url(../images/tab136x74bio_bio.jpg) no-repeat scroll left bottom;
height:37px;
width:136px;

}
a#tab_bio, .tabs-disabled a#tab_bio:focus,.tabs-disabled a#tab_bio:active {
  background:transparent url(../images/tab136x74bio_bio.jpg) no-repeat scroll left top;
  height:37px;
  width:136px;

}

.tabs-selected a#btn_wore_best,.tabs-selected a#btn_wore_best:focus,.tabs-selected a#btn_wore_best:active{
  background-position: left bottom;
}
a#btn_wore_best, .tabs-disabled a#btn_wore_best:focus,.tabs-disabled a#btn_wore_best:active {
  background: url(/images/btn_136x111_wwib.gif) left top no-repeat;
  height: 37px;
  width: 136px;
}
a#btn_wore_best:hover {
  background-position: left center;
}
.tabs-selected a#btn_wore_best:hover {
  background-position: left bottom;
}

.tabs-selected a#btn_fashion_police,.tabs-selected a#btn_fashion_police:focus,.tabs-selected a#btn_fashion_police:active{
  background-position: left bottom;
}
a#btn_fashion_police, .tabs-disabled a#btn_fashion_police:focus,.tabs-disabled a#btn_fashion_police:active {
  background: url(../images/btn_136x111_fashion_police.gif) left top no-repeat;
  height: 37px;
  width: 136px;
}
a#btn_fashion_police:hover {
  background-position: left center;
}
.tabs-selected a#btn_fashion_police:hover {
  background-position: left bottom;
}

/* Homepage Tabs */



