* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: url(../images/bg.jpg) repeat top center;
  font-size: 15px;
	font-family: Tahoma;
  background-attachment: fixed;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
/*body.evszakOsz {
	background-image: url(../images/mekka-osz-bg.jpg) !important;
}*/
/*body:not(.izzo) {
	background-image: url(../images/tel_toluk.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
}*/
/*body.evszakTel #main-wrap {
  margin-top: 69px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.5);
}*/
#flake {
  z-index: 99999;
}
/*body.evszakNyar {
	background-image: url(../images/mekka-nyar-bg.jpg) !important;
}*/

h1, h2, h3, h4, h5, h6 {
}

h1, h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

a {
	color: #dc0015;
	text-decoration: none;
  border: 0;
}
a img{
  border: 0;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	padding-left: 30px;
}

input,select,textarea,button {
	outline: none;
}

img {
    vertical-align: bottom;
}

p {
	margin: 10px 0;
}

#main-wrap {
    background: #fff;
    width: 960px;
    margin: 30px auto 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

section {
    float: left;
    width: 960px;
}

#header {
    float: left;
    position: relative;
    z-index: 2;
}

#header > div {
    float: left;
}

.moduletable.logo .custom {
    margin-top: -20px;
}

.moduletable.elerhetosegek .custom > span {
    display: block;
    float: left;
    font-size: 20px;
    padding: 0 14px;
    height: 45px;
    line-height: 45px;
    background: url(../images/divider.png) no-repeat right;
}
.moduletable.elerhetosegek .custom > span a {
	color:#000;
}
.moduletable.elerhetosegek .custom > span a:hover {
	color:#000;
	text-decoration: none;
}
#top-menu .moduletable.kategoriak{
    display: none;
}


.moduletable.elerhetosegek span.telefon .icon {
    display: block;
    float: left;
    width: 30px;
    height: 45px;
    background: url(../images/tel_icon1.png) no-repeat left;
}

.moduletable.elerhetosegek span.mobil .icon {
    display: block;
    float: left;
    width: 30px;
    height: 45px;
    background: url(../images/tel_icon2.png) no-repeat left;
}

.moduletable.elerhetosegek span.email .icon {
    display: block;
    float: left;
    width: 30px;
    height: 45px;
    background: url(../images/mail_icon.png) no-repeat left;
}

.moduletable.like {
    height: 45px;
    line-height: 32px;
    margin-left: 14px;
}

#img-slider {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: -56px;
}

#top-menu {
    float: left;
    width: 960px;
}

.moduletable.topmenu {
    margin-bottom: 15px;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

ul#topmenu {
	display: table;
	list-style-type: none;
	width: auto;
    margin: 0 auto;
	padding-left: 0;
}

ul#topmenu li {
	float: left;
	position: relative;
    /*padding-right: 3px;
    background: url(../images/divider.png) no-repeat right;*/
}

ul#topmenu li:last-of-type {
    padding-right: 0;
	background: none;
}

ul#topmenu li>a, ul#topmenu li>span {
	color: #000;
	padding: 0 20px;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	position: relative;
	z-index: 12;
	cursor: pointer;
}

ul#topmenu li.active>a,ul#topmenu li.current>a,ul#topmenu li>a:hover,
ul#topmenu li.active>span,ul#topmenu li.current>span,ul#topmenu li>span:hover
	{
	background: #dc0015;
	color: #fff;
	text-decoration: none;
}

ul#topmenu li.deeper>ul {
	display: block;
	position: absolute;
	z-index: 10;
	list-style-type: none;
	width: auto;
	padding-left: 0;
	top: 40px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	-o-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;
}

ul#topmenu li.deeper:hover>ul {
	max-height: 1000px;
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	-o-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;
}

ul#topmenu li ul li {
	float: left;
	list-style-type: none;
	border-right: 0;
	display: table-cell;
	width: 100%;
	white-space: nowrap;
}

ul#topmenu li ul li>a {
	background: #000;
	color: #fff;
	display: block;
	padding: 10px 10px 0;
	height: 30px;
}

ul#topmenu li ul li>a:hover {
	background: #fff;
	color: #000;
}

.moduletable.breadcrumbs {
    float: left;
    width: 708px;
    background: #f2f2f2 url(../images/fooldal_icon.png) no-repeat 20px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    color: #616060;
    margin-bottom: 10px;
    padding-left: 37px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
}
.moduletable.breadcrumbs{color: #000;}
.moduletable.breadcrumbs a {
    color: #616060;
    margin: 0;
}

.moduletable.breadcrumbs a:hover {
    text-decoration: underline;
}

.moduletable.breadcrumbs span {
    display: inline-block;
    border-bottom: 3px solid #dc0015;
    background: #cbcbcb;
    color: #272727;
    padding: 0 5px;
    margin: 0 2px;
    height: 28px;
}

.moduletable.kosar {
    float: left;
    width: 210px;
    padding-left: 5px;
    background: #fff;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    position: relative;
}

.moduletable.szuro {
    float: left;
    width: 960px;
    height: 176px;
    background: url(../images/szuro_bg.jpg) no-repeat top;
    margin-bottom: 10px;
    padding: 20px 0;
}

.moduletable.szuro .select_lists, .moduletable.szuro .checkbox_list {
	float: left;
	width: 380px;
}

.moduletable.szuro .select_lists > div {
	float: left;
	width: 180px;
	padding: 5px;
}

.moduletable.szuro .select_lists > div label {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.moduletable.szuro .select_lists > div label span {
	text-transform: none;
	font-weight: normal;
}

.moduletable.szuro .select_lists > div select {
	width: 178px;
	border: 1px solid #989898;
	height: 22px;
	padding: 2px;
}

.moduletable.szuro .select_lists > div input {
	width: 172px;
	border: 1px solid #989898;
	height: 16px;
	padding: 2px;
}

.moduletable.szuro .checkbox_list input {
	float: left;
	width: 14px;
	height: 14px;
	margin: 4px;
}

.moduletable.szuro .checkbox_list label {
	float: left;
	width: 158px;
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
}

.moduletable.szuro .checkbox_list label span {
	font-weight: normal;
}

#jshop_module_cart span {
    display: inline-block;
    height: 30px;
}

#jshop_module_cart a {
    position: absolute;
    right: 20px;
    z-index: 9;
}

