@charset "utf-8";
/* CSS Document */
@import url('fonts.css');

.body {
	background: url(../images/bg_body_top_1_180.png) repeat-x 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.body-fooldal {
	background: url(../images/bg_body_top_1_300.png) repeat-x 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#skin-layer {
	background-repeat: no-repeat;
	background-position: center 180px;
}

body#main-bg #skin-layer {
	background-position: center 300px;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.left {
	float: left;
}

.right {
	float: right;
}

.iconExtLink {
	background: url(../images/extLink_10_10.png) no-repeat center center;
	width: 10px;
	height: 10px;
	padding-left: 12px;
}

.addthis_toolbox,.addthis_toolbox * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

/*/////////////////////////////
			BASICS
/////////////////////////////*/
.btn-orange {
	position: relative;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	height: 16px;
	text-transform: capitalize;
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
}

.cw, .cw-fooldal {
	min-height: 600px;
	position: relative;
	min-width: 960px;
	max-width:1920px;
	margin:0 auto;
}

.cw { background: url(../images/bg_header_1100_120.png) no-repeat center 50px; }

.cw-fooldal {
	background: url(../images/bg_header_1100_240.png) no-repeat center 50px;
}

#content {
	padding-top: 20px;
}

#main-bg #content {
	padding-top: 15px;
}
#main-bg #content.keret_fooldal {
	padding-top: 25px;
}

.main-bg {
	
}

.page-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.star-pos {
	position: absolute;
	left: 840px;
	bottom: 0;
	display: block;
}

#star-1 {
	background: url(../images/star-1.png) no-repeat 0 0;
	width: 269px;
	height: 620px;
}
/*/////////////////////////////
			HEADER
/////////////////////////////*/
#header {
	height: 82px;
	position: relative;
}

#header #logo {
	text-align: left;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 6px;
	top: 0;
	background: url(../images/logo_249_82.png) no-repeat 0 0;
	width: 249px;
	height: 82px;
}

#header #search-wrapper {
	position: absolute;
	right: 0;
	top: 17px;
	background: url(../images/bg_search_109_23.png) no-repeat 0 0;
	width: 109px;
	height: 23px;
}

#header #search-wrapper #btn-search {
	position: absolute;
	left: 6px;
	top: 4px;
	border: none;
}

#header #search-wrapper #search_text {
	position: absolute;
	right: 9px;
	top: 4px;
	font-weight: bold;
	border: none;
	background: none;
	line-height: 13px;
	height: 13px;
	width: 74px;
	color: #9a0a0d;
	font-family: 'DIN';
	font-size: 10px;
}

#header #btn-home {
	background: url(../images/icon_home_21_19.png) no-repeat 0 0;
	width: 21px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 18px;
}

#header #valasztott-telepules {
	display: block;
	float: right;
	height: 19px;
	position: absolute;
	right: 40px;
	text-align: left;
	top: 6px;
	color: #212121;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

#header #valasztott-telepules span {
	font-weight: bold;
	cursor: pointer;
}

#header #logout_cont span {
	font-weight: bold;
}

#header #logout_cont {
	display: block;
	float: right;
	height: 19px;
	position: absolute;
	right: 320px;
	text-align: left;
	top: 6px;
	color: #212121;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/*/////////////////////////////
			NAVIGATION
/////////////////////////////*/
#navigation {
	/*	background: url(../images/bg_nav_1_1.png) repeat 0 0;*/
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 6px;
	margin-top: 18px;
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
}

#navigation ul {
    /*float: left;*/
    display:inline-block;
    margin-bottom:-2px;
}

#navigation>ul>li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: 'DIN';
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	text-align:left;
}

#navigation>ul>li>a {
	color: #000000;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px 0 14px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

#navigation>ul>li.selected>a,#navigation>ul>li>a:hover {
	background: url(../images/bg_nav_hover_1_40_2.png) repeat-x 0 0;
	border-top: 5px solid #231f20;
	margin-top: -5px;
	position: relative;
}

#navigation>ul>li>ul {
	position: absolute;
	left: 0;
	top: 40px;
	min-width: 180px;
	background: url(../images/bg_nav_1_1.png) repeat 0 0;
	z-index: 101;
	display: none;
}

#navigation>ul>li>ul li {
	position: relative;
}

#navigation>ul>li>ul li a {
	padding: 0 13px 0 14px;
	color: #000000;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: relative;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	white-space:nowrap;
}

#navigation>ul>li>ul li a:hover {
	background: url(../images/bg_nav_hover_1_40_2.png) repeat-x 0 0;
}

/*/////////////////////////////
			FOOTER
/////////////////////////////*/
#footer-wrapper {
	background: url(../images/bg_footer_1_128.png) repeat-x 0 0;
	padding-top: 10px;
	position: relative;
}

#footer-inner-wrapper {
	background: url(../images/bg_footer_inner_1040_118.jpg) no-repeat center
		0;
	height: 118px;
	position: relative;
}

#footer {
	position: relative;
}

#footer #footer-nav {
	padding: 15px 0 5px 0;
}

#footer #footer-nav ul {
	
}

#footer #footer-nav ul li {
	float: left;
	line-height: 15px;
	height: 15px;
	font-family: 'DIN';
	text-transform: uppercase;
}

#footer #footer-nav ul li {
	float: left;
	font-size: 14px;
}

#footer #footer-nav ul li a {
	padding: 0 4px 0 5px;
	color: #231f20;
	background: url(../images/footer_nav_separator_1_11.png) no-repeat left
		50%;
}

#footer #footer-nav ul li.first a {
	background: none;
	padding-left: 0;
}

#footer #footer-article {
	font-size: 14px;
	color: #231f20;
	font-family: 'DIN';
}

#footer #footer-article p {
	float: left;
	line-height: 18px;
	padding-right: 15px;
}

#footer #footer-article .btn-fb-red {
	float: left;
	background: url(../images/btn_facebook_red_19_18.png) no-repeat 0 0;
	width: 19px;
	height: 18px;
	text-indent: -9999px;
	text-align: left;
}

#footer #footer-logo {
	position: absolute;
	right: 0;
	top: 40px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo_footer_108_30.png) no-repeat 0 0;
	width: 108px;
	height: 30px;
}

/*/////////////////////////////
			CONTENT
/////////////////////////////*/
.content-with-sidebar {
	margin-right: 15px;
	float: left;
	margin-top: 15px;
}

.content {
	margin-left: 20px;
	margin-right: 20px;
}

