/* CSS Document */

#search_tl {
	background-image: url(../images/layout/search/top_left.png);
	width: 3px;
	height: 4px;
	background-repeat: no-repeat;
}

#search_tr {
	background-image: url(../images/layout/search/top_right.png);
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
}

#search_bl {
	background-image: url(../images/layout/search/bottom_left.png);
	width: 3px;
	height: 4px;
	background-repeat: no-repeat;
}

#search_br {
	background-image: url(../images/layout/search/bottom_right.png);
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
}

#search_top {
	background-image: url(../images/layout/search/top.png);
	height: 4px;
	background-repeat: repeat-x;
	width: 200px;
}

#search_bottom {
	background-image: url(../images/layout/search/bottom.png);
	height: 4px;
	background-repeat: repeat-x;
	width: 200px;
}

#search_left {
	background-image: url(../images/layout/search/left.png);
	width: 3px;
	background-repeat: repeat-y;
}

#search_right {
	background-image: url(../images/layout/search/right.png);
	width: 4px;
	background-repeat: repeat-y;
}


#searchbar {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	padding: 2px;
	border: 0px;
	color: #000000;
	width: 196px;
}

#search_title_text {
	color: #797979;
	font-size: 15px;
	vertical-align: middle;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}

#search_button_box {
	padding-left: 2px;
	vertical-align: middle;
}
.search_body {
	background-color: #f7f7f7;
}

#kereses_focim {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
#kereses_body {
	margin-left: 1em;
	margin-top: 1em;
}

.kereses_cim {
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	width: 350px;
}

.kereses_rating {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 1em;
	width: 150px;
}
