/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide 
{
  display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
  float: left;
  list-style: none;
  /**width: 526px;**/
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #CCC;
}

ul.tabbernav li
{
  list-style: none;
  margin: 0px;
  display: inline;
  line-width: 60px;
}

ul.tabbernav li a 
{
  float: left;
  background:url('/cms/images/en/PTV/HD/hdtv_tab_off.gif');
  color:#333333;
  margin-right: 0px;
  padding: 5px;
  text-decoration: none;
  white-space: wrap;
  /** border-bottom: 1px solid #CCC; **/
  /**
  border-right: 1px solid #CCC;
  border-left: 1px solid white;
  **/
  text-align: center;
  width: 198px;
  height: 20px;
  position:relative;
  top:0px
}

ul.tabbernav li a:link 
{ 
}

ul.tabbernav li a:visited 
{ 
}

ul.tabbernav li a:hover
{
text-decoration:none;
}

ul.tabbernav li.tabberactive a
{
  /**border-bottom: 1px solid #CCC;**/
  background:url('/cms/images/en/PTV/HD/hdtv_tab_on.gif');
  padding: 5px;
  font-weight:bold;
  width: 198px;
  height: 20px;
  position:relative;
  top:0px
}

ul.tabbernav li.tabberactive a:hover
{
  color:#333333;
  text-decoration:none;
}

.tabberlive .tabbertab {
  float: left;
  padding: 0px 0px 0px 10px;
  /**width: 520px;**/
}

.tabberlive .tabbertab h2 
{
  display:none;
}

.tabberlive .tabbertab h3 
{
  display:none;
}



