.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 3px;
	height: 22px;
	font-size: 10px;
	background:url(../images/tab_shadow_top.gif) no-repeat bottom;
}

.mootabs_title li {
	float: left;
	background: url(../images/tab_inavtive.gif) no-repeat top;
	padding-top: 6px;
	cursor: pointer;
	height: 22px;
	width: 104px;
	color: #4e4e4e;
	text-align:center;
}

.mootabs_title li.active {
	background: url(../images/tab_avtive.gif) no-repeat;
	color: #fd7000;
	font-weight:bold;
}

.mootabs_panel {
	display: none;
	background:url(../images/tab_panel_bg.gif) no-repeat;
	position: relative;
	width: 504px;
	height: 259px;
	top: -6px;
	clear: both;
	overflow: hidden;
	font-size:10px;
	text-align:left;
	marging: 10px;
}

.mootabs_panel.active {
	display: block;
	width: 500px;
	height: 259px;
}#news {
	width: 300px;
	height: 120px;
}
