@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }/**/
body{
	background-color: #F9F9F9;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear{clear: both;}
/*loginform**/
form#loginform{
	width: 466px;
	padding: 10px;
	margin: 10% auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 18px #C8C8C8;
	background-color: #fff;
}
	#loginform h2{
		font-size: 14px;
   		font-weight: bold;
		color: #006699;;
		text-align: center;
		line-height: 20px;
	}
	#loginform label {
		color: #777777;
		font-size: 13px;
	}
		#loginform .bevitel{
			background: none repeat scroll 0 0 #FBFBFB;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #E5E5E5;
			font-size: 20px;
			margin-bottom: 16px;
			margin-top: 2px;
			padding: 3px;
			width: 440px;
			color: #999;
		}
		.gomb, .gomb2, .gomb3, .gomb4, .gomb5, .gomb6, .gomb7{
			background: none repeat scroll 0 0 #FBFBFB;
			border: 1px solid #aaa;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			box-shadow: 0 1px 2px #AAAAAA;
			color: #666;
			cursor: pointer;
			font-size: 16px;
			font-weight: bold;
			padding: 2px 10px;
			text-decoration: none;
			text-shadow: 0 1px 0 white;
			margin: 10px auto 0 auto;
			display: block;
		}
        .gomb2{
            width: 250px;
            margin: 15px auto;
			text-align: center;
        }
		.gomb3{
            width: 200px;
            margin: 15px 5px;
			text-align: center;
			float: right;
        }
		.gomb4{
            width: 150px;
            margin: 7px auto;
			text-align: center;
        }
		.gomb5{
			margin: 0;
		}
		.gomb6{clear: both;}
		.gomb7{
            width: 170px;
            margin: 7px;
			text-align: center;
			float: left;
        }
		#loginform .hiba{
			color: #ff0000;
			font-weight: bold;
			font-size: 13px;
			border: 1px solid #ff0000;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 5px 20px;
			width: 400px;
		}
		#right_panel .hiba, #right_panel #errors p, #right_panel #ok p{
			color: #B94A48;
			background-color: #F2DEDE;
			border: 1px solid #EED3D7;
			font-weight: bold;
			font-size: 16px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 5px 20px;
			margin: 5px 0;
		}
			#right_panel #ok p{
				color: #468847;
				background-color: #dff0d8;
				border: 1px solid #d6e9c6;
			}
			.hiba span{
				background-image: url(../icon/error.png);
				background-repeat: no-repeat;
				background-position: center left;
				padding: 0 0 0 18px;
			}
/**/
#header{
	background: -moz-linear-gradient(-90deg, #6A7176, #4D5256) repeat scroll 0 0 transparent;/* firefox */
	background-color: #6A7176;/* old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A7176), color-stop(100%,#4D5256)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A7176', endColorstr='#4D5256',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #6A7176 0%,#4D5256 100%); /* opera */
	border-bottom: 1px solid #44484B;
    padding: 9px 30px;	
}
	#header h1{
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
	}
	#header h2{
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}
	#header h3{
		color: #CCC;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
	}
		#header h3 span{
			color: #fff;
			font-weight: bold;
			padding: 0 15px 0 0;
		}
		ul#user_menu{
			list-style: none;
			padding: 5px 0;
		}
			ul#user_menu li{
				float: left;
				padding: 0 20px;
				line-height: 20px;
				background-repeat: no-repeat;
				background-position: center left;
			}
				ul#user_menu li a{
					color: #fff;
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					
				}
				ul#user_menu li#u_edit{	background-image: url(../icon/user_edit.png);}
				ul#user_menu li#u_logout{background-image: url(../icon/user_go.png);}
				ul#user_menu li a:hover{text-decoration: underline;}
/*footer*/
#siteInfo{
	clear: both;
	font-size: 11px;
	color: #666;
	height: 35px;
	padding: 20px 0 0 10px;
	text-align: center;
}
	#siteInfo a{
		color: #006699;
    	text-decoration: none;
		font-weight: bold;
	}
	#siteInfo a:hover{text-decoration: underline;}
