/*** TABS ***/
.tabs-anchors {
  list-style: none;
  margin: 0;
  padding: 0 0 1px;
}
.tabs-anchors:after {
  display: block;
  clear: both;
  content: " ";
}
.tabs-anchors li {
  float: left;
  margin: 0 1px 0 0;
}
.tabs-anchors .tabs-hover {
  background-color: #eee;
}
.tabs-anchors a {
  display: block;
  position: relative; top: 1px;
  border: 1px solid #ccc;
  border-bottom: 0; 
  z-index: 2;
  padding: 2px 9px 1px;
  color: #444;
  text-decoration: none;
}
.tabs-anchors a:focus,
.tabs-anchors a:active {
  outline: none;
}
.tabs-anchors a {
  display: block;
}
.tabs-anchors a:hover {
  background-color: #eee;
}
/*** SELECTED TAB ***/
.tabs-selected a {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  overflow: visible
}
/*** TAB BODY ***/
.tabs-body {
  padding: 10px 25px;
  clear: left;
  background-color: #fff;
  margin: 0;
  border: 1px solid #ddd;
  zoom:1
}
/*** TAB HIDDEN ***/
.tabs-hide {
  display: none;
  background-color: #fff
}