#content-box {
	float: left;
	width: 960px;
	margin-top: 20px;
}

#content-side {
	float: left;
	width: 235px;
    margin-right: 10px;
}

#content-side h3 {
	line-height: 26px;
	height: 37px;
	padding-bottom: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 1.17em;
    font-weight: normal;
    color: #fff;
    border-bottom: 0;
    padding: 0 10px;
	background: url(../images/content_side_header.png) no-repeat top;
}

#content-side .moduletable {
	float: left;
	display: table;
	width: 235px;
}

#content-side .moduletable.kategoriak {
	background: url(../images/termekeink_bg.jpg) no-repeat left;
	background-size: 225px 100%;
	padding-bottom: 15px;
}

#content-side .moduletable.kategoriak h3 {
	background: url(../images/termekeink-heading_bg.png) no-repeat top;
}

#content-side .moduletable.kategoriak div {
	margin: 0;
}

#content-side .moduletable.kategoriak div:first-of-type {
	
}

#content-side .moduletable.kategoriak .subcategories, #content-side .moduletable.kategoriak .subcategories div:first-of-type {
	margin-top: 0 !important;
}

#content-side .moduletable.kategoriak a {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 5px 0 20px;
  width: 200px;
}

#content-side .moduletable.kategoriak a span {
	font-weight: normal;
}

#content-side .moduletable.kategoriak .subcategories a {
	font-weight: normal;
	background: url(../images/pont.png) no-repeat 20px;
}

#content-side .moduletable.kategoriak a:hover, #content-side .moduletable.kategoriak .jshop_menu_level_0.active>a {
	background: url(../images/termekek_hov_nyil.png) no-repeat 8px,
		url(../images/termekek_bg.jpg) no-repeat left;
	background-size: auto auto, 225px 100%;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

#content-side .moduletable.kategoriak .subcategories {
	display: none;
}

#content-side .moduletable.kategoriak .active .subcategories {
	display: block;
}

#content-side .moduletable.hirlevel .acymailing_form, #content-side .moduletable.gyartok .manufacturer_list {
	float: left;
	width: 211px;
	border: 1px solid #c5c5c5;
	background: #f0f0f0;
	margin: -5px 6px 5px;
	text-align: center;
}

#content-side .moduletable.gyartok .manufacturer_list select {
	border: 1px solid #989898;
    color: #989898;
    font-family: Tahoma;
    height: 28px;
    margin: 7px auto;
    padding: 3px;
    width: 198px !important;
}

#content-side .moduletable.hirlevel .acymailing_form input[type="text"] {
	font-family: Tahoma;
	height: 22px;
	width: 190px !important;
	color: #989898;
	border: 1px solid #989898;
	padding: 3px;
	margin: 7px auto 5px;
}

#content-side .moduletable.hirlevel .acymailing_form input[type="submit"] {
	border: 1px solid transparent;
	margin: 5px auto 10px;
	background: url(../images/feliratkozom_gomb.jpg) no-repeat top;
	cursor: pointer;
	width: 112px;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
}

#content-side .moduletable.hirlevel .acymailing_form input[type="submit"]:hover {
	border: 1px solid #5a5a5a;
	background: #fff;
	color: #5a5a5a;
}

#content-side .moduletable.fogalomtar {
	background: url(../images/fogalomtar_bg.jpg) no-repeat left 26px;
	min-height: 226px;
}

#content-side .moduletable.fogalomtar .custom {
	width: 205px;
	margin-top: -11px;
	padding: 140px 0 20px 20px;
}

#content-side .moduletable.fogalomtar .custom .row {
	padding-top: 15px;
}

#content-side .moduletable.fogalomtar .custom .icon {
	display: table-cell;
	background: url(../images/fogalomtar_kerdes.png) no-repeat top left;
	width: 30px;
	height: 30px;
	padding-right: 10px;
}

#content-side .moduletable.fogalomtar .custom a {
	display: table-cell;
	color: #000;
	font-size: 12px;
	min-width: 160px;
	width: 160px;
	vertical-align: middle;
}
	
#content-side .moduletable.fogalomtar .custom a:hover {}

#content-side .moduletable.facebook {}

#content-side .moduletable.elerhetosegek {
	background: url(../images/elerhetosegek_bg.jpg) no-repeat left 26px;
	height: 535px;
}

#content-side .moduletable.elerhetosegek .custom .row {
	width: 225px;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

#content-side .moduletable.elerhetosegek .custom span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding-right: 10px;
	margin-left: 5px;
}

#content-side .moduletable.elerhetosegek .custom .tel_icon {
	background: url(../images/elerhetosegek_tel.png) no-repeat center;
}

#content-side .moduletable.elerhetosegek .custom .mobile_icon {
	background: url(../images/elerhetosegek_mobil.png) no-repeat center;
}

#content-side .moduletable.elerhetosegek .custom .mail_icon {
	background: url(../images/elerhetosegek_mail.png) no-repeat center;
}

#content {
	float: left;
	width: 715px;
}

#content-top {
	float: left;
	width: 715px;
	margin-bottom: 10px;
}

#content-top .moduletable.akcios h3 {
	border-top: 1px solid rgba(205, 205, 205, 0.5);
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
	height: 28px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: normal;
	position: relative;
	z-index: 2;
}

#content-top .moduletable.akcios h3 span {
	display: block;
	padding-left: 60px;
	height: 41px;
	line-height: 28px;
	margin-top: -1px;
	background: url(../images/akcios_termekek_icon.png) no-repeat left;
}

#content-top .moduletable.akcios .mod_jt_jshopping_label_products {
	position: relative;
	z-index: 1;
	height: 333px;
	background: url(../images/akcios_termekek_bg.png) repeat-x left;
}

#content-right {
    float: left;
    width: 715px;
}

