/*
Theme Name: Newaco
Theme URI: http://profartis.hu
Description: Newaco Design
Version: 1.0
Author: Elek Tamás
Author URI: http://profartis.hu
*/

/*
 * -----------------------------------------
 *  ÁLTALÁNOS
 * -----------------------------------------
 */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fcfdfe url('images/body.png') repeat-x;	
}

a {
	color: #bd0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear, br {
	clear: both;
}

.hideFm {
	display: none;
}

a.button {
	height: 32px;
	background: url('images/button.png') no-repeat top left;			
	text-decoration: none;
	float: left;
}

a.button span {
	height: 22px;
	display: block;	
	font: bold 10px Verdana;
	color: #ffffff;
	background: url('images/button.png') no-repeat bottom right;
	text-align: center;
	padding: 10px 0px 0 0px;
	cursor: pointer;
}


/*
 * -----------------------------------------
 *  mainContainer, top, header
 * -----------------------------------------
 */

.mainContainer {
	width: 980px;
	margin: 0 auto;
}

.header {
	margin: 9px 20px 0px 20px;
}

/* FELSŐ TELEFONSZÁM, ÁRFOLYAM KIJELZŐ */
.header .top {
	font: bold 10px Verdana;
	color: #5c5c5c;
	width: 940px;
}

		/* BAL OLDAL */
		.header .top .left {
			width: 630px;	
		}
		
				.header .top .left img {
					float: left;
					margin: 6px 5px 0 0;	
				}
				
				.header .top .left p {
					display: block;
					float: left;
					margin-top: 7px;
				}
				
				.header .top .left p span {
					color: #344c78;
				}
				
				.header .top .left p span.sep {
					color: #a6a6a6;
					padding: 0 6px;
				}
				
		/* JOBB OLDAL */
		.header .top .right {
			background: url('images/rate_bg.jpg') no-repeat top right;			
			width: 310px;
			height: 33px;	
			float: left;					
		}
		
				.header .top .right select {
					font: 10px Verdana;
					padding: 2px;			
					width: 140px;
					margin: 7px 43px 0 20px;
					border: 1px solid #a1a1a1;
					float: left;					
				}
				
				.header .top .right span.displayRate {
					float: left;
					margin-top: 11px;
					font: bold 10px Verdana;
					color: #ffffff;
				}
				
				.header .top .right span.displayRate .d {					
					float: left;
					width: 38px;
					text-align: center;					
				}
				
				.header .top .right span.displayRate .p {
					float: left;
					width: 68px;
					text-align: center;										
				}

				
/* KIK VAGYUNK MI?, KERESŐ */
.header .headline {
	font: bold 10px Verdana;
	color: #5c5c5c;
	width: 940px;
}

		/* BAL OLDAL */
		.header .headline .left {
			width: 630px;
			padding-top: 13px;
		}
		
				.header .headline .left a {
					padding: 0 14px;	
				}
				
				.header .headline .left span.sep {
					color: #a6a6a6;
				}				
		
		/* JOBB OLDAL */
		.header .headline .right {		
			width: 290px;	
			float: right;
		}
		
		.header .headline .right form {
			margin-top: 7px;
		}
		
		.header .headline .right form .searchButton {
			width: 63px;
			height: 24px;
			background: url('images/search_button.jpg') no-repeat;
			border: 0;
			cursor: pointer;
			float: left;
		}
			
		.header .headline .right form .input {
			width: 202px;
			height: 18px;
			float: left;
			border: 0;
			background: url('images/search_input.jpg') no-repeat;							
			font: bold 10px Verdana;
			color: #a6a6a6;
			padding: 6px 10px;
			margin-right: 5px;
		}
		
		.header .headline .right form .active {
			color: #000;
		}
		
/* LOGÓ, DÁTUM */
.header .logo {
	clear: both;
	font: bold 10px Verdana;
	width: 940px;
	height: 93px;
	color: #a6a6a6;	
}

	.header .logo img {
		float: left;
		margin-top: 20px;
		border: 0;
	}
	
	.header .logo .right {
		float: right;
		margin-top: 45px;	
	}



