/* root element for tabs  */
ul.css-tabs-simple {  
	height:30px;
	margin-bottom:0 !important;
	margin-left:-10px;
	margin-right:0 !important;
	margin-top:0 !important;
	padding:0;	
}

/* single tab */
ul.css-tabs-simple li {  
	color:#757575;
	float:left;
	font-size:17px !important;
	list-style-type:none;
	margin:0;
	padding:5px 10px;
}

/* link inside the tab. uses a background image */
ul.css-tabs-simple a { 
	border-bottom:1px dashed;
	color:#757575;
	display:block;
	float:left;
	font-size:17px;
	height:18px;
	margin-right:2px;
	position:relative;
	text-decoration:none;
	top:1px;
}
	
/* selected tab */
ul.css-tabs-simple a.current {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #FF7900;
	border:0 none;
	color:#FFFFFF;
	cursor:default;
	font-size:16px;
	margin-top:-2px;
	padding:4px 10px;
}

	
/* tab pane */
div.css-panes-simple div {
	padding:10px 0;
	text-align:left;
}

div.css-panes-simple {
	height:45px;	
}