body.fooldal #content-left {
	float: left;
	width: 340px;
	min-height: 580px;
	background: url(../images/content_left_bg.jpg) no-repeat bottom;
	position: relative;
	padding-bottom: 20px;
}
body.fooldal #content-left:after {
	content: "";
	width: 375px;
	position: absolute;
	right: -375px;
	bottom: 0;
	height: 380px;
	background: url(../images/content_right_bg.jpg) no-repeat bottom;

}
#content-left .moduletable.hirek h3 {
	border-top: 1px solid rgba(205, 205, 205, 0.5);
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
	height: 28px;
	font-size: 18px;
	margin-bottom: 22px;
	font-weight: normal;
}

#content-left .moduletable.hirek h3 span {
	display: block;
	padding-left: 60px;
	height: 41px;
	line-height: 28px;
	margin-top: -1px;
	background: url(../images/hirek_icon.png) no-repeat left;
}

#content-left .moduletable.hirek ul {
	list-style-type: none;
	padding-left: 0;
}

#content-left .moduletable.hirek ul li {
	float: left;
	width: 270px;
	padding: 0 20px 20px;
	border-top: 1px solid rgba(205, 205, 205, 0.5);	
}

#content-left .moduletable.hirek ul li .intro_image {
	background: url(../images/hirek_img_bg.jpg) no-repeat top;
	text-align: center;
	position: relative;
	z-index: 2;
}

#content-left .moduletable.hirek ul li .intro_image a img {
	margin-top: 10px;
	border: 2px solid #fff;
	width: auto;
height: auto;
max-width: 240px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#content-left .moduletable.hirek ul li .mod-articles-category-date {
	display: block;
	width: 86px;
	height: 18px;
	line-height: 17px;
	padding-top: 9px;
	margin-top: -38px;
	background: url(../images/hirek_datum_bg.png) no-repeat left;
	color: #fff;
	font-size: 13px;
	text-align: center;
	position: relative;
	z-index: 3;
}

#content-left .moduletable.hirek ul li h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

#content-left .moduletable.hirek ul li h4 a {
	color: #272727;
}

#content-left .moduletable.hirek ul li .mod-articles-introtext-box {
	font-size: 12px;
	color: #5c5c5c;
}

#content-left .moduletable.hirek ul li .mod-articles-introtext-box a {
	display: block;
	margin-top: 5px;
}

body.fooldal #content-right {
	width: 375px;
	background-color: #f2f2f2;
	padding-bottom:20px;
}

#content-bottom {
	float: left;
	width: 715px;
	margin-top: 10px;
}

#content-bottom .moduletable {
	float: left;
}

#content-bottom .moduletable.sony_banner {
	width: 363px;
}

#content-bottom .moduletable.kalkulator {
	width: 715px;
	margin-bottom: -4px;
}

#content-bottom .moduletable.kalkulator h3 {
	border-top: 1px solid rgba(205, 205, 205, 0.5);
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
	height: 28px;
	font-size: 18px;
	margin: 22px 0;
	font-weight: normal;
}

#content-bottom .moduletable.kalkulator h3 span {
	display: block;
	padding-left: 60px;
	height: 41px;
	line-height: 28px;
	margin-top: -1px;
	background: url(../images/vetitesi_kalkulator_icon.png) no-repeat left;
}

#footer-box {
	float: left;
	width: 960px;
}

#footer-box #footer {
	float: left;
	margin-top: 20px;
	padding: 22px 20px 20px;
	width: 920px;
	background: url(../images/pontvonal-blog.png) top repeat-x;
}

#footer-box #footer .copyright {
	float: left;
}

#footer-box #footer .webdesign {
	float: right;
}

.blog {
	margin-left: 10px;
}

.blog .items-row {
	float: left;
	width: 671px;
	margin-bottom: 20px;
	padding: 12px 0 12px 6px;
	background: #ecebeb;
	border: 1px solid #c1c1c1;
}

.blog .items-row .item .img-intro-left {
	float: left;
	position: relative;
	width: 205px;
	height: 154px;
	background: #fff;
	margin-right: 6px;
	box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
}

.blog .items-row .item .img-intro-left img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 171px;
	max-height: 120px;
	width: auto;
	height: auto;
}

.blog .items-row .item .intro-content {
	float: left;
	width: 460px;
}

.blog .items-row .item .intro-content .text {
	height: 126px;
}

.blog .items-row .item .intro-content .text h2 {
	background: url(../images/blog_content_title.jpg) no-repeat top;
	display: table-cell;
	width: 440px;
	line-height: 20px;
	padding: 9px 10px;
	vertical-align: middle;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
}

.blog .items-row .item .intro-content .text h2 a {
	color: #272727;
}

.blog .items-row .item .intro-content .text h2 a:hover {
	text-decoration: none;
	color: #dc0015;
}

.blog .items-row .item .intro-content .text div {
	padding-top: 7px;
	padding-right: 30px;
	text-align: justify;
	color: #4f4f4f;
	font-size: 14px;
}

.blog dl.article-info {
	float: left;
	background: #fff;
	border: 1px solid #c1c1c1;
	height: 20px;
	line-height: 20px;
	padding: 3px;
}

.blog dl.article-info dd {
	float: left;
	height: 19px;
	line-height: 19px;
	color: #7a7a7a;
	padding: 0 10px 0 40px;
}

.blog dl.article-info dd.category-name {
	display: none;
}

.blog dl.article-info dd.published {
	background: url(../images/naptar_icon.png) no-repeat 10px;
	border-right: 1px dotted #7a7a7a;
}

.blog dl.article-info dd.hits {
	background: url(../images/szem_icon.png) no-repeat 10px;
}

.blog p.readmore {
	float: right;
	margin-right: 30px;
}

.blog p.readmore a {
	margin-top: 0;
	padding: 3px 10px;
	line-height: 20px;
}

.fb_iframe_widget {
	margin-top: -1px;
	z-index: 0;
}

.item-page {
	width: 686px;
	text-align: justify;
	margin-left: 10px;
}

