ul.css-tabs{
  border-bottom:#666 1px solid;
  height:30px;
  margin:0px;
  padding:0px;
}
ul.css-tabs li{
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}
ul.css-tabs a{
  background:#efefef;
  border-bottom:0px;
  border-left:#666 1px solid;
  border-right:#666 1px solid;
  border-top:#666 1px solid;
  color:#777;
  display:block;
  float:left;
  font-size:13px;
  height:18px;
  margin-right:2px;
  padding:5px 20px 5px 20px;
  position:relative;
  text-decoration:none;
  top:1px;
}
ul.css-tabs a:hover{
  background:#f7f7f7;
  color:#333;
}
ul.css-tabs a.current{
  background:#ddd;
  border-bottom:#ddd 2px solid;
  color:#000;
  cursor:default;
}
div.css-panes div{
  background:#ddd;
  border-bottom:#666 1px solid;
  border-left:#666 1px solid;
  border-right:#666 1px solid;
  border-top:#666 0px solid;
  display:none;
  min-height:150px;
  padding:15px 20px 15px 20px;
}
