@import url("main.css");
#header {}
	#header .banner {
		margin: 0px;
		border: 1px solid #FFF;
		height: 90px;
	}

	#header .bannerCont {
		float: right;
		margin: 8px 5px 0px 0px;
		height: 122px;
		width: 730px;
	}

	#header .izeButtons {
		height: 30px;
	}

	#header .izeButtons a {
		margin: 10px 8px 0px 0px;
		display: block;
		float: left;
		width: 73px;
		height: 20px;
	}

	#header .izeButtons a span {
		display: none;
	}

	#header .izeButtons a.gi { background: url("../ize_gombok/gi1.gif"); }
	#header .izeButtons a.gi:hover { background: url("../ize_gombok/gi2.gif"); }

	#header .izeButtons a.hi { background: url("../ize_gombok/hi1.gif"); }
	#header .izeButtons a.hi:hover { background: url("../ize_gombok/hi2.gif"); }

	#header .izeButtons a.ti { background: url("../ize_gombok/ti1.gif"); }
	#header .izeButtons a.ti:hover { background: url("../ize_gombok/ti2.gif"); }

	#header .izeButtons a.zi { background: url("../ize_gombok/zi1.gif"); }
	#header .izeButtons a.zi:hover { background: url("../ize_gombok/zi2.gif"); }

	#header .izeButtons a.si { background: url("../ize_gombok/si1.gif"); }
	#header .izeButtons a.si:hover { background: url("../ize_gombok/si2.gif"); }

	#header .izeButtons a.pi { background: url("../ize_gombok/pi1.gif"); }
	#header .izeButtons a.pi:hover { background: url("../ize_gombok/pi2.gif"); }

	#header .izeButtons a.fi { background: url("../ize_gombok/fi1.gif"); }
	#header .izeButtons a.fi:hover { background: url("../ize_gombok/fi2.gif"); }

	#header .izeButtons a.ai { background: url("../ize_gombok/ai1.gif"); }
	#header .izeButtons a.ai:hover { background: url("../ize_gombok/ai2.gif"); }

	#header .izeButtons a.aui { background: url("../ize_gombok/aui1.gif"); }
	#header .izeButtons a.aui:hover { background: url("../ize_gombok/aui2.gif"); }

	#logo {
		display: block;
		float: left;
		width: 238px;
		height: 111px;
		margin: 0px 0px 27px 0px;
	}	

	#menu {
		height: 32px;
		color: #E1ECF2;
		width: 980px;
		background: black url("../images_film/menu-bg.png") repeat-x 0 0;
		clear: both;
	}
		#menu ul {
			height: 32px;
			padding: 0px;
			margin: 0px;
		}
			#menu li {
				display: block;
				float: left;
				padding: 3px 5px 0px 15px;
				background: transparent url("../images_film/menu-sep.png") no-repeat 5px 5px;
				margin-top: 7px;
			}
			#menu li.first {background: none;}
			#menu li a {
				font-size: 7pt;
				color: #E1ECF2;
				line-height: 1.1em;
				font-weight: bold;
			}
			#menu li a:hover { text-decoration: underline;}
			#menu li a.active { color: #FF9900; }
				
DIV.audit {
	position: absolute;
	top: 0px;
	left: 980px;
}

.red {
	color: red;
	font-weight: bold;
}

