.ui-tabs .ui-tabs-hide {
     display: none;
}

div.panes div {
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/bg_feature.gif) 0 0 repeat-y;
	display: none; 
	font-size: 100%;	
	padding: 0; margin: 0;
}

/* root element for tabs  */
ul.css-tabs { 
	width: 675px; height:38px; overflow: hidden;
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/shadow_bottom.gif) 0 0 repeat-x; 
	margin: 0 !important; 
	padding:0;		
}
* html ul.css-tabs { margin: 0 !important; }

/* single tab */
ul.css-tabs li {  
	float: left;		
	margin: 0; padding-left: 9px; 
	list-style-type:none;	
	display: block; 
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-left.gif) top left no-repeat;
}

/* link inside the tab. uses a background image */
ul.css-tabs li a { 
	float: left; cursor: pointer;
	font-size: 75%; text-decoration:none;
	display: block;
	padding: 0 8px; margin: 0;	
	height: 38px;
	color:#777;
	margin-right:2px;
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-bg.gif) top left repeat-x;		
	/*position:relative;*/
}
                
                
ul.css-tabs li span {                 
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-right.gif) top right no-repeat;	
	display:block;
	float:left;    
	height:38px;
	padding-right:9px;
	margin:0;
}  
* html ul.css-tabs li span { padding-right: 7px; }

ul.css-tabs li span a span.caption { 
	color: #000;
 	padding: 10px 0 8px 0;
 	background: transparent;
}

ul.css-tabs a:hover,
ul.css-tabs li span a:hover span.caption {
	background-color: transparent;
	color:#000;
}
	
/* selected tab */
ul.css-tabs li.current a {	
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-bg-sel.gif) top left repeat-x;
	color:#000;	
	cursor:default;
}      

ul.css-tabs li.current  {	
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-left-sel.gif) top left no-repeat;
}        

ul.css-tabs li.current span {
	background: transparent url(http://www.boeckler.de/cps/rde/xbcr/hbs/tab-right-sel.gif) top right no-repeat;
	font-weight:bold;
}


	
/* tab pane */
div.css-panes div {
	display:none;	
	min-height:150px;
	padding:15px 20px;
	background: #FFF url(http://www.boeckler.de/cps/rde/xbcr/hbs/shadow_right.gif) top right repeat-y;	
}


/* alternate colors: skin2 */ 
ul.skin2 a { 
    background-color: transparent;         
    color:#000 !important; 
} 
 
/* mouseover state */ 
ul.skin2 a:hover { 
    background-color: transparent; 
} 
 
/* active tab */ 
ul.skin2 a.current { 
    background-color:#FFF; 
    border-bottom:2px solid #4F5C6A;
    font-weight:bold;
} 
 
/* tab pane with background gradient */ 
div.skin2 div { 
    min-height:200px; 
    color:#fff;     
    background: #234 url(http://static.flowplayer.org/img/global/gradient/h300.png) 0 -50px repeat-x;      
    /* IE6 does not support PNG24 images natively */ 
    _background:#4F5C6A; 
}