body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background: url(../images/body_bg.jpg) repeat-x;
	}
a{
	color: #FF0000;
}
#container
{
	margin-right:auto;
	margin-left:auto;
	margin-top: 66px;
	width: 996px;
}

h1{
	font-size: 22px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
	font-weight: bold;
}


#header{
	background: url(../images/header.jpg) no-repeat;
	height: 114px;
}
#title{
	background: url(../images/title_bg2.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
	margin-left: 155px;
	margin-right: 205px;
	margin-bottom: 5px;
	font-weight: bold;
}
.subtitle{
	background-color: #008698;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	font-weight: bold;
	margin: 10px 8px 5px 0;
	background: url(../images/belso_bg.jpg) repeat-x;
}
.rightbox{
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0;
}
.righttitle{
	line-height: 26px;
	margin: 0 0 5px 0;
	background: url(../images/subtitle_bg.jpg) repeat-x;
	color: #FFF;
	text-align: center;
}
#content_container {
	padding: 10px;
	font-size: 12px;
	color: #666666;
	margin-left: 155px;
	margin-right: 205px;
	background-color: white;
}



/* for understanding browsers */
#content_container {
	min-height: 450px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content_container {
	height: 450px;
}
/**/




#content_container h1 {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#left_col {
	float: left;
	width: 150px;
}
#right_col {
	float: right;
	width: 200px;
}

#mainmenu {
	padding: 0;
	margin: 0 1px 2px 1px;
    background:#cccccc;
}

#mainmenu a{
	display: block;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	border-bottom: 1px solid white;
	padding-left: 25px;
	background: url(../images/menu_nyil.gif) 6px 9px no-repeat;
}

#mainmenu a:hover, #mainmenu a.selected{
	background-color: #999999;
	color: white;
}

#loginbox{
	background: url(../images/login_bg.jpg) 1px 1px no-repeat;
	height: 143px;
}
#loginbox form{
	padding: 40px 0 0 7px;
}
#loginbox span{
	font-size: 10px;
	color: #444;
}
.login_input{
	font-size: 11px;
	color:#666666;
	background-color:#dddddd;
}
.login_but{
	margin-top: 12px;
	margin-left: 38px;
}
.red_but{
	font-size: 11px;
	color:#FFFFFF;
	background-color:#FF0000;
}
.search_input{
	font-size: 11px;
	color:#666666;
	background-color:#dddddd;
}
#searchbox{
	float: left;
	width: 190px;
	margin-top: 25px;
	margin-left: 40px;
}
#searchbox form{
	display: inline;
	margin: 0;
	padding: 0;
}
#searchbox span{
	color: #696969;
	font-weight: bold;
	font-size: 11px;
}
#hirlevel{
	float: left;
	width: 240px;
	margin-top: 25px;
	margin-left: 80px;
}
#hirlevel form{
	display: inline;
	margin: 0;
	padding: 0;
}
#hirlevel span{
	color: #696969;
	font-weight: bold;
	font-size: 11px;
}
#datebox{
	font-size: 11px;
	clear: left;
	color: #696969;
	margin-left: 160px;
	line-height: 30px;	
}
#footer{
	clear: both;
	text-align: center;
	color:#666666;
	font-size: 11px;
	padding: 10px;
	background-color: #CCCCCC;
	margin-left: 155px;
	margin-right: 205px;
	margin-top: 5px;
}
#footer a{
	color: inherit;
}
.tr0{
	background-color: #cccccc;
}
.tr1{
	background-color: #dddddd;
}


/***PRODUCTS**/
#productGallery2{
}
.product_list_item{
	border: 1px solid #ccc;
	width: 75px;
	text-align: center;
	font-size: 11px;
}
.product_list_item a{
	text-decoration: none;
	font-size: 10px;
}
.product_img{
	width: 75px;
	height: 75px;
	background-position: center;
	background-repeat: no-repeat;
}
.product_name{
	font-weight: bold;	
}

.manu_list_item{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
}
/*****FORUM*****/
#forum_form .textinput{
	font-size: 11px;
	border: 1px solid black;
	padding: 2px;
}
#forum_form .button{
	font-size: 12px;
	background-color: #ccc;
	color: #666;
	padding: 3px;
	font-weight: bold;
}
#forum_form form span{
	font-size: 11px;
	color: #444;
}

.forum_username{
	font-size: 10px;
	background: #ccc;
	margin-top: 10px;
	line-height: 20px;
	padding-left: 5px;
}
.forum_comment{
	font-size: 10px;
	padding: 5px;
	background-color: #eee;
}
.hiba{
	background-color: #FFFF99;
	color: #CC0000;
	border: 1px solid #666;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;

}
#hirlevel_signup{
	background-color: #FF9D35;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 10px;
	margin-top: 6px;
}
#hirlevel_signup input{
	font-size: 10px;
}

.jatekinput{
	padding: 0;
	margin: 0;
	border: 0;
}

label{
	display: block;
	float: left;
	width: 100px;
}
#priceinfo{
	float: right;
	width:250px;
	border:1px solid #777;
	margin: 20px;
	padding: 5px;
	background-color: white;
}
/*FAQ*/
.faq_question{
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	color: #0941A0;
	
}

.faq_answer{
	margin: 0 10px 20px 10px; 
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
