@font-face {
	font-family: Lobster; 
	src: url('../webfonts/Lobster.ttf');
	}
body {
	background-color: #fff;
	background-image: none;
	color: #222;
	margin: 0px;
	}
body, td, p {
	font-family: serif;
	font-size: 8pt;
	line-height: 1.15em;
	}
td {
	vertical-align: top;
	}
p {
	margin: 0px;
	padding: 0px;
	}

a, a:link, a:visited, .color {
	text-decoration: none;
	color: #222;
	}
a:hover {
	text-decoration: underline;
	}	
	
.imgleft {
	float: left;
	margin-right: 10px;
	}
.imgright {
	float: right;
	margin-left: 10px;
	}
	
#maindiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
	border-left: 0px solid #ddc;
	border-right: 0px solid #ddc;
	border-top: 0px solid #ddc;
	padding: 0px;
	background-color: #fff;
	background-image: none;
	color: #222;
}

#menubar {
	display: none;
}


#submenubar {
	display: none;
}

#shotbar {
	width: 100%;
	height: auto;
	background-image: none;
	background-repeat: none;
}

#shotbar p {
	font-size: 10px;
	padding-left: 15px;
	padding-top: 10px;
	color: #222;
}

#kozepe {
/*	background-color: #220;*/
	color: #222;
	padding: 15px;
	margin-top: 5px;
}

#kozepe a {
	color: #222;
}

#kozepe a:hover {
	/*color: #222;*/
}

.cim {
	font-size: 8pt;
	font-family: 'Lobster', sans-serif;
	line-height: 1.15em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #222;
}
td.cim {
	font-weight: bold;
	color: #222;
}

#kozepe p.cim a {
	color: #222;
}
#kozepe p.cim a:hover {
	color: #222;
}

.kiscim {
	font-size: 8pt;
	font-weight: normal;
	border-bottom: 1pt solid #ccc;
	border-top: 1pt solid #ccc;
	/*border-top: 1px solid #666;*/
	/*background-color: #333;*/
	/*color: #222;*/
	/*text-transform: uppercase;*/
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;
	text-align: left;
	letter-spacing: 1px;
}

.bottom {
	font-size: 10px;
	line-height: 1.2em;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

.ketto {
	width: 60%;
}

.egy {
	width: 30%;
	float: right;
	margin-left: 15px;
}

.box {
	padding: 0px;
	background-color: #fff;
	margin-bottom: 15px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #666;
}

img {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

td.legutobbi {
	width: 150px; 
	padding-right: 10px;
}
td.legutobbi p,
.px11 {
	font-size: 8pt;
}

td.legutobbi img.screenshot {
	width: 100%;
	margin-bottom:5px; 
	border: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
td.legutobbi img.screenshot:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



td.legutobbi p.minicim,
p.minicim {
	font-weight:bold;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.alcim {
	font-size: 16px;
	line-height: 21px;
	margin-top: 5px;
}
img.line {
	background-color:#666; 
	width:100%; 
	height:1px; 
	margin-top:10px; 
	margin-bottom:8px;
}


tr.lista:hover {
	/*background-color: #444;*/
	background-image: none;
	background-repeat: repeat-x;
}

tr.lista td {
	border-bottom: 1pt solid #ccc;
	border-left: 1pt solid #ccc;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}

tr.tablo td {
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 33%;
}

tr.tablo .inside {
	border: 1px dashed #ccc;
	padding: 10px;
}

.quote {
	/*border: 1px solid #666;*/
	padding: 0px;
	margin: 5px;
	margin-top: 0px;
	background-color: #fff;
	margin-bottom: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-style: italic;
	font-size: 8pt;
	line-height: 14px;
}

.naptarkeret {
	border: 1px solid #999; 
	background-color: #fff; 
	color: #222; 
	text-align: center; 
	font-size: 14px;
	width: 30px;
}

.naptarfej {
	background-color: #666; 
	color: #fff; 
	padding: 0px; 
	text-align: center; 
	text-transform: uppercase; 
	font-size: 9px; 
	line-height: 10px; 
	padding-top: 3px; 
	padding-bottom: 1px;
	height: 12px;
}
.naptaralja {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;'
}
.black_overlay{
	display: none;
	position: fixed;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	bottom: 25%;
	left: 25%;
	width: 620px;
	height: 460px;
	text-align:center;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid #ccc;
	background-color: #eed;
	z-index:1002;
	overflow: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

img, .noprint {
	display: none;
}
.printonly {
	display: block;
}