/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:45px;
	width:864px;
	font-family: Times;
	font-style: italic;	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0;
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size: 1.3em;
	display:block;
	text-align: left;
	text-decoration:none;
	width:216px;
	position:relative;
}

ul.css-tabs a:hover {
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	height:170px;
	padding:25px 0 0 30px;
	width:864px;
}



/* Skin 2 */

/* alternate colors: skin2 */
ul.skin2 a {		
	color:#999;
	background:url(../images/balboa/elements/tab_navi_bg.png) top left no-repeat;
	background-position:-216px -46px;
	height:45px;
}

/* mouseover state */
ul.skin2 a:hover {
	background-position:-216px 0;
	color: #666;
}


/* active tab */
ul.skin2 a.current:link {
	background-position: 0px -92px;
	color: #00aeb0;
}



/* alternate colors: skin2 */
ul.skin2 li.first a { background-position: 0px -46px;
	color:#999;
	height:45px;
	}

/* mouseover state */
ul.skin2 li.first a:hover {
	background-position: 0px 0px;
	color:#666;
}


/* active tab */
ul.skin2 li.first a.current:link {
	background-position: 0px -92px;
	color: #00aeb0;
}



/* tab pane with background gradient */
div.skin2 div {
	min-height:200px;
	color:#fff;
	
	/* IE6 does not support PNG24 images natively */
	_background:#4F5C6A;
}

#nav_panes div { position:absolute; text-align: left; width: 186px;}
#nav_panes div ul { list-style: none; padding: 0; margin: 0; font-size: 11px; line-height: 18px;}
#nav_panes h3 { font-size: 11px; font-weight: bold}

span.nav_tab_info {margin:15px 0 0 50px; position: absolute;}