.sidebar {
	float: left;
	width: 242px;
	padding: 7px;
	margin: 15px 0;
}

.two-col {
	width: 660px;
}

.two-col .col-1 {
	float: left;
	width: 310px;
}

.two-col .col-1.first {
	margin-right: 20px;
	margin-left: 20px;
}

.content.one-col {
	padding-top:15px;
}

.one-col .col-1 {
	width: 645px;
	margin-left: 20px;
}

.box {
	margin-bottom: 15px;
}

.sidebar .box {
	padding-bottom: 15px;
}

.upcase-header-bottomless {
	font-size: 14px;
	color: #333333;
	font-family: 'DIN';
	text-transform: uppercase;
	font-weight: bold;
}

.box-header {
	position: relative;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}

.box-header .more {
	font-size: 8px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	right: 0;
	top: 4px;
}

.box-header h1,.box-header h2,.box-header h3,.box-header h4,.box-header h5
	{
	font-size: 14px;
	color: #333333;
	font-family: 'DIN';
	text-transform: uppercase;
	font-weight: bold;
}

.box-header h1 a,.box-header h2 a,.box-header h3 a,.box-header h4 a,.box-header h5 a
	{
	color: #333333;
}

.box-header.red h1,.box-header.red h2,.box-header.red h3,.box-header.red h4,.box-header.red h5,.box-header.red h1 a,.box-header.red h2 a,.box-header.red h3 a,.box-header.red h4 a,.box-header.red h5 a,.box-header .red
	{
	color: #cf202e;
}

.box-body {
	
}

.box-body .box-image {
	border: solid 1px #c0c0c0;
	-webkit-box-shadow: 0px 0px 2px 2px #f1f1f1;
	box-shadow: 0px 0px 2px 2px #f1f1f1;
	display: block;
	margin: 14px 0;
}

.box-body .box-image .box-image-inner {
	background-color: #fff;
	margin: 2px;
	overflow: hidden;
	display: block;
}

.box-body .box-image .box-image-inner img {
	max-width:100%;
}

.box-body h1,.box-body h2,.box-body h3,.box-body h4,.box-body h5 {
	color: #333333;
	font-size: 16px;
	font-style: italic;
	line-height: 1.3em;
}

.box-body h1 a,.box-body h2 a,.box-body h3 a,.box-body h4 a,.box-body h5 a
	{
	color: #333333;
}

.box-body h1 a.orange,.box-body h2 a.orange,.box-body h3 a.orange,.box-body h4 a.orange,.box-body h5 a.orange
	{
	color: #f15423;
}

.article .box-body h1,.article .box-body h2,.article .box-body h3,.article .box-body h4,.article .box-body h5
	{
	font-size: 15px;
	font-weight: bold;
	color: #f15423;
	font-style: normal;
	font-family: 'DIN';
	padding-bottom: 5px;
}

.box-body .lead {
	margin: 6px 0;
	padding: 6px 0;
	line-height: 1.3em;
	font-size: 12px;
	font-style: italic;
	color: #555555;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
}

.article .box-body .lead {
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	padding-bottom: 1em;
}

.article .box-body p {
	line-height: 1.3em;
	padding-bottom: 1em;
	padding-top: 5px;
}

.box-body .lead a {
	color: #555555;
}

.box-body .more {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.large-font {
	font-size: 1.3em !important;
}

.search-header {
	margin-bottom: 25px;
}

.search-result-item {
	padding-bottom: 1.5em;
}

.article .box-body .search-result-item h2 {
	padding-bottom: 2px;
}

.article.search-item .box-header h2 a {
	color: #CF202E;
}

.article .box-body .search-result-item p {
	font-size: .8em;
	padding-bottom: 2px;
}

.search-result-item .date {
	color: #999999;
	display: block;
	font-size: 11px;
	text-align: right;
	padding: 2px 0;
}

.no-result {
	color: #999999;
	display: block;
	font-size: 11px;
}

.plain-text {
	line-height: 1.3em;
	font-size: 12px;
}

.plain-text .date {
	font-size: 0.8em;
	padding-bottom: 1em;
	color: #999999;
	text-align: right;
}

.article .box-body.plain-text .lead {
	padding-bottom: 1em;
}

.plain-text a {
	color: #F15423;
}

.plain-text a:hover {
	text-decoration: underline;
}

.box-body.plain-text img {
	max-width: 100%;
}

.pager-wrapper {
	margin: 10px 0 30px 0;
}

.pager {
	display: block;
	text-align: center;
}

.pager li {
	display: inline;
	font-size: 11px;
	margin: 0 3px;
}

.pager li a {
	display: inline;
	color: #333333;
	padding: 3px;
}

.pager li.pager-current {
	-webkit-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px
		1px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px
		0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 0
		rgba(0, 0, 0, 0.2) inset;
	border-radius: 4px 4px 4px 4px;
	background-color: #f15423;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	line-height: 1.15em;
	margin-bottom: 3px;
	font-weight: bold;
	margin-right: 3px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	-webkit-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px
		1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px
		0 rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 0
		rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.login-box {
	margin-bottom: 20px;
}

.login-box .form-row {
	padding: 8px 0;
}

.login-box .form-row label {
	color: #999999;
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
}

.login-box .form-row input[type=text],.login-box .form-row .text,.login-box .form-row input[type=password],.login-box .form-row .password
	{
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	font-size: 11px;
	width: 470px;
	display: block;
	border: 1px #d9d9d9 solid;
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(26%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f8f8f8',
		endColorstr='#fefefe', GradientType=0); /* IE6-8 */
}

.login-box .form-row input.input-short {
	width: 230px;
}

.login-box .form-row .aszf-wrapper {
	width: 400px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #999;
	padding: 12px;
	font-size: 12px;
}

.login-box .form-row .checkbox-label {
	
}

.login-box .form-row select {
	height: 25px;
	line-height: 25px;
	padding: 3px 0 4px 5px;
	font-size: 11px;
	display: block;
	border: 1px #d9d9d9 solid;
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(26%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f8f8f8',
		endColorstr='#fefefe', GradientType=0); /* IE6-8 */
	float: left;
	margin-right: 4px;
}

.login-box .form-row select#reg_customer_birth_year {
	
}

.login-box .form-row select#reg_customer_birth_month {
	
}

.login-box .form-row select#reg_customer_birth_day {
	
}

.login-box .form-row input[type=submit],.login-box .form-row .submit {
	background-color: #F15423;
	border: 1px solid #E1E1E1;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 6px;
	width: 112px;
}

