.clear {
	clear:both;
	display:block;
}
.Pjustify {
	text-align:justify;
	line-height:16px;
	padding-right:10px;
}
#bemutatkozasIMG {
	background:url(../img/bemutatkozas.gif);
	display:block;
	width:138px;
	height:159px;
	float:left;
	margin-right:10px;
}
h2 {
	color:#97582e;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* LOGIN */

#loginTitle, #labels_bejelentkezve {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
	color:#97582e;
	position:relative;
}
#Username {
    border: 1px solid #97582e;
    margin-bottom: 5px;
    width: 130px;
    height: 13px;
}
#Password {
    border: 1px solid #97582e;
    width:50px;
    float: left;
    margin-right: 5px;
    height: 13px;
}
#regisztracio_block {
    margin-left: 5px;
    text-align: left;
}
#login_pass_sor {
	margin-bottom:13px;
}
#login_form_method {
	margin:0px;
	padding:0px;
}
.regisztracio_text {
	padding-top:4px;
}

.regisztracio_text a {
	font-size:10px;
	font-family:Tahoma;
	color:#97582e;
    font-weight: bold;
}
#admin_btn {
	font-size:10px;
	font-family:Tahoma;
	color:#97582e;
    cursor: pointer;
    margin-top: 4px;
    font-weight: bold;
}
#admin_btn:hover {
    color:#da751d;
}
#loginInfoSheet {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}
#loginInfoSheet li {
    list-style: square;
    margin-top: 8px;
}
#loginInfoSheet li a {
    text-decoration: none;
    color: #97582e;
    font-size: 9px;
}
#loginInfoSheet li a:hover {
    color:#da751d;
}
#LoggedUserName {
    text-align: center;
    color:#97582e;
    font-weight: bold;
    font-size:10px;
    margin-top:5px;
    margin-bottom: 3px;
}
/*Pizza lista*/
.pizzaNevCella {
	font-size: 15px;
	font-weight: bold;
}
.kicsiPizzaIcon {
	background:url(../img/kicsiPizza.gif) no-repeat left center;
	font-weight: bold;
	text-align: right;
	padding-left: 40px;
    padding-right: 10px;
    font-size: 12px;
}
.kozepesPizzaIcon {
	background:url(../img/kozepesPizza.gif) no-repeat left center;
	font-weight: bold;
	text-align: right;
	padding-left: 50px;
    padding-right: 10px;
    font-size: 12px;
}
.nagyPizzaIcon {
	background:url(../img/nagyPizza.gif) no-repeat left center;
	font-weight: bold;
	text-align: right;
	padding-left: 55px;
    padding-right: 10px;
    font-size: 12px;
    height: 75px;
}
.megrendelIcon {
	background:url(../img/megrendel.gif) no-repeat;
	font-weight: bold;
    border: 0px;
    padding-left: 27px;
    height: 32px;
    cursor: pointer;
}
.tempPizza {
	background:url(../img/tempPizza.gif) no-repeat;
	width: 135px;
	height: 91px;
}
