.panel {
	clear: both;
	display: none;
	padding: 0px;
}
.panel.active-tab-body {
	display: block;
}

#tabsB {
  float:left;
  font-size:10px;
  line-height:normal;
  background-image: url('images/blockbg.gif'); background-repeat: no-repeat;
  width: 100%;
  }
#tabsB ul {
  margin:0;
  padding:5px 0px 0px 10px;
  list-style:none;
  }
#tabsB li {
  display:inline;
  margin:0;
  padding:0;
  
  }
#tabsB a {
  float:left;
  background:url("images/tabs/tableftB.gif") no-repeat left top;
  background-position:0% -42px;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsB a span {
  float:left;
  display:block;
  background:url("images/tabs/tabrightB.gif") no-repeat right top;
  background-position:100% -42px;
  padding:5px 15px 3px 6px;
  color:#666666;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color:#c5c1ce;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
  color:#333333;
  }
#tabsB a:hover,#tabsB a.active-tab {
  background-position:0% 0px;
  }
#tabsB a:hover span, #tabsB a.active-tab span {
  background-position:100% 0px;
  color:#333333;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color:#fff;
  }