/* /// SIDEBAR */
.sidebar {
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
}

.sidebar .first-box {
	margin-top: -4px;
}

.border-bottom {
	border-bottom: dotted 1px #cccccc;
}

.no-header-border .box-header {
	border-bottom: none;
}

.webmail-box {
	
}

.webmail-box .form-row {
	padding-bottom: 8px;
}

.webmail-box .form-row label {
	display: block;
	font-size: 11px;
	color: #999999;
	padding-bottom: 2px;
}

.webmail-box .form-row .text,.webmail-box .form-row .password,.webmail-box .form-row input[type=text],.webmail-box .form-row input[type=password]
	{
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	font-size: 11px;
	width: 230px;
	display: block;
	border: 1px #d9d9d9 solid;
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(26%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%); /* W3C */
	-pie-background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE6-8 */
}

.webmail-box .form-row input[type=checkbox],.webmail-box .form-row .checkbox
	{
	float: left;
}

.webmail-box .form-row .checkbox-label {
	line-height: 18px;
}

.webmail-box .form-row .btn-login,.btn-reg {
	background-color: #f19100;
	border: solid 1px #bfbfbf;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 0 6px;
	display: block;
	width: 112px;
	margin: 0 auto;
	cursor: pointer;
}

.btn-reg {
	clear: both;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	width: 97px;
}

.btn-ugyfelkapu {
	display: block;
	background: url(../images/ugyfelkapu_ikon.png) no-repeat center 50%;
	width: 242px;
	height: 55px;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
}

.btn-ugyfelkapu-loggedin {
	display: block;
	background: url(../images/ugyfelkapu_ikon.png) no-repeat center 50%;
	width: 242px;
	height: 55px;
	text-align: left;
	text-indent: -9999px;
}

#channel-carousel-wrapper {
	position: relative;
	margin: 10px -20px;
}

#channel-carousel-wrapper .jcarousel-container {
	position: relative;
	height: 110px;
	width: 960px;
	background: url(../images/chanel_carousel_bg_824_110.png) no-repeat 50%
		50%;
}

#channel-carousel-wrapper .jcarousel-clip {
	width: 898px;
	height: 110px;
	overflow: hidden;
	margin: 0 31px;
}

#channel-carousel-wrapper .jcarousel-item {
	width: 100px;
	height: 100px;
	padding: 3px;
	background-color: #fff;
	border: solid 1px #c0c0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin: 0 3px;
}

#channel-carousel-wrapper .channel-item {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: block;
}

#channel-carousel-wrapper .channel-item img {
	
}

#channel-carousel-wrapper .jcarousel-prev,#channel-carousel-wrapper .jcarousel-next
	{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	background: url(../images/chanel_carousel_arrow_sprite_52_26.png)
		no-repeat 0 0;
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

#channel-carousel-wrapper .jcarousel-prev {
	left: 6px;
	background-position: top left;
}

#channel-carousel-wrapper .jcarousel-next {
	right: 6px;
	background-position: top right;
}

/* /// CHANNEL PAGE */
.channel-inner-image {
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 645px;
	height: 212px;
	margin: 10px 0 10px -5px;
	position: relative;
}

.channel-inner-image-inner {
	width: 643px;
	height: 210px;
	overflow: hidden;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
	text-align: center;
	margin:0 auto;
}

.channel-inner-image .channel-inner-image-inner>img {
	width: 635px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	overflow: hidden;
	padding: 1px;
	position: relative;
}

.channel-inner-image .channel-image-mask {
	/*	background: url(../images/image_mask_545_213.png) no-repeat 0 0;*/
	width: 645px;
	height: 213px;
	position: absolute;
	left: 0;
	top: 0;
}

.channel-inner-image .channel-logo-outer {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-radius: 4px 4px 4px 4px;
	height: 100px;
	margin: 0 3px;
	padding: 3px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
}

.channel-inner-image .channel-logo-inner {
	display: block;
	height: 100px;
	overflow: hidden;
	width: 100px;
}

.channel-inner-image .channel-logo-inner img {
	
}