.item-page h1 {
	background: url(../images/content_title_bg.jpg) no-repeat top;
	display: table-cell;
	width: 646px;
	line-height: 20px;
	padding: 9px 20px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.2);
}

.item-page h2.category-name, .blog h1 { 
	background: #fff;
    border-bottom: 1px solid rgba(205, 205, 205, 0.5);
    border-top: 1px solid rgba(205, 205, 205, 0.5);
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.item-page h2.category-name span, .blog h1 span {
	background: url(../images/termeklista_cim_bg.png) no-repeat left;
    display: block;
    height: 41px;
    line-height: 28px;
    margin-top: -1px;
    padding-left: 60px;
}

.item-page dl.article-info {
	float: left;
	border: 1px solid #e8e8e8;
	width: 676px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	margin: 15px 0;
}

.item-page dl.article-info dd {
	float: left;
	height: 20px;
	line-height: 20px;
	color: #7a7a7a;
	padding: 0 10px 0 40px;
	border-right: 1px dotted #7a7a7a;
}

.item-page dl.article-info dd.published {
	background: url(../images/naptar_icon.png) no-repeat 10px;
}

.item-page dl.article-info dd.hits {
	background: url(../images/szem_icon.png) no-repeat 10px;
}

.item-page dl.article-info dd.email-icon {
	padding-left: 10px;
	border-right: 0;
}

.item-page dl.article-info dd img {
	height: 13px;
	margin: 3px 0;
	vertical-align: top;
}

.item-page .img-fulltext-left {
	float: left;
	max-width: 343px;
	margin: 5px 15px 10px 0;
}

.item-page .img-fulltext-left img {
	max-width: 343px;
	height: auto;
}

.item-page ul {
	padding-left: 0;
	list-style-type: none;
}

.item-page ul li {
	padding-left: 24px;
	background: url(../images/felsorolas_icon.png) no-repeat 8px;
}

.blog-featured {
	width: 375px;
	text-align: justify;
}

.blog-featured h1 {
	border-top: 1px solid rgba(205, 205, 205, 0.5);
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
	background: #fff;
	height: 28px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	padding: 0;
	position: relative;
	z-index: 2;
}

.blog-featured h1 span {
	display: block;
	padding-left: 60px;
	height: 41px;
	line-height: 28px;
	margin-top: -1px;
	background: url(../images/bemutatkozas_icon.png) no-repeat left;
}

.blog-featured .item_text {
	padding: 20px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	color: #5c5c5c;
}

p.readmore a, a.back-link, .moduletable.tobb_hir a{
	float: right;
	margin: 10px 0 15px;
	text-align: center;
	background: #2ea017;
	border: 0;
	color: #fff;
	padding: 2px 10px;
	font-family: Tahoma;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

p.readmore a:hover, a.back-link:hover, .moduletable.tobb_hir a:hover {
	background: #dc0015;
	color: #fff;
	text-decoration: none;
}

/*----------------lapozo--------*/
.pagination {
	float:left;
	width: 700px;
	padding: 20px 0px;
	text-align: center;
}

.pagination ul {
	list-style: none;
	display: table;
	margin: 0 auto;
	padding-left: 0px
}

.pagination ul li{
	line-height: 20px;
	font-size: 9px;
	padding: 0 10px;
	border: 1px solid #333333;
	margin: 0 5px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.pagination ul li a{
	line-height: 20px;
	font-size: 9px;
	float: left;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin: 0 -10px;
	padding: 0 10px;

}
.pagination ul li:active {
	border: 1px solid #cc66cc;
	background-color: red;
	color: #fff;

}
.pagination ul li a:hover {
	background-color: red;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
.pagination ul li:not([class]) span.pagenav {
		line-height: 20px;
	font-size: 9px;
	float: left;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin: 0 -10px;
	padding: 0 10px;

	background-color: red;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}


.search fieldset {
	float: left;
	width: 578px;
	padding: 10px;
	border: 1px solid #dc0015;
	margin: 10px 0;
	line-height: 2em;
}

.search .result-title {
	font-weight: bold;
	margin-top: 10px;
	line-height: 25px;
	border-top: 1px dashed #dc0015;
}

.search button {
	background: #dc0015;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma,arial,open-sans;
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.search button:hover {
    background: #000;
    color: #fff;
}

section#foot {
	width: 100%;
	border-top: 8px solid #696969;
	background: #282828 url(../images/footer_bg.jpg) no-repeat bottom;
}

section#foot .container {
	width: 960px;
	margin: 0 auto;
}

section#foot .container .moduletable {
	display: table-cell;
	float: left;
	width: 198px;
	height: 215px;
	padding: 21px 21px 0;
	text-align: center;
}

section#foot .container .moduletable.belepes {
	width: 225px;
	padding: 10px 0;
	text-align: left;
	background: rgba(70, 70, 70, 0.3);
}

section#foot .container .moduletable.belepes fieldset {
	border: 0;
}

section#foot .container .moduletable.belepes .userdata p {
	text-align: center;
	margin: 10px 0;
}

section#foot .container .moduletable.belepes input[type="text"], section#foot .container .moduletable.belepes input[type="password"] {
	width: 176px;
	height: 14px;
	font-size: 12px;
	padding: 3px;
	font-family: Tahoma;
	border: 1px solid #989898;
}

section#foot .container .moduletable.belepes .posttext {
	width: 182px;
	margin: 10px auto 0;
	padding-top: 10px;
	border-top: 1px solid #525252;
	color: #c0c0c0;
	font-size: 11px;
}

section#foot .container .moduletable.belepes .posttext a {
	color: #fff;
	font-size: 11px;
}

section#foot .container .moduletable.belepes input[type="submit"] {
	width: 112px;
	height: 30px;
	background: url(../images/belepes_button.jpg) no-repeat top;
	border: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

section#foot .container .moduletable.belepes .userdata a {
	display: block;
	width: 112px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: #5a5a5a;
	border: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

