.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #75b1e4;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #23252b; }
ul.tabbernav li a:visited { color: #23252b; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #005dab;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
/* border:1px solid #aaa;*/
 border-top:0;

}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab1 .tabbertab {
 height:440px;
 overflow:auto;
}

.featureplacement { float:right; width:48%; margin-bottom:1.5em; padding-left:2%; }
.placement { float:left; width:48%; margin-bottom:1.5em; margin-top:10px; padding-right:2%; }
.placement .thumb { float:left; margin-right:12px; }
.placement .thumb img { border: solid black 1px; }

.featureplacement a.bull {
	padding-left: 8px;
	background: url(../images/bullet_blue.png) left center no-repeat;
}    
.placement a.bull {
	padding-left: 8px;
	background: url(../images/bullet_blue.png) left center no-repeat;
}    

