/*<		alap 		>*/
	html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
		margin: 0; 
		padding: 0; 
		border: none; 
		outline: none;
	}
	html{
		background-color: #F2F3ED;
	}
	body{
		font-family: "Trebuchet MS", arial;
		color: #000;
		font-size: 10px;
		width: 1000px;
		margin: 0 auto;
		background-color: white;
		border: solid 1px #000;
	}
	.block{
		margin: 20px 0;
	}
	.center{
		text-align: center;	
	}
	.clear{
		clear: both;
	}
	.green{
		color: #739400;
	}
	.small{
		font-size: 0.8em;
	}
	a{
		color: #739400;
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	.error{
		color: red;
	}
	.hidden{
		display: none;
	}
	.termekpopup{
		padding: 10px;
		text-align: center;
		width: 300px;
	}
/*</	alap		>*/
/*///////////////////*/
/*<		header		>*/
	#header {
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		width: 1000px;
		height: 380px;
	}
	#header_table {
    width: 1000px;
    height: 157px;
  }
  /*#header_table tr td {
    border: 1px solid red;
  }*/
	#welcomebox{
		clear: none;
		/*margin-left: 450px;*/
		margin-top: 10px;
		/*float: left;*/
		width: 220px;
		height: 93px;
		padding-top: 24px;
		text-align: center;
		background-image: url(welcomebox.png);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		color: #fff;
		font-size: 15px;
	}
	#welcomebox strong{
		display: block;
	}
	#welcomebox p a {
    text-decoration: none;
    color: white;
  }
	#loginform{
		clear: none;
		/*margin-left: 479px;
		margin-top: -35px;*/
		/*float: left;*/
		background-image: url(loginform.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		width: 164px;
		padding-left: 2px;
		height: 151px;
	}
		#loginform #name_,
		#loginform #jelszo_{
			height: 17px;
			width: 159px;
			padding: 0;
			border: none;
		}
		#loginform #name_{
			margin-top: 41px;
		}
		#loginform #jelszo_{
			margin-top: 23px;
		}
		#loginform #belepes_{
			background-image: url(belepes.png);
			background-repeat: no-repeat;
			background-position: 0% 0%;
			border: none;
			background-color: transparent;
			display: block;
			height: 22px;
			text-indent: -10000px;
			width: 86px;
			cursor: pointer;
			padding-top: 0;
			margin-left: 37px;
			margin-top: 3px;
			overflow: hidden;
		}
		#loginform a{
			display: block;
			width: 160px;
			text-align: center;
		}
		#searchh {
			position: absolute;
			top: 116px;
			/*margin-left: 20px;*/
		}
		#searchh #search_text{
			width: 160px;
			height: 16px;
			padding: 0;
			border: none;
			background-color: transparent;
		}
		#searchh #keres{
			background-image: url(keres.png);
			background-repeat: no-repeat;
			background-position: 0% 0%;
			border: 0px solid red;
			background-color: transparent;
			/*display: block;*/
			height: 25px;
			text-indent: -10000px;
			width: 63px;
			cursor: pointer;
			/*padding-top: 22px;*/
			/*margin-left: 161px;
			margin-top: -22px;*/
			overflow: hidden;
		}
		#info {
			color: #fff;
			text-align: center;
			width: 275px;
			font-size: 15px;
			margin-top: 16px;
		}
		#info h5{
			font-weight: bold;
			font-size: 15px;
		}
		#info a{
			color: #fff;
			text-decoration: none;
		}
		#info a:hover{
			text-decoration: underline;
		}
	/*<		menu		>*/
	#balmenu{
		margin-top: 17px;
		padding: 20px 0 0 75px;
		list-style: none;
		display: block;
		width: 247px;
		height: 170px;
	}
	#balmenu li a{
		border-bottom: solid 1px #7f807d;
		display: block;
		width: 170px;
		height: 24px;
		padding-top: 5px;
		text-decoration: none;
		color: #000;
		background-image: url(nyil.png);
		background-repeat: no-repeat;
		background-position: 13px 50%;
		padding-left: 40px;
		font-size: 13px;
	}
	#balmenu li a:hover{
		padding-left: 43px;
		font-weight: bold;
	}
	#balmenu li.last a{
		border-bottom: none;
	}
	#flashmenu {
		position: absolute;
		top: 160px;
		margin-left: 321px;
	}

	/*</	menu		>*/
	/*///////////////////*/