/* /// SHARE-ROW */
.share-row {
	padding: 10px 0;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.share-row .share-plusone {
	float: left;
	width: 90px;
	overflow: hidden;
}

.share-row .fb-like {
	float: left;
}

.share-row .addthis_toolbox {
	float: right;
	width: 138px;
}

/* /// PACKAGES */
.package-wrapper {
    padding: 15px 0;
    border-top: dotted 1px #cccccc;
}

.package-wrapper .package-top {
	min-height: 120px;
}

.package-wrapper .package-image {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-radius: 4px 4px 4px 4px;
	height: 84px;
	margin: 0 3px;
	padding: 10px;
	position: absolute;
	width: 84px;
	float: left;
}

.package-wrapper .package-image .package-image-inner {
	display: block;
	height: 84px;
	overflow: hidden;
	width: 84px;
}

.package-wrapper .package-image .package-image-inner img {
	
}

.package-wrapper .package-details {
	overflow: hidden;
	padding-left: 10px;
}

.two-col .package-wrapper .package-details {
	padding-left: 0;
}

.package-wrapper .package-details .package-header {
	position: relative;
}

.package-wrapper .package-details .package-header h2 {
	float: left;
	display: inline;
}

.two-col .package-wrapper .package-details .package-header h2 {
	padding-bottom: 5px;
}

.package-wrapper .package-details .package-header .package-pic {
	margin-left: 20px;
	padding-top: 2px;
	display: block;
	float: left;
}

.two-col .package-wrapper .package-details .package-header .package-pic
	{
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}

.package-wrapper .package-details .package-header .package-pic span {
	float: left;
	text-indent: -9999px;
}

.package-wrapper .package-details .package-header .icon-phone {
	background: url(../images/icon_phone_17_16.png) no-repeat 0 0;
	width: 17px;
	height: 16px;
	display: block;
}

.package-wrapper .package-details .package-header .icon-tv {
	background: url(../images/icon_tv_18_16.png) no-repeat 0 0;
	width: 18px;
	height: 16px;
	display: block;
}

.package-wrapper .package-details .package-header .icon-internet {
	background: url(../images/icon_internet_23_16.png) no-repeat 0 0;
	width: 23px;
	height: 16px;
	display: block;
}

.package-wrapper .package-details .package-header .icon-plus {
	background: url(../images/icon_plus_7_16.png) no-repeat 0 0;
	width: 7px;
	height: 16px;
	display: block;
	margin: 0 10px;
}

.package-wrapper .package-details .package-header .more {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 4px;
}

.package-wrapper .package-details .plain-text {
	color: #212121;
	font-size: 12px;
	font-style: italic;
}

.package-wrapper .package-details .btn-megrendeles,.btn-megrendeles {
	display: block;
	background: url(../images/btn_megrendeles_134_24.png) no-repeat 0 0;
	width: 134px;
	height: 24px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.box-body .btn-megrendeles {
	margin: 0 0 10px 10px;
}

.package-wrapper .package-details .btn-tovabb {
	display: block;
	background: url(../images/btn_tovabb_94_24.png) no-repeat 0 0;
	width: 94px;
	margin-right: 14px;
	height: 24px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.btn-tovabb {
	display: inline-block;
	background: url(../images/btn_tovabb_94_24.png) no-repeat 0 0;
	width: 94px;
	height: 24px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	float: right;
}

.tovabbcont {
	display: inline-block;
	margin-top: 5px;
}

.package-price {
	
}

.package-price .package-price-highlight {
	background-color: #f4f4f4;
	border: solid 1px #c0c0c0;
	float: left;
	width: 218px;
	text-align: center;
	padding: 15px 0;
	margin-right: 20px;
}

.two-col .package-price .package-price-highlight {
	margin: 0 auto;
	float: none;
}

.package-price .package-price-highlight .row-1 {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333333;
	padding-bottom: 4px;
}

.package-price .package-price-highlight .row-2 {
	display: block;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	color: #333333;
}

.package-price .package-price-highlight .row-3 {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #b01e0a;
}

.package-price .package-price-details {
	
}

.package-price .package-price-details li {
	color: #333333;
	font-style: italic;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.3em;
	display: block;
}

.package-price .package-price-details span {
	float: right;
	color: #f15423;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

/* /// POINT OF SALE */
.point-of-sale {
	padding: 10px 0;
}

.point-of-sale li {
	font-size: 12px;
	color: #575758;
	font-style: italic;
	line-height: 1.4em;
	padding: 8px 0;
}

.point-of-sale li a {
	color: #b11e0a;
}

.point-of-sale li a:hover {
	color: #575758;
}

.point-of-sale li a.map-popup {
	float: right;
	position: relative;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
}

/* /// MAP POPUP */
#map-popup {
	width: 714px;
	overflow: hidden;
	border: solid 1px #c0c0c0;
	padding: 2px;
}

#map-popup .map-description {
	padding: 4px 10px 10px 14px;
}

#map-popup .map-description h3 {
	font-weight: bold;
	font-style: italic;
	color: #333333;
	font-size: 14px;
	border-bottom: dotted 1px #cccccc;
	padding: 2px 0 8px 0;
	width: 230px;
	margin-bottom: 8px;
}

#map-popup .map-description p {
	line-height: 1.3em;
	font-size: 12px;
	font-style: italic;
	color: #212121;
}

#map-popup .map-description p span {
	float: left;
	width: 90px;
	padding-right: 20px;
}

#map-popup .close-fancybox {
	float: right;
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
	cursor: pointer;
}

/* /// LOGIN POPUP */
#login-popup {
	padding: 10px 30px;
	margin-bottom: 0;
}

/* /// LOCATION POPUP */
.hide-popup {
	display: none;
}

#location-popup,#order-placed-popup {
	line-height: 1.3em;
	font-size: 12px;
	font-style: italic;
	color: #212121;
	width: 320px;
	overflow: hidden;
	border: solid 1px #c0c0c0;
	padding: 2px 2px 6px 2px;
	text-align: center;
}

#location-popup h3,#order-placed-popup h3 {
	font-weight: bold;
	font-style: italic;
	color: #333333;
	font-size: 14px;
	border-bottom: dotted 1px #cccccc;
	padding: 2px 0 8px 0;
	width: 230px;
	margin-bottom: 8px;
	text-align: left;
}

#location-popup .form-row {
	text-align: center;
	padding: 4px 0;
}

#location-popup select {
	padding: 0 0 0 5px;
	font-size: 11px;
	width: 230px;
	display: block;
	border: 1px #d9d9d9 solid;
	margin: 0 auto;
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(26%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%); /* W3C */
	-pie-background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE6-8 */
}

#location-popup .choose-place,.btn-style {
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b77a', endColorstr='#f79922',GradientType=0 );*/
	/* IE6-9 */
}

#location-popup .btn-back {
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b77a', endColorstr='#f79922',GradientType=0 );*/
	/* IE6-9 */
}

#location-popup .btn-back:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}

#location-popup .city-list {
	text-align: left;
	padding: 5px;
	font-weight: bold;
	font-style: normal;
}

#location-popup .cities {
	padding: 4px 0;
	font-style: italic;
	font-weight: normal;
}

.otherAddress input[type=text],.otherAddress .text {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	font-size: 11px;
	width: 210px;
	border: 1px #d9d9d9 solid;
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(26%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #fefefe 26%);
	/* IE10+ */
	background: linear-gradient(top, #f8f8f8 0%, #fefefe 26%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f8f8f8',
		endColorstr='#fefefe', GradientType=0); /* IE6-8 */
}

/*/////////////////////////////
	jCarousel default css
/////////////////////////////*/
.jcarousel-container {
	
}

.jcarousel-clip {
	overflow: hidden;
}

.jcarousel-item {
	
}

.jcarousel-prev,.jcarousel-next {
	cursor: pointer;
}

.jcarousel-prev {
	
}

.jcarousel-next {
	
}

#carousel-nav {
	
}

#carousel-nav li {
	
}

#carousel-nav a {
	
}

.main-slider-wrapper {
    position: relative;
    top:-4px;
}

.main-slider-wrapper .jcarousel-container {
	width: 928px;
	margin: 0 auto;
	border: solid 1px #bfbfbf;
	background-color: #fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.main-slider-wrapper .jcarousel-clip {
	margin: 4px 4px 4px 4px;
	width: 920px;
	height: 304px;
}

