@import "../../../modules/mod_xperttabs/assets/css/common.css";
.txtabs-wrap {
  border: 1px solid #929292;
}
.txtabs-nav {
  background: #222;
}
.txtabs-nav li {
  padding: 0px 0px 0;
  border-right: 1px solid #000;
}
.txtabs-nav li.last {
  border-right: 0;
}
.txtabs-nav li a {
  padding: 0px 15px;
  color: #e9e9e9;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
}
.txtabs-nav li.active a,
.txtabs-nav li a:hover {
  background: #fff;
}
.txtabs-content {
  padding: 30px 15px;
  background: #fff;
}
.txtabs-content img {
  border: 1px solid #A4A4A4;
  background: #fff;
  padding: 7px;
}