/*
 * -----------------------------------------
 *  mainMenu
 * -----------------------------------------
 */

ul.mainMenu {
	list-style-type: none;
	height: 37px;
	width: 940px;
	margin-left: 20px;
}

ul.mainMenu li {
	width: 155px;
	height: 37px;
	float: left;
	margin: 0 1px;
}

ul.mainMenu li a {
	float: left;
	width: 155px;
	height: 36px;
}

ul.mainMenu li.m01, ul.mainMenu li.m01_a { margin-left: 0px; }
ul.mainMenu li.m01 a { height: 36px; background: url('images/menu_01.jpg') no-repeat top left; }
ul.mainMenu li.m01 a:hover,
ul.mainMenu li.m01_a a { height: 37px; background: url('images/menu_01.jpg') no-repeat bottom left; }

ul.mainMenu li.m02 a { height: 36px; background: url('images/menu_02.jpg') no-repeat top left; }
ul.mainMenu li.m02 a:hover,
ul.mainMenu li.m02_a a { height: 37px; background: url('images/menu_02.jpg') no-repeat bottom left; }

ul.mainMenu li.m03 a { height: 36px; background: url('images/menu_03.jpg') no-repeat top left; }
ul.mainMenu li.m03 a:hover,
ul.mainMenu li.m03_a a { height: 37px; background: url('images/menu_03.jpg') no-repeat bottom left; }

ul.mainMenu li.m04 a { height: 36px; background: url('images/menu_04.jpg') no-repeat top left; }
ul.mainMenu li.m04 a:hover,
ul.mainMenu li.m04_a a { height: 37px; background: url('images/menu_04.jpg') no-repeat bottom left; }

ul.mainMenu li.m05 a { height: 36px; background: url('images/menu_05.jpg') no-repeat top left; }
ul.mainMenu li.m05 a:hover,
ul.mainMenu li.m05_a a { height: 37px; background: url('images/menu_05.jpg') no-repeat bottom left; }

ul.mainMenu li.m06, ul.mainMenu li.m06_a { margin-right: 0px; }
ul.mainMenu li.m06 a { height: 36px; background: url('images/menu_06.jpg') no-repeat top left; }
ul.mainMenu li.m06 a:hover,
ul.mainMenu li.m06_a a { height: 37px; background: url('images/menu_06.jpg') no-repeat bottom left; }


/* 
 * -----------------------------------------
 *  ALMENÜ
 * -----------------------------------------
 */

.subMenu {
	height: 28px;
}

.subMenu ul {
	list-style-type: none;
	height: 28px;
}
		
		.subMenu ul li {
			height: 28px;
			float: left;	
		}

				.subMenu ul li a {
					float: left;
					height: 20px;	
					color: #ffffff;
					text-decoration: none;
					font: bold 10px Verdana;
					padding: 8px 9px 0 9px;
				}
				
				.subMenu ul li span {
					float: left;
					display: block;
					height: 20px;	
					color: #ffffff;
					text-decoration: none;
					font: bold 10px Verdana;
					padding: 8px 9px 0 9px;
				}
				
				.subMenu ul li a:hover,
				.subMenu ul li.active a {
					background: #bd0000;
				}
				
				.subMenu ul li.sep {
					width: 1px;
					background: #1e5791;
					border-right: 1px solid #022851;
				}


/*
 * -----------------------------------------
 *  container
 * -----------------------------------------
 */

.container {
	margin-top: 12px;
	background: #fcfdfe url('images/content_left.jpg') no-repeat top left;
}

		.container .oC {
			background: url('images/content_right.jpg') no-repeat top right;	
		}
		
		.container .iC {
			margin: 0 3px;
			padding: 10px 17px 20px 17px;
			border-top: 2px solid #01356b;
		}