/*</	header		>*/
/*///////////////////*/
/*<		content		>*/
	#reklammenu{
		list-style: none;
		width: 223px;
		text-align: center;
		padding-left: 4px;
		padding-top: 12px;
		padding-bottom: 18px;
	}
	#reklammenu a:hover img{
		border-left: solid 6px #739400;
	}
	
	#content{
		min-height: 400px;
	}
	#contentcenter{
		float: right;
		border-left: solid 1px #ccc;
		width: 669px;
		padding: 20px 42px 15px 32px;
		margin-bottom: 30px;
		margin-top: 22px;
		margin-left: 0;
		min-height: 550px;
		font-size: 14px;
	}
	#contentcenter h1{
		font-size: 28px;
		font-weight: normal;
		padding-bottom: 5px;
		border-bottom: solid 1px #000;
		margin-bottom: 14px;
	}
	#contentcenter h2, caption{
		color: #739400;
		font-size: 17px;
	}
	caption{
		text-align: left;
	}
	#menu{
		list-style: none;
		display: block;
		width: 450px;
		height: 37px;
		/*margin-top: -43px;*/
		/*margin-left: -23px;*/
		/*margin-bottom: 20px;*/
		/*position: relative;
		top: 120px;*/
	}
	#menu li{
		float: left;
	}
	#menu li a{
		display: block;
		width: 143px;
		height: 0px;
		padding-top: 37px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#menu li a:hover{
		background-position: 0% -63px;
	}
	#menu #m0 a{
		background-image: url(menugomb0_b.png);
	}
	#menu #m1 a{
		background-image: url(menugomb1_b.png);
	}
	#menu #m2 a{
		background-image: url(menugomb2_b.png);
	}
	/*#menu #m3 a{
		background-image: url(menugomb3.png);
	}
	#menu #m4 a{
		background-image: url(menugomb4.png);
	}*/

/*///////////////////*/
/*<		footer		>*/

	/*#hirlevelfeliratkozas{
		float: left;
		margin-top: 28px;
		margin-left: 73px;
	}
	#hirlevelfeliratkozas a:hover{
		padding-top: 2px;
		border-bottom: dotted 1px #fff;
	}
	#footermenu,
	#footermenu2{
		list-style: none;
		display: block;
		width: 504px;
		height: 34px;
		float: right;
		margin-right: 240px;
		padding: 25px 14px 0 14px;
		text-align: center;
	}
	#footermenu{
		padding: 35px 14px 0 14px;
	}*/

	#hirlevelfeliratkozas{
		width: 224px;
		height: 130px;
		float: left;
	}
	#hirlevelfeliratkozas a{
		padding-top: 2px;
		position: relative;
		top: 97px;
		left: 71px;
	}
	#hirlevelfeliratkozas a:hover{
		padding-top: 2px;
		border-bottom: dotted 1px #fff;
	}
	#footermenu,
	#footermenu2{
		display: block;
		width: 504px;
		float: left;
		clear: none;
	}
	#footermenu{
		margin-top: 34px;
		margin-left: 20px;
		margin-bottom: 43px;
	}
	#footermenu2{
		margin-left: 20px;
		text-align: center;
	}






	#footermenu li,
	#footermenu2 li{
		display: inline;
	}
	#footermenu li a,
	#footermenu2 li a{
		color: #fff;
		text-decoration: none;
		padding: 0 10px;
		font-size: 14px;
		border-left: solid 1px #fff;
	}
	#footermenu li a{
		padding: 0 15px;
	}
	#footermenu2 li a{
		border-left: none;
		font-size: 15px;
	}
	#footermenu li a:hover,
	#footermenu2 li a:hover{
		text-decoration: underline;
		font-weight: normal;
	}
	#footermenu li.first a{
		border-left: none;
	}
	#footer{
		border-top: solid 1px #000;
		width: 1000px;
		height: 131px;
		background-image: url(footer.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#keywords{
		text-align: center;
		padding: 3px 5px;
		clear: both;
	}	
	#keywords a{
		color: #414141;
		text-decoration: none;
	}
	#keywords a:hover{
		color: #000;
		text-decoration: underline;
	}





