
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 31px;
}

.mootabs_title li {
	float: left;
	background:url(images/bg-tab-right-grey.png) right no-repeat;
	cursor: pointer;
	height: 31px;
	margin-right:4px;
}

.mootabs_title li span {
	background:url(images/bg-tab-grey.png) left no-repeat;	
	margin-right:8px;
	display:block;
	height:27px;
	padding:4px 7px 0 15px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
}

.mootabs_title li.active {
	background:url(images/bg-tab-right.png) right no-repeat;
}

.mootabs_title li.active span{
	background:url(images/bg-tab.png) left no-repeat;
}

.mootabs_panel {
	display: none;
	background-color: #8bc23f;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow:hidden;
	padding:15px;
	color:#fff;
}

.mootabs_panel.active {
	background:#8bc23f;
	display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;	
	-webkit-border-top-left-radius:  0px;
	-moz-border-radius-topleft: 0px;
}
