
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 31px;
	border-left:1px solid #CCC9C5;
	margin-bottom:1px;
}

.mootabs_title li {
	float: left;
	background:url(../../img/re/tab_bg.gif) repeat-x 0 0;
	padding: 6px 15px 3px 15px;
	cursor: pointer;
	height: 22px;
	font-weight:bold;
	color:#41240D;
	border-right:1px solid #CCC9C5;
line-height:150%;
	
}

.mootabs_title li.active {
	background:url(../../img/re/tab_bg02.gif) repeat-x 0 0;
}

.mootabs_panel {
	display: none;
	background-color: #ffffff;
	border-left:2px solid #E2DED8;
	border-top:2px solid #E2DED8;
	border-bottom:2px solid #E2DED8;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow-y:scroll;
	padding-bottom:15px;
	
}

.mootabs_panel.active {
	background-color: #ffffff;
	display: block;
}