#content {}
	#content ul {
		height: 15px;	
		font-size: 10px;
	}
		#content li {
			float: left;
			margin-right: 4px;
		}
			#content li span {
				display: block;
				padding-top: 2px;
			}
			#content li a {
				display: block;
				padding: 1px 3px 2px 3px;
				font-weight: bold;
				color: #899093;
				background: white;
				border: 1px solid #899093;
			}
			
			#content li.last {margin-right: 0;}
			#content li a:hover {
				color: white;
				background: #E4484B;
			}
			#content li a.active {
				color: white;
				background: #E4484B;
			}
	#content div {
		margin: 10px 0px;
		padding: 0px;
		color: black;
		border: 1px solid #3F3F3F;
		width: 600px;
		overflow: hidden;
		background: white;
	}
	#content div.pad {
		width: 590px;
		padding: 5px;
	}
		#content p.info-top {
			padding-bottom: 5px;
			background: #3F3F3F;
			font-size: 8pt;
			color: white;
			padding: 5px;
		}
		#content p.info-top a {
			color: #FF9900;
		}
		#content p.info-top a:hover {
			color: #FF9900;
			background: #3F3F3F;
		}
		#content p.comment {
			padding: 5px;
			background: #EAEAEA;
		}
			#content span.history { font-size: 9px; }
		#content p.main {	
			padding: 5px;	
			text-align: center;
			line-height: 1.4;
			color: black;
		}
		#content p.toplist {	
			padding: 5px 0;	
			text-align: center;
			line-height: 1.4;
			color: black;
		}
		#content p.toplist A, #content p.toplist A:link, #content p.toplist A:visited {
			color: black;
			font-weight: bold;
			text-decoration: underline;
		}
		#content p.toplist A:hover, #content p.toplist strong {
			color: #FFF;
			background-color: black;
		}
		#content p.main img {
			display: block;
			margin: 0px auto;
			padding: 5px;
		}
		#content p.info-bottom {
			display: block;
			clear: both;
			padding: 5px;
			line-height: 1.4;
			background: #EAEAEA url('../images_film/info-bottom-bg.png') repeat-x;
		}

		#content p.commentText {
			padding: 5px;
			line-height: 1.4;
		}


			#content .comments { float: right; }
			#content div a {
				font-weight: bold;
				text-decoration: underline;				
				color: #F37021;
			}
			#content div a:hover,
			#content p.main a:hover {
				color: #F37021;
				background: black;
			}
/*			#content p.main a:hover {
				color: #cc0000;
				background: #FFF;
			}*/
			#content p.main a {
				color: black;
				text-decoration: underline;
			}
			#content .comments a, #content .comment .answer {font-weight: normal;}
		
			#content .comments .voteUp,
			#content .comments .voteDown {
				display: block;
				width: 13px;
				height: 14px;
				float: right;
				margin-left: 4px;
				margin-top: -1px;
			}

			#content .comments .voteUp span,
			#content .comments .voteDown span {
				display: none;
			}

			#content .comments .voteUp {
				background: url('../ertekeles-fel.gif') no-repeat;
			}
			#content .comments .voteDown {
				background: url('../ertekeles-le.gif') no-repeat;
			}

		#content .shareLine {
			display: block;
			height: 24px;
			background: #EAEAEA;
		}

		#content .favorites {
			padding: 5px 10px 0px 30px;
			display: block;
			float: left;
			background: #EAEAEA url('../images_art/fav.png') no-repeat 10px 6px;
			height: 19px;
		}

		#content .sendCard {
			padding: 5px 10px 0px 30px;
			display: block;
			float: left;
			background: #EAEAEA url('../images_art/kuld.png') no-repeat 10px 6px;
			height: 19px;
		}

		#content .facebook {
			padding: 3px 0px 0px 0px;
			display: block;
			float: left;
			width: 110px;
			height: 18px;
			overflow: hidden;
		}
		
		#content .google {
			padding: 5px 0px 0px 0px;
			display: block;
			float: left;
			width: 55px;
			height: 18px;
			overflow: hidden;
		}

		#content .iwiw {
			padding: 4px 0px 0px 5px;
			display: block;
			float: left;
		}

		#content .iwiw a:hover,
		#content .twitter a:hover {
			background: none;
		}

		#content .twitter {
			padding: 4px 0px 0px 7px;
			display: block;
			float: left;
		}


		#content .tags {
			padding: 7px 5px 3px 5px;
			margin: 0px;
			display: block;
			background: #EAEAEA url('../images_film/tags-bg.png') repeat-x;
			height: 18px;
			line-height: normal;
			font-size: 7pt;
		}

		#content .tags a {
			font-weight: normal;
			text-decoration: underline;
		}


		#content #contact {
			padding: 10px 0 0;
		}
			
		#content #post-comment fieldset {
			border: 0;	
		}
			#content #post-comment p {
				padding: 0 0 10px;
			}
			#content #post-comment img {
				vertical-align: top;
				margin-left: 10px;
			}
			#content #contact p {
				padding: 0 0 5px;
			}		
			#content label {
				color: black;
			}
			#content #contact label {
				float: left;
				width: 100px;
				padding: 3px 5px 2px 0;
				text-align: right;
			}
			#content #comment-message label {
				float: none;
				width: auto;
				display: block;
				text-align: center;
			}
			#content input {				
				color: #000;
				background: #EEEEEE;
				border: 1px solid #666666;
			}
			#content textarea {
				width: 592px;
				height: 200px;
				display: block;
				padding: 3px;
				font: 1em/1.4 Tahoma, Verdana, sans-serif;
				color: #000;
				background: #EEEEEE;
				border: 1px solid #666666;
			}
			#content #contact textarea {width:580px}
			#content a.submit {
				float: left;
				padding: 3px 4px 0px 3px;
				height: 14px;
				font-weight: bold;
				font-size: 10px;
				color: white;
				background: #FF9900;
				border: 1px solid #F8BF00;
			}
			#content a.submit:hover {

			}
			#content #contact a {
				text-decoration: none;
			}
			#content #contact a:hover {

			}

