
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background: url("../images/bag_zk.png") repeat-x;
	padding: 0px 8px 0px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-size: 11px;
	color: #3d3d3d;
	font-weight: bolder;
	
	
	
}

.mootabs_title li.active {
	background: url("../images/zak_active.png") repeat-x;
	color: #600210;
	font-size: 11px;
	font-weight: bolder;
	height: 24px;
	
}


div#myTabs, div#myTabs2, div#myTabs3
{
	border: 1px #a2a2a2 solid;	
}

div#myTabs ul.mootabs_title li.active, div#myTabs3 ul.mootabs_title li.active
{
	font-size: 14px;
}

div#myTabs ul.mootabs_title li, div#myTabs3 ul.mootabs_title li
{
	font-size: 14px;
}

.mootabs_panel {
	display: none;
	background-color: #cecece;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #f2f2f2;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #a2a2a2;
}

.mootabs_title_s
{
	position: relative;
	top: 4px;
	height: 24px;
}
