
.tab {
  width: 100%;
  /*border: 1px solid #ccc;
  margin: 0px 0px 50px 0px;
  background: #76c4bb;*/
}

.tabContent > div { display: none; }

.tabHeader {
  /*height: 50px;*/
width: 100%;
text-align:center;
padding:10PX;
}

.tabHeader li {
  list-style: none;
padding:10px;
    width: 25%;
    float: left;
    text-align: center !important;
  cursor: pointer;
  /*background: url(mesh.png) repeat;*/
  color: #EFEFEF;
}

.tabHeader li.active { background: #fff; }

.tabContent .active { display: block; }

.tabContent .tabItem { padding: 10px; }