#sidebar-left {}

	#sidebar-left .leftBox {
		margin: 4px 0px 4px 4px;
		border-bottom: 3px solid #3F3F3F;
		width: 203px;
	}

	#sidebar-left h2 {
		text-transform: uppercase;
		color: white;
		background: #3F3F3F url("../images_film/sidebar-h2-bg.png") no-repeat;
		clear: both;
		font-size: 10pt;
		width: 197px;
		height: 17px;
		display: block;
		margin: 0px;
		padding: 6px 0px 0px 6px;

	}

	#sidebar-left .leftBoxMain {
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #9B9B9B;
		background: white url('../images_film/leftBox-bg.png') repeat-x;
		color: #3F3F3F;
		width: 196px;
		padding: 3px 3px 3px 2px;
	}

	#sidebar-left #catBox {
		padding: 0px;
		width: 201px;
	}


	#sidebar-left form, #sidebar-left #toplistbox {
		padding: 4px 0px 0px 0px;
		color: #3F3F3F;
	}
		#sidebar-left p {padding-bottom: 4px;}
			#sidebar-left input {
				float: right;
				height: 15px;
				width: 125px;
				padding: 0;
				color: #000;
				background: wite;
				border: 1px solid #666666;
			}
				#search input {float: left; margin-top: 5px; }
				#sidebar-left input.checkbox {
					float: left;
					width: 13px;
					height: 13px;
					margin: 0;
					color: #000;
					background: #FFF;
					border: 0;
				}
				#sidebar-left label.checkbox {
					float: left;
					padding: 1px 2px 0 4px;
					width: 73px;
					height: 15px;
				}
				#sidebar-left .submit {float: right;}
			#sidebar-left label {
				float: left;
				width: 40px;
				font-weight: bold;
				padding: 2px 0px 8px 0px;
			}
	#sidebar-left ul {font-size: 10px;}
		#sidebar-left li {
			padding: 0px;
			margin: 0px;
		}
			#sidebar-left #categories a {
				width: 186px;
				display: block;
				padding: 3px 0px 4px 15px;
				border-bottom: 1px solid #3F3F3F;
				color: #3F3F3F;
				background: url('../images_film/categ-bg1.png') no-repeat 5px 6px;
			}
			#sidebar-left #categories a:hover {
				background: #FF9900 url('../images_film/categ-bg2.png') no-repeat 5px 6px;
			}

			#sidebar-left #categories a.active {
				background: #FF9900 url('../images_film/categ-bg2.png') no-repeat 5px 6px;
				font-weight: bold;
			}

			#sidebar-left a.submit {
				padding: 3px 4px 0px 3px;
				height: 14px;
				font-weight: bold;
				font-size: 10px;
				color: white;
				background: #FF9900;
				border: 1px solid #F8BF00;
			}
			#sidebar-left a.submit:hover {

			}


		#sidebar-left #radiobox {
			padding: 2px 0px 4px 0px;
			width: 204px;
			overflow: hidden;
		}

		#sidebar-left #radiobox div {
			margin-bottom: 5px;
		}

		#sidebar-left #radiobox div a {
			color: #3F3F3F;
			text-decoration: underline;
		}



	#sidebar-left #toplistbox H3 {
		color: #3F3F3F;
		font-size: 9px;
	}
	#sidebar-left #toplistbox UL {
		margin: 2px 0px 0px 0px;
	}
	#sidebar-left #toplistbox LI {
		float: none;
		margin-bottom: 1px;
	}
	#sidebar-left #toplistbox a {
		color: #3F3F3F;
		font-weight: bold;
	}
	#sidebar-left #toplistbox a:hover {
		text-decoration: underline;
	}
	#sidebar-left #toplistbox #sendtoplist {
		margin-bottom: 15px;
	}
			
