.fps_clear
{
    clear: both;
}

input.rbva
{
    vertical-align: middle;
}

#hh{
	background: url(/frames/budapesterotika.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 990px;
	height: 89px;
	padding-top: 5px;
	/*display: block;
	padding-top: 3px;
	padding-left: 35px;
	float:right;
	margin-right: 10px;*/
}
#hh img{
	float: left;
}

#logo a {
	display: block;
	width: 330px;
	height: 69px;
	float: left;
	background: url('/frame/logo.gif') no-repeat;
}

#contact{
	float: right;
	color: #fff;
	padding-top: 5px;
	padding-right : 5px;
	width: 530px;
	height: 55px;
}
#tel{
	float: left;
	background: url(/frames/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 17px;
	width: 300px;
	padding-top: 4px;
	padding-left: 25px;
	margin-right: 10px;
}
#search{
	float: right;
	background: url(/frames/input.gif);
	background-repeat: no-repeat;
	width: 169px;
	height: 22px;
	padding-left: 25px;
	padding-top: 3px;
	font-family: Arial;

}
#search input{
	border: none;
}
.button_ok{
	background: url(/frames/button_ok.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 15px;
	border: none;
	cursor: pointer;
}
#suggest_text {
	border: none;
	width: 137px;
	background:transparent none repeat scroll 0 0;
}
#detail_search {
	float:right;
	font-size: 11px;
	padding-top: 5px;
	color: #ffffff;
}
#lang{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	float: left;
	font-size: 10px;
	/*padding: 5px 0 5px 0;*/
}
#lang a{
	color: #000;
	text-decoration:none;
}
#lang a:hover{
	/*color: #e70a0a;*/
	text-decoration:underline;
}
#lang a.active_lang{
	color: #e70a0a;
	text-decoration:none;
}
#lang a.active_lang:hover{
	color: #e70a0a;
	text-decoration:underline;
}

#mm{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	float:right;
	color: #fff;
	font-size: 11px;
	letter-spacing: -1px;
	padding-right: 7px;
}
#mm a{
	color: #fff;
}

#vm{
	height: 17px;
	width: 410px !important;
	color: #fff;
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-top: 15px;
	display: block;
}
#ft{
	background: url(/frames/icon_mail.gif);
	background-repeat: no-repeat;
	width: 180px !important;
}
#szotar{
    padding-left: 0 !important;
	display: block;
}
#szotar img {
  margin-top: -3px;
  padding-right: 4px;
}


#rss{
	background: url(/frames/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px !important;
	width: 20px;
	display: block;
}
#vm a{
	height: 14px;
	color: #fff;
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 3px 10px 0 25px;
	float: left;
}
#login{
	background: url(/frames/login.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 17px;
	display: block;
	padding-top: 3px;
	padding-left: 35px;
	float:right;
	margin-right: 10px;
}

#logout, #my_datasheet, #my_profile {
    background-repeat: repeat-x;
    height: 17px;
	width: 88px;
    display: block;
    padding-top: 3px;
    padding-left: 25px;
    float:right;
}

#logout {
    background: url(/frames/logout.gif);
}

#my_datasheet {
	background: url(/frames/reg.gif);
	margin-right: 5px;
}

#my_profile {
	background: url(/frames/profile.gif);
	margin-right: 5px;
}

.inplabel
{
    color: #900000;
    font-size:12px;
    width:150px;
    text-align:right;
    padding-right:20px;
}

#reg{
	background: url(/frames/reg.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 17px;
	display: block;
	padding-top: 3px;
	padding-left: 27px;
	float:right;
}

/* auto suggestion */

.suggest_search{
    visibility: hidden;
    position: absolute;
    z-index: 101;
    padding: 0px;
    width: 160px;
    border: solid 1px #000;
    background: #fff;
    text-align: right;
}
.suggest_search div {
    position: relative;
    display: block;
    padding: 2px 3px;
    width: 154px;
	color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.suggest_search div.current {
    background: #E70A0A;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.suggest_search b{
    display: block;
    width: 242px;
    color: #333;
}
.suggest_search span{
    position: absolute;
    top: 2px;
    right: 3px;
    display: block;
    width: 100px;
    color: 000;
    text-align: right;
}