.main-slider-wrapper .jcarousel-item {
	width: 920px;
	height: 304px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.main-slider-wrapper .jcarousel-item img {
	width: 100%;
}

.main-slider-wrapper .jcarousel-item .carousel-item-mask {
	position: absolute;
	left: 0;
	top: 0;
	/*	background: url(../images/carousel_item_mask_820_314.png) no-repeat 0 0;*/
	width: 920px;
	height: 304px;
}

.main-slider-wrapper .jcarousel-item .carousel-text {
	position: absolute;
	left: 0;
	top: 0;
	/* background: url(../images/carousel_image_mask_507_320.png) no-repeat left top; */
	height: 254px;
	width: 350px;
	padding: 50px 545px 0 25px;
	color: #4d4e53;
	font-size: 12px;
	line-height: 1.3em;
}

.main-slider-wrapper .jcarousel-item .carousel-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 254px;
	width: 350px;
	padding: 50px 545px 0 25px;
}

.main-slider-wrapper .jcarousel-item .carousel-text h2 {
	font-family: 'DIN';
	font-size: 30px;
	color: #4d4e53;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.main-slider-wrapper .jcarousel-item .btn-tovabb {
	background: url(../images/btn_tovabb_94_24.png) no-repeat 0 0;
	width: 94px;
	height: 24px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 7px;
	bottom: 0;
}

.main-slider-wrapper #carousel-nav {
	position: absolute;
	right: 33px;
	bottom: 2px;
	z-index: 100;
}

.main-slider-wrapper #carousel-nav li {
	float: left;
	width: 28px;
	height: 28px;
}

.main-slider-wrapper #carousel-nav li a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/carousel_bullet_28_56.png) no-repeat 0 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.main-slider-wrapper #carousel-nav li a.selected {
	background-position: left bottom;
}

/* /// ATTACHED FILES */
.attached-files {
	padding-bottom: 15px;
}

.attached-files li {
	padding: 3px 0;
}

.attached-files li a {
	background: url(../images/icon_pdf_24_24.png) no-repeat 0 0;
	line-height: 16px;
	padding: 2px 0 2px 28px;
}

