
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	background:url(../images/carreiras/caixa_tabs_topo.png) bottom;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	padding: 0;
	margin-right: 0;
	cursor: pointer;
	height: 24px;
	color: #666;
}

.mootabs_title li.active {
	color: #333;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
	background: url(../images/carreiras/caixa_tabs_fundo.png) no-repeat;
	padding: 15px 10px 0;
}

.mootabs_panel.active {
	display: block;
}

.tabs h2{
	background: none;
}