.tabContainer {
	height: 22px;
}
.tabContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tabContainer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tabContainer .tab {
	display: block;
	color: #fff;
	padding: 4px 0px 4px 3px;
	margin: 0px 1px;
	background: transparent url(images2/tab_left.gif) no-repeat left -36px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.tabContainer .tab span {
	background: transparent url(images2/tab_right.gif) no-repeat right -36px;
	padding: 4px 13px 4px 10px;
}

.tabContainer .tab span:hover, .tabContainer .tab:hover {
	color: #ccc;
	text-decoration: none;
}

.tabContainer .atab {
	display: block;
	color: #333;
	margin: 0px 1px;
	padding: 4px 0px 4px 3px;
	background: transparent url(images2/tab_left.gif) no-repeat left 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.tabContainer .atab span {
	background: transparent url(images2/tab_right.gif) no-repeat right 0px;
	padding: 4px 13px 4px 10px;
	text-decoration: none;
}
.tabContainer .atab span:hover, .tabContainer .atab:hover {
	text-decoration: none;
}
.tabKeret {
	width: 296px;
	/*height: 300px;*/
	border: 1px solid #ccc;
	background-color: #dddddb;
	clear: left;
	padding-bottom: 4px;
}

/* ennek a height paraméterét kell style-al beállítani ahhoz, hogy csúszka legyen */
#tabKeretBelso {
	background-color: #fff;
	/*width: 402px;*/
	/*height: 268px;*/
	margin: 5px 5px 0px 5px;
	border: 1px solid #aeadab;
	overflow: auto;
}
.divContent {
	font-weight: normal;
	padding: 4px;
}

.gombMore {
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}
/*
.gombMore a {
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 23px 2px 11px;
	background: #eee url(images2/more_arrow.gif) no-repeat right center;
	border: 1px solid #666;
	color: #000;
}
.gombMore a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #666;
	text-decoration: none;
}
*/
