/* @override http://joomla.blogdns.org/builder/css/mootabs1.2.css */

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	position: relative;
	z-index: 5;
}

.mootabs_title li {
	float: left;
	background-color: #262626;
	padding: 0px 8px 0px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	font-weight: bold;
}

.mootabs_title li.active, .mootabs_title li.active:hover  {
	background: #7AAED7 url(../images/tiler.png) repeat-x 0px bottom;
}
.mootabs_title li:hover {
	background-color: #333;
	background-image: none;

}

.mootabs_panel {
	display: none;
	background-color: #141414;
	width: 740px;
	clear: both;
	margin: 0px 0px 0px 0px;
	
}

.mootabs_panel.active {
	background-color: #141414;
	display: block;
	border: 1px solid #333;
	padding: 10px 10px 0px 10px;

}
