.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 24px;


}

.mootabs_title li {
	float: left;
	background:#ccc;
	padding:10px 34px;
	text-align:center;
	margin-right: 2px;
	cursor: pointer;
	height: 17px;
	font-size:12px;
}

.mootabs_title li.active {
	background:#bb0000;
	color:#fff;
}

.mootabs_panel {
	display: none;
	background: #fff;
	border:1px solid #c0c0c0;
	position: relative;
	width:470px;
	top: -1px;
	clear: both;
	overflow: auto;
	padding:15px;
	
}
.mootabs_panel a{
	color:#000;
	font-weight:bold;
}
.mootabs_panel a:hover{
	color:#a50000;
	text-decoration:underline;
}
.mootabs_panel.active {
	background: #fff;
	display: block;
}

.mootabs_title .last{
	padding:10px 30px 10px 31px;
	margin-right:0;
}
