.mootabs_title {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 24px;
}

.mootabs_title li {
  float: left;
  background-color: #cec5bf;
  padding: 2px 8px 2px 8px;
  margin-right: 2px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
}

.mootabs_title li.active {
  background-color: #eee;
  color: #000;
}

.mootabs_panel {
  display: none;
  position: relative;
  width: 100%;
  top: -1px;
  clear: both;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  padding: 5px 2px;
}

.mootabs_panel.active {
  background-color: #eee;
  display: block;
	
}

.mootabs_title li.over {
  color: #fff;
  background: #7a6053;
}