/*
 * -----------------------------------------
 *  BAL OLDALI MENÜ
 * -----------------------------------------
 */

.sideleft {
	float: left;
	width: 155px;
}

	.sideleft h2 {
		width: 146px;
		border-top: 2px solid #003067;
		border-bottom: 2px solid #003067;
		font: bold 12px Verdana;
		color: #05386d;
		padding: 12px 0 12px 9px; 
	}

	.sideleft ul {
		list-style-type: none;
		width: 155px;
		margin-bottom: 2px;	
		background: url('images/menu-ul-bg.png') repeat-x;	
	}
	
		.sideleft ul li {
			width: 146px;
			font: bold 10px Verdana;
			text-transform: uppercase;			
			border-bottom: 1px dotted #8fa8d0;
			padding: 14px 0 14px 9px;			
			overflow: hidden;
			clear: both;
		}
		
		.sideleft ul li img {
			width: 4px;	
			float: left;
			margin-top: 3px;		
		}
		
		.sideleft ul li a {
			float: left;
			padding-left: 5px;
			width: 130px;
			text-align: left;
		}
		
		.sideleft ul li.contact {
			border: 0;					
			font: 12px Verdana;
			text-transform: none;
			padding-bottom: 30px;
		}

		.sideleft ul li.contact span {
			color: #05386d;
			font-weight: bold;
		}
		
		.sideleft ul li.contact a {
			padding-left: 0;
			width: 150px;
			float: none;
		}

/*
 * -----------------------------------------
 *  JOBB OLDALI "MENÜ"
 * -----------------------------------------
 */

.sideright {
	float: left;
	width: 312px;
}

	.sideright .blockTitle {
		margin: 0 0 10px 2px;	
	}
		
	.sideright .block {
		width: 312px;	
		margin-bottom: 19px;	
	}
	
	
	.sideright .block img.top { width: 312px; height: 3px; vertical-align: bottom; }
	.sideright .block img.bot { width: 312px; height: 3px; vertical-align: top; }
	
	.sideright .block .inner {
		width: 272px;
		padding: 10px 19px;
		background: #fcfdfe url('images/sidebar_block_bg.jpg') repeat-x top left; 
		border-left: 1px solid #bcd7ee;
		border-right: 1px solid #bcd7ee;
		overflow: hidden;
	}

	.sideright .block .p {
		font: 12px Verdana;		
	}

	.sideright .block .p img {
		padding: 3px;
		border: 1px solid #7e9cc9;
		background: #ffffff;
		float: left;
		margin-right: 10px;
	}
	
	.sideright .block .quote {
		font: 12px Verdana;
		line-height: 16px;
		background: url('images/quote.png') no-repeat bottom right;	
	}
	
	.sideright .block .quote p.author {
		text-align: right;
		font: bold 10px Verdana;
		padding: 10px 0;	
	}

/*
 * -----------------------------------------
 *  ARCHÍVUM BLOKK
 * -----------------------------------------
 */

ul.archive {
	margin: 14px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	clear: left;
}

ul.archive li {
	background: #e8effc;
	float: left;	
	width: 127px;
	font: bold 10px Verdana;	
}

ul.archive li a {
	margin: 4px 5px;
	float: left;
}

ul.archive li span {
	clear: left;
}

ul.archive li.second {
	margin-left: 18px;
}

ul.archive li.second-row {
	background: #f2f6fd;	
}


/*
 * -----------------------------------------
 *  TARTALOM (CONTENT RÉSZ)
 * -----------------------------------------
 */

.content {
	float: left;
	width: 433px;
	margin: 0 20px;
}

.content img.pagetitle {
	margin: 8px 0 7px 0px;
}



/*
 * -----------------------------------------
 *  LÁBLÉC
 * -----------------------------------------
 */

.footer {
	clear: both;
	height: 377px;
	background: url('images/footer.png') repeat-x;
}