#sidebar-right {}
	#sidebar-right p {
		padding: 5px 0;
		text-align: center;
		font-size: 9px;
		line-height: 1.4;
	}
	#sidebar-right .banner {
		display: block;
		margin: 0 auto 10px;
		border: 1px solid #FFF;
	}
	#sidebar-right .rightbox {
		margin: 0 auto 10px auto;
	}
	#sidebar-right .rightbox {
		padding-bottom: 0px;
		color: #3F3F3F;
	}

	#sidebar-right .izePics {
		border: 1px solid #9B9B9B;
		background: white url('../images_film/right-bg.png') no-repeat;
		width: 138px;
		text-align: center;
	}

	#sidebar-right .izePics h3 {
		margin: 8px 0px;
		text-align: center;
		padding: 0px;
		font-size: pt;
	}

	#sidebar-right .izePics a img {
		border: 1px solid #AAAAAA;
		background: white;
		padding: 3px;
		margin: 3px auto;
	}


	#sidebar-right .izePicsBottom {
		border-top: 4px solid #494A4A;
		width: 140px;
	}

	#sidebar-left a { color: #3F3F3F; }
		#sidebar-right .rightbox h3 {
			padding: 5px 0;
			text-align: center;
			font-size: 10px;			
			color: black;
		}
		
		#sidebar-right .rightbox img {
			display: block;
			margin: 5px auto 5px auto;
			padding: 1px;
			background: #FFF;
			border: 1px solid #3c1502;
		}

		#sidebar-right .rightbox P {
			text-align: left;
			display: block;
			margin: 3px 3px 0px 3px;
			padding: 0px;
		}

		#sidebar-right .rightbox span {
			margin-top: 5px;
			display: block;
		}

		#sidebar-right .rightbox A {
			color: #3F3F3F;
			font-weight: bold;
		}

		#sidebar-right .rightbox A:hover {
			background: #FFF;
		}



#footer {font-size: 0.9em;}
	#webcome {
		float: right;
		width: 192px;
		height: 26px;
		color: #FF7E00;
		background: #FF7E00 url("../images_film/webcome.png") no-repeat 0 0;
	}
	#webcome:hover {
		background-position: 0 -26px;
	}
	#footer strong {
		margin: 9px 0 0 10px;
		float: left;
	}
	#footer ul {
		margin: 9px 0 0 100px;
		float: left;
		font-weight: bold;
	}
		#footer li {
			float: left;
			padding: 0 0 5px 3px;
		}
			#footer li a {
				color: #FFF;
			}
			#footer li a:hover { text-decoration: underline;}






span.postFormLabel {
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	padding: 0px 5px 2px 0px;
	width: 55px;
	text-align: right;
}

input.postFormField {
	margin-top: 5px;
}