/*container*/
#container{ margin: 0 0 -35px 320px;}
/*left*/
#left{
	float: left;
	width: 320px;
	clear: left;
	position: relative;
	margin: 0 0 0 -320px;
	padding: 0;
}
	#left #navbar{
		width: 300px;
		margin: 10px 0 0 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 4px 18px #C8C8C8;
		background-color: #fff;
	}
	#lang{
		text-align: center;
		padding: 26px 0 0 0;
	}
		#lang #bt_hu, #lang #bt_de{
			width: 16px;
			height: 11px;
			display: block;
			background-image: url(img/bt_lang.jpg);
			background-repeat: no-repeat;
			float: left;
			text-indent: -9000px;
			outline: none;
			margin: 0 0 0 7px;
		}
		#lang #bt_hu{background-position: 0 0;}
		#lang #bt_de{background-position: -16px 0;}
		#lang span{
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #334D55;
			padding: 0 0 0 10px;
			line-height: 16px;
		}
	.left_box{
		clear: both;
	}
		.left_box h3{
			color: #334d55;
			font-size: 14px;
			font-weight: normal;
			line-height: 25px;
			font-weight: bold;
			padding: 0 0 0 10px;
			border-bottom: 1px solid #ccc;
			margin: 3px;
		}
	#left_logo{
		text-align: center;
		padding: 10px 0;
	}
	/*users_menu*/
	ul#users_menu{
		list-style: none;
		padding: 0 10px;
	}
		ul#users_menu li{
			background-repeat: no-repeat;
			background-position: center left;
			padding: 0 0 0 20px;
		}
			ul#users_menu li#user_new{background-image: url(../icon/group_add.png);}
			ul#users_menu li#users{background-image: url(../icon/group.png);}			
	
	/*users_menu*/
	ul#muveletek_menu{
		list-style: none;
		padding: 0 10px;
	}
		ul#muveletek_menu li{
			background-repeat: no-repeat;
			background-position: center left;
			padding: 0 0 0 20px;
		}
			ul#muveletek_menu li#muveletek_start{background-image: url(../icon/house.png);}
			ul#muveletek_menu li#muveletek_page_list{background-image: url(../icon/page_copy.png);}
			ul#muveletek_menu li#muveletek_cikk_lists{background-image: url(../icon/page_white_stack.png);}
			ul#muveletek_menu li#muveletek_files{background-image: url(../icon/file_manager.png);}
			ul#muveletek_menu li#muveletek_banners{background-image: url(../icon/monitor_window_3d.png);}
			ul#muveletek_menu li#muveletek_shops{background-image: url(../icon/cart.png);}
			ul#muveletek_menu li#muveletek_newsletter{background-image: url(../icon/email.png);}
			ul#muveletek_menu li#muveletek_stat{background-image: url(../icon/chart_curve.png);}
			ul#muveletek_menu li#muveletek_webshop{background-image: url(../icon/basket.png);}
			ul#muveletek_menu li#muveletek_links{background-image: url(../icon/link.png);}
			ul#muveletek_menu li#muveletek_guestbook{background-image: url(../icon/comment.png);}
			ul#muveletek_menu li#muveletek_doktar{background-image: url(../icon/document_stand.png);}
			ul#muveletek_menu li#muveletek_log{background-image: url(../icon/linechart.png);}
			ul#muveletek_menu li#muveletek_atm{background-image: url(../icon/atm.png);}
	ul#users_menu li a, ul#muveletek_menu li a,  ul#ws_menu li a{
		color: #666;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		line-height: 16px;
	}
	ul#users_menu li a:hover, ul#muveletek_menu li a:hover{
		text-decoration: underline;
	}