#termeklista{
	width: 650px;
	border: none;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 20px;
	border-spacing: 0px;
}
#termeklista tr{
	background-image: url(tr_bg.gif);
	background-repeat: no-repeat;
	background-position: 100px 100%;
}
#termeklista tr td.image{
	width: 140px;
	padding: 10px 10px 10px 0px;
}
#termeklista tr td.info{
	width: 310px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
}
#termeklista tr td.gombok{
	width: 164px;
	padding: 0px 0px 0px 6px;
}
#termeklista tr td.gombok a{
	display: block;
	text-decoration: none;
	color: #659f02;
	font-size: 13px;
}
#termeklista tr td.gombok a.moreinfo{
	background-image: url(infogomb.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 164px;
	height: 22px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 10px;
}
#termeklista tr td.gombok a.kosar_ajandek{
	background-image: url(ajandekgomb.png);
	background-repeat: no-repeat;
	background-position: 24px 0%;
	width: 100px;
	height: 15px;
	padding-top: 47px;
	text-align: center;
	float: left;
}
#termeklista tr td.gombok a.kosar{
	background-image: url(kosargomb.png);
	background-repeat: no-repeat;
	background-position: 0 0%;
	width: 53px;
	height: 15px;
	padding-top: 47px;
	text-align: center;
	float: right;
}
#termeklista tr td p.db{
	float: left;
	margin-bottom: -18px;
	position: relative;
	left: -70px;
	top: -30px;
}
#termekinfo p.db{
	margin: auto;
	width: 100px;
}
p.db input{
	border: solid 1px #d6d6d6;
	background-color: #fff;
	background-image: none;
	padding: 2px;
	width: 26px;
	height: 18px;
	text-align: center;
}
#termekinfo{
	text-align: center;
	margin-top: 10px;
}
#termekinfo p{
	font-size: 16px;
	line-height: 18px;
}
#termekinfo p.gombok { 
	display: block;
	width: 300px;
	margin: 20px auto;
}
#termekinfo p.gombok a { 
	display: block;
	text-decoration: none;
	color: #659f02;
	font-size: 13px;
}
#termekinfo p a.kosar{
	background-image: url(kosargomb.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 100px;
	height: 15px;
	padding-top: 47px;
	text-align: center;
	float: right;
}
#termekinfo p a.kosar_ajandek{
	background-image: url(ajandekgomb.png);
	background-repeat: no-repeat;
	background-position: 24px 0%;
	width: 100px;
	height: 15px;
	padding-top: 47px;
	text-align: center;
	float: left;
}


