
.bar {
	padding: 5px;
	background-color: #3e3e3e;
}

#tabs {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0 0 10px 0;
	height: 24px;
	/*width: 440px;*/
	width:620px;
	border-bottom:1px dotted #DDD;
}

#tabs a.active-tab,
#tabs a:hover.active-tab {
	color:#414141;
	text-decoration:none;
	cursor: default;
}

div#tabs .tabok a.active-tab,
div#tabs .tabok a:hover.active-tab {
	background-color: #333;
	color: #fff;
	cursor: default;

}

#myTabs {
	float:left;
	display:block;
	}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 600px;
	
}

.mootabs_title li {
	float: left;
/*	background-color: #3975BD; 
	background-color: #FFF;*/
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	margin-top:10px;
	cursor: pointer;
	color: #B0232B;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}

/*
.mootabs_title li.active {
	background-color: #FFF;
	color: #4D4C47;
}
*/

.mootabs_title li.over {
	font-weight: normal;
	background-color: #F1F1F1;
}


.panel {
	display: none;
	width: 620px;
	color: #333;
	overflow: auto;
	padding: 5px;
	clear: both;
	display: none;
	padding: 1em;
}

#tabs .tabok,
.panel .kicsi{
	width: 260px;
	padding:0 1em 1em 1em;
}

.panel.active-tab-body {
/*	background-color: #FFF; */
	display: block;	
}


#adatok table {
	text-align: left;
	font-size: 11px;
}

#adatok table td {
	vertical-align:top;
	}

#adatok strong  {
	font-weight:bold;
	margin:0px 0 0 0;
	color:#666;
	font-size: 11px;
	display:block;
	float:left;
	clear:both;
	text-decoration:none;
	border-width:0px;
	}

#adatok .vastag strong {
	/*width: 130px;*/
	width: 150px;
	}
	
#adatok .vekony strong {
	/*width: 105px;*/
	width:150px;
	}

#adatok .vekony {
	/*width:200px;*/
	width:200px;
	}

#adatok .vastag {
	/*width:200px;*/
	width:280px;
	}
