/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
#spotlight .tabberlive {
 margin-top:20px;
}
.bloksearch .tabberlive{
	width:auto;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

#spotlight ul.tabbernav {
	border-bottom:0px solid #DDDDDD;
	font:menu;
	font-style:italic;
}

ul.tabbernav {
	border-bottom:1px solid #DDDDDD;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:13px 0;
	text-align:center;
	height:26px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
#spotlight ul.tabbernav li a{
	color:#e6b87a;
	background:transparent url(../images/tab_spotbg_aktive.gif) no-repeat scroll center center;
	border-width:0 0 1px 0;
	border-color:#544F41;
	border-style:solid;
	padding:10px 28px;
}
.bloksearch ul.tabbernav li a, .bloksearch ul.tabbernav li.tabberactive a {
	display:block;
	float:left;
	height:23px;
	margin:auto;
	padding-left:0;
	padding-right:0;
	padding-top:10px;
	width:137px;
}
ul.tabbernav li a {
	background:#E8E8E0;
	border-color:#DDDDDD;
	border-style:solid solid none;
	border-width:1px 1px medium;

	text-decoration:none;
	color:#000000;
}

ul.tabbernav li a:link {  }
ul.tabbernav li a:visited { }
#spotlight ul.tabbernav li a:hover{
 color: #9D743D;
 background: transparent url(../images/tab_spotbg_aktive.gif) no-repeat scroll center center;
 border-color: #544F41;
}
ul.tabbernav li a:hover{
	background:#E8E8E0 url(../images/tab_search_menu.gif) no-repeat scroll center center;
	color: #FFFFFF;
	border-color: #DDDDDD;
}

#spotlight ul.tabbernav li.tabberactive a {
	background:transparent none repeat scroll 0 0;
	border-color:#544F41;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	color:#9D743D;
	cursor:default;
	padding-left:12px;
	padding-right:12px;
}
ul.tabbernav li.tabberactive a {
	background:#E8E8E0 url(../images/tab_search_menu.gif) no-repeat scroll center center;
	padding-left:9px;
	padding-right:9px;
	color:#FFFFFF;
	cursor:default;
}

ul.tabbernav li.tabberactive a:hover
{
	background: #E8E8E0 url(../images/tab_search_menu.gif) no-repeat scroll center center;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#spotlight .tabberlive .tabbertab {
 padding:0px;
 border:0px solid #aaa;
 border-top:0;

}
#spotlight .tabberlive .tabbertab {
	background:transparent none repeat scroll 0 0;
	padding-left:25px;
	padding-right:5px;
}
.tabberlive .tabbertab {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#DDDDDD;
	border-style:none solid solid;
	border-width:0 1px 1px;
	padding:5px;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

