.mootabs {
float: left;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0px;
	height: 24px;
	font-family:Tahoma,Arial,sans-serif;
	font-weight:bold;	
}
.yukleniyor {
height:214px;
text-align:center;
vertical-align:middle;
line-height:108px;
}


.mootabs_title li {
	float: left;
	background-color: #FFF;
	/*padding: 2px 8px 2px 8px;*/
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family:Tahoma,Arial,sans-serif;
	font-size: 12px;
	/*height: 24px;*/
	line-height: 24px;
	font-weight:bold;	
}

.mootabs_title li a{
text-decoration: none;
	float: left;
	/*padding: 2px 8px 2px 8px;*/
	cursor: pointer;
	color: #fff;
	font-family:Tahoma,Arial,sans-serif;
	font-size: 12px;
	/*height: 24px;*/
	line-height: 24px;
	font-weight:bold;
}


.mootabs_title li .tab_c{
	float:left;
	height:25px;
}
.mootabs_title li .tab_c_left{
float:left;
width:5px;
height:25px;
background: url(../images/tab_left.gif) no-repeat scroll center top;

}
.mootabs_title li .tab_c_center{
float:left;
height:25px;
background: url(../images/tab_center.gif) repeat-x scroll center top;

}
.mootabs_title li .tab_c_right{
float:left;
width:5px;
height:25px;
background: url(../images/tab_right.gif) no-repeat scroll center top;

}
.mootabs_title li.selected  .tab_c {
	float:left;
	height:25px;
}
.mootabs_title li.selected  .tab_c_left {
float:left;
width:5px;
height:25px;
background: url(../images/active_tab_left.gif) no-repeat scroll center top;

}
.mootabs_title li.selected  .tab_c_center {
float:left;
height:25px;
background: url(../images/active_tab_center.gif) repeat-x scroll center top;

}
.mootabs_title li.selected  .tab_c_right {
float:left;
width:5px;
height:25px;
background: url(../images/active_tab_right.gif) no-repeat scroll center top;

}

.mootabs_panel {
	position: relative;
	width: 516px;
	/*height:202px;*/
	top: -1px;
	font-family:Tahoma,Arial,sans-serif;
	clear: both;
	overflow: hidden;
	padding-top: 0px;
	color:#000;
}

.mootabs_panel li.selected {
	background-color: #fff;
	display: block;
	border-top:4px solid #000;
	color:#000;
	width: 515px;
	
}

.mootabs_title li.over {

}

