
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0px;
}

.mootabs_title li {
	z-index: 1;
	position: relative;
	list-style: none;
	float: left;
	background-color: #ddd;
	padding: 7px 8px 4px 8px;
	margin:0 3px 0 0;
	color: #9a9998;
	cursor: pointer;
	border-top: 1px solid #dcdbda;
	border-left: 1px solid #dcdbda;
	border-right: 1px solid #dcdbda;
	text-transform: uppercase;
	background: #ddd url(../img/bg/2tab_shadow.gif) repeat-x bottom left;
}

.mootabs_title li.active {
	background: #fff url(../img/bg/tab_shadow.gif) repeat-x top left;
	color: #635f5b;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #635f5b;
	border-bottom: 1px solid #fff;
}

.mootabs_panel {
	z-index: 0;
	display: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #999;
	padding-top: 15px;
}

.mootabs_panel.active {
	display: block;
}