/*right*/
#right{
	font-size: 11px;
	float: left;
	width: 100%;
}
/*right*/
.bevitel{
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	margin-bottom: 16px;
	margin-top: 2px;
	padding: 3px;
	width: 250px;
	line-height: 25px;
	height: 26px;
}
.bevitel2{
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	padding: 3px;
	width: 250px;
	line-height: 25px;
	height: 26px;
}
.bevitel_select{
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	margin-bottom: 16px;
	margin-top: 2px;
	padding: 2px 3px;
	width: 250px;
	line-height: 23px;
}
	#right_panel{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 4px 18px #C8C8C8;
		background-color: #fff;
		float: left;
		border: none;
		padding: 10px;
		margin: 10px 0 0 10px;
		width: 98%;
		min-width: 700px;
		font-size: 12px;
	}
		#right_panel h1{
			color: #334D55;
			font-size: 18px;
			font-weight: bold;
			line-height: 32px;
		}
		.table_list .table_cim td{padding: 0;}
		#right_panel h2, .table_cim{
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
			background-color: #27396b;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 0 10px;
		}
		#right_panel h2{margin: 10px 0;}
		#right_panel h2{clear: both;}
		#right_panel h2 a{ 
			color: #fff;
			text-decoration: none;
		}
		#right_panel h2 a:hover{ text-decoration: underline; }
		.sub_title{
			margin: 15px 0;
		}
		#right_panel h2 a.szekcio{
			float: right;
			padding: 0 15px 0 0;
		}
		.table_cim{background-color: #999;}
		.buttons .gomb{
			margin: 10px 10px 0 10px;
			float: right;
		}
		.red{color: #F30;}
		.idTabs, .cikktarak{
			border-bottom: 1px solid #ccc;
			margin: 3px;
			height: 26px;
			list-style: none;
		}
			ul.idTabs li, ul.cikktarak li{
				float: left;
				line-height: 25px;
				padding: 0 7px;
			}
				ul.idTabs li a, ul.cikktarak li a, ul.idTabs li input{
					color: #666;
					font-weight: bold;
					font-size: 11px;
					text-decoration: none;
					line-height: 16px;
				}
					ul.idTabs li input{ 
						background: #fff; 
						border: none;
					}
				ul.idTabs li a:hover, ul.cikktarak li a:hover, ul.idTabs li input:hover{
					text-decoration: underline;
				}
		/*right panel content*/
		#right_panel_content{
			clear: both;
		}
			.leiras{
				text-align: left;
				padding: 5px;
				font-size: 12px;
			}
			/*tables*/
			.table_title2{
				text-align: center;
				font-size: 14px;
				font-weight: bold;
			}
			.table_tart2{text-align: center;}
			table.page_list, .page_list{
				-webkit-border-bottom-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-moz-border-radius-bottomleft: 5px;
				border-bottom-right-radius: 5px;
				border-bottom-left-radius: 5px;
				margin: 0 0 20px 0;
				width: 100%;
				background-color: #FBFBFB;
   				border: 1px solid #E5E5E5;
			}
			.page_list_title table{width: 100%;}
			.page_list_title{
				background-color: #999999;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				border: 1px solid #999999;
				color: #FFFFFF;
				font-size: 14px;
				font-weight: bold;
				line-height: 20px;
				width: 100%;
			}
			.page_list_title td a{
				font-size: 14px;
				color: #fff;
				text-decoration: none;
			}
			.page_list_title td a:hover{ text-decoration: underline;}
				.page_list_title td a b{
					background-image: url(../icon/sort_descending.png);
					background-repeat: no-repeat;
					background-position: right center;
					padding: 0 20px 0 0;
				}
			.page_list table:hover, .page_list table.dir_table tr:hover{
				background-color: #ccc;
				-webkit-border-top-radius: 5px;
				-moz-border-radius: 5px;
				border-top-radius: 5px;
			}
			.page_list table.dir_table:hover{
				background-color: #FBFBFB;
			}
			.log_table a, .dir_table a{
				color: #006699;
    			font: bold 11px/16px;
    			text-decoration: none;
			}
			.log_table a:hover, .dir_table a:hover{ text-decoration: underline; }
/*file manger*/
.file_list .folder_title{
	background-color: #006699;
	
}
.folder_title b.folder{color: #fff;}
a.folder, b.folder{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.file{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.file_list, .page_lists, .table_list{
	background-color: #FBFBFB;
    border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
	.file_list td, .table_list td{
		padding: 2px 7px 10px 7px;
	}
/*shops*/

	tr.shops_line{height: 60px;}
	td.logos{
		background-color: #fff;
		text-align: center;
	}
#shop_gallery{
	margin: 10px 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #F0F0EE;
}
	#shop_gallery legend{
		-webkit-border-radius: 5px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 5px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 5px;
		border-bottom-left-radius: 0;
		border: none;
		line-height: 25px;
		background-color: #27396B;
		color: #fff;
		padding: 0 15px;
		font-size: 16px;
	}
	.gall_table{
		width: 300px;
		padding: 10px;
		float: left;
	}
	/*profilok márkák*/
	form.profils{
		width: 270px;
		margin: 0 auto;
		padding: 10px 0;
	}
	ul.profile_list{
		list-style: none;
		padding: 20px 0 20px;
	}
		ul.profile_list li{
			float: left;
			padding: 0 3px;
			line-height: 30px;
		}
	/*cimkék*/
	a.tag_del, a.tag_add, a.tag_cancel{
			background: none repeat scroll 0 0 #FBFBFB;
			border: 1px solid #aaa;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			box-shadow: 0 1px 2px #AAAAAA;
			color: #666;
			cursor: pointer;
			font-size: 12px;
			font-weight: bold;
			padding: 2px 21px 2px 10px;
			background-image: url(../icon/delete.png);
			background-repeat: no-repeat;
			background-position: right center;
			text-decoration: none;
			text-shadow: 0 1px 0 white;
			display: inline;
			line-height: 26px;
			margin: 5px 0;
		}
	a.tag_add{background-image: url(../icon/add.png);}
	a.tag_cancel{background-image: url(../icon/cross.png);}
	
/****lapozó***************/
.pagenavi {
    display: block;
    margin: 0 auto;
    width: 400px;
	clear: both;
	padding: 20px 0;
}
.pagenavi .pagelist a.current {
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
	background-color: #27396B;
	color: #fff;
}
.pagenavi .prev a, .pagenavi .next a {
    color: #27396B;
    float: left;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 15px;
	height: 32px;
	line-height: 31px;
	text-decoration: none;
}
.pagelist{
	float: left;
    height: 32px;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
}
.pagenavi .pagelist a{
    background-color: #fff;
    border: 1px solid  #27396B;
    color: #27396B;
    display: inline-block;
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 3px 0;
    padding: 2px 6px;
	text-decoration: none;
}
.pagenavi .pagelist a:hover{
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
html[xmlns] .clearfix {
    display: block;
}

/*newsletter*/
#newsletter_gallery{
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #F0F0EE;
	padding: 15px;
}
/*gallery add*/
form.gallery_add{
	width: 320px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
/*video*/
ul#f_list{
	list-style: none;
}
	ul#f_list li{
		font-size: 12px;
		clear: both;
	}
		.f_name, .f_size, .f_time{
			line-height: 20px;
			display: block;
			float: left;
		}
		.f_name{
			font-weight: bold;
			padding: 0 10px 0 0;
			width: 200px;
		}
		.f_size,.f_time{
			padding: 0 5px;
			width: 100px;
		}
		.f_time{
			width: 150px;
		}
.nl_users{
	width: 300px;
	float: left;
}
	.nl_users ul{
		list-style: none;
		background-color: #F0F0EE;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		padding: 10px 20px;
	}
		.nl_users ul li{
			font-size: 12px;
			font-weight: bold;
			line-height: 18px;
			border-bottom: 1px solid #999;
		}
/*vote*/
.szavazas{
	list-style: none;
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 0 auto;
	width: 230px;
}
	.szavazas h2{
		border-bottom: 1px solid #CCCCCC;
		color: #334D55;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		margin: 3px;
		padding: 0 0 0 10px;
	}
	.szavazas a.lezaras{
		color: #F00;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: 3px 5px;
		width: 70px;
		text-align: center;
	}
	.szavazas a.lezaras:hover{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #f00;
		color: #fff;
	}
/*websop*/
ul#ws_menu{
	list-style: none;
	padding: 0 10px;
}
	ul#ws_menu li{
		background-repeat: no-repeat;
		background-position: center left;
		padding: 0 0 0 20px;
	}
		ul#ws_menu li#user_new{background-image: url(../icon/group_add.png);}
		ul#ws_menu li#users{background-image: url(../icon/group.png);}	
