
.mootabs_title_1 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-color: #ddd; 
	 
	
}




.mootabs_title_1 li {
	text-align:center;
	float: left;
	background-color: #ddd;
	padding: 2px 15px 2px 15px;
	margin-right: 2px;
	cursor: pointer;
	height: 22px;
	width:auto;
 
}

.mootabs_title_1 li.active {
	background-color: #e8f4f6;
}

.mootabs_panel_1 {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding-top:10px;
	padding-bottom: 50px;
	}

.mootabs_panel_1.active {
	background-color:#e8f4f6;
	display: block;
}
 


