/* main wrap */
div.tx-tab-pi1{overflow:hidden;}
* html div.tx-tab-pi1{height:1%;}

/* tab bar */
div.tx-tab-bar{width:100%;float:left;}
ul.tx-tab-bar{
  float:left;
  display:inline;
  margin:0 1em; 
  padding:0;
  line-height:2em;
}
li.tx-tab-bar-item{
  float:left;
  display:inline;
  margin:0 2px 0 0;
  padding: 0;
  list-style-type:none;
  line-height:2em;
  border-bottom:0px;
  font-weight:bold;
  background-image: none;
}
li.tx-tab-bar-item a{text-decoration:none !important;}
li.tx-tab-bar-item a{display:block;line-height:2em; margin:0; padding:0 1em;}
li.tx-tab-bar-item a,li.tx-tab-bar-item a:visited{background-color:#eee;
background-image: none;}
li.tx-tab-bar-item a:hover{
  color: #EA5F2F;}
a.tx-tab-bar-item-selected{background:#e3e9ec !important;}
li.tx-tab-bar-item a{color:#495564;}
li.tx-tab-bar-item a.tx-tab-bar-item-selected{color:#495564;}

/* tab panel */
div.tx-tab-panel-wrap{width:100%;float:left;}
div.tx-tab-panel{
  margin:0 0 10px 0;
  padding:10px;
  border:none;
  background-color: #e3e9ec;}