/**/
ul.termek_table{
	background-color: #F0F0EE;
    color: #21759B;
    display: block;
    line-height: 20px;
	list-style: none;
	padding: 10px 20px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 600px;
}
	ul.termek_table li{
		border-bottom: 1px solid #E5E5E5;
	}
	.termek_table li.cim1{
		font-size: 14px;
		font-weight: bold;
		background-color: #27396B;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    	border-radius: 5px;
    	color: #FFFFFF;
		border: none;
		margin: 4px 0;
		padding: 0 0 0 4px;
		line-height: 20px;
	}
	.termek_table .level1{}
	.termek_table .level2{ padding: 0 0 0 10px;}
	.termek_table .level3{ padding: 0 0 0 17px;}
	.termek_table .level4{ padding: 0 0 0 24px;}
	.termek_table .level5{ padding: 0 0 0 31px;}
	span.termek_gomb{
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		padding: 0 3px;
	}
	.termek_gombok{
		float: right;
		widh: 110px;
	}
/**/
.termek{width: 640px;}
.termek table{
	background-color: #F0F0EE;
    color: #21759B;
    display: block;
    line-height: 20px;
	list-style: none;
	padding: 10px 20px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.termek table .rendeles, tr.ws_user_data{
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
}
.w_status{padding: 0 20px;}
.hr{
	clear: both;
	text-align: center;
	width: 640px;
	padding: 8px 0;
}
.hr .gomb7{
	float: none;
	margin: 0 auto;
}
/**/
ul.menu_special{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 0 auto;
	list-style: none;
	width: 300px;
}
	ul.menu_special li{
		width: 260px;
		line-height: 29px;
		height: 30px;
		clear: both;
	}
		ul.menu_special li strong{
			width: 200px;
			display: block;
			float: left;
		}
		ul.menu_special li input{
			float: right;
			display: block;
			width: 30px;
		}
ul.u_menu{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 0 auto 10px auto;
	list-style: none;
	width: 500px;
}
	ul.u_menu li{
		width: 470px;
		line-height: 30px;
		min-height: 30px;
		clear: both;
		display: block;
	}
		ul.u_menu li span{
			float: left;
			display: block;
		}
	ul.u_menu li.level1{
		font-size: 14px;
		font-weight: bold;
	}
		ul.u_menu li.level1 span{ width: 440px;}
	ul.u_menu li.level2{
		width: 450px;
		padding: 0 0 0 20px;
		font-weight: bold;
	}
		ul.u_menu li.level2 span{ width: 420px;}
	ul.u_menu li.level3{
		width: 430px;
		padding: 0 0 0 40px;
		font-size: 11px;
	}
		ul.u_menu li.level3 span{ width: 400px;}
	ul.u_menu li.level4{
		width: 420px;
		padding: 0 0 0 50px;
		font-size: 11px;
	}
		ul.u_menu li.level4 span{ width: 390px;}
	ul.u_menu li.level5{
		width: 410px;
		padding: 0 0 0 60px;
		font-size: 11px;
	}
		ul.u_menu li.level5 span{ width: 380px;}
	ul.u_menu li.level6{
		width: 400px;
		padding: 0 0 0 70px;
		font-size: 11px;
	}
		ul.u_menu li.level6 span{ width: 370px;}
	ul.u_menu li.level7{
		width: 390px;
		padding: 0 0 0 80px;
		font-size: 11px;
	}
		ul.u_menu li.level7 span{ width: 360px;}
	
	ul.u_menu li input{
		float: right;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0;
	}
/*links*/
ul.links{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	width: 600px;
	margin: 0 0 10px 0;
	list-style: none;
}
	ul.links li{
		padding: 0 0 7px 0;
		border-bottom: 1px solid #E5E5E5;
	}
	ul.links li span.link_name, ul.links li span.link_url{
		background-color: #F0F0EE;
		color: #21759b;
		width: 200px;
		display: block;
		float: left;
		line-height: 20px;
	}
	ul.links li span.link_url{ width: 350px;}
form#add_link{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	width: 600px;
	margin: 0 0 10px 0;
}
	input.link_name, input.link_url{
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		padding: 4px 8px;
		width: 270px;
	}