/* /// CHANNEL LIST */
.chanel-list-toggle {
	padding-left: 22px;
	background: url(../images/toggle_arrow_13_80.png) no-repeat 0 -9px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.chanel-list-toggle.open {
	background-position: 0 -49px;
}

.channel-list {
	display: none;
	margin-bottom: 20px;
}

.channel-list li {
	float: left;
	display: block;
	/*	margin: 13px;*/
	margin: 20px;
	width: 120px;
}

.channel-list li .image-wrapper {
	width: 100px;
	height: 100px;
	padding: 3px;
	background-color: #fff;
	border: solid 1px #c0c0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin-left: 6px;
	float: left;
}

.channel-list li a.title
/*,.channel-list li span*/ {
	display: block;
	height: 100px;
	overflow: hidden;
	/*    width: 100px;*/
	width: 120px;
}

.channel-list li a.title,.channel-list li span.title {
	height: 40px;
	overflow: hidden;
	text-align: center;
	padding: 4px 0;
}

.channel-list li img {
	
}

/* /// NORMAL BANNER */
.banner-wrapper {
	/*	width: 468px;*/
	overflow: hidden;
	margin: 10px auto;
	text-align: center;
	position:relative;
	max-width:650px;
}
.banner-wrapper img { border:1px solid #bfbfbf; display:inline-block; }

/* /// FILTERS */
.filter-wrapper {
	margin: 5px 0 30px 0;
	font-size: 12px;
	border-bottom: 1px dotted #F15423;
	padding: 5px 0;
}

.filter-wrapper label {
	color: #999999;
	font-size: 12px;
}

.filter-wrapper select {
	border: solid 1px #ccc;
	color: #999999;
	font-size: 12px;
}

/* /// IE FIX  */
.ie7 #header,.ie8 #header {
	height: 100px;
}

/* Tarr */
.fieldset {
	border: 1px solid #CDCDCD;
	padding: 3px;
	margin-top: 3px;
}

.b {
	font-weight: bold;
}

.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.w960 {
	width: 960px;
}

.cen {
	margin: 0 auto;
}

.h200 {
	height: 200px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.left_block {
	margin: 0 5px 0 0 !important;
	float: left;
}

.fancyform {
	/*    border: 2px solid #DDDDDD;*/
	padding: 5px;
	width: 800px;
}

.telepules_form {
	width: 450px;
}

.fancyform h1 {
	font-family: 'DIN';
	color: #000000;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}

#fm_telepules_check {
	text-align: center;
}

.btn_a,.btn_aa {
	position: relative;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Verdana;
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ffffff;
	/*margin: 0 10px 10px 0;*/
	border: solid 1px #bfbfbf;
	background: #ff9100; /* Old browsers */
	cursor: pointer;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

.btn_a_old,.btn_aa_old {
	position: relative;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
	font-family: 'DIN';
	padding: 2px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9a0a0d;
	margin: 0 10px 10px 0;
	border: solid 1px #e74e26;
	background: #f7b77a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjliYzU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjhhYzJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTkyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b77a),
		color-stop(6%, #f9bc55), color-stop(14%, #f8ac2f),
		color-stop(100%, #f79922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%,
		#f79922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922
		100%); /* IE10+ */
	background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* W3C */
	-pie-background: linear-gradient(top, #f7b77a 0%, #f9bc55 6%, #f8ac2f 14%, #f79922 100%);
	/* IE6-8 */
}

.btn_a:hover,.btn_aa:hover {
	cursor: pointer;
}

.form_btn_cont {
	margin-top: 10px;
	text-align: center;
}

.fm_ff_cont {
	padding: 10px 0 10px 0;
}

.takar {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.athuz {
	text-decoration: line-through;
}

.utana {
	margin-bottom: 10px;
}

.csatornalista {
	padding: 0px;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	margin: 0 auto;
}

.csatornalista td {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.td_h {
	padding: 5px;
	border: 1px solid #cdcdcd;
	font-weight: bold;
}

#kombi_btn_cont {
	margin-top: 10px;
	text-align: left;
}

.kombivalaszt_cont {
	display: inline-block;
	width: 120px;
	height: 120px;
	cursor: pointer;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #cccccc;
	text-align: center;
	margin-right: 3px;
	cursor: pointer;
}

.kombivalaszt {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
div.kombiload form { background-color:#fff; }
div.kombiload { background: url(../images/loading.gif) no-repeat center; }


.digitalis_kabeltv_bw {	background: url(/images/szolg_logo/mob_net_kicsi_bw.jpg); }
.digitalis_kabeltv { background: url(/images/szolg_logo/mob_net_kicsi.jpg); }
.kabeltv_bw { background: url(/images/szolg_logo/tv_kicsi_bw.jpg); }
.kabeltv { background: url(/images/szolg_logo/tv_kicsi.jpg); }
.telefon_bw { background: url(/images/szolg_logo/tel_kicsi_bw.jpg); }
.telefon { background: url(/images/szolg_logo/tel_kicsi.jpg); }
.internet_bw { background: url(/images/szolg_logo/net_kicsi_bw.jpg); }
.internet { background: url(/images/szolg_logo/net_kicsi.jpg); }
.mobil_bw { background: url(/images/szolg_logo/mob_kicsi_bw.jpg); }
.mobil { background: url(/images/szolg_logo/mob_kicsi.jpg); }

.valasztott {
	color: #9a0a0d;
	border: solid 3px #e74e26;
}

.akciok_cont {
	display: block;
	float: left;
	/*height: 500px;*/
	margin-right: 20px;
	width: 300px;
}

.pd_mod {
	padding-left: 0px !important;
}

.akciok_leiras {
	color: #212121;
	font-size: 12px;
	font-style: italic;
}

.akciok_gomb_cont {
	margin: 5px 0 5px 0;
}

.hirek_more {
	color: #333333;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.marg_bott {
	margin-bottom: 15px !important;
}

.marg_kep {
	margin: 0 15px 0 0 !important;
}

.hirek-btn-tovabb {
	background: url("../images/btn_tovabb_94_24.png") no-repeat scroll 0 0
		transparent;
	display: block;
	height: 24px;
	margin-right: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 94px;
}

.masik_telepules,.logout_btn_cont {
	margin: 10px 0 0 0;
}

.akciok_akcios_ar {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.akciok_normal_ar {
	text-decoration: line-through;
}

.btn_kosar_ajanlat_class {
	background: url(../images/kosar_sidebar_erdeklodom.png) no-repeat center;
	display: block;
	width: 160px;
	height: 32px;
	cursor: pointer;
	margin: 0 auto;
}

.btn_kosar_uk_class {
	background: url(../images/btn_sidebar_megrendelem.png) no-repeat center;
	display: block;
	width: 163px;
	height: 32px;
	cursor: pointer;
	margin: 0 auto;
}

.kosar_tartalom_sidebar {
	background-color: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 3px 0px 3px 0px;
	height: 38px;
	cursor: pointer;
}

.kosar_tartalom_sidebar:hover {
	border: 2px solid #bbbbbb;
}

.termek_info_sor {
	margin: 3px 3px 0px 38px;
}

.termek_logo_sidebar {
	display: block;
	margin: 2px;
	border: 1px solid #dddddd;
	width: 32px;
	height: 32px;
	float: left;
}

.termek_info_cont_sidebar {
	color: #555555;
	font-size: 12px;
	font-style: italic;
}

.huseg_ar_cont_sidebar {
	margin-top: 7px;
}

.termek_price_sidebar {
	float: right;
	margin-right: 3px;
	font-weight: bold;
	color: #ff6f00;
	font-style: normal;
}

.termek_huseg_sidebar {
	font-size: 10px;
	/*  display: block; 
  margin: 3px 0px 0px 38px;*/
}

.kosar_alert {
	text-align: center;
	color: #ff0000;
	padding: 3px;
	font-size: 12px;
	font-style: italic;
}

.kosar_ures_sidebar {
	padding: 3px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	font-style: italic;
}

.dtv_channel-list {
	margin-bottom: 20px;
	/* background: #999999;*/
}

.dtv_channel-list li {
	float: left;
	display: block;
	margin: 13px;
	width: 78px;
}

.dtv_channel-list li .image-wrapper {
	width: 60px;
	height: 60px;
	padding: 3px;
	background-color: #fff;
	border: solid 1px #c0c0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin-left: 12px;
	float: left;
}

.dtv_channel-list li a.title
/*,.dtv_channel-list li span*/ {
	display: block;
	height: 100px;
	overflow: hidden;
	/*    width: 100px;*/
/*	width: 60px;*/
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-style: italic;
	text-align: center;
}

.dtv_channel-list li a.title,.dtv_channel-list li span.title {
	height: 40px;
	overflow: hidden;
	text-align: center;
	padding: 4px 0;
	margin:0 auto;
/*	width: 94px;*/
}

.dtv_channel-list li img {
	width: 60px;
}

.ugyfelkapu_keret {
	height: 400px;
	width: 500px;
	overflow: auto;
	padding: 2px;
}

#ugyfelkapu_uj {
	float: left;
	width: 250px;
}

#ugyfelkapu_regisztralt {
	float: left;
	width: 250px;
}

.kosarba {
	background: url(../images/erdeklodom_kicsi.png) no-repeat center;
	display: inline-block;
	width: 150px;
	height: 46px;
	cursor: pointer;
}

#ugyvitel_page1_cont {
	background: url(../images/ugyvitel_page1.png) no-repeat center;
	display: block;
	width: 800px;
	height: 641px;
}

#webmail_belepes_popup {
	background: url(../images/webmail_belepes_popup.png) no-repeat center;
	display: block;
	width: 800px;
	height: 641px;
}

#eb_felhasznalo, #webmail_popup_belepes_felhasznalo {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 274px;
	position: absolute;
	top: 220px;
	width:270px;
}

#eb_jelszo, #webmail_popup_belepes_jelszo {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 274px;
	position: absolute;
	top: 280px;
	width: 270px;
}

#btn_belepes {
	background: url(../images/belepes.png) no-repeat center;
	display: block;
	width: 206px;
	height: 40px;
	left: 310px;
	position: absolute;
	top: 350px;
	cursor: pointer;
}

#btn_uk_belepes, #btn_webmail_popup_belepes {
	background: url(../images/belepes.png) no-repeat center;
	display: block;
	width: 206px;
	height: 40px;
	left: 310px;
	position: absolute;
	top: 350px;
	cursor: pointer;
}

#btn_regisztracio {
	display: block;
	height: 42px;
	left: 24px;
	position: absolute;
	text-decoration: none;
	top: 567px;
	width: 153px;
}

#btn_arajanlat_kerese {
	display: block;
	height: 84px;
	left: 201px;
	position: absolute;
	text-decoration: none;
	top: 546px;
	width: 194px;
	cursor: pointer;
}

#btn_bezar {
	display: block;
	height: 41px;
	left: 607px;
	position: absolute;
	text-decoration: none;
	top: 568px;
	width: 167px;
	cursor: pointer;
}

#btn_uvp2_vissza {
	display: block;
	height: 41px;
	left: 87px;
	position: absolute;
	text-decoration: none;
	top: 564px;
	width: 153px;
	cursor: pointer;
}