.footer .inner {
	width: 940px;
	margin: 0 auto;
	padding-top: 11px;
}
		
		.footer .inner ul {
			list-style-type: none;
			width: 220px;
			float: left;
			margin-left: 20px;
		}
		
				.footer .inner ul li {
					width: 220px;
					border-bottom: 1px dotted #90a8d0;
					padding: 6px 0;
				}
				
						.footer .inner ul li a {
							font: bold 12px Verdana;
							width: 220px;
							float: left;
							margin-bottom: -3px;						
						}
						
						.footer .inner ul li span {
							font: 10px Verdana;
						}
				
		.footer .inner .createdby {
			clear: both;		
			padding-top: 40px;	
		}
								
				.footer .inner .createdby .left p {
					font: bold 10px Verdana;					
					color: #5c5c5c;
					line-height: 18px;
				}
				
						.footer .inner .createdby .left p img {
							float: left;
							border: 0;
							margin: 2px 6px 0 0;				
						}
				
						.footer .inner .createdby .left span.s {
							padding: 0 7px;
							color: #a6a6a6;
						}
				
				.footer .inner .createdby .right {
					font: bold 10px Verdana;
					text-align: right;
					color: #5c5c5c;					
					line-height: 18px;
				}


/*
 * -----------------------------------------
 *  FORM-ok
 * -----------------------------------------
 */

form.general {
	overflow: hidden;
}

form.general input {
	height: 16px;
	border: 1px solid #7e9cc9;
	background: url('images/form_input.png') repeat-x;	
	font: 10px Verdana;
	padding: 4px 6px 0 6px;	
}

form.general select {
	height: 22px;
	border: 1px solid #7e9cc9;
	font: 10px Verdana;
	padding: 3px 1px 0 1px;	
	background: url('images/form_input.png') repeat-x;	
}

form.general textarea {
	border: 1px solid #7e9cc9;
	font: 10px Verdana;
	padding: 6px;	
	background: #ffffff url('images/form_textarea.png') repeat-x;		
}

form.general select option {
	font: 10px Verdana;
	padding: 2px 1px;	
}

form.general p {
	font: 10px Verdana;
}

form.general p.musthave {
	color: #85a1cc;
	padding: 5px 0 10px 0; 
}

/* QUESTION FORM */

#questionform { margin-top: 7px; }
#questionform input { width: 113px; margin-top: 5px; }
#questionform input.required { font-weight: bold; }
#questionform input.error { border: 1px solid #bd0000; }

#questionform label { font: 10px Verdana; padding-left: 8px; }
#questionform select { margin: 5px 0 0 12px; width:134px; }
#questionform textarea { width: 257px; height: 120px; margin-top: 5px; }
#questionform p { font: 10px Verdana; color: #85a1cc; padding: 5px 0 10px 0; }

/* CONTACT FORM */
#contactform label { font: 10px Verdana; padding-left: 7px; }
#contactform select { margin: 5px 0 0 9px; }
#contactform input.error { border: 1px solid #bd0000; }

/*
 * -----------------------------------------
 *  BANNEREK
 * -----------------------------------------
 */

.smallbanners {
	margin: 8px 0;
}

.smallbanners img {
	border: 0;	
}

/*
 * -----------------------------------------
 *  POST
 * -----------------------------------------
 */

.post {
	background: #e8effc;
	padding: 10px 10px 12px 10px;
	margin-bottom: 2px;
}

.widepost {
	background: #e8effc;
	padding: 0px;
	margin-bottom: 0px;
}

.post-second {
	background: #f2f6fd;
}

.post h2 {
	color: #bd0000;
	font: normal 24px Georgia;	
	margin-bottom: 5px;
}

.post h2 a {
	font: normal 24px Georgia;
	text-decoration: underline;
}

.post h2 a:hover {	
	text-decoration: none;
}

.post .post-body {
	font: 12px Verdana;
}

.post .post-body img {
	background: #ffffff;
	border: 1px solid #7E9CC9;	
	padding: 3px;
	margin-right: 10px;
	margin-top: 1px;
}

