* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff url(../images/bg_page_pattern.png);
	background-attachment: fixed;
}

#clear {
	clear: both;
}

#page {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0px 0px;
}

#wrapper {
	margin: 0 auto;
	width: 1086px;
	height: auto;
	min-height: 800px;
	background: url(../images/bg_page_white.png) repeat-y center top;
}

#header {
	margin: 0 auto;
	width: 1086px;
	height: 119px;
	background: url(../images/bg_header.png) no-repeat center top;
}

#logo {
	float: left;
	width: 237px;
	height: 119px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#header_right {
	float: right;
	width: 849px;
	height: 119px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#logs {
	width: 849px;
	height: 44px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #383838;
	
}
#logs a {
	color: #383838;
	text-decoration: none;
	padding: 0px 25px
}
#logs a:hover {
	color: #5da631;
	text-decoration: none;
	padding: 0px 25px
}

#searchfield {
	width: 849px;
	height: 75px;
	background: url(../images/search_field_bg.png) no-repeat right top;
}

input.search_value {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: rgba(205,201,15,0.1);
	color: #383838;
	border: none;
	width: 290px;
	height: 32px;
}
input.search_button {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	background-color: rgba(205,201,15,0.1);
	border: none;
	margin: 0;
	cursor: pointer;
	width: 40px;
	height: 32px;
}

#panel {
	width: 1086px;
	height: 247px;
	background: url(../images/panel_bg.png) no-repeat center top;
}

#panel_content {
	width: 1086px;
	height: 187px;
}

#p_kerdezz {
	float: left;
	width: 315px;
	height: 187px;
	padding-left: 130px;
}
#p_kerdezz h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}
#p_kerdezz input.q_value {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	background-color:#ffffff;
	color: #383838;
	border: none;
	width: 275px;
	height: 20px;
}

#p_valaszolj {
	float: left;
	width: 263px;
	height: 187px;
	padding-left: 90px;
}
#p_valaszolj h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}
#p_valaszolj p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	padding-right: 20px;
}

#p_bongessz {
	float: left;
	width: 168px;
	height: 187px;
	padding-left: 90px;
}
#p_bongessz h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}
#p_bongessz p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	padding-right: 20px;
}

#p_info {
	height: 82px;
	overflow: hidden;
}
#p_button {
	text-align: right;
	padding-right: 23px;
}

/************************MENU***************************/
#menu {
	width: 1086px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_menu.png) no-repeat center top;
}

#menu ul {
	list-style: none;
	padding: 0px 15px 0px 37px;
	margin: 0;
	text-align: center;
	float: left;
}

#menu ul li {
	float: left;
	padding: 0px;
}

#menu ul li a {
	display: block;
	padding: 13px 0px;
	text-decoration: none;
	color: #1c231e;
	width: 159px;
	height: 60px;
	background: url(../images/menu_item.png) no-repeat center top;
}

#menu ul li a:hover {
	display: block;
	padding: 13px 0px;
	text-decoration: none;
	color: #000000;
	width: 159px;
	height: 60px;
	background: url(../images/menu_item_hover.png) no-repeat center top;
}
/********************************************************/

/***********************CONTENT*************************/
#content {
	width: 1086px;
	height: auto;
	min-height: 300px;
	margin: 0;
}

#content_place {
	padding-left: 25px;
}
#content_place h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #646464;
}
#content_place div.category_panel {
	display: block;
	background-color: #9ece2a;
	border: 1px solid #9ece2a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5c5a07;
	text-align: left;
}
#content_place img.category_arrow {
	width: 13px;
	height: 16px;
	border: none;
	vertical-align: middle;
	padding-bottom: 1px;
}
#content_place div.category_list {
	display: block;
	padding: 3px;
	text-decoration: none;
	border: 2px solid #9ece2a;
	background-color: #5c5a07;
	color: #9ece2a;
	/*width: 100px;*/
	text-align: left;
}
#content_place div.category_list a {
	color: #EEEEEE;
	text-decoration: none;
}
#content_place div.category_sublist {
	display: block;
	padding: 3px;
	text-decoration: none;
	text-align: left;
}
#content_place div.category_sublist a {
	color: #202608;
	text-decoration: none;
}
#content_place select#rendezes {
	width: 200px;
	padding: 3px;
	border: 3px solid #ff5900;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content_place #pager {
	font-family: 'Century Gothic', Arial; 
	color: #5da631; 
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
}
#content_place #pager a {
	color: #000000;
	text-decoration: none;
}
#content_place #pager a:hover {
	text-decoration: underline;
}
#content_place #login_form label {
	font-family: 'Century Gothic', Arial; 
	color: #232323; 
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
}
#content_place a.link_style_1 {
	color: #a14104;
	text-decoration: none;
}
#login_form input {
	width: 200px;
	padding: 3px;
	border: 2px solid #ff5900;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login_form select {
	width: 100px;
	padding: 3px;
	border: 2px solid #ff5900;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login_form table.userdata_form td {
	padding: 3px;
}
#content_place input.button_style_1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	cursor: pointer;
}
#content_place input.button_style_1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
#content_place input.button_style_1:active {
	position:relative;
	top:1px;
}

