/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* 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:13px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#FFF;
	border-bottom:2px solid #FFF;	
	color:#000;	 
	cursor:default;
}

.css-panes li{
	margin:0px;
	list-style:none;
}
.t li{
	margin:				0px;
	margin-left: 		20px;
	list-style: 		circle;
}
.f li{
	margin:				0px;
	list-style:			none;
}
/* tab pane */
div.css-panes div.t{ 
	border:				1px solid #666;
	display:			none;
	border-width:		0 1px 1px 1px;
	padding:			15px 20px;
	background-color:	#FFF;
	height: 			650px;
	overflow-y:			scroll;
}
div.css-panes div.f{ 
	border:				1px solid #666;
	display:			none;
	border-width:		0 1px 1px 1px;
	padding:			15px 20px;
	background-color:	#FFF;
	min-height: 		650px;
}
div.c{
	
}