.post .post-body h3 {
	font: 20px Georgia;
	padding: 10px 20px;
}

.post .post-body h2 {
	font: 21px Georgia;
	padding: 10px 20px 0 40px;
	color: #bd0000;
}

.post .post-body p {
	padding: 5px 0;
}

.post .post-body p.form {
	padding: 0;
}

.post .post-body a {
	font-weight: bold;
}

.post .post-body ul {
	margin: 0 0 0 60px;
	list-style-image: url('images/ul-list-img.png');
}

.post .post-body ul li {
	margin-top: 15px;
}

.more-link {
	font: bold 12px Verdana;
	text-align: right;
	margin: 10px 0 10px 0;	
}

.post .post-iconbox {
	background: url('images/post-iconbox-bg.png') repeat-x;
	height: 34px;
	margin: 15px 0;
}

.post .post-iconbox div {
	float: left;
	width: 290px;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font: bold 10px Verdana;
	color: #97aed3;		
}

.post .post-iconbox img {
	float: left;
	border: 0px;
}

.post .post-iconbox img.sep {
	margin: 0 5px;	
}	

/* WIDE-POST */

span.dotline {
	display: block;
	height: 3px; 
	background: url('images/post-sep-bg.png') repeat-x;
}

.widepost h2 {
	padding: 8px 10px 8px 10px;
}

.widepost .post-body {
	padding: 3px 10px 0px 10px;	
}

.widepost .more-link {
	padding: 0 10px 6px 0;
}

.widepost .post-info {
	height: 79px;
	background: url('images/widepost-infobar-bg.png') repeat-x;
}

.widepost .post-info img {
	float: left;
	margin: 0 10px 0 10px;	
}

.widepost .post-info div {
	font: 10px Verdana;
	color: #97aed3;
	float: left;
	width: 360px;
	margin-top: 7px;
}

.widepost .post-info div span {
	display: block;
	line-height: 15px;	
}

.widepost .post-info a {
	font-weight: bold;	
}


/* POST IN TAB */
.post-in-tab {
	padding: 0px;
	background: none;
}


.post-in-tab h2 {
	border-top: 1px dotted #91a9d0;
	border-bottom: 1px dotted #91a9d0;
	padding: 8px 0;
}

.post-in-tab .info {
	font: 10px Verdana;
	color: #97aed3;
	margin-bottom: 15px;
}

div.separator {
	height: 1px;
	border-top: 1px dotted #8fa8d0;
	border-bottom: 1px dotted #8fa8d0;
	margin: 5px 0px 15px 0px;
}

.post-list {
	background: #e8effc;
	font: 10px Verdana;
	color: #97aed3;
	padding: 10px;
}

.post-list dl {
	margin-top: 5px;
	overflow: hidden;
}

.post-list dl dt {
	clear: left;
	width: 30px;
	float: left;
	font: 12px Verdana;
	margin: 6px 0 4px 0;
}


.post-list dl dd {
	width: 345px;
	float: left;
	font: bold 12px Verdana;
	margin: 6px 0 4px 0;
}

/* TABLE */
.post .post-body table {
	width: 400px;
	border: 1px solid #bcd7ee;
	margin: 10px auto;
}

.post .post-body table tr td {
	width: 60%;
	margin: 1px;
	padding: 5px 10px 5px 10px;
	background: #d4e5ff;
}

.post .post-body table tr td:first-child {
	background: #c0d7f9;
	width: 40%;
	font-weight: bold;
}


/*
 * -----------------------------------------
 *  ARTICLE
 * -----------------------------------------
 */

.article {
	background: none;
	padding: 0px 10px 12px 10px;
	margin-bottom: 2px;
}

h2.pagetitle {
	color: #bd0000;
	font: normal 24px Georgia;	
	margin-bottom: 12px;
}

h2.pagetitle span {
	font: 11px Verdana;
	color: #000000;	
}

/*
 * -----------------------------------------
 *  HOZZÁSZÓLÁSOK
 * -----------------------------------------
 */

