h2 { font-size:11px;}
.tabberlive .tabbertabhide { display:none; }
.tabber { font-size:11px; }
.tabberlive {}
ul.tabbernav { margin-bottom: 1px; }
ul.tabbernav:first-child { margin-left: 10px; }
ul.tabbernav li { list-style: none; display: inline; padding: 0px; }
ul.tabbernav li a { border-bottom: none; color: #ffffff; text-decoration: none; font-size: 11px; padding: 3px 5px 2px 5px; font-weight: bold; }
ul.tabbernav li a:link {}
ul.tabbernav li a:visited { }
ul.tabbernav li a:hover { color: #fa64a6; }
ul.tabbernav li.tabberactive {	}
ul.tabbernav li.tabberactive a { background: #ffffff; border: 1px solid #fa96c2; border-bottom: 0px; font-size: 11px; color: #000000; }
ul.tabbernav li.tabberactive a:hover { }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab { padding: 5px; border: 1px solid #fa96c2; background: #ffffff; }
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab h3 { display:none; }

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 { }
.tabberlive#tab2 { }
.tabberlive#tab2 .tabbertab { height:200px; overflow:auto; } */

.tabbertab p { padding-bottom:10px; line-height:140%; }
.tabbertab ul { padding:0; margin:0;}
.tabbertab ul li { padding:5px 0 6px 0; font-size: 11px; }
.tabbertab ul li a { font-weight: bold; }
.tabbertab ul li { background:url(images/bullet.gif) no-repeat 0 7px; padding-left:16px; border-bottom:1px solid #eeedea;} 

