@import "../../../modules/mod_xperttabs/assets/css/common.css";
.txtabs-nav {
  float: left;
  position: relative;
  padding: 0 30px;
}
.txtabs-nav li {
  float: none;
  padding: 10px;
  line-height: 50px;
}
.txtabs-nav li+li {
  margin-top: 10px;
}
.txtabs-nav li a {
  color: #999;
  font-weight: normal;
  font-size: 22px;
  padding: 0 50px 0 0;
}
.txtabs-nav li.active {
  background: url(../images/tabnav-active.png) no-repeat 100% 0;
}
.txtabs-nav li.active a,
.txtabs-nav li a:hover {
  color: #222;
}
.txtabs-content {
  padding: 30px 42px;
}
.txtabs-nav .last a {
  border-bottom: none;
  box-shadow: none;
}
.txtabs-pane h2 {
  margin-bottom: 25px;
}
.txtabs-pane .txtabs-readon {
  margin-top: 30px;
}