.comment {
	background: #e8effc;	
	margin-bottom: 2px;
}

.comment-second {
	background: #f2f6fd;
}

.comment .head {
	font: 10px Verdana;
	color: #97aed3;
	padding: 5px 20px;
	overflow: hidden;
}

.comment .head span.nr {
	font-size: 18px;
	float: left;	
	width: 42px;	
	text-align: right;
	display: block;
}

.comment .head span.author {
	float: left;
	width: 160px;
	padding: 5px 0px 0px 8px;
	display: block;
}

.comment .head span.sep {
	float: left;
	padding: 5px 2px 0px 2px;
	display: block;
}

.comment .head span.date {
	float: right;
	padding: 5px 0px 0px 0px;
	display: block;
}

.comment .text {
	font: 12px Verdana;
	padding: 10px 20px 0 70px;
}

.comment .foot {
	padding: 15px 20px 10px 70px;
	font: 10px Verdana;
	overflow: hidden;
}

.comment .foot span.replyto {
	float: left;	
}

.comment .foot span.reply {
	float: right;
	font-weight: bold;
}

#respond {
	margin-top: 20px;
}

/*
 * -----------------------------------------
 *  ÁLTALÁNOS FORM
 * -----------------------------------------
 */

.general-form-top {
	vertical-align: bottom;
}

.general-form-bot {
	vertical-align: top;
}

.general-form-content {
	background: #fcfdfe url('images/general-form-bg.png') repeat-x;
	border-left: 1px solid #bfd8ef;
	border-right: 1px solid #bfd8ef;
	padding: 5px 19px;
}



/*
 * -----------------------------------------
 *  TAB BLOKK
 * -----------------------------------------
 */

ul.mainTab {	
	height: 33px;
	list-style-type: none;	
	background: url('images/tablock_top.jpg') no-repeat bottom left;
	padding-left: 4px;
}
	
		ul.mainTab li {
			float: left;
			height: 33px;
			margin: 0 1px;
			font: 10px Verdana;
			font-weight: bold;
		}
		
				ul.mainTab li a {
					float: left;
					height: 28px;
					color: #003067;
					text-decoration: none;
					background: url('images/tab_inactive.png') no-repeat top left;	
				}
				
				ul.mainTab li a span {
					float: left;
					height: 20px;
					padding: 8px 8px 0 8px;
					background: url('images/tab_inactive.png') no-repeat bottom right;
					cursor: pointer;
				}
				
				ul.mainTab li a:hover,
				ul.mainTab li.active a {
					color: #ffffff;
					background: url('images/tab_active.png') no-repeat top left;		
				}
			
				ul.mainTab li a:hover span,
				ul.mainTab li.active a span {
					background: url('images/tab_active.png') no-repeat bottom right;		
				}

		ul.mainTab li.controls {
			width: 20px;
			float: right;
		}
		
		ul.mainTab li.controls img {
			float: left;
			cursor: pointer;
		}
		
.tabbedBlock .tabContent {
	border-left: 1px solid #002d65;
	border-right: 1px solid #002d65;
	background: #fcfdfe url('images/menu-ul-bg.png') repeat-x top left;
	padding: 20px 18px;
}

.tabbedBlock .tabContent .realTab {
	display: none;
}

/*
 * -----------------------------------------
 *  GOOGLE MAPS
 * -----------------------------------------
 */

#GMap_Box { display: none; z-index: 2001; } 
			
	#mapOverlay
	{
		position: absolute;
		top: 0px;	
		left: 0px;	
		z-index: 2001;
		background: #000;
		opacity: 0.6;
		-moz-opacity:.6;
		filter:alpha(opacity=60);
	}
			
	#mapDiv {
		position: absolute;
		width: 620px;
		height: 460px;
		left: 50%;				
		margin-left: -310px;			
		background: white;
		border: 1px solid black;
		z-index: 2001;
		padding: 10px;
	}
			
	#GMapHere {
		width: 620px;
		height: 450px;
		margin-top: 12px;
	}
			
	.mapClose {
		position: absolute;
		top: 5px;
		text-align: center;
		width: 620px;
	}
			
	.mapClose a {
		font: 10px Verdana;
		color: #555555;
	}
	
	
