/* Comments Tabs */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#tabber-box .tabberlive .tabbertabhide {display:none;}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#tabber-box .tabber {}
.tabberlive { margin-top:6px;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabber-box ul.tabbernav { margin:0; padding: 5px 0px; font: italic bold 15px/19px Georgia, Times, 'Times New Roman', serif; }

#tabber-box ul.tabbernav li {list-style: none;margin: 0;display: inline;}

#tabber-box ul.tabbernav li a {padding: 6px 9px; margin-right: 3px; background: #000; text-decoration: none; display: inline; color:#FFF;}

#tabber-box ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #ba2f21; }

#tabber-box ul.tabbernav li a:hover {color: #FFF; background: #ba2f21;}

#tabber-box ul.tabbernav li.tabberactive a { background-color: #fff; color:#000;}

#tabber-box ul.tabbernav li.tabberactive a:hover {color: #00B8F1;background: white;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
#tabber-box #popular ul {margin:5px 15px;}
#tabber-box #popular ul.pop {margin:5px 25px;}
#tabber-box .tabberlive .tabbertab {padding:15px 15px;background:#FFF;}

#tabber-box .tabberlive .tabbertab li {padding:5px 0;background:#FFF; border-top:0;font: italic bold 12px/18px Georgia, Times, 'Times New Roman', serif; color: #555;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

#tabber-box .tabberlive .tabbertab li a {color: #ba2f21; display: inline;}
#tabber-box .tabberlive .tabbertab li a:hover {color: #000; background:none; text-decoration:line-through;}
#tabber-box .tabberlive #last.tabbertab li {list-style:none;}
#tabber-box .tabberlive #popular.tabbertab li {list-style:  decimal;font: italic bold 15px/18px Georgia, Times, 'Times New Roman', serif; }

/* If desired, hide the heading since a heading is provided by the tab */
#tabber-box .tabberlive .tabbertab h2 {display:none;}
#tabber-box .tabberlive .tabbertab h3 {display:none;}

/* Example of using an ID to set different styles for the tabs on the page */
#tabber-box .tabberlive#tab1 {}
#tabber-box .tabberlive#tab2 { width:300px; float:right;}
/*#tabber-box .tabberlive#tab2 .tabbertab {height:200px;overflow:auto;}*/

#tabber-box .tabberlive#tab2 ul.tabbernav li.tabberactive a { background-color: #dcd9ce; color:#000;}

#tabber-box #news ul {margin:5px 15px;}
#tabber-box #news ul.pop {margin:5px 25px;}
#tabber-box #comments.tabbertab ul.comments {margin:0;}
#tabber-box #comments ul.comments li {list-style:none;}
#tabber-box #popular.tabbertab ul.pop li { font-size:15px;}
#tabber-box .tabberlive#tab2 .tabbertab {padding:15px 15px; background:#dcd9ce; width:280px;}

#tabber-box .tabberlive#tab2 .tabbertab li {padding:5px 0; background:#dcd9ce; border-top:0; font: italic bold 15px/18px Georgia, Times, 'Times New Roman', serif; color: #555;}
#tabber-box .tabberlive#tab2 .tabbertab {padding:15px 15px;background:#dcd9ce;}
#tabber-box .tabberlive#tab2 .tabbertab li {padding:5px 0; background:#dcd9ce; border-top:0;font: italic bold 12px/18px Georgia, Times, 'Times New Roman', serif; color: #555;
