#tab_outer {
	background:url(panel-shadow.png) no-repeat; 
	width:941px; 
	height:192px;
	padding:0 0 10px 10px;	
	margin-top:20px;
}

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

.mootabs_title li {
	float: left;
	background:url(bg-tab.png) no-repeat;
	width:130px;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	font-weight:600;
	height: 23px;
	line-height: 23px;
	padding:0 12px;
}

.mootabs_title li.active, .mootabs_title li.over {
	color: #666;
	background:url(bg-tab-hover.png) no-repeat;	
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 916px;
	top: -1px;
	clear: both;
	overflow:hidden;
	height:146px;
	text-align:left;
	padding:12px;	
}

.mootabs_panel.active {
	display: block;
}