#btn_uvp2_bezar {
	display: block;
	height: 41px;
	left: 547px;
	position: absolute;
	text-decoration: none;
	top: 564px;
	width: 167px;
	cursor: pointer;
}

#ugyvitel_page2_cont {
	background: url(../images/ugyvitel_page2.png) no-repeat center;
	display: block;
	width: 800px;
	height: 641px;
}

#eb_up_nev {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 160px;
	width: 410px;
}

#eb_up_email {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 200px;
	width: 410px;
}

#eb_up_telefonszam {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 240px;
	width: 410px;
}

#veteli_hely {
	background: url("../images/veteli_hely.png") no-repeat scroll center
		center transparent;
	display: block;
	height: 27px;
	left: 331px;
	position: absolute;
	top: 280px;
	width: 152px;
}

#eb_up_irszam {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 310px;
	width: 163px;
}

#eb_up_telepules {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 374px;
	position: absolute;
	top: 310px;
	width: 240px;
}

#eb_up_utca {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 350px;
	width: 410px;
}

#eb_up_hsz {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 204px;
	position: absolute;
	top: 390px;
	width: 128px;
}

#eb_up_emelet {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 339px;
	position: absolute;
	top: 390px;
	width: 109px;
}

#eb_up_ajto {
	background-color: #E6E6E6;
	border: 0 none;
	display: block;
	font-size: 28px;
	left: 456px;
	position: absolute;
	top: 390px;
	width: 158px;
}

#btn_arajanlat_keres {
	background: url(../images/arajanlat_kerese.png) no-repeat center;
	display: block;
	width: 206px;
	height: 41px;
	left: 310px;
	position: absolute;
	top: 432px;
	cursor: pointer;
}

.full_price_cont {
	color: #555555;
	display: block;
	text-align: right;
	width: 100%;
}

.full_price {
	color: #ff6f00;
	font-weight: bold;
	text-decoration: underline;
}

.kosar_login_col {
	background-color: #CCCCCC;
	border: 1px solid #BBBBBB;
	height: 20px;
	margin: 3px 0;
	padding: 2px;
	cursor: pointer;
}

.kosar_login_col_uk {
	background-color: #CCCCCC;
	border: 1px solid #BBBBBB;
	height: 20px;
	margin: 3px 0;
	padding: 2px;
}

.kosar_row_h {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin-right: 3px;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.kosar_row {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 499px;
}

.placeholder {
	color: #aaa;
}

#up_veteli_hely {
	background: url("../images/veteli_hely.png") no-repeat scroll center
		center transparent;
	display: block;
	height: 27px;
	width: 152px;
}

.legjobb_ar_cont {
	background: none repeat scroll 0 0 #e5e5e5;
	display: inline-block;
	padding: 5px;
	width: 347px;
}

.legjobb_ar_kiskep {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
}

.legjobb_ar_szoveg {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin-left: 5px;
	padding: 18px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	color: #ff6f00;
	font-weight: bold;
}

.legjobb_ar_ar {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin-left: 156px;
	padding: 18px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 105px;
	color: #ff6f00;
	font-weight: bold;
}

.btn_kosar_remove {
	color: #ff6f00;
	font-weight: bold;
	font-style: normal;
	margin-right: 21px;
	cursor: pointer;
}

.btn_akciok_tovabb {
	background: url("../images/btn_tovabb_94_24.png") no-repeat scroll 0 0
		transparent;
	display: block;
	height: 24px;
	margin-right: 14px;
	overflow: hidden;
	width: 94px;
	float: right;
	cursor: pointer;
}

#telefonkonyv_fm_cont .kosar_row {
	padding: 4px;
	width: 481px;
}

#telefonkonyv_fm_cont .kosar_row_h {
	padding: 7px;
}

#telefonkonyv_fm_cont .kosar_row_h {
	padding: 7px;
}

#telefonkonyv_fm_cont .kosar_login_col_uk {
	height: 30px;
}

.kosar_tartalom_page {
	background-color: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 3px 0px 3px 0px;
	/*  height: 61px;*/
	cursor: pointer;
}

.vegpont_cont {
	background: none repeat scroll 0 0 #CCCCCC;
	height: 20px;
	margin: 6px 5px 5px;
	padding: 3px;
}

.vegpont_select {
	border: medium none;
	color: #000000;
	float: left;
	font-size: 12px;
	font-style: italic;
	height: 20px;
	margin-left: 3px;
	padding: 1px;
	width: 264px;
}

.vegpont_mikortol {
	border: medium none;
	color: #000000;
	float: left;
	font-size: 12px;
	font-style: italic;
	height: 18px;
	margin-left: 3px;
	padding: 1px;
	width: 70px;
}

.vegpont_szoveg {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #555555;
	float: left;
	font-size: 12px;
	font-style: italic;
	padding: 4px;
}

.btn_uj_veteli_hely {
	background: url("../images/uj_cimet_20.png") no-repeat scroll center
		center #FFFFFF;
	display: inline-block;
	float: left;
	height: 20px;
	margin-left: 3px;
	overflow: hidden;
	width: 290px;
	cursor: pointer;
}

#veteli_hely_cont {
	background: url(../images/veteli_hely_ablak.png) no-repeat center;
	display: block;
	width: 800px;
	height: 641px;
}

#btn_uj_cimet_adok {
	background: url("../images/uj_cimet_32.png") no-repeat scroll center
		center transparent;
	display: block;
	height: 32px;
	left: 331px;
	position: absolute;
	top: 380px;
	width: 163px;
	cursor: pointer;
}

#fm_veteli_hely #veteli_hely {
	top: 210px;
}

#fm_veteli_hely #eb_up_irszam {
	top: 240px;
}

#fm_veteli_hely #eb_up_telepules {
	top: 240px;
}

#fm_veteli_hely #eb_up_utca {
	top: 280px;
}

#fm_veteli_hely #eb_up_hsz {
	top: 320px;
}

#fm_veteli_hely #eb_up_emelet {
	top: 320px;
}

.csomagleiras_cont ul {
	list-style: disc inside url();
}

.csomagleiras_cont {
	margin-bottom: 5px;
}


a.keret_fooldal {
	top: 300px;
}
a.keret_aloldal {
	top: 182px;
}

