/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;	
}

/* single tab */

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin: 0px 2px;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
  background: url(../design/content/fly_info_gomb2_bg.png) repeat-x top;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 5px 20px;
  float:left;  
}

ul.tabs a:active {
		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {

}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a  {
	background: url(../design/content/fly_info_gomb1_bg.png) repeat-x top;
	padding-bottom: 10px;
}



/* initially all panes are hidden */ 
.panes .pane {
	display:none;
}



/* tab pane styling */
#panes #tabe {
	display:none;	
}


ul.fly_tabs  a {

}