﻿ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 22px;
  border-bottom: 1px solid #999;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 21px;
  line-height: 21px;
  border: 1px solid #999;
  border-left: none;
  margin-bottom: -1px;
  background: #e0e0e0;
  overflow: hidden;
  position: relative;
  width:70px;
  text-align:center;
}
ul.tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  border: 1px solid #fff;
  outline: none;
}
ul.tabs li a:hover {
  background: #ccc;
} 
ul.tabs li.active a
{
   color:#222F39;
}
ul.tabs li.active, ul.tabs li.active a:hover  {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tab_container {
  background: #fff;
  height:256px;
  overflow:hidden;
}
.tab_content {
height:256px;
overflow:hidden;
}