#content_place table.mygyikeu_points {
	min-width: 700px;
	max-width: 700px;
}
#content_place table.mygyikeu_points th {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #383838;
	padding: 5px;
	background-color: #9cce2f;
}
#content_place table.mygyikeu_points td {
	padding: 5px;
	background-color: #d9eeb9;
}
#content_place table.mygyikeu_points td a {
	color: #a14104;
	text-decoration: none;
}


#c_left {
	float: left;
	width: 754px;
	height: auto;
	min-height: 300px;
	
}
#c_right {
	float: left;
	width: 332px;
	height: auto;
	min-height: 300px;
}

#top_answers {
	width: 678px;
	/*height: 200px;*/
	border: 1px solid #8e8e8e;
	background-color: #d9eeb9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
#top_answers h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #646464;
}
#top_qa_img {
	float: left;
	width: 62px;
	height: 62px;
	color: #3f3f3f;
	text-align: center;
}
#top_qa_img img{
	width: 62px;
	height: 62px;
	border: 2px solid #8cb82b;
}
#top_qa_info {
	float: left;
}
#top_qa_q {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8cb82b;
	padding: 0px 5px 5px 10px;
	width: 590px;
}
#top_qa_q a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8cb82b;
	text-decoration: none;
}
#top_qa_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 0px 5px 0px 10px;
	width: 590px;
}
#top_qa_a a {
	text-decoration: none;
	color: #a14104;
}
#top_qa_a span.stripe{
	color: #5da631;
}
#top_qa_a span.username{
	color: #3f3f3f;
}

#qa_item {
	padding-left: 15px;
}
#qa_img {
	float: left;
	width: 47px;
	height: 47px;
}
#qa_img img{
	width: 47px;
	height: 47px;
	border: 2px solid #8cb82b;
}
#qa_info {
	float: left;
	width: 650px;
	overflow: hidden;
}
#qa_q {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8cb82b;
	padding: 0px 5px 5px 10px;
}
#qa_q a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8cb82b;
	text-decoration: none;
}
#qa_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px 5px 0px 10px;
	width:600px;
}
#qa_a a {
	text-decoration: none;
	color: #a14104;
}
#qa_a span.stripe{
	color: #5da631;
}
#qa_a span.username{
	color: #3f3f3f;
}

a.more_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
a.more_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
a.more_button:active {
	position:relative;
	top:1px;
}

#qa_item_filter {
	height: 51px;
	background: url(../images/filter_bg.png) no-repeat left top;
	position: relative;
	left: -27px;
}
.filter_item {
	min-width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: 3px;
	margin-left: 37px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff5900;
}
.filter_item:hover {
	background-color: rgba(255,89,0,0.25);;
}
.filter_item.active {
	background-color: rgba(255,89,0,0.25);;
}
.filter_item label {
	cursor: pointer;
}

.filter_item2 {
	min-width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: 3px;
	margin-left: 18px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff5900;
}
.filter_item2 a {
	color: #ff5900;
	text-decoration: none;
}
.filter_item2:hover {
	background-color: rgba(255,89,0,0.25);;
}
.filter_item2.active {
	background-color: rgba(255,89,0,0.25);;
}

#content h1 {
	min-width: 200px;
	height: auto;
	min-height: 59px;
	background: url(../images/bg_content_title.png) no-repeat left top;
	padding: 15px 25px 0px 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #d81820;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 5px 25px;
	text-align: justify;
}
/********************************************************/

#footer_stripe {
	width: 1086px;
	height: 19px;
	background: url(../images/footer_stripe.png) no-repeat center top;
}

#footer_text {
	width: 1086px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2a2a2a;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 8px;
}
#footer_text a {
	text-decoration: none;
	color: #a14104;
}
#footer_text span.stripe {
	color: #5da631;
}

.panel_button
{
	background: url(../images/panel_button.png) no-repeat left top;	
	width: 29px;
	height:38px;
	border:0px;
}