 /*tabs*/
.tab-container{float:left;clear:both; width:100%;}
.etabs { margin: 0; padding: 0; float:left;clear:both;}
.tab { display: inline-block; zoom:1; *display:inline; background: #e4e5e7;  border-bottom: none; padding:0px;  float: left;
margin: 0px;
border-right: 4px solid #fff; }
.tab a {  line-height: 2em; display: block; padding: 0 10px; outline: none; color:#000 !important; text-decoration: none;}
.tab a:hover { text-decoration: none; }
.tab a:link { color: #58585a; font-size: 14px !important; font-weight: bold; }
.tab a:visited { color: #667; }

.tab.active {  background-color: #b2b3b5; border-bottom: 1px solid #fff; color: white; }
 
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.tab-container .tab-content { background: #fff; float: left;
clear: both; width:96%; padding:2%;}