#termekinfo div.keplista a{
	padding: 5px;
	vertical-align: top;
	display: inline-block;
}
#termekinfo div.keplista a img{
	padding: 5px;
	border: solid 1px #739400;
}





	fieldset{
		border: solid 1px #bbb;
		padding: 5px 5px 10px 5px;
		margin-bottom: 10px;
	}
	legend{
		font-size: 13px;
		font-weight: bold;
	}
	#reg label{
		width: 200px;
		display: inline-block;
		margin-top: 4px;
		margin-bottom: 3px;
		margin-left: 10px;
	}
	#reg input{
		margin-top: 4px;
		width: 220px;
	}
	#reg input.submit{
		width: auto;
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 0% 0%;
		color: #739400;	
		font-size: 15px;
		font-weight: bold;
		border: none;
	}
	#reg input.submit:hover{
		border-bottom: solid 1px #739400;
	}
	#reg{
		margin-left: 25px;
		font-size: 1.1em;
		width: 465px;
	}
	#reg p.error span{
		text-align: center;
		display: block;
		color: red;
	}
	#reg p.error{
		color: #666;
		padding: 4px 0;
		background-color: #fffefe;
	}
	#reg p.error input{
		border: solid 1px red;
	}
	p.radio{
		margin-top: 15px;
		padding-bottom: 28px;
	}
	em{
		color: #739400;		
	}
	p.radio a{
		height: 14px;
		padding: 7px 0 6px 44px;
		font-size: 14px;
		background-image: url(radio_btn.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		float: left;
		margin-right: 20px;
	}
	p.radio a.current{
		background-position: 0% -54px;
	}
	p.radio a:hover{
		background-position: 0% -27px;
	}
	p.radio a.current:hover{
		background-position: 0% -54px;
	}

table#kosar {
	width: 670px;
	border-collapse: collapse;
	margin-bottom: 30px;
}
table#kosar tr td{
	border-bottom: solid 1px #000;
}
table#kosar tr td.misc{
	width: 85px;
}
table#kosar tr.last td{
	border-bottom: none;
}
table#kosar tr td{
	text-align: center;
}
table#kosar tr td.a_left{
	text-align: left;
	padding-left: 30px;
	padding-top: 6px;
}
dl.kosar{
	float: left;
}
dl.kosar dd{
	display: inline-block;
	width: 100px;
	float: left;
}
dl.kosar dt{
	display: inline-block;
	float: left;
	clear: left;
	width: 160px;
}
#rendel {
	color: #739400;	
	font-size: 16px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
}
#rendel:hover{
	text-decoration: underline;
}
#cimek{
	float: right;
}
p.submit{
	clear: both;
	text-align: center;
}
p.submit a{
	font-size: 16px;
	font-weight: bold;
}
p.submit a:hover{
	text-decoration: underline;
}


	.paginator {
		list-style: none;
		margin: 20px;
	}
	.paginator li {
		display: inline;
	}
	.paginator li a{
		height: 30px;
		padding: 2px 8px;
		margin-left: 5px;
		font-size: 14px;
		width: 30px;
		border: solid 1px #b4b9bc;
		text-decoration: none;
		font-weight: bold;
		color: #316088;
		background-color: #fff;
	}
	.paginator li a:visited{
		color: #17324a;
		background-color: #f7f7f7;
	}
	.paginator li a:hover, .paginator li a:active{
		color: #316088;
		background-color: #eef7ff;
		border: solid 1px #84888a;
	}
	.paginator li a.current{
		color: #eef7ff;
		background-color: #316088;
		border: solid 1px #84888a;
	}
	.paginator li a.next{
		color: #316088;
		background-color: #fff;
		border: none;
	}
	.paginator li a.next:hover, .paginator li a.next:active{
		color: #316088;
		text-decoration: underline;
		background-color: #fff;
		border: none;
	}
#kosar a.del{
	background-image: url(delgomb.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	width: 33px;
	height: 0px;
	padding-top: 37px;
	float: left;
	overflow: hidden;
}
#kosar a.info{
	background-image: url(kisinfogomb.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	width: 33px;
	height: 0px;
	padding-top: 32px;
	overflow: hidden;
}
#oldalterkep .oldalterkep_block{
	width: 49%;
	float: left;
}
#oldalterkep ul{
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 10px;
	list-style: none;
}
#oldalterkep ul li{
	padding: 3px 0;
	line-height: 14px;
}

#hirlevel label{
	width: 110px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#hirlevel input{
	margin-top: 4px;
	width: 220px;
}
#hirlevel input.submit{
	width: auto;
}
#hirlevel{
	font-size: 1.1em;
	width: 655px;
	margin: auto;
	text-align: center;
}
#hirlevel fieldset{
	border: none;
}
#hirlevel p.error span{
	text-align: center;
	display: block;
	color: red;
}
#hirlevel p.error{
	color: #666;
	padding: 4px 0;
	background-color: #fffefe;
}
#hirlevel p.error input{
	border: solid 1px red;
}
#hirlevelgomb input.submit{
	background-image: url(feliratkozas_wbg.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: transparent;
	text-indent: -10000px;
	border: none;
	padding: 0px;
	cursor: hand;
	width: 94px;
	height: 25px;
}

#termeklista tr{
	position: relative;
}
#termeklista td {
	background:none;
}
