@charset "utf-8";
/* CSS Document */


#hirlev_mailcim {
	background-color:#d1cec3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #564c35;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(common_images/hirlev_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#wrapper {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
/*	z-index:-1; */
}

#header {
	position: relative;
	width: 960px;
	left: 0px;
	top: 0px;
	height: 227px;
	margin: 0px;
	min-height: 227px;
}


#content_wrapper {
	position: relative;
	width: 960px;
	left: 0px;
	height: 40px;
	margin: 0px;
	min-height: 500px; 
	float: left;
	height:100%;
}

.content_oldal_kieg {
	padding-right: 15px;
	padding-left: 15px;	
}


/* kategória menü alatt hely kell*/
#yuitree1 {
	margin-bottom: 15px;
	padding-left: 5px;
}

.hirekdatum {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	width:100%;
	padding-bottom: 15px;
}

.hozzaszolas_datum {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	color: #999;
}

#hozzaszolas tr:hover {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

#content_oldal #nyomtat_ikon a {
	background-image: url(../admin/ikonok/factow_expert/16x16/printer.png);
	background-repeat: no-repeat;
	background-position: 60px 5px;
	cursor:pointer;
	text-align: right;
	padding-right:25px;
	margin-left:410px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F5F5F5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}
#content_oldal #nyomtat_ikon a:hover {
	background-image: url(../admin/ikonok/factow_expert/16x16/printer_add.png);
	background-repeat: no-repeat;
	background-position: 60px 5px;
	background-color: #E1E1E1;
	color: #818181;
}

#footer {
	position: relative;
	width: 100%;
	float:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	min-height:260px;
	background-image: url(common_images/lablec_bg.jpg);
	background-repeat: repeat;
	background-position: center 0px;
}

#footer_1400 {
	position: relative;
	width: 100%;
	min-height:260px;
	background-image: url(common_images/lablec_bovitett.jpg);
	background-position: center 0px;
	float: none;
	background-repeat: no-repeat;
}

#lablec_kieg {
	position:relative;
	height: 20px;
	width: 960px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
}

#lablec_kieg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#lablec_kieg a:hover {
	text-decoration: underline;
}

#keres_gomb {
	height: 32px;
	background-image: url(common_images/keres_gomb.jpg);
	width: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 35px;
	top: 25px;
}

#keres_gomb:hover {
	height: 32px;
	background-image: url(common_images/keres_gomb_s.jpg);
	width: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 35px;
	top: 25px;
}




/* jQuery lightBox plugin - Gallery style */
#gallery {
/*	padding: 10px;
	width: 100%; */
	margin:0px;
	padding:0px;
}
#gallery ul { 
	list-style: none;
}
#gallery ul li { 
	display: inline;
	float:left;
	margin-right:10px;
}
#gallery ul img {
	border: 5px solid #E5DECC;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #956A3D;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}


/* űrlap elemek */

.content_oldal_kieg input, .content_oldal_kieg textarea {
	background-image: url(../images/inputbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #B2B2B2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	min-height: 20px;
	padding-left: 3px;
	color: #666;
}

.content_oldal_kieg input:focus, .content_oldal_kieg textarea:focus {
	border: 1px solid #7A7A7A;
	color: #5D5D5D;
}

input#gomb {
	border: 1px solid #B2B2B2;
	background-color: #E6E6E6;
	background-image:none;
	color:#333;
	padding: 6px;
	font-weight:bold;
}

input#gomb:hover {
	-moz-box-shadow: 0px 0px 8px #B1B1B1;
	-webkit-box-shadow: 0px 0px 8px #B1B1B1;
	box-shadow: 0px 0px 8px #B1B1B1; 
}


/* Üzenetek vissza */
.figyelem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2A7AC3;
	text-decoration: none;
	background-color: #B7F0FF;
	border: 1px solid #2A7AC3;
	margin: 3px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(../admin/ikonok/factow_expert/16x16/information.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	position: relative;
	font-style: italic;
}
.hiba {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFDE8;
	border: 1px solid #F00;
	margin: 3px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(../admin/ikonok/factow_expert/16x16/error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	position: relative;
}
.rendben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #69933D;
	text-decoration: none;
	background-color: #EDFFDF;
	border: 1px solid #0C0;
	margin: 3px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(../admin/ikonok/factow_expert/16x16/accept.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	position: relative;
}


/* captcha */
#captcha.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
}

#captcha.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
}

#captchaimage img {
	border: 1px solid #666;
}





.tetelkep {
	border: 2px solid #ededee;
	background-color: #FFF;
	-moz-box-shadow: 3px 3px 3px #DFDFE1;
	-webkit-box-shadow: 3px 3px 3px #DFDFE1;
	margin-right:10px;

}

.content_oldal_kieg p {
	margin-top: 0px;
}

.behuzott {
	padding-left:20px;
}



/* lapokra tördelés */
#tobboldal {
	margin-top:15px;
	margin-bottom:10px;
	color: #666;
}

#tobboldal a, #tobboldal a:link, #tobboldal a:visited {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E1E1E1;
	border: 1px solid #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
	line-height: 1.8em;
}

#aktualisoldal {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
}

#content_oldal #tobboldal a:hover {
	color: #FFF;
	text-decoration:none;
}

#beta_version {
	position: absolute;
	height: 110px;
	width: 110px;
	left: 0px;
	top: 0px;
	background-image: url(../images/beta_logo/beta_version2.png);
	background-repeat: no-repeat;
	display: block;
	z-index: 15000;
}

#videoframe_link a {
	color: #333;
	text-decoration:none;
	padding-top:12px;
	margin-top:12px;
	margin-bottom:10px;
}




/* kereső találatok */
#talalat_box {
	position:relative;
	width:100%;
}

#talalat_box ul {
	list-style:none;
	margin-left:-43px;
	margin-right:-40px;
}

#talalat_box ul li {
	float:left;
	display: block;
	text-align:right;
	margin-right:12px;
	margin-bottom:12px;
	color:#FFF;
	text-decoration:none;
	/*	background-color:#f8a412; /* narancs */ 
/*	background-color:#8cdc00; /* zöld */
	background-color:#FDB70A; /* kék */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	min-width:135px;
	min-height:90px;
	max-width:135px;
	max-height:90px;
	color:#FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(common_images/box_hatter.png);
	background-repeat: no-repeat;
	border: 1px solid #e7a400;
}

#talalat_box ul li h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	margin-top:0px;
}

#talalat_box ul li p {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}

a div#talalatokra {
	color:#4f4f4f;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.hozzaszolas_szama {
/*	position:relative; 
	float:left; */
	font-size:12px;
	font-weight:normal
}

#megtekint a, #megtekint a:hover, #megtekint a:visited {
	color:#FFF;
	text-decoration:none;
}

/* terméknév árral megjelenítve kieg */
#termekar-itt {
	text-align:right;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #666;
}
