/** The sbtab Extension **/
.tx-sbtab-pi1 {margin:10px 10px ; width:426px;}
.tx-sbtab-pi1 .hiddencontent,.hiddencontent2 {display:none;}

.tx-sbtab-pi1_wrap {
  padding:1em 1.2em;
  background:#F5F5F5;
  overflow:hidden;
  clear:both;
  border: 1px solid #c0ccd8;
  min-height: 150px;
   width: 540px;
  }

#sbtab li {
	padding: 0px;
	margin: 0px;
}
#sbtab li {
  list-style-type: none;
  list-style:none;
  background: url(left.gif) left 0px no-repeat;
  float: left;
  margin: 0 2px 0 0px;
  padding: 0;
  cursor: pointer;
}
#sbtab a, #sbtab a:active, #sbtab a:visited {
 background: url(right.gif) right 0px no-repeat;
 display: block;
 float: left;
 height: auto;
 line-height: 24px;
 color: #000;
 padding: 2px 15px;
 text-decoration: none;
 outline:0;
 font-weight:bold;
 font-size:90%;
}
#sbtab li.selected { background: url(left_on.gif) left 0 no-repeat; }
#sbtab a.selected,
#sbtab a.selected:active,
#sbtab a.selected:visited {background: url(right_on.gif) right 0px no-repeat;padding-right: 15px;}

#sbtab li:hover {background: url(left_on.gif) left 0 no-repeat;}
#sbtab a:hover {background: url(right_on.gif) right 0px no-repeat;}