section#foot .container .moduletable.belepes input[type="submit"]:hover, section#foot .container .moduletable.belepes .userdata a:hover {
	background: #fff;
	color: #5a5a5a;
}

section#foot .container .moduletable a {
	color: #fff;
	font-size: 13px;
}

section#foot .container .moduletable h3 {
	padding-top: 50px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border-bottom: 1px solid #494949;
}

section#foot .container .moduletable.szolgaltatas h3 {
	background: url(../images/szolgaltatas_icon.png) no-repeat top;
}

section#foot .container .moduletable.informacio h3 {
	background: url(../images/informacio_icon.png) no-repeat top;
}

section#foot .container .moduletable.rolunk h3 {
	background: url(../images/rolunk_icon.png) no-repeat top;
}

.contact {
    width: 960px;
}

.contact h1, .contact h2 { 
	background: #fff;
    border-bottom: 1px solid rgba(205, 205, 205, 0.5);
    border-top: 1px solid rgba(205, 205, 205, 0.5);
    font-size: 18px;
    font-weight: normal;
    width: 940px;
    height: 28px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.contact h2 {
    margin-top: 20px;
}

.contact h1 span, .contact h2 span { 
	background: url(../images/termeklista_cim_bg.png) no-repeat left;
    display: block;
    height: 41px;
    line-height: 28px;
    margin-top: -1px;
    padding-left: 60px;
}

.contact h2.kapcsolat span { 
	background: url(../images/lepjenkapcsolatba_icon.png) no-repeat left;
}

.contact h2.uzenjen span { 
	background: url(../images/uzenjen_icon.png) no-repeat left;
}

.contact .elerhetoseg {
  background: url("../images/elerhetosegek_bg_3.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
  width: 960px;
  text-align: center;
}

.contact .elerhetoseg .oszlopok {
	text-align: left;
	display: inline-block;
	max-width: 790px;
}
.contact .elerhetoseg .oszlop {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	vertical-align: top;
	width: 260px;
}

.contact .elerhetoseg .title {
  font-weight: bold;
}

.contact .elerhetoseg .beosztas {
  font-size: 11px;
}

.contact .elerhetoseg .tel {
  background: url("../images/tel_icon.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
  margin-left: -9px;
  padding-left: 35px;
}

.contact .elerhetoseg .email {
  background: url("../images/email_icon.png") no-repeat scroll 7px center rgba(0, 0, 0, 0);
  padding-left: 35px;
  margin-left: -7px;
}

.contact .elerhetoseg .altalanos .tel, .contact .elerhetoseg .csire .tel {
  background: url("../images/tel_icon.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
  padding-left: 32px;
}

.contact .elerhetoseg .altalanos .email, .contact .elerhetoseg .csire .email {
  background: url("../images/email_icon.png") no-repeat scroll 9px center rgba(0, 0, 0, 0);
  padding-left: 38px;
}

.contact .google-map {
  border: 1px solid #989898;
  height: 358px;
  margin: 20px auto;
  width: 100%;
  box-sizing: border-box;
}

.contact .irodank_cime {
    width: 940px;
    margin: 40px auto;
    height: 267px;
    background: url(../images/elerhetosegek_bg_3.jpg) no-repeat top;
}

.contact .irodank_cime .cim {
    background: url(../images/bejarat_kep.jpg) no-repeat 7px;
    height: 213px;
    padding: 27px 37px 27px 675px;
    width: 228px;
    text-align: justify;
	text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
}

.contact .irodank_cime .cim .title {
    font-weight: bold;
    margin: 10px 0;
}

.contact .irodank_cime .cim .utca {
    font-size: 13px;
}

.contact .irodank_cime .cim .megjegyzes {
    margin: 10px 0;
    font-size: 11px;
}

.contact .irodank_cime .cim .nyitvatartas {
    margin-top: 30px;
    font-size: 13px;
}

.contact form {
    width: 940px;
    margin: 0 auto;
}

.contact form .form-left, .contact form .form-right {
    float: left;
    width: 450px;
    padding: 10px;
}

.contact form .form-left label {
    float: left;
    width: 150px;
    font-size: 13px;
    line-height: 37px;
}

.osol_captcha_td {
    padding-left: 150px;
}

.contact-form .button {
    float: right;
	background: #dc0015;
	border: 0;
	height: 26px;
	color: #fff;
	padding: 2px 10px;
	font-family: Tahoma;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.contact-form .button:hover {
	background: #2EA017;
	color: #fff;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	width: 282px;
	padding: 3px;
	margin: 5px 0;
	font-size: 13px;
    height: 19px;
	font-family: Tahoma;
	border: 1px solid #7a7a7a;
}

.contact-form textarea {
    width: 440px;
	height: 130px;
	resize: none;
}

.contact-form input[type="text"].invalid, .contact-form input[type="email"].invalid, .contact-form textarea.invalid {
	border: 1px solid red;
}

#mailto-window {
    background: none repeat scroll 0 0 #FFFFFF;
    line-height: 30px;
    padding: 20px;
}

#mailto-window .formelm {
    float: left;
    line-height: 30px;
    width: 350px;
}

#mailto-window .formelm label {
    float: left;
    width: 150px;
}

#mailto-window .formelm input {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    font-family: Tahoma;
    height: 17px;
    margin: 5px 0;
    padding: 3px;
    width: 192px;
}

#mailto-window .formelm input.invalid {
    border: 1px solid #FF0000;
}

#mailto-window a:hover {
    color: #2EA017;
    text-decoration: none;
}

#mailtoForm .button {
    background: #dc0015;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma,arial,open-sans;
    font-size: 13px;
    padding: 2px 12px;
    text-align: center;
    text-transform: uppercase;
}

#mailtoForm .button:first-of-type {
    margin-left: 150px;
}

#mailtoForm .button:hover {
    background: #2EA017;
}

.mailto_message {
    font-style: italic;
}

#mxcpr {
    display: none;
}

