/* ####### Tabber styling ####### */
/* ############################## */

.tab-wrap {
float: left;
width: 626px;
height: auto;
background: transparent url('../_images/_pf/tabber-btm.gif') no-repeat bottom center;
padding-bottom: 20px;
margin-top: -15px;
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
float: left;
width: 100%;
height: auto;
}

.tabberlive {
float: left;
margin-top:1em;
clear: both;
float: left;
width: 626px;
height: auto;
background: url('../_images/_pf/tabber-body.gif') repeat-y;
}

ul.tabbernav
{
 margin:0;
 width: 604px;
 padding: 13px 11px 14px 11px; 
 background: url('../_images/_pf/tabber-nav-bg.gif') no-repeat top center;
 height: 25px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 
 padding: 8px 20px 9px 20px;
 border-right: 1px solid #ccc;
 border-bottom: none;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #555; }
ul.tabbernav li a:visited { color: #555; }

ul.tabbernav li a:hover
{
color: #555;
background: white;
}

ul.tabbernav li.tabberactive a
{
background: white;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}

.tabbertab {
float: left;
width: 546px;
height: auto;
padding: 20px 30px;
padding-bottom: 0;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {

}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