.kereta { background: no-repeat scroll 0 0 transparent;	display: block;	height: 238px; position: absolute; width: 500px; z-index: -500; } 
.kerettop.keret_fooldal { top: 300px; }
.kerettop.keret_aloldal { top: 180px; } 
.keretleft { left: 0px; background-position:top left; }
.keretbottom { bottom:0; }
.keretright { right: 0px; background-position:top right; }
div.contentbg { background-image: url("/images/latvany/contentbg.gif"); background-position:center; background-repeat:repeat-y; }

#bal_keret_head { background-image: url("/images/latvany/2016tvbal.png");  display:none; }
#bal_keret_foot { background-image: url("/images/latvany/malac-bal.png"); }
#jobb_keret_head { background-image: url("/images/latvany/2016tvjobb.png"); display:none; }
#jobb_keret_foot { background-image: url("/images/latvany/malac-jobbalul.png"); }


.uk_info_link {
	color: #555555;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

.dpick {
	cursor: pointer;
}

div.border-bottom.box h3 { text-align:center; }
  
div.mobiltel h3 { color:#ff8c00; margin: 0.5em 0; }
div.mobiltel ul,
div.mobiltel ol { margin:0 0 0 2em; }
div.mobiltel ul { list-style:outside disc; }
div.mobiltel ol { list-style:outside decimal; }
div.mobiltel ol ol { list-style:outside lower-alpha; }
div.mobiltel p { text-align:justify; }

i.smi { font-size:0.8em; }

div.tudresults { margin:20px auto; padding:0 5px; border:1px solid #ccc; display:inline-block; min-width:300px; }
div.tudresults .head { padding:5px; font-size:1.2em; }
div.tudresults .tudossz { border:1px solid #ccc; margin:1px -4px; padding:5px; font-style:italic;}
div.tudresults .tudossz.top { margin-bottom:20px; }
div.tudresults .tudossz.bot { margin-top:20px; }
div.tuditem { border-bottom:1px solid #ccc; margin:1px; padding:2px; position:relative; }
div.tuditem .tud_name { font-size:1.1em; font-weight:bold; float:left; }
div.tuditem .tud_phone { float:right;}
div.tuditem .tud_telepules { font-size:0.9em; }
form.tudform { margin-bottom:50px; }

table.price { border-collapse:separate; margin:5px auto; width:100%; }
table.price.small { width:auto; display:inline-block; margin:5px 10px; }
table.price td { font-size:8pt; }
table.price thead td { color:#f15423; text-align:center; font-weight:bold; font-size:1.55em; padding:10px 0; }
table.price tbody td { text-align:left; }
table.price tbody tr.head td { text-align:center; padding:5px 3px; }
table.price tbody tr td { padding:2px; }
table.price tbody td.r { text-align:right; }
table.price tbody td.c { text-align:center; }
table.price td.mw100 { max-width:130px; font-size:0.8em; }
table.price td.b { font-weight:bold; }
table.price td.bx { font-weight:bold; color:#f15423; }
table.price td.nowr,
table.price td.c.b,
table.price td.c.bx { white-space:nowrap; }
table.price tr.head td.red { }
table.price td.red { color:red; }
table.price td.nope { color:#888; font-size:0.7em; }
table.price td { border: 1px solid #666; }
table.price tbody td.blank { background-color:#eee; }
table.price tbody tr.body:hover td.blank,
table.price tbody tr.body:hover { background-color:#f15423; }
table.price tbody tr.body:hover td.bx { color:#444; }
table.price .body { background-image:none; line-height:1.1em; font-size:inherit; }
p.highlight { background-color: #f4f4f4;border: solid 1px #c0c0c0;text-align: center; margin:10px auto; color:red; }
article .box-body p.highlight {  padding:15px; font-size:1.1em; }

.channel-inner-image-inner .banner-wrapper { margin: 0px; }

span.csomikon { display: block; height: 100%; overflow: hidden; width: 100%; background-color:#f68b30; position:relative; }
a.csomlogo { background-color: #ffffff; border: 1px solid #c0c0c0; border-radius: 4px; height: 95px; margin:0; padding: 8px; width: 95px; text-decoration:none; display:block; }
.csomnev { font-size:16pt; color:#ffffff; font-variant:small-caps; font-weight:bold; position:absolute; bottom:0; left:2px; text-align:left; line-height:1.1em; font-family:Verdana,Geneva,sans-serif; }

.package-top .csomlogo { float:left; }

a.csomlogo.type2 { padding:3px; height: 30px; width: 230px; line-height:1.2em; }
a.csomlogo.size10 .csomnev { font-size:10pt; font-weight:normal; }
a.csomlogo.size12 .csomnev { font-size:12pt; font-weight:normal; }
a.csomlogo.size14 .csomnev { font-size:14pt; }
a.csomlogo.size18 .csomnev { font-size:18pt; }
a.csomlogo.size20 .csomnev { font-size:20pt; }
a.csomlogo.size22 .csomnev { font-size:22pt; }
a.csomlog:focus { border-color:#000; outline:0; }

.banner-wrapper a.csomlogo { position: absolute; left:30px; top:30px; padding:3px; }
.banner-wrapper a.csomlogo.type2 { padding:3px; left:330px; top:150px; }
.banner-wrapper a.csomlogo.type3 { top:80px; left:470px; }

a.csomlogo.type4 { height:60px; padding: 3px; width:60px; }
li a.csomlogo { margin:0 auto; }
.highlightitem { color: rgb(255, 140, 0); }

div.mobk {clear:both; margin:20px 0; padding:15px 0; }
div.pichold { display:inline-block; float: left; width:40%;}
div.mobk div.cont { margin-left:260px;}
div.pichold img {max-width:250px;}
div.mobk h1 {color:rgb(255, 140, 0); font-size:1.6em;}
div.mobk h4 {font-size:1.2em;}
div.mobk h1,
div.mobk h4,
div.mobk h2,
div.mobk h3 {font-weight:bold; margin:0 0 1em 0;}
div.mobk h2 { margin:1em 0; color:rgb(255, 140, 0);}
div.mobk h3,
div.mobk h2 {font-size:1.3em;}

div.mobk div.attr {font-size:0.9em; line-height:1.1em; }
div.mobk div.attr b { display:inline-block; margin-right:5px;}
div.mobk div.attr span {}
div.mobk div.price {}


div.mobk,
div.box-body { font-family:Verdana, Geneva, sans-serif; }
div.box-body table td p { margin:1px; }

#a.erfa { float:right; position:fixed; border: 1px solid #032fff; right: 10px; top: 185px; }
img.erfa { display:block; border-bottom: 1px solid #eee; margin:0 0 5px 0; } 
