/** The sbtab Extension **/
.tx-sbtab-pi1 {margin:0px 0px;}
.tx-sbtab-pi1 .hiddencontent,.hiddencontent2 {display:none;}

.tx-sbtab-pi1_wrap {
  padding:1em 1.2em;
  background:#fff;
  overflow:hidden;
  clear:both;
  border: 1px solid #ddd;
  }

#sbtab li {
	padding: 0px;
	margin: 0px;
}
#sbtab li {
  list-style-type: none;
  list-style:none;
  background-color: #efefef;
  float: left;
  margin: 0 -1px -1px 0;
  padding: 0;
  cursor: pointer;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}
#sbtab a, #sbtab a:active, #sbtab a:visited {
 display: block;
 float: left;
 height: auto;
 line-height: 24px;
 color: #234f8f;
 padding: 2px 12px 0 14px;
 text-decoration: none;
 outline:0;
 font-weight:bold;
 font-size:90%;
}
#sbtab li.selected, #sbtab li.selected a.selected { 
background-color: #fff; 
border-bottom:1px solid #fff;;
}
#sbtab a.selected,
#sbtab a.selected:active,
#sbtab a.selected:visited {}

#sbtab li:hover {}
#sbtab a:hover {background-color: #fff;}


.tx-sbtab-pi1 table.imgtext-nowrap td:last-child {
float:right;
width:auto;
}
.tx-sbtab-pi1 table.imgtext-nowrap {
width:100%;
}

