@charset "utf-8";

/*
** menu
**/
div#menu {
    width: 802px;
    height: 37px;
    margin-left: 178px;
    background: transparent url("../gfx/bg_menu.gif") repeat-x 0 0;
}
div#menu.inside {
    background-image: url("../gfx/bg_menu_inside.gif");
}
div#menu a {
    display: block;
    float: left;
    height: 28px;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 100%;
	text-indent: -9000px;
}
div#menu a.menu01 {
    width: 137px;
    background-image: url("../gfx/menu/menu01_en.gif");
}
div#menu a.menu02 {
    width: 92px;
    background-image: url("../gfx/menu/menu02_en.gif");
}
div#menu a.menu03 {
    width: 90px;
    background-image: url("../gfx/menu/menu03_en.gif");
}
div#menu a.menu04 {
    width: 131px;
    background-image: url("../gfx/menu/menu04_en.gif");
}
div#menu a.menu05 {
    width: 167px;
    background-image: url("../gfx/menu/menu05_en.gif");
}
div#menu a.menu06 {
    width: 175px;
    background-image: url("../gfx/menu/menu06_en.gif");
}
div#menu a.menu01:hover, div#menu a.menu01.current { background-position: 0 0 }
div#menu a.menu02:hover, div#menu a.menu02.current { background-position: 0 0 }
div#menu a.menu03:hover, div#menu a.menu03.current { background-position: 0 0 }
div#menu a.menu04:hover, div#menu a.menu04.current { background-position: 0 0 }
div#menu a.menu05:hover, div#menu a.menu05.current { background-position: 0 0 }
div#menu a.menu06:hover, div#menu a.menu06.current { background-position: 0 0 }

/*
** form
**/
input.btn {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    cursor: pointer;
    margin: 5px 0;
}
input.kereses,
input.penztarhoz,
input.fizetes,
input.frissit,
input.kosarba,
input.elkuldes,
input.belepes,
input.regisztracio,
input.jelszoemlekezteto,
input.feliratkozas,
input.leiratkozas,
input.vissza {
    height: 16px;
    float: right;
}
input.kereses {
    background-image: url("../gfx/btn_kereses_en.gif");
    width: 56px;
    height: 17px;
}
input.fizetes {
    background-image: url("../gfx/btn_fizetes_en.gif");
    width: 56px;
}
input.penztarhoz {
    background-image: url("../gfx/btn_penztarhoz_en.gif");
    width: 87px;
    margin-right: 10px;
}
input.frissit {
    background-image: url("../gfx/btn_frissit_en.gif");
    width: 58px;
    margin-right: 10px;
}
input.kosarba {
    background-image: url("../gfx/btn_kosarba_en.gif");
    width: 124px;
    height: 17px;
}
input.elkuldes {
    background-image: url("../gfx/btn_elkuldes_en.gif");
    width: 67px;
    height: 18px;
}
input.belepes {
    background-image: url("../gfx/lhpopup/btn_belepes_en.gif");
    width: 60px;
}
input.regisztracio {
    background-image: url("../gfx/lhpopup/btn_regisztracio_en.gif");
    width: 93px;
}
input.jelszoemlekezteto {
    background-image: url("../gfx/lhpopup/btn_jelszoemlekezteto_en.gif");
    width: 134px;
}
input.feliratkozas {
    background-image: url("../gfx/lhpopup/btn_feliratkozas_en.gif");
    width: 94px;
    margin-right: 10px;
}
input.leiratkozas {
    background-image: url("../gfx/lhpopup/btn_leiratkozas_en.gif");
    width: 87px;
}
input.vissza {
    background-image: url("../gfx/lhpopup/btn_vissza_en.gif");
    width: 50px;
}
input.kereses.gray {
    background-image: url("../gfx/btn_kereses_gray_en.gif");
}

div#lpopup-close {
	background: transparent url(../gfx/lpopup/lpopup_close_en.gif) no-repeat 0 0;
	cursor: pointer;
	margin-top: 0;
    right: 0;
    height: 28px;
    width: 93px;
	position: absolute;
	z-index: 99;
}