/*
 * -----------------------------------------
 *  OLDALTÉRKÉP
 * -----------------------------------------
 */

.sitemap .post-body ul {
	margin-left: 20px;
}

.sitemap .post-body h2 {
	margin-top: 20px;	
}

/*
 * -----------------------------------------
 *  LAPOZÁS
 * -----------------------------------------
 */

div.pageSelect {
	margin: 10px 0px 15px 0px;
	padding: 5px 0;
	overflow: hidden;	
}

div.pageSelect .text {
	font: 10px Verdana;
	text-align: center;
	margin-bottom: 6px;	
}

div.pageSelect div.previous {
	float: left;
	font: 11px Verdana;
	width: 72px;
}

div.pageSelect div.next {
	float: left;
	font: 11px Verdana;
	width: 72px;
}

div.pageSelect ul {
	list-style-type: none;	
	padding: 0;
	text-align: center;
	float: left;
	width: 289px;
}

div.pageSelect ul li {
	display: inline;
	margin: 2px 1px;
	font: 11px Verdana;
	padding: 2px 4px;
	background: #B32422;
	background-color: inherit;
}


div.pageSelect ul li.active {
	background: #05386d;	
	color: #ffffff;
}


/*
 * -----------------------------------------
 *  FÓRUM (KÉRDÉS-VÁLASZ)
 * -----------------------------------------
 */

.question {
	background: #e8effc;	
}

.question .head {
	font: 10px Verdana;
	color: #97aed3;
	padding: 3px 10px 7px 10px;
	overflow: hidden;
}

.question .head span.author {
	float: left;
	width: 230px;
	padding: 5px 0px 0px 0px;
	display: block;
}

.question .head span.sep {
	float: left;
	padding: 5px 2px 0px 2px;
	display: block;
}

.question .head span.date {
	float: right;
	padding: 5px 0px 0px 0px;
	display: block;
}

.question .text {
	font: 12px Verdana;
	padding: 10px 20px 20px 70px;
	background: url('images/question_icon.jpg') no-repeat top left;
	min-height: 35px;
}

.answer {	
	margin-bottom: 2px;
}

.answer .head {
	font: 10px Verdana;
	color: #05386d;
	padding: 3px 10px 7px 10px;
	overflow: hidden;
}

.answer .head span.author {
	float: left;
	width: 230px;
	padding: 5px 0px 0px 0px;
	display: block;
}

.answer .head span.sep {
	float: left;
	padding: 5px 2px 0px 2px;
	display: block;
}

.answer .head span.date {
	float: right;
	padding: 5px 0px 0px 0px;
	display: block;
}

.answer .text {
	font: 12px Verdana;
	padding: 10px 20px 30px 20px;
}

form.forum {
	overflow: hidden;
	background: #81a2d4 url('images/forum_bg.png') repeat-x;
	color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 15px 10px 10px 10px;
}

form.forum input {
	height: 16px;
	border: 1px solid #000000;
	background: url('images/form_input.png') repeat-x;	
	font: 10px Verdana;
	padding: 4px 6px 0 6px;	
	width: 174px;
}

form.forum textarea {
	border: 1px solid #000000;
	font: 10px Verdana;
	padding: 6px;	
	background: #ffffff url('images/form_textarea.png') repeat-x;		
	width: 386px;	
	height: 126px;
}

form.forum p {
	font: 10px Verdana;
	padding-bottom: 10px;
}

form.forum label {
	width: 197px;
	float: left;
	color: #ffffff;
	font: 12px Verdana;
}

div.forum-submit {
	background: url('images/forum_bot.png') repeat-x;
	overflow: hidden;
}

div.forum-submit p {
	font: 10px Verdana;
	color: #7590bc;
	padding: 10px 20px;
}


