/*
/** The sbtab Extension **/

.tx-sbtab-pi1 {
	margin:0px 0 10px 0;
}

.tx-sbtab-pi1 .hiddencontent,.hiddencontent2 {
	display: none;
}
	
	
.tx-sbtab-pi1_wrap {  
  padding:1em 1.5em;
  background:#F5F5F5;
  overflow:hidden;
  clear:both;
}

#sbtab ul {
  margin-top: 0px;
  margin-bottom: 0px;
} 

#sbtab li {
  list-style-type: none;
  list-style:none;
  background: url(../sliding_door/round/left.gif) left 0px no-repeat;
  float: left;
  margin: 0 -1px 0 0;
  padding: 0;
  cursor: pointer;
}

#sbtab li.selected {
  background: url(../sliding_door/round/left_on.gif) left 0 no-repeat;
}

#sbtab li:hover {
	background: url(../sliding_door/round/left_on.gif) left 0 no-repeat;
}
	
#sbtab a, #sbtab a:active, #sbtab a:visited {
	background: url(../sliding_door/round/right.gif) right 0px no-repeat;
	display: block;
	float: left;
	height: auto;
	line-height: 24px;
	color: #000;
	padding: 2px 12px 0 14px;
	text-decoration: none;
	outline:0;
	font-weight:bold;
	font-size:90%;
}
	
#sbtab a:hover {
	background: url(../sliding_door/round/right_on.gif) right 0px no-repeat;
}
	
#sbtab a.selected, #sbtab a.selected:active, #sbtab a.selected:visited {
	background: #F5F5F5;
	color:#000;
}	

