.thumbStyling {
	margin: 15px;
	cursor: pointer;
}

#tabDiv {
	position: absolute;
}

#kokoDiv {
	margin-left: 480px;
	margin-top: -70px;
/*	background: url(../gfx/styling/loader.gif) center no-repeat; */
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-weight: bold;
}

.mootabs_title li {
	float: left;
	background: url(../gfx/styling/bg_title.gif) #ddd top left;
	padding: 4px 8px 0px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	color: #000;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	border-top: 2px solid #c147a2;
}

.mootabs_panel {
	display: none;
	background: url(../gfx/styling/bg_panel.gif) #ddd top left;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}