/*
 * -----------------------------------------
 *  REGISZTRÁCIÓ
 * -----------------------------------------
 */

.registration-box {
	margin: 10px 0;
}

.registration-box form {
	overflow: hidden;
	background: url('images/registration-bg.jpg') no-repeat top left;
	height: 390px;
	width: 413px;
}

.registration-box form input {
	height: 16px;
	border: 1px solid #7e9cc9;
	background: url('images/form_input.png') repeat-x;	
	font: 10px Verdana;
	padding: 4px 6px 0 6px;	
}

.registration-box form p {
	font: 12px Verdana;
	margin: 105px 0px 0 125px;
	color: #ffffff;
}

.post-body .registration-box form p {
	padding: 1px;	
}

.registration-box form p span {
	color: #ffcc66;
}

.registration-box form p.special {
	font: bold 14px Verdana;
	text-align: center;
	color: #ffcc66;
	margin: 12px 0 10px 0;
}

.registration-box form p.statement {
	font: 10px Verdana;
	color: #b90000;
	margin: 6px 13px 10px 13px;
}

.registration-box .submit-div {
	background: url('images/forum_bot.png') repeat-x;
	overflow: hidden;
	width: 413px;
}

.registration-box .submit-div {
	padding: 10px 0;	
}

/*
 * -----------------------------------------
 *  POPUP
 * -----------------------------------------
 */

.popup-box {
	width: 433px;
	border: 1px solid #000000;
	background: #fcfdfe;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -237px;
	top: 20px;
	padding: 0 21px;
	display: none;
}

.popup-overlay {
	position: absolute;
	top: 0px;	
	left: 0px;	
	z-index: 99;
	background: #000;
	opacity: 0.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}

img.popup-title {
	margin: 14px 0 0px 0;
}

.popup-box .close {
	text-align: center;
	font: 10px Verdana;
	padding: 15px 0;
}

.popup-box form p.pre {
	padding-top: 2px;
	font: 11px Verdana;
}

.popup-box form p.pre img {
	float: left;
}

/*
 * -----------------------------------------
 *  HELP FORM
 * -----------------------------------------
 */

form.i-need-help label, form.for-friends label { font: 10px Verdana; padding-left: 7px; }
form.i-need-help select { margin: 5px 0 0 9px; }


/*
 * -----------------------------------------
 *  INLINE-FORM
 * -----------------------------------------
 */

.inline-form {
	margin-bottom: 15px;
}

.inline-form img {
	border: 0;
	padding: 0;	
}


/*
 * -----------------------------------------
 *  REQUEST-FORM
 * -----------------------------------------
 */

.request-form label {
	padding: 5px 0;
	font: 12px Verdana;
	width: 165px;
	float: left;
}

.request-form input {
	width: 190px;
	font: 12px Verdana;
}

#request-form input {
	font: 12px Verdana;
	padding-bottom: 3px;
	background-color: #ffffff;
}

#request-form input.error {
	border: 1px solid #bd0000;
}

#request-form label.error {
	color: #bd0000;
}

#request-form select {
	width: 204px;
	font-size: 12px;
	height: 25px;
	background: url('images/form_input.png') repeat-x;
}

#request-form select option {
	font-size: 12px;	
}

.request-form .row {
	padding: 6px 10px;
	overflow: hidden;
}

.request-form .second-row {
	background: #e4ecf9;	
}

.request-form .radio input {
	width: 15px;
}

.request-form .radio {
	width: 85px;
	padding-left: 5px;
}

.request-form p.p {
	overflow: hidden;
	font-size: 12px;
}

.request-form p.p img {
	float: left;
}

#request-form textarea {
	width: 190px;
	height: 120px;
	font-size: 12px;
}


/*
 * -----------------------------------------
 *  ALÁÍRÁS
 * -----------------------------------------
 */

.alairas div {
	width: 240px;
	text-align:center;
	margin-left: 160px;
}