span.regFormLabel {
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	padding: 0px 5px 2px 0px;
	width: 115px;
	text-align: right;
}



#userDataSheet {
	line-height: 1.5em;
}

#userDataSheet img {
	float: right;
	display: block;
}

#userDataSheet h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 4px 0px 8px 0px;
}

#userDataSheet span {
	display: block;
	float: left;
	width: 60px;
}

a.male,
#content div a.male {
/*	color: #0000ff;*/
	background-image: url('../images_film/male.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

a.female,
#content div a.female {
/*	color: #ff00ff;*/
	background-image: url('../images_film/female.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

a.male:hover,
#content div a.male:hover,
a.female:hover,
#content div a.female:hover {
	color: #FFF;
	background: #FF9900;
}





#userDataBox {
	display: none;
	position: absolute;
	z-index: 999;
	width: 183px;
	height: 173px;
	background-image: url('../images/user_ures_transp.png');
	color: #666666;
	font-family: tahoma,arial,helvetica;
}

#userDataBox span {
	float: right;
	margin: 0px 11px 0px 0px;
	padding: 1px;
	border: 1px solid #929292;
	display: block;
}

#userDataBox img {
	display: block;
}

#userDataBox h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 14px 0px 7px 15px;
}

#userDataBox div {
	font-size: 8pt;
	margin: 3px 0px 0px 15px;
}

#onlinestat {
	color: #3F3F3F;
}

#onlinestat a {
	color: #3F3F3F;
}

#onlinestat strong {
	color: #3F3F3F;
}





#addressBook {
	display: block;
	width: 220px;
	float: right;
}

#addressBook #addressBookTitle {
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 103px;
}

#addressBook a {
	width: 84px;
	height: 11px;
	display: block;
	color: #ce0000;
	padding: 0px 0px 0px 14px;
	background-repeat: no-repeat;
}

#addressBook a:hover {
	color: white;
	background-color: #ce0000;
}

#addressBook a span {
	font-size: 7pt;
}

#addressBook a#buttonKi { background-image: url('../images/out_off.gif'); }
#addressBook a#buttonKi:hover { background-image: url('../images/out_on.gif'); }

#addressBook a#buttonBe { background-image: url('../images/in_off.gif'); }
#addressBook a#buttonBe:hover { background-image: url('../images/in_on.gif'); }

#addressBook a#buttonTorol { background-image: url('../images/x_off.gif'); }
#addressBook a#buttonTorol:hover { background-image: url('../images/x_on.gif'); }

#addressBook select
{
	width: 120px;
	height: 80px;
	float: right;
	border: 1px solid black;
}


#onlineUserList {
	display: block;
	margin: 5px;
}

#onlineUserList h3 {
	font-size: 10pt;
	margin: 0px;
}

#onlineUserList a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#onlineUserList a:hover {
	background-color: #AC1601;
	color: white;
}

#onlineUserList span {
	display: block;
	margin: 1px;
}

#sidebar-right a.online { text-decoration: underline; }

.searchFormCateg {
	display: block;
	float: left;
	width: 180px;
}

.searchFormCateg input {
	float: left;
}

.searchFormCateg span {
	display: block;
	float: left;
	margin: 3px 0px 0px 0px;
	padding-left: 3px;
}

.pageend {
	clear: both;
}

a.reszletesKeresesLink {
	display: block;
	padding-top: 2px;
	text-align: right;
	clear: both;
}

a.reszletesKeresesLink:hover {
	text-decoration: underline;
}




a.submit-ok {
	display: block;
	background: #FF9900 url('../images_film/button-ok.png') no-repeat;
	width: 36px;
	height: 26px;
	float: right;
	color: white;
	margin-left: 5px;
}
a.submit-ok span { display: none; }

a.submit-belepek {
	display: block;
	background: #FF9900 url('../images_film/button-belepek.png') no-repeat;
	width: 67px;
	height: 26px;
	float: right;
	color: white;
}
a.submit-belepek span { display: none; }




