/*-----------------------------------------------------------------------------------------------
  domtabs
-----------------------------------------------------------------------------------------------*/

#post_content .background ul {margin: 0; padding: 0}
#post_content .background ul li {list-style-type: none; background: transparent; margin: 0; padding: 0}

#tabcontainer {width: 100%; margin: 0 0 20px 0; padding: 0; position: relative;}

/*--------------------------------------------------
  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 {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0;
 border: 0;
 font: 13px Arial, Helvetica, sans-serif;
 position: relative;
}

ul.tabbernav li
{
 list-style: none;
 background: none;
 margin: 0; padding: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border-bottom: none;
 background: #FDB54A;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000}
ul.tabbernav li a:visited { color: #000000}

ul.tabbernav li a:hover
{
 text-decoration: none;
 color: #000000;
 background: #f4f4ec;
}

ul.tabbernav li.tabberactive a
{
 color: #000000;
 background-color: #FCEDCD;
}

ul.tabbernav li.tabberactive a:hover
{
 text-decoration: none;
 color: #000000;
 background: #FCEDCD;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 20px 5px 5px;
 border: none;
 background: #FCEDCD;
 font: 12px Arial, Helvetica, sans-serif;
 height: 400px;
 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive .tabbertab ul li {position: relative}

.tabberlive .tabbertab li a {font-weight: bold}
.tabberlive .tabbertab li a:hover {background: #FFFFFF}
.tabberlive .tabbertab #tvtab {margin: 0 0 0 10px}
.tabberlive .tabbertab #tvtab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_tv.png) no-repeat 0 3px; position: relative}
.tabberlive .tabbertab #webcasttab {margin: 0 0 0 10px}
.tabberlive .tabbertab #webcasttab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_tv.png) no-repeat 0 3px; position: relative}
.tabberlive .tabbertab #printtab {margin: 0 0 0 10px}
.tabberlive .tabbertab #printtab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_print.png) no-repeat 0 3px; position: relative}
.tabberlive .tabbertab #radiotab {margin: 0 0 0 10px}
.tabberlive .tabbertab #radiotab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_audio.png) no-repeat 0 3px; position: relative}
.tabberlive .tabbertab #webtab {margin: 0 0 0 10px}
.tabberlive .tabbertab #webtab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_web.png) no-repeat 0 3px; position: relative}

.tabberlive .tabbertab #recipetab {margin: 0 0 0 10px}
.tabberlive .tabbertab #recipetab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_print.png) no-repeat 0 3px; position: relative}
.tabberlive .tabbertab #blogtab {margin: 0 0 0 10px}
.tabberlive .tabbertab #blogtab li { padding: 0 0 0.2em 30px; margin: 0 0 0.7em 0; background: url(images/bg/icon_print.png) no-repeat 0 3px; position: relative}