.link_button{
	line-height: 30px;
	padding: 0 0 0 5px;
}
select.link_pages{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 4px 8px;
	width: 575px;
}
.link select.link_pages{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    margin-bottom: 16px;
    margin-top: 2px;
    padding: 3px;
    width: 250px;
}

/**/
.comment{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	border-bottom-color: #b9b8b8;
	border-right-color: #b9b8b8;
	padding: 10px 20px;
	width: 600px;
	margin: 0 0 10px 0;
}
	.answer{ 
		background: #ddd;
		border: 1px solid #ccc;
		margin: 0 0 10px 20px;
		width: 580px;
	}
	.comment_title{
		font-weight: bold;
		font-size: 12px;
		padding: 0 0 7px 0;
		border-bottom: 1px solid #E5E5E5;
	}
		.answer .comment_title{
			border-bottom: 1px solid #ccc;
		}
		.comment_author{ 
			float: left;
			width: 200px;
		}
		.comment_date{
			width: 200px;
			float: right;
			text-align: right;
		}
	.comment_message{
		clear: both;
		padding: 7px 5px;
		color: #666;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
		margin: 10px 0;
		border: 1px solid #E5E5E5;
		border-top-color: #b9b8b8;
		border-left-color: #b9b8b8;
		
	}
	.buttons{
		text-align: right;
		border-top: 1px solid #E5E5E5;
		padding: 4px 0 0;
		margin: 10px 0 0 0; 
		display: block;
		height: 60px;
		clear: both;
	}
	.input_engedmeny{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		color: #f00;
		font-weight: bold;
		width: 30px;
		padding: 2px 5px
	}
/**/	
	#slidingDiv, #slidingDiv_2{
		background-color: #F0F0EE;
		color: #21759B;
		display: block;
		line-height: 20px;
		list-style: none;
		padding: 10px 20px;
		border: 1px solid #E5E5E5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:20px;
		margin-top:10px;
		display: none;
	}
	a.alink,#slidingDiv a, #modalcontainer a{
		text-decoration: none;
		color: #F90;
		font-weight: bold;
	}
	a.alink:hover, #slidingDiv a:hover, #modalcontainer a:hover{color: #666;}
/*modal*/
body#modal{
	background-color: #fff;
}
#modalcontainer{
	width: 250px;
	margin: 0 auto;
}
#modalcontainer h1, #modalcontainer h2{
	background-color: #27396B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 10px;
}
#modalcontainer h2{
	margin: 5px;
}
#modalcontainer a.gomb{
	color: #f00;
	padding: 2px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	width: 65px;
	margin: 0 auto;
}
#modalcontainer .gomb{
	padding: 2px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	width: 75px;
	margin: 0 0 0 5px;
	float: right;
}
/**/
ul.kamat{
	list-style: none;
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 0 auto;
	width: 630px;
	font-weight: bold;
}
	input.bubor_name, input.bubor_value, input.bubor_date{
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		padding: 4px 8px;
		width: 200px;
	}
	input.bubor_value{width: 230px;}
	input.bubor_date{ width: 100px;}
.left_box .hiba{
	color: red;
	text-align: center;
	font-weight: bold;
}
/***/
#ujfile, #ujmappa, .fresh, .dir_content{
	background-color: #F0F0EE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 10px auto;
	width: 450px;
	font-weight: bold;	
}
.fresh{width: 600px;}
.dir_content{ 
	background: none;
	width: 95%;
	padding: 2px 7px;
	margin: 5px auto;
	border: none;
}
p.arrow{
	text-align: center;
}
.arrow a{padding: 0 10px;}