cimsor
{
	float:left;
}

/***** KERESŐSÁV *****/

.kereso
{
	float:right;
	font-size:.8em;
	position:relative;
	z-index:1;
}

	.kereso form
	{
		display:inline-block;
		text-align:left;
		border:2px solid #241c1c;
		background: white;
	}

	.kereso .doboz
	{
		clear:both;
		position:absolute;
		top:100%;
		background:#241c1c;
		width:100%;
		box-shadow:2px 7px 7px rgba(0,0,0,.2);
	}
	
	.kereso .info
	{
		color:white;
		padding:.5em;
	}
	
	.kereso .lista
	{
	}
	
		.kereso a
		{
			display:block;
			color:#555;
			padding:.5em;
			background:white;
			margin:0 2px 2px 2px;
		}
		
		.kereso a.hover
		{
			color:black;
		}

.keresoMezo,
.keresoGomb,
.keresoTorles
{
	height:40px;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.keresoMezo
{
	width:216px;
	border:none;
	font-style:italic;
}

.keresoGomb
{
	width:40px;
	background:#241c1c url('../grafika/kereses-gomb.png') no-repeat center;
	border:none;
	cursor:pointer;
}

	.keresoGomb:hover
	{
		background-color:#5a4646;
		white-space: nowrap;
		overflow: hidden;
	}

.keresoTorles
{
	font-size:1.2em;
	padding:.2em;
	color:#ccc;
	cursor:pointer;
}

	.keresoTorles:hover
	{
		color:#cc4444;
	}





/***** ELEMEK *****/

.hasab
{
	vertical-align:top;
	margin:0;
	padding:1em;
	width:33%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:inherit;
	text-decoration:none;
	float:none;
	display:inline-block;
	transition:none;
}

	.hasab:hover
	{
		color:white;
		background-color:#5a4646;
		background:linear-gradient(to bottom, #5a4646, #362a2a, #362a2a);
	}
	
	.hasab img
	{
		display:block;
		width:100%;
		height:auto;
		margin:0 auto .5em;
		box-shadow:2px 3px 3px hsla(0, 0%, 0%, .4);
	}

	.hasab p
	{
		font-size:.8em;
		margin:0;
	}
	
	p.termeknev
	{
	font-size:		1.3em;
	font-family:	cimsor, Impact, sans-serif;
	font-weight:	normal;
	margin:			0 0 .5em;
	padding:		.3em 0;
	clear:			both;
	overflow:		hidden;
	white-space:	nowrap;
	text-overflow:	ellipsis;
	}
