﻿.mootabs {}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	height: 24px;
	border-bottom:solid 1px #e8e2e2;
}

.mootabs_title li {
	float: left;
	margin-left:3px;
	padding: 0 8px 0 8px;
	background-color:#fff;
	height:23px;
	line-height:23px;
	text-align:center;
	cursor:pointer;
	color:#4a4a4a;
	border:1px solid #e8e2e2;
	border-bottom:0;
}

.mootabs_title li.active {
	background-color:#fea000;
	color:#fff;
}

.mootabs_panel {
	display: none;
	width: 100%;
	clear: both;
	overflow: none;
}

.mootabs_panel.active {
	display: block;
	text-align:left;
}

.mootabs_panel_inside
{
	padding:5px 8px 5px 8px;
}