body.contentpane {
   background: url("../images/popup_backgr.jpg") center top no-repeat;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 660px;
    height: 540px;
}
#sbox-content iframe{
	height: 500px !important;
	width: 660px !important;
}
#sbox-window{
	height: 500px !important;
	width: 660px !important;

}
body.contentpane .ask_question {
	
}
.ask_question {
    color: #000;
    display: block;
    height: 460px;
    margin: auto;
    width: 530px;
}

.ask_question h1 {
    display: block;
    padding-bottom: 18px;
    padding-top: 62px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    width: 530px;
    text-transform: uppercase;
}
.ask_question .header_message{
	width: 530px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
}

.ask_question .left-side {
    display: block;
    float: left;
    padding: 5px 4px 5px 5px;
    width: 230px;
}

.ask_question .right-side {
    display: block;
    float: left;
    padding: 15px 5px 5px 5px;
    width: 280px;
}

.ask_question h2.product_name {
    display: block;
    text-align: center;
    font-size:16px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    padding-top: 10px;

}

.ask_question .product_image {
    float: left;
    height: 200px;
    position: relative;
    width: 230px;
}

.ask_question .product_image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 200px;
    max-width: 230px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.ask_question .product_price {
    float: left;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    width: 230px;
}

.ask_question .sor {
    float: left;
    width: 280px;
}

.ask_question .sor.cim {
    margin-bottom: 5px;
    text-align: center;
}

.ask_question .sor.input {
    margin-bottom: 20px;
}
.ask_question .sor.cim{
	font-size: 12px;
}

.ask_question .sor.input input[type="text"], .ask_question .sor.input textarea {
    display: block;
    font-family: Tahoma;
    margin: 0 auto;
    outline: medium none;
    width: 275px;
    border: 1px solid #181818;
    padding: 3px;
    font-size: 13px;
    line-height: 27px;
    height: 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ask_question .sor.input input[type="text"].invalid, .ask_question .sor.input textarea.invalid {
    border: 1px solid #dc0015;
}

.ask_question .sor.input input#aq_captcha {
    width: 120px;
}

.ask_question .sor.input textarea {
    height: 92px;
    resize: none;
}

.ask_question .sor.input input[type="submit"] {
    border: 0 none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 0px 10px 0px 50px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     color: #000000;
    font-weight: normal;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(163, 163, 163, 1);
    box-shadow: 1px 1px 3px 0px rgba(163, 163, 163, 1);

}

.ask_question.alkudozz .sor.input input[type="submit"] {
   background: url("../images/alkudozz_gomb.gif") no-repeat transparent;
}
.ask_question.kerdezz .sor.input input[type="submit"] {
background: url("../images/kerdezek_icon.png") no-repeat 12px,url(../images/button_link_bg.png) no-repeat top;
margin-top: -10px;
}

.ask_question.arfigyelo .sor.input input[type="submit"] {
background: url("../images/arfigyelo_icon.png") no-repeat 12px,url(../images/button_link_bg.png) no-repeat top;
}

.ask_question .sor.input input[type="submit"]:hover {
    color: #dc0015;
}

