/* Fix this sytles: temporary changed without a template design */
.ui-cst-tabs {
  margin-top: 10px;
  padding: 0px;
  background: none;
  border: 0px;
  border: 1px solid #dcdcdc;
}
.ui-cst-tabs .ui-tabs-nav {
  background-color: #eeeeee;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  list-style: none;
  height: 35px;
  /* fix this */
  padding: 2px 2px 0px 2px;
}
.ui-cst-tabs .ui-tabs-nav > li {
  margin: 0px;
  display: inline-block;
  position: relative;
}
.ui-cst-tabs .ui-tabs-nav > li:focus {
  outline: 0px;
}
.ui-cst-tabs .ui-tabs-nav > li a:focus {
  outline: 0px;
}
.ui-cst-tabs .ui-tabs-nav > li .ui-tabs-anchor {
  font-size: 14px;
  color: #272727;
  height: 25px;
  /* fix this */
  line-height: 25px;
  padding: 5px 11px 5px 11px;
  /* fix this */
  display: block;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
}
.ui-cst-tabs .ui-tabs-nav > li.ui-state-default {
  background: #eeeeee;
}
.ui-cst-tabs .ui-tabs-nav > li.ui-state-active .ui-tabs-anchor {
  color: #99cc00;
  background-color: white;
}
.ui-cst-tabs .ui-tabs-nav > li .ui-cst-loading {
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 1px;
}
.ui-cst-tabs .ui-tabs-panel {
  background: white;
  border-width: 0px 1px 1px 1px;
  border-color: #d3d3d3;
  padding: 11px 15px 11px 15px;
  /* fix this */
  display: block;
}
/* ? */
/*.ui-cst-tabs .ui-tabs-active {
    background : #fbfbfb;
    border-color: #d3d3d3;
}*/
