/* @override http://localhost:8500/default/includes/display_objects/custom/fabtabulous/css/tabs.css */
#fabtabs .panel {
	clear: both;
	display: none;
	background-color: #f7f7f7;
	padding: 1em;
	border:1px solid #e3e3e3;
	margin-top:10pt;
}

#fabtabs h3 {
	color: #333;
}

#fabtabs .panel.active-tab-body {
	display: block;
}

#fabtabs #tabs {
	list-style: none;
	margin: 0;
	 padding:0;
}
#fabtabs #tabs ul{ margin:0; padding:0;}
#fabtabs #tabs li {
	float: left;
	font-size:12pt;
	font-weight:bold;
	margin: 0;
	padding:0;
}


#fabtabs #tabs a {
	float: left;
	padding: 5px;
	margin:0;
	margin-right: 1px;
	background-color: #fff;
	padding: 1em;
	text-decoration: none;
	color: #333;
}

#fabtabs #tabs a.active-tab {
	background-color: #e3e3e3;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	color: #333;
}