._respmenu{display: none;}
.footer_resp{display: none !important;}
#resp-kalk{display: none;}
.tobb_hir{float: right;display: table;}
.tobb_hir a{color: #000;}

.resp_img_blog,.blog_resp_article{display: none;}
.filter{
display: table;
width: 100%;
position: relative;
padding-bottom: 10px;
}
.ExtendedFilterContainer{
background: url("../images/szuro_backgr.png") top no-repeat;
}
.filter-cell{
	display: table;
	float: left;
	margin-top: 5px;

}
.filter-cell:first-of-type{
margin-left: 18px;
}

.filter-cell input[type="submit"]{
	width: 110px;
	height: 28px;
	line-height: 26px;
	border-radius: 3px;
	padding: 0 !important;
	background: #2ea017 url('../images/kereses.png') 85px center no-repeat;
	text-indent: -20px;
	border: none;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.75);
	position: absolute;
	right: 15px;
	top: 145px;
	z-index: 9;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;

}
.filter-cell input[type="submit"]:hover{	background: #278714 url('../images/kereses.png') 85px center no-repeat;}
.filter-cell h3{
	color: #373636;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
}
.filter-cell:nth-of-type(5),.filter-cell:nth-of-type(6){
	padding-top: 5px;
}
.ExtendedFilterContainer select, .ExtendedFilterContainer button.ui-multiselect { 
width: 170px !important;
background: #656565;
max-height: 20px !important;
overflow: hidden;
font-size: 12px;
border: none;
padding-left:10px !important;
-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color:#fff !important;
}
.ui-icon-triangle-2-n-s { 
background-image: url("../images/nyil-le.png") !important;
background-position: center;
margin-right: 5px !important;
margin-top: 2px !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{ 
background-image: url("../images/nyil-le.png") !important;
background-position: center;
margin-right: 5px !important;
}
.ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
background: #2EA017 !important;
border: 1px solid #999999;
color: #fff;
font-weight: 400;
}
.ui-widget-content .ui-state-hover{
	background: #d3dca0 !important;
	border-radius: 0 !important;
	border:  none !important;
}
.ui-multiselect-header ul { 
font-size: 12px !important;
font-weight: normal !important;
}

li [type="checkbox"]:not(:checked),
li [type="checkbox"]:checked {
  position: relative;
left: -99999px;
}
.values-container [type="checkbox"]:not(:checked),.values-container [type="checkbox"]:checked {
  display: none;
}

[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left:0; top: 0px;
  width: 17px; height: 18px;
  border: none;
  background: url("../images/off.png");
  border-radius: 3px;
}
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 0px; left: 0;
  font-size: 14px;
  color: #09ad7e;
  width: 17px; height: 18px;
  background: url("../images/check.png");
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  border: 1px dotted blue;
}
.ui-multiselect-menu{
	width: auto !important;
}
.ui-multiselect-filter{
	float: none !important;
}
.ui-multiselect-header ul li { 
float: none !important;
}
.ui-multiselect-none{
	float: left !important;
	width: 100% !important;
}
.ui-multiselect-header{
	position: relative;
}
.ui-multiselect-close{
position: absolute;
right: 3px;
bottom: -6px;
}
.filter-cell input[type="text"]{
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	border: none;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	width: 150px !important;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
}
.ui-slider-handle{
	border-radius: 50%;
	background: url("../images/csuszka.png") center no-repeat !important;
	width: 30px !important; height: 30px !important; border: none !important; margin-top: -5px !important;


}
.ui-slider-handle:hover{
	border-radius: 50%;
	background: url("../images/csuszka.png") center no-repeat !important;
	width: 30px; height: 30px; border: none; margin-top: -5px !important;
	cursor: pointer;


}
.ui-widget-content .ui-state-focus{ 
	border-radius: 50%;
	background: url("../images/csuszka.png") center no-repeat !important; margin-top: -5px !important;
	width: 30px; height: 30px; border: none !important;outline: none !important; cursor: pointer;
}
ui-slider-handle.ui-state-default.ui-corner-all{
outline: none !important;
}
.ui-slider-range{
	background: #2ea017;
}
.ui-slider{
	background: #656565;
	height: 8px;
	margin-top: 10px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0px;
  width: 17px; height: 18px;
  border: none;
  background: url("../images/off.png");
  border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0px; left: 0;
  font-size: 14px;
  color: #09ad7e;
  width: 17px; height: 18px;
  background: url("../images/check.png");
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
.filter-field-char-multi:first-of-type{
	width: 355px;
	height: 170px;
	display: table;
}
.filter-field-char-multi:first-of-type label{
	float: left;
	width: 120px;
	font-size: 13px;
	min-height: 20px;
}
.filter-field-char-multi:first-of-type label:nth-of-type(2n){
	float: right;
	width: 185px;
}
.filter-field-char-multi:first-of-type br{
	display: none;
}
.ExtendedFilterContainer .filter-cell { 
min-width: 0 !important;
padding: 15px 0 0 0 !important;
margin: 0 15px 0 10px !important;
}
.ExtendedFilterContainer .filter-cell:first-of-type {
margin: 0 0 0 20px !important;

	} 

.filter-field-char-select select {
       border: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url('../images/nyil-le.png');
	background-repeat: no-repeat;
      background-position: 150px 7px;
      text-indent: 0.01px;
      text-overflow: "";
      height: 20px !important;
      margin-bottom: 4px;
      border-radius: 3px;
      color:#fff;
      
}
.filter-field-char-select select:hover{
	background-color: #2ea017;
}
.filter-field-char-select select:hover option{
	background-color: #656565;
}
.filter-field-char-select option:hover{
	background-color: #fff;
}
.ui-multiselect-header { 
display: none;
}
.ui-multiselect-checkboxes li { 
min-width: 155px;
}

.ExtendedFilterContainer .slider_wrapper { 
padding: 0px 0px 0px 0px !important;
width: 170px !important;
}
.termekkereso_sidebar form{
	background: #F0F0F0;
border: 1px solid #C5C5C5;
float: left;
margin: -5px 6px 5px;
text-align: center;
width: 211px;
}
#content-side .termekkereso_sidebar input[type="text"] { 
border: 1px solid #989898;
color: #989898;
font-family: "Tahoma";
height: 22px;
margin: 17px auto 5px;
padding: 3px;
width: 190px !important;
}
#content-side .termekkereso_sidebar input[type="submit"]:hover { 
background: #FFFFFF;
border: 1px solid #5A5A5A;
color: #5A5A5A;
}

#content-side .termekkereso_sidebar input[type="submit"] {
  background: url(../images/feliratkozom_gomb.jpg) no-repeat scroll 50% 0 transparent;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  height: 30px;
  margin: 5px auto 10px;
  text-transform: uppercase;
  width: 112px !important;
}
#jquery-overlay{
}
#jquery-lightbox{
position: fixed !important;
}
.results-text{
	background: #fff;
border-bottom: 1px solid rgba(205, 205, 205, 0.5);
border-top: 1px solid rgba(205, 205, 205, 0.5);
font-size: 18px;
font-weight: normal;
height: 28px;
margin-bottom: 20px;
padding: 0;
position: relative;
z-index: 2;
text-transform: uppercase;
}
.results-text>p{
background: url(../images/kereses_icon.png) no-repeat left;
display: block;
height: 41px;
line-height: 28px;
margin-top: -1px;
padding-left: 60px;	
}
#toTop {
    background: url('../images/lap-tetejere.png') no-repeat scroll 0px 0px;
    bottom: 0px;
    color: transparent;
    cursor: pointer;
    display: none;
    float: right;
    height: 63px;
    margin: 0px 5px 10px 0px;
    position: fixed;
    right: 5px;
    width: 63px;
    text-indent: -999em;
    z-index: 1000;
}
#toTop:hover {
    background: url('../images/lap-tetejere_hov.png') no-repeat scroll 0px 0px transparent;
}
#system-message > .message > ul { 
background: url("http://mekkaproba.livedemo.hu/templates/livestudio/images/sikeres_hozzadas.png") 20px 50% no-repeat #2EA017;
color: #FFFFFF;
height: 36px;
line-height: 36px;
margin-bottom: 10px;
padding-left: 45px;
margin: 55px 65px;
}
.aq_finish{margin: 15px 65px;}
#system-message > dd > ul > li { 
line-height: 36px;
}
#system-message > dd > ul { 
border: none;
list-style: none outside none;
margin-bottom: 10px;
padding: 10px 10px 10px 10px;
}
.moduletable.footer_slider .cameraCont .cameraSlide{
	position: relative !important;
}
.moduletable.footer_slider .cameraCont .cameraSlide img{
position: absolute !important;
margin: auto !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
width: auto !important;
height: auto !important;
max-width: 175px !important;
max-height: 85px !important;
}
.moduletable.footer_slider .camera_prev{
	top:0 !important;
}
.moduletable.footer_slider .camera_next{
	top: auto !important;
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
}
.moduletable.footer_slider .camera_prev > span { 
background: url("../images/nyil_fel.jpg") 0px 0px no-repeat transparent;
display: block;
height: 59px;
width: 225px;
}
.moduletable.footer_slider .camera_next > span { 
background: url("../images/nyil_le.jpg") 0px 0px no-repeat transparent;
display: block;
height: 59px;
width: 225px;
}
section#foot .container .moduletable.footer_slider { 
display: table-cell;
float: left;
height: 211px;
padding: 25px 0px 0px;
text-align: center;
width: 225px;
}
.body-overlayed {
overflow: scroll !important;
}
.camera_wrap .camera_pag {
	position: absolute;
	bottom: 0;
	right: 0 !important;
	left: 0 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #2EA017 !important;
}
body.contentpane.mailto-body { 
background: none;
height: auto;
margin: 0px;
overflow: hidden;
padding: 20px;
width:400px;
}
body.contentpane.mailto-body h2 { 
background: url("http://mekkaproba.livedemo.hu/templates/livestudio/images/content_title_bg.jpg") 50% 0% no-repeat transparent;
text-transform: uppercase;
font-size: 18px;
padding: 10px;
text-align: center;
color: #000;
font-weight: normal;
}

