/* For custom ad tabs that don't takeover an existing tab */

#news_opinions #most_popular #ad_tab {
  background: url(/images/ads/tabs/taboff_extend_samsung.gif) no-repeat center right;  
}

#news_opinions #most_popular #ad_tab a {
  background: url(/images/ads/tabs/taboff_cnr_samsung.gif) no-repeat center left;
  color: #fff;
}

#news_opinions #most_popular #ad_tab.here {
  background: url(/images/ads/tabs/taboff_extend_samsung.gif) no-repeat center right;
}

#news_opinions #most_popular #ad_tab.here a {
  background: url(/images/ads/tabs/taboff_cnr_samsung.gif) no-repeat center left;
  color: #fff;  
}

#most_popular_ad {
  border: 1px solid #cddee6;
  border-top: 0;
  margin: 1px 0 0 0;
  padding: 10px;
  text-align: left;
  display: none;
  background: url(/images/common/tabbox_bg.gif) repeat-x bottom;
}

#most_popular_ad.here {
  display: block;
}

/*This is for the custom tabs that takeover an existing tab */

#news_opinions #most_popular #tabad {
  background: url(/images/common/taboff_extend_270.gif) no-repeat center right;
}

#news_opinions #most_popular #tabad a {
  width: 250px;
}

#news_opinions #most_popular #tabad.here {
  background: url(/images/common/tabon_extend_270.gif) no-repeat center right;
}

#news_opinions #most_popular #tabad.here a {
  color: #003366;
  font-size: 11px;
}

/*This is for when clicking a custom tab ad produces a floating ad, hitherto hidden */

#floating_ad {
  display: none;
  width: 250px;
  height: 400px;
  position: absolute;
  left: 505.5px;
  top: 187px;
  z-index: 999999;
}

