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

.mootabs_title li {
	float: left;
	background-image:url(/img/products/schede/CD/generali/taboff.gif);
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	width: 92px;
	font-weight: bold;
}

.mootabs_title li.active {
	background-image:url(/img/products/schede/CD/generali/tabon.gif);
	Color:#FFFFFF;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 620px;
	font-family: "Trebuchet MS";
	color: #fff;
	overflow:hidden;
	padding: 5px;
	border:none;
}

.imgtop{
	position:relative;
	}
	
.imgdown{
	position:relative;
	margin-top:5px;
	height:20px;
	}

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


