/*------------------------------KATEGEGÓRIÁK MENU---------------------------------*/
#kategoriak {
	border:solid 0px #fff;
	margin:0px 0 10px 0px;
	background-image:url(images/katBg.gif);
	background-repeat:no-repeat;
	width:183px;
}
#kategoriak ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:35px 0 0 31px;
}
#kategoriakLabel {
	margin:37px 0 0 6px;
	position:absolute;
	width:26px;
	height:80px;
	background-repeat:no-repeat;
}
#kategoriakLabel span{
	display:none;
}
#kategoriak li {
	display:block;
	padding:0;
	margin:0;
}
#kategoriak li a {
	display:block;
	padding-top:3px;
	color:#470036; 
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	text-align:left;
	width:136px;
	height:16px;
	text-indent:10px;
	margin:1px;
	background-image:url(images/katMenuBg.jpg);
}
#kategoriak li a:hover {
	background-position:0 -19px;
	text-indent:23px;
	color:#fff;
}
#kategoriakEnd {
	width:183px;
	height:19px;
	background-image:url(images/katEndBg.gif);
	background-repeat:no-repeat;
}


/*-----------LOGIN--------------*/
#loginBox {
	background-image:url(images/belepesBg.gif);
	background-repeat:no-repeat;
	width:183px;
	height:141px;
	border-top:solid 1px white;
}
#loginBoxLabel {
	margin:30px 0 0 6px;
	position:absolute;
	width:26px;
	height:80px;
	background-repeat:no-repeat;
}
*html #loginBoxLabel {
	margin:30px 0 0 -32px;
}
#loginBoxLabel span{
	display:none;
}
#loginCntr {
	margin:14px 10px 0px 38px;
	border:solid 0px red;
}
#login_usernameField {
	width:120px;
	height:18px;
	padding:2px 5px 0 3px;
	font-size:11px;
	border:solid 0px red;
	background-color:transparent;
	color:#251621;
}
*html #login_usernameField {
	padding:1px 5px 0 3px;
}
#login_passwordField {
	width:120px;
	height:18px;
	padding:2px 5px 0 3px;
	font-size:11px;
	border:solid 0px red;
	background-color:transparent;
	color:#251621;
}
*html #login_passwordField {
	padding:0px 5px 0 3px;
}
#elfelejtett_jelszo_link {
	font-size:11px;
	display:block;
	width:140px;
	margin:5px 0 10px 0;
	border:solid 0px red;
	color:#470036;
}
#regisztracio_link {
	position:absolute;
	margin:-18px 0 0 0;
	color:#470036;
}

#loginCntr label {
	font-size:10px;
	display:block;
	font-size:10px;
	margin-top:0px;
	margin-left:2px;
	color:#470036;
}

/*----------------LOGGED----------------*/
#loggedBox {
	background-image:url(images/loggedBg.gif);
	background-repeat:no-repeat;
	width:183px;
	height:200px;
	border-top:solid 1px white;
}
#loggedBoxLabel {
	margin:30px 0 0 6px;
	position:absolute;
	width:26px;
	height:80px;
	background-repeat:no-repeat;
}
*html #loggedBoxLabel {
	margin:30px 0 0 -32px;
}
#loggedBoxLabel span{
	display:none;
}
.cartBg {
	margin:5px 0 0 33px;
	padding:3px 0 6px 0;
	width:136px;
	background-color:#f0b8ef;
}
.udvMsg {
	text-align:center;
	padding:13px 0 0 27px;
	font-size:10px;
	color:#470036;
}
.udvMsg span{
	color:#e300ac;
	font-weight:bold;
}
#loggedBox ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0px 0 0 32px;
}
#loggedBox li {
	display:block;
	padding:0;
	margin:0;
}
#loggedBox li a {
	display:block;
	padding-top:3px;
	color:#470036; 
	text-decoration:none;
	background-color:#f0b8ef;
	font-family: Arial;
	font-size: 11px;
	text-align:left;
	width:136px;
	height:16px;
	text-indent:17px;
	margin:1px;
}
#loggedBox li a:hover {
	background-color:#e300ac;
	background-position:0 -19px;
	text-indent:17px;
	color:#fff;
}

.fleuropBanner {
	background-image:url(images/fleuropLogo.png);
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	display:block;
	cursor:default;
	margin:10px 0 0 30px;
}
.fleuropBanner:hover {
	background-position:0 -120px;
}
.fleuropBanner span {
	display:none;
}