/*----------------izzoajanlatkero------------*/
body.izzo
{background:0}

body.izzo table.izzoajanlat
{
    float:left;
    position:relative;
    height:321px;
    width:430px !important;
    border-left:3px dotted #FF7300 !important;
    border-top:3px dotted #FF7300 !important;
    border-bottom:3px dotted #FF7300 !important;
    border-right:0 !important;
    margin-top:200px;
    border: 2px darkkhaki 
}
body.izzo table.izzoajanlat:before
{
    width:526px;
    height:186px;
    content:"";
    position:absolute;
    top:-186px;
    left:50px;
    background:url(../images/projektorizzo.png) no-repeat;
}
body.izzo table.izzoajanlat:after
{
    position:absolute;
    right:-268px;
    top:-3px;
    width:270px;
    height:358px;
    content:"";
    background:url(../images/izzo-feliratok.png) #efefef no-repeat center center;
    border-right:3px dotted #FF7300 !important;
    border-top:3px dotted #FF7300 !important;
    border-bottom:3px dotted #FF7300 !important;
}
body.izzo table.izzoajanlat span.egyszeru
{
    width:100%;
    float:left;
    text-align: center;
    font-weight: bold;
    font-size:16px;
    padding-top:20px;
}
body.izzo table.izzoajanlat tr:last-of-type
{
    height:110px;
}

body.izzo table.izzoajanlat tr td img{padding:5px;}
body.izzo table.izzoajanlat tr td img.kosargif{padding:0;}
body.izzo table.izzoajanlat a.kosarlink{
    position:relative;
    width:62px;
    height:68px;    
    display:block;}

body.izzo table.izzoajanlat .megrendeles
{
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #2EA017;
    bottom: -17px;
    left: -12px;
    position: absolute;
}
table.izzorendelo{
    padding:20px;
    background:#EfEfEf;
}
table.izzorendelo input[type=submit]
{
    background: none repeat scroll 0 0 #2EA017;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    float: right;
    font-family: Tahoma;
    margin: 10px 0 15px;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer;
}
table.izzorendelo input[type=button]:hover
{
    background: none repeat scroll 0 0 #DC0015;
    color: #FFFFFF;
    text-decoration: none;
}
/*------galeria--------*/
.item-page.referenciak h2,.item-page.referenciak p{float: none; width: 100%; text-align: center; margin: 15px 0;}
.item-page.referenciak h2.igallery_title{font-size: 14px;background: #2ea017; text-transform: uppercase; color: #fff; height: auto; padding: 5px; width: 98%; font-weight: normal; margin-top: 50px;}
h2.igallery_title:first-of-type{margin-top: 0;}
.category_description{text-align: left !important;margin: 15px 0;}
.item-page.referenciak div.main_images_wrapper {float: none !important; margin: 0 auto;}
.gallery{
      display:table;
      margin:0 auto;
      padding:20px 0;
      background-image: -moz-linear-gradient( 90deg, rgb(228,227,227) 0%, rgb(255,255,255) 57%, rgb(220,217,217) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(228,227,227) 0%, rgb(255,255,255) 57%, rgb(220,217,217) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(228,227,227) 0%, rgb(255,255,255) 57%, rgb(220,217,217) 100%);
}
.cmp_buttons_container{float:left;}
.gallery ul li{
    background: none;
}
.gallery #to-left,.gallery #to-right
{
    text-indent:-999em;
    width:32px !important;
    height:90px;
}
.gallery #to-left
{
    background:url(../images/galeria_nyil_bal.png) no-repeat center center;  
}
.gallery #to-right
{
    background:url(../images/galeria_nyil_jobb.png) no-repeat center center;  
}
.fb-like-box {
	height: 310px;
}
section#foot .container .moduletable.switch_mobil{
display: none;
width: 675px !important;
height: auto !important;
}
#view_btn{
font-size: 18px; padding: 10px 20px; margin: 0 auto; text-align: center; z-index: 8;
color: #fff;
width: 675px;
}
div.lbox_white {
	position: fixed;
}
#content-side .moduletable.elerhetosegek {
	top:10px;
	
	
}
.filter.vaszon .filter-field-char-multi:first-of-type { 
display: table;
height: auto;
width: 155px;
padding-right: 80px;
padding-left: 80px;
}
.filter.vaszon .filter-cell input[type="submit"] {
	top: auto;
	bottom: 45px;
	right: 105px;
}
/* oti */
.banner2
{
 float:right !important;	
}
div.lbox_dark{
  opacity: 0.7 !important;
}

.form_row {
  clear: both;
}

#projektor-szoveg, #benq-projektor, #canon-projektor, #casio-projektor, #dell-projektor, #epson-projektor, #dell-projektor, #epson-projektor, #infocus-projektor, #nec-projektor, #panasonic-projektor, #sony-projektor, #viewsonic-projektor, #vivitek-projektor {width:98%;font-size:16px;padding:5px 10px;}
#projektor-ismerteto {width:98%;font-size:16px;padding:5px 10px;}