body{
	background-color: #eee;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: verdana;
	color:#584551;
}
img{
	border: 0px;
}
table {
	Border-Collapse: separate;
	border-spacing: 0;
	Border: 0px;
	Margin: 0px;
	Padding: 0px;
}
td,th {
	Margin: 0px;
	Padding: 0px;
}
.termekek{
    border: 1px solid #999;
    margin: auto;
    width: 100%;
    font-size: 12px;
    color: black;
}
.termekek th{
    background-image: url(../pics/tabelhead2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: 1px solid white;
    border-left: 1px solid #DDD;
    border-right: 1px solid #999;
    border-bottom: 1px solid #828282;
}
.termekek td, th{
    text-align: center;
    height: 30px;
}
.trs{
    cursor: pointer;
}
.trs:hover{
    background-color: #2583ad;
    color: white;
}
.ktr1{
    background-color: #f2f2f2
}
.ktr2{
    background-color: #e6e6e6;
}
.menu{
	background-color: #212121;
	border-bottom: 1px solid #898989;
}
.menu a{
	text-decoration: none;
	line-height: 40px;
	font-size: 16px;
	font-family: verdana;
	color: white;
	display: inline-block;
	padding: 0px 20px 0px 20px;
}
.menu a:hover{
	background-color: #333;
}
.box{
	margin: 20px;
	padding: 20px;
	background-color: white;
	border: 1px solid #ebebeb;
}
.box span{
	display: inline-block;
	padding: 1px;
}
.input{
    min-width: 140px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	color: #584551;
	font-family: verdana;
	font-size: 12px;
}
.select{
	height: 34px;
	padding: 0px 5px 0px 5px;
}
.keres{
	width: 400px;
	padding-left: 15px;
}
.inptext{
    padding: 0px 15px 0px 15px;
}
.submit{
	height: 34px;
	border-radius: 5px;
	border: 1px solid #f0f5f8;
	padding: 1px 15px 1px 15px;
	color: white;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #2583ad;
    width: 100%;
}
.hozzaad input, select{
	height: 30px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	color: #584551;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	width: 125px;
	margin-bottom: 10px;
}
.hozzaad textarea{
	height: 150px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	color: #584551;
	font-family: verdana;
	font-size: 12px;
}
.hozzaad{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#szurbez{
    display: none;
    cursor: pointer;
    margin-top: 10px;
}
#szurnyit{
    display: block;
    cursor: pointer;
    margin: -15px 0px -15px 0px;
}
#szurok{
    display: none;
    font-weight: bold;
}
.listtype{
	position: absolute;
	right: 0px;
	top: 0px;
}
.listtype img{
	border: 1px solid #c6c6c6;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.listtype img:hover{
	background-image: url('../pics/shbg.jpg');
}
.listact{
	background-image: url('../pics/shbg.jpg');
}
.pagenums{
	position: relative;
    text-align: center;
    margin: 15px 0px 15px 0px;
}
.pagenums a{
    text-decoration: none;
    color: black;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    border: 1px solid #c6c6c6;
}
.pagenums a:hover{
    color: white;
    background-color: #2583ad;    
}
.terbox{
	position: relative;
    padding: 0px 15px 0px 15px;
    text-align: center;
}
.tb{
	position: relative;
	display: inline-block;
	width: 148px;
	height: 230px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #c6c6c6;
	overflow: hidden;
	margin: 5px 4px 5px 4px;
    background-color: white;
}
.tbk{
	height: 180px;
	cursor: pointer;
}
.tbedit{
	position: absolute;
	left: 2px;
	top: 2px;
}
.tbmin{
	position: absolute;
	right: 2px;
	top: 2px;
}
.ter_kep{
	width: 148px;
}
.ter_kep_list{
	width: 100px;
}

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    position: relative;
    z-index: 98;
    -webkit-transform: scale(1.5,1.5); 
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
   	-webkit-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
    
}
.tpage{
    display: none;
    border: 1px solid #c6c6c6;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    min-height: 400px;
    background-color: white;
    z-index: 99;
}
.tabpage{
    width:100%;
    margin: 15px;
}
.tabpage td{
    width: 50%;
    vertical-align: top;
}
.closewin{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.feltkep{
    width: 100px;
}
.first{
    width:309px;
    margin-bottom:3px;
}
.loginbox{
	width: 415px;
	height: 135px;
	padding-top: 65px;
	margin: auto;
	margin-top: 150px;
	background-image: url('../pics/loginbox.png');
	background-repeat: no-repeat;
	display: block;
	text-align: center;
}
.loginbox input{
	font-family: timesnewroman;
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
	font-size: 20px;
	padding-left: 10px;
	height: 27px;
	background-color: #eee;
}