/**  
 *  Itthon.hu default szinsema redesign, alap valtozat
 *  
 *  @author Bartal Tamas
 *  @date 2009-05-14
 *  @version 1.00
 *  
 **/  

@import url('/site/css/tabs.css');

@media screen, projection {
  
  body {
    margin: 0px;
    padding: 0px;
    background-image: url('/site/img/bg.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-color: rgb(238,238,238);
    font: 11px Verdana, Tahoma, sans-serif;
    color: #525252;
  }
  
  div.search_result_item {
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
    clear: left;
    position: relative; /* IE peekabo bug miatt: http://www.positioniseverything.net/explorer/peekaboo.html  */
    width: 540px;
  }
  
  div.search_result_item_0 {
    background-color: #fff;
  }
  
  div.search_result_item_1 {
    background-color: #eee;
  }

  #lightWindow-contents {
    z-index: 19999;
  }  
    
  a {
   color: rgb(255,0,0);/*rgb(119,30,30);*/ 
   outline: none;
  }
  
  a:visited {
   color: rgb(255,0,0); /*rgb(185,48,48);*/ 
    
  }
  
  a:hover, a:visited:hover {
    text-decoration: none;
  }
  
  #align {
    xposition: relative;
    width: 975px; /*860px;*/
    margin: 0px auto;
    padding: 0px;
    /* border: 1px solid gray; */
    /*background-image: url('../img/center_bg.png');
    background-repeat: repeat-y;
    background-position: top center;*/
    background-color: white;
  }
  
  #sitehead {
    width: 275px;
    height: 90px;
    margin: 0px;
    padding: 0px;
    background-image: none;
    position: absolute;
    z-index: 99;
    background-color: transparent;
  }
  
  #sitehead a {
    display: block;
    overflow: hidden;
    height: 90px;
    line-height: 160px;
    text-indent: -999px;
  }
  
  div.korfa { /* a végtelenbe és tovább :-) */
    padding: 0px 0px 10px 0px;
    margin: 10px 0px;
    /*border-bottom: 1px solid #dcdcdc;*/
  }
  
  div.korfa a {
    color: black; 
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
  }
  
  div.korfa a:first-child {
    color: rgb(123,125,128) !important;
  }
  
  #content .korfa img {
    margin: 0px !important;
  }
  
  #content .korfa {
    width: 440px;
  }
  
  #widecontent .korfa {
    width: 660px;
  }

  #region_selector_hook {
    display: inline;
  }
  
  #content {
    font-size: 10pt; 
  }
  
 
  /**
   * Left/right menus
   */
  
  
  #leftmenu {
    float: left;
    width: 200px;
    background: #fff; 
    margin: /*5px */ 0px;
    padding: 0;
  }
  
  #leftmenu ul, #rightmenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-image: url('/site/upload/2009/10/leftmenubg.jpg');
    background-repeat: repeat-y;
    background-color: rgb(219,220,221);
    font-family: Verdana, Tahoma, sans-serif;
  }
  
  #leftmenu ul li, #rightmenu ul li {
    margin: 0px;
    padding: 0px;
    height: 1%;
    line-height: 20px;
  }

  #leftmenu ul li a, #rightmenu ul li a {
    background-image: url('/site/upload/2009/10/nav_col_bullet.gif');
    background-repeat: no-repeat;
    border-top: 1px solid white;
    display: block;
    line-height: 24px;
    font-size: 12px;
    height: 1%;
    color: rgb(109,110,111);
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
    background-position: 4px 50%;
    padding: 0px 0px 0px 28px;
  }

  #leftmenu ul li a:hover, #rightmenu ul li a:hover{
    color: rgb(3,3,3);
  }

  #leftmenu>ul>li>a:hover, #rightmenu>ul>li>a:hover {
    background-image: url('/site/upload/2009/10/nav_col_bullet_on.gif');
  }

  #leftmenu ul li ul li a, #rightmenu ul li ul li a {    
    background-image: url('/site/upload/2009/10/almenu_icon.png');    
    background-position: 25px 50%;
    padding: 0px 0px 0px 38px;
    color: rgb(79,80,81);
    border-top: 1px solid rgb(220,220,220);
  }
  #leftmenu ul li ul li ul li a, #rightmenu ul li ul li ul li a {    
    background-image: url('/site/upload/2009/10/almenu_icon.png');    
    background-position: 35px 50%;
    padding: 0px 0px 0px 48px;
    color: rgb(79,80,81);
    border-top: 1px solid rgb(220,220,220);
  }
  #leftmenu ul li ul li ul li ul li a, #rightmenu ul li ul li ul li ul li a {    
    background-image: url('/site/upload/2009/10/almenu_icon.png');    
    background-position: 45px 50%;
    padding: 0px 0px 0px 58px;
    border-top: 1px solid rgb(220,220,220);
  }

  #leftmenu ul li ul, #rightmenu ul li ul {
    filter: alpha(opacity=70); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
    -moz-opacity: 0.7; opacity: 0.7; -khtml-opacity: .7;  -opera-opacity: 70; mso-opacity: 70;
    background-color: white;
    background-image: none;
  }

  #leftmenu ul li ul li ul, #leftmenu ul li ul li ul li ul,
  #rightmenu ul li ul li ul, #rightmenu ul li ul li ul li ul {
    background-image: none;
    filter: alpha(opacity=70); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
    -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; -opera-opacity: 100; mso-opacity: 70;
  } 
  
  #rightmenu {
    float: right;
    width: 200px;
    margin: /*5px*/ 0px;
    padding: 0;
  }
  
  #rightmenu h3.tcheader {
    cursor: pointer;
    margin: 3px 1px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 1em;
    background-image: url('/site/img/right_plus.gif');
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 23px;
    background-color: #eee; 
    border: 1px solid rgb(220,220,220);
    border-left: 0;
    width: 178px;  /* //// thx to IE */
  }
  
  #rightmenu h3.tcheader_open {
    cursor: pointer;
    margin: 3px 1px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 1em;
    background-image: url('/site/img/right_minus.gif');
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 23px;
    background-color: #eee; 
    border: 1px solid rgb(220,220,220);
    border-left: 0;
    width: 178px;  /* //// thx to IE */
  }
  
  h3.dobozfejlec {
    clear: both;
    text-align: left;
    background-image: url('/site/upload/2009/10/dobozfejlec.gif');
    background-repeat: no-repeat;
    color: white;
    height: 24px;
    overflow: hidden;
    padding-left: 34px;
    line-height: 22px;
    font-family: Verdana, Tahoma, sans-serif;
    margin: 10px 0px 5px 0px;
    font-size: 12px;
  }
  
  .oldaldoboz {
    margin: 2px;
    padding: 2px;
  }
  
  .sideboxnewslist div {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
  }
  
  .sideboxnewslist p {
    margin: 2px 0px 0px 0px; padding: 0px;
  }
  
  .sideboxnewslist a.bolded {
    display: block; 
    text-align: left;
    text-decoration: none;
    margin: 0px;
  }
  
  
  .oldaldoboz ul.kozep, .sidebox ul.kozep {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
  }
  
  .tc {
    display: none;
    background-color: rgb(240,240,240);
    border: 1px solid rgb(220,220,220);
    border-top: 0px;
    padding: 2px 2px 2px 18px;
    margin: 0px 1px 4px 0px;
    /*cursor: pointer;*/
  }
  
  .tc a:hover {background-color: #fec;}
  
  strong.tcgroup {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgb(220,220,220);
  }
  
  div.tcgrp {
    padding-left: 5px;
    background-color: rgb(250,250,250);
  }
  
  #maincontent {
    clear: both;
    background-image: url('/site/upload/2009/10/mainbg.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    margin:0;
    padding:0;
    height: 1%;
  }
  
  #content {
    margin: 0px;
    float: left;
    width: 550px;  /* right-padding: 5px ebben van benne */
    margin: 0px 0px 10px 10px;
    _width: 530px;
    text-align: justify;
    overflow-x: hidden;
    background-repeat: repeat-y;
    background-position: top right;
    xposition: relative;
  }

  #widecontent {
    /* nincs jobb panel (+ 200 px )*/
    /*padding: 0px 210px;/* 0px 205px;*/
    margin: 8px 0px 0px 8px;
    /*height: 400px;*/
    /*border-bottom: 1px solid white;*/
    background-color: white;
    float: left;
    width: 753px;
    padding: 0px 5px 10px 2px;
    position: relative;
    background-color: transparent;
    font-size: 10pt;
  }

  #content h5, #widecontent h5 {
    font-size: 10.2pt;
  }

  #content h4, #widecontent h4 {
    font-size: 16px;
  }
  
  a.regio_thumb {
    display: block;
    float: left;
    margin: 0px 2px;
    padding: 2px;
    height: 1%;
    text-decoration: none;
    width: 162px;
    font: 1em Verdana, Tahoma;
    color: black;
  }
  
  a.regio_thumb:hover {
    background-color: #fec;
  }
  
  a.regio_thumb img {
    border: 1px solid #333;
    padding: 1px;
    background-color: white;
    margin: 3px 0px;
  }
  
  #content.main {
    padding-right: 0px !important;
  }
  
  #content h1, #widecontent h1 {
    margin:0;
    padding: 5px 0px;
    font-size: 16px;
  }
  
  input.b, input.gsc-search-button {
    background-image: url('/site/img/button.png');
    background-position: 50% 50%;
    background-repeat: repeat-x;
    color: white;
    background-color: rgb(17,33,48);
    border: 1px solid rgb(6,9,0);
    font: 11px Tahoma, sans-serif;
    font-weight: bold!important;
    line-height: 18px!important;
  }
  
  #common_title { 
    width: 130px;
    margin-right: 5px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
  }

  .tab_off {
    /*border: 1px solid #eee;*/
    border-bottom: 0;
    /*border-right: 1px solid #ddd;*/
  }
  
  .tab_on {
    /*border: 1px solid #444;*/
    border-bottom: 0;
    background-color: #eee!important;
  }
  
  .tab_off a {
    color: white;
  }
  
  .tab_on a {
    color: black!important; /*rgb(190,140,41)!important;*/
  }
  
  #kiemelt {
    width: 975px;
    height: 300px;
    background-color: white;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    margin: 0px;
    padding: 0px;
    filter: blendTrans(duration=2);  
    background-image: url('/site/img/ajax_load2.gif');
    background-position: 50% 40%;
  }
  
  
  #kiemelt_linkbg {
    filter: alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=50); 
    -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: .5;  -opera-opacity: 50; mso-opacity: 50;
    background-color: black;
    position: absolute;
    width: 975px;
    height: 50px;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
  }

  #kiemelt_link {
    background-color: transparent;
    position: absolute;
    width: 975px;
    height: 40px;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
  }
  
  .kiemelt_li {
    display: none;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
  }
  
  .kiemelt_li a {
    color: white;
    text-decoration: none;
    font: 18px Georgia, serif;
    padding: 0px 7px;
  }
  .kiemelt_li a:visited {
    color: white;
}

  #prevnext {
    position: absolute;
    bottom: 8px;
    right: 0px;
    font: 2.0em Georgia, serif;
  }
  
  #prevnext a {
    text-decoration: none;
    color: white;
    line-height: 38px;
  }
  
  #footer {
    clear: both;
    text-align: center;
    /*height: 40px;*/
    /*line-height: 28px;*/
    background-color: transparent;
    background-image: url('/site/upload/2009/10/footerbg.gif');
    background-repeat: repeat-x;
    color: rgb(128,130,133);
    font-family: tahoma, verdana, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    position: relative;
    height: 70px;
    _padding-top: 16px;
  }
  
  #footer strong {
    display:block;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 975px;
  }
  
  #footer a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 25px;
    background-image: url('/site/upload/2009/10/footerdot.png');
    background-position: left center;
    background-repeat: no-repeat;
    height: 1%;
    line-height: auto;
  }
  
  #footer strong > a:first-child { background-image : none; } 
  
  #toplinks {
    overflow: hidden;
    color: white; 
    height: 28px; 
    font-size: 1em;
    font-family: tahoma, verdana, sans-serif;
    background-color: white;
    position: relative;
  }

  #toplinks a {
    color: rgb(116,116,116);
    text-decoration: none;
  }
  
  #toplinks ul {
    float: right;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
  }
  
  #toplinks ul li {
    display: inline;
    line-height: 26px;
    background-image: url('/site/upload/2009/10/topmenudot.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 8px 0px 0px;
    margin-right: 10px;
  }
  
  #accessible {
    float: right;
    width: 26px;
    height: 26px;
    overflow: hidden;
  }
  
  #accessible a.highcontrast_skin {
    display: block;
    background-image: url('/site/img/highcontrast.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    height: 26px;
  }
  
  #commonsubmitbutton {
    background-color: white;
    border: 1px solid white;
    background-image: url('/site/upload/2009/06/tovabb.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -999px;
    width: 25px;
    outline: none;
    cursor: pointer;
  }
  
  #google_content {
    clear: both;
  }
  
  #details1 {
    margin-bottom: 5px;
  }
  
  /**
   *
   * Lenyilo keresoeszkozok
   *
   **/           
      
  #searchtools {
    margin:0;
    padding:0;
    background-color: transparent;;
    background-image: url('/site/upload/2009/10/horizmenubg.png');
    background-repeat: repeat-x;
  } 
  
  #searchtools form {
    clear: both;
  }
  
  .st {
    margin: 0px;
    padding: 5px;
    clear: both;
    display: none;
    
  }
  
  a.st_kiemelt {
    display: block;
    border: 1px solid gray;
    margin:2px 0px;
    padding: 2px;
    text-decoration: none; 
    color: black;
    background-color: white;
    height: 1%;
  }

  a.st_kiemelt:hover {
    background-color: rgb(255,255,225);
  }
  
  #searchcontrol { 
    border: 1px solid gray; 
    padding: 4px 4px 0px 4px; 
    background: white; 
    position: absolute; top: 204px; right: 8px;
   /* float: right;
    margin: 12px 8px 0px 0px;*/
  }
  #searchcontrol table,  #searchcontrol div {width: 200px;}
  .gs-snippet {font-size: 1em; font-family: Tahoma, Verdana, sans-serif;}
  input.gsc-input {
    width: 110px;
  }
  input.gsc-search-button {
    background-color: white;
    font: 11px Tahoma, sans-serif;
    border: 1px solid gray;
    background-image: url('/site/upload/2009/06/tovabb.gif') !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -999px;
    width: 25px;
    outline: none;
    cursor: pointer;
  }
  
  .gsc-branding, .gsc-clear-button {display: none;}
  .gsc-control {background: white;}
  
  /*
   * Főoldal középső blokk
   *
   */         
  
  #kozepso_kiemelt {
    margin: 10px 0px;
    padding: 0px;
    float: left;
  }
  
  .foo_kiemelt img {
    margin: 0px !important;
  }
        
  .foo_kiemelt {
    width: 178px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0px 0px 10px 5px;
    padding:0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: top left;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
    color: white;
  } 
  
  .foo_kiemelt h2 {
    padding: 0px 5px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    font-family: Georgia, serif;
    filter: alpha(opacity=80); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=80); 
    -moz-opacity: 0.8; opacity: 0.8; -khtml-opacity: .8;  -opera-opacity: 80; mso-opacity: 80;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
  overflow: hidden;
  }

  .foo_kiemelt h2 a {
    display: block;
    height: 1%;
    text-decoration: none;
    font-weight: normal;
    /*color: black;*/
  }
  
  .foo_kiemelt p {
    margin: 0px;
    padding: 2px 5px;
    background-color: #333;
    filter: alpha(opacity=80); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=80); 
    -moz-opacity: 0.8; opacity: 0.8; -khtml-opacity: .8;  -opera-opacity: 80; mso-opacity: 80;
    height: 40px;
  overflow: hidden;
  text-align: left;
  }
  
  #five_top_esemeny {
    clear: left;
    border-top: 1px solid rgb(215,26,34);
    border-bottom: 1px solid rgb(215,26,34);
    margin: 20px 0px;
    padding: 5px;
  }  
  
  .kiemelt_ujsor {
    clear: left;
  }
  
  .kiemelt_zold { background-image: url('/site/img/kiem_zold.jpg');}
  .kiemelt_balaton { background-image: url('/site/img/kiem_balaton.jpg');}
  .kiemelt_budapest { background-image: url('/site/img/kiem_budapest.jpg');}
  .kiemelt_gyogyf { background-image: url('/site/img/kiem_gyogyf.jpg');}
  .kiemelt_termeszetjaras { background-image: url('/site/img/kiem_golya.jpg');}
  .kiemelt_gasztro { background-image: url('/site/img/kiem_gasztro.jpg');}
  
  
  /*
   *  User registration
   */
    form > fieldset {
      border: none;  
    }
    form > fieldset > legend {
      display: none;
    }

    form#user_registration_form label, 
    .search_form label {
      float: left;
      width: 200px;
      font-weight: bold;
    }
    
    .search_form {
      /*border-bottom: 1px solid gray;*/
    } 

    form#user_registration_form input, form#user_registration_form textarea, form#user_registration_form select,
    .search_form input, .search_form textarea, .search_form select {
      margin-bottom: 5px;
    }
    
    form#user_registration_form input, form#user_registration_form textarea,
    .search_form input, .search_form textarea {
      width: 180px;
    }

    form#user_registration_form textarea,
    .search_form textarea {
      width: 250px;
      height: 150px;
    }

    form#user_registration_form .boxes,
    .search_form .boxes {
      width: 1em;
    }

    form#user_registration_form #submitbutton,
    .search_form #submitbutton {
      margin-left: 200px;
      margin-top: 5px;
      width: 90px;
    }
    
    form#user_registration_form br, .search_form br {
      clear: left;
    }

    .kiemelt_szolgaltatok legend, h3.kozepdobozfejlec {
      font-weight: bold;
      text-transform: uppercase;
      color: rgb(255,13,13);
      font-family: Georgia, serif;
      font-size: 12px;
      margin: 0px;
      padding: 0px;
    }
    
    h3.kozepdobozfejlec a {
      text-decoration: none;
    }
    
    h3.kozepdobozfejlec a:hover {
      text-decoration: underline;
    }
    
    .kiemelt_szolgaltatok br {
      clear: none;
    }
    .kiemelt_szolgaltatok {
      text-align: left;
      margin: 0px; padding: 0px;
      border: 0;
    }
    
    .kiemeltajanlat_sor {
   	 width: 535px;
    }
    
    .kiemeltajanlat_sor .kiemeltajanlat {
      border: 0;
      background-image: url('/site/upload/2009/10/ajanlatbg.gif');
      background-position: bottom right;
      background-repeat: no-repeat;
    }
    
    .kiemeltajanlat {
      font-family: tahoma, verdana, arial, sans-serif;
      font-size: 9px;
      margin: 5px 0px 10px 0px;
      padding: 5px; 
      background-color: transparent; 
      width: 165px; 
      min-height: 80px;
      float: left;
      
    }
    
    .kiemeltajanlat a {
      color: rgb(109,110,113);
      text-decoration: none;
      padding: 0px;
      margin:0px;
    }
    
    .kiemeltajanlat a strong {
      font-size: 11px;    
    }
    
    #videoajanlo {
      padding: 0px 5px;
      margin: 0px 0px 30px 0px;
    }
    
    .clearleft {
      clear: left;
    }

    .visualClear {
      clear: both;
    }

  /*
   *  Advanced search
   */  
    fieldset.search_form_main {
      border: 1px solid #bbb; 
      padding: 5px;  
    }
    
    fieldset.search_form_main legend {
      color: black;
      
      font-weight: bold;
    }
    
   
   fieldset.inner_group {
    border: 1px solid #ccc;
    padding: 5px;
   }
   
   fieldset.inner_group legend {
    font-weight: bold;
    cursor: pointer;
    color: black;
   }
  
   legend { color: black; }
   
   legend.detail_header {
      cursor: pointer;
      padding: 0px 0px 0px 20px;
      font-size: 1em;
      background-image: url('/site/img/section_openclose.gif');
      background-position: 2px 0px;
      background-repeat: no-repeat;
      line-height: 23px;
      /*background-color: #eee; */
      /*border: 1px solid rgb(220,220,220);*/
      /*border-left: 0;
      width: 178px;  /* //// thx to IE */   
   }
   legend.detail_header_open {
      cursor: pointer;
      padding: 0px 0px 0px 20px;
      font-size: 1em;
      background-image: url('/site/img/section_openclose.gif');
      background-position: 2px -24px;
      background-repeat: no-repeat;
      line-height: 23px;
      /*background-color: #eee; */
      /*border: 1px solid rgb(220,220,220);*/
      /*border-left: 0;
      width: 178px;  /* //// thx to IE */   
   }
   
  /*
   *  Resultsets
   */   
   
   h1.searchresult, #content h1, #widecontent h1 {
    font-size: 18px; /* 1.2em;*/
    color: rgb(255,13,13);
    font-family: Georgia, serif;
    border-bottom: 1px dotted rgb(215,26,34);
   }
   
  .searchresult_section {
    border-bottom: 1px double #888;
    margin:0px;
    padding: 0px;
  }
    
  .searchresult_section_head {
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 2px;
    border-bottom: 3px double gray;
    font-size: 1.1em;
  }
  
  .searchresult_section_list {
  }
   
  .searchresult_section_list p {
    margin: 0px;
    padding: 5px 2px;
    width: 542px;  /* thx 2 IE, img float right bug */
  }

  .searchresult_section_list p.o { /* odd */
    background: white;
  }

  .searchresult_section_list p.e { /* even */
    background: #eee;    
  }
  
  .searchresult_section_list p.more {
    text-align: right;
    border-top: 1px solid #eee;
  }
  
  a.result_item {
    font-weight: bold;
  }
  
  img.result_image {
    float: right;
  }
  
  strong.result_highlight {
    font-weight: bold;
  }
  
  strong.property_name {
    font-weight: bold;
  }
  
  
  ul.searchresult_shortcuts {
    padding: 0px;
    margin: 0px;
  }
  
  ul.searchresult_shortcuts li {
    display: inline;
    /*border-right: 1px solid #000;*/
    list-style-type: none;
    list-style-position: inside;
    padding-right: 5px;
    /*padding-left: 5px;*/
  }
  
  ul.searchresult_shortcuts li a {
    
  }
  
  div.multiple_block {
    float: left;
    font-weight: bold;
    padding: 5px;
  }
  div.multiple_block input, div.multiple_block label {
    width: auto;
    float: none;
    font-weight: normal;
    vertical-align: middle;
  }
  div.multiple_block br {
    float: none;
  }
  
  div.multiple_block h2 {
    font-size: 12px;
    margin: 0px;    
  }
  
  div.multiple_3_col {
    width: 155px;
    margin-top: 5px;
  }

  div.multiple_3a_col {
    width: 145px;
    margin-top: 5px;
  }  
  
  div.multiple_2_col {
    width: 240px;
    margin-top: 5px;
  }
  div.multiple_2a_col {
    width: 230px;
    margin-top: 5px;
  }

  
  
  div.multiple_title {
    float: left;
    width: 200px;
    font-weight: bold;
  }   
  div.multiple_input {
    float: left;
    width: 250px;
  }
  div.multiple_input input, div.multiple_input label {
    width: auto;
    float: none;
    font-weight: normal;
  }
  div.multiple_input br {
    float: none;
  }
  
  div.searchresult_pager {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  a.searchresult_first_page {
    margin-right: 5px;
  }
  a.searchresult_prev_block_page {
    margin-right: 5px;
  }
  a.searchresult_prev_page {
    margin-right: 5px;
  }
  a.searchresult_pager_page {
    margin-left: 2px;
    margin-right: 2px;
  }  
  a.searchresult_next_page {
    margin-left: 5px;
  }  
  a.searchresult_next_block_page {
    margin-left: 5px;
  }  
  a.searchresult_last_page {
    margin-left: 5px;
  }
  
  
  
  .clear {
    clear: both;
    display: block;
  }
  .clear2 {
    clear: right;
    display: block;
  }
  
  
  .searchresult_section_list p.o,
  .searchresult_section_list p.result_settlement_0,
  .searchresult_section_list p.result_folder_0,
  .searchresult_section_list p.result_article_0
  { /* odd */
    background: white;
  }

  .searchresult_section_list p.e,  
  .searchresult_section_list p.result_settlement_1,
  .searchresult_section_list p.result_folder_1,
  .searchresult_section_list p.result_article_1
  { /* even */
    background: #eee;    
  }
  
  .searchresult_section_list p.more {
    text-align: right;
    border-top: 1px solid #eee;
  }

  /*
   * Ajax autocomplete
  */


    div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb; }
    div.autocomplete ul li {
      list-style-type:none;
      font-family: Tahoma, Verdana, Arial, sans-serif;
      display:block;
      margin:0;
      padding:2px;
      /*height:32px;*/
      cursor:pointer;
      font-size: 11px;
    }
    div.autocomplete ul li.ajax_megye { font-weight: bold; }  
    div.autocomplete ul li.ajax_regio { font-weight: bold; font-style: italic; }  
  
  /*
   * Aural/nonaural styles (jaws/accessible)
   */
  .nonaural {
    /* override aural-only hiding */
    position: static!important;
    left: auto!important;
    top: auto!important;
    width: auto!important;
    height: auto!important;
    overflow: auto!important;
  }

  .aural {
    /* aural-only hiding */
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  img {
    border: 0;
  }
  
  .hidden, .default_skin, #ucal_crange,  #kvg_videok_prevnext {
    display: none;
  }

  #kvg_videolista .gallery_ {
    float: left;
  }

  .fk_h {
    display:none;
  }

  .registration_main_container {
    margin-top: 20px;
  }

  .registration_body_container {
    color: #000000;
    font-family: times new roman;
    font-size: 14px;
  }

  .registration_footer_container {
  }
  
  .registration_label {
    clear: left;
    float: left;
    width: 45%;
    text-align: right;
    font-weight: bold;
    color: #000000;
    font-family: times new roman;
    font-size: 14px;
    padding: 9px 0px 0px 0px;
  }
  
  .registration_field {
    float: left;
    width: 45%;
    color: #000000;
    font-family: times new roman;
    font-size: 12px;
    padding: 6px 10px;
    text-align: left !important;
  }
  
  .registration_row {
    /*clear: left;
    float: left;*/
    color: #000000;
    font-family: times new roman;
    font-size: 14px;
    padding: 6px 10px;
    text-align: center;
  }
  
  .registration_field input {
    padding: 1px !important;
/*    width: 90%;*/
  }
  
  .registration_ok_button {
    text-align: center;
  }

  .registration_error {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 10px;
    height: 1%;
  }
  

  #alcim {
    text-align: left;
    font-size: 14px;
    margin-left: 16px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 10px;
  }
  
  #alcim img {
    display: none;
  }
  
  .next_button {
    background-image: url('/site/img/button.png');
    background-position: 50% 50%;
    background-repeat: repeat-x;
    color: white;
    background-color: rgb(17,33,48);
    border: 1px solid rgb(6,9,0);
    font: 11px Tahoma, sans-serif;
    font-weight: bold!important;
    line-height: 18px!important;
    margin-top: 20px;
  }

  .bolded {
    font-weight: bold;
  }

  #content img {
    margin: 2px;
  }

  #weather_box {
    
    width: 198x; 
    height: 152px; 
    overflow: hidden;
    margin: 3px 0px; 
    padding: 0px; 
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-image: url('/site/img/ajax_load2.gif');
  }

  #w3LoadingDiv {
    display: none;
  }

  .articletoolbox {
    xposition: absolute;
    xtop: 5px;
    xright: 0px;
  }
  
  #content .articletoolbox img {
 		margin: 0px !important;
  }
  

/* --- UDM ----------------------------------------------------------------- */

  .udm {
    background-image: url('/site/upload/2009/10/horizmenubg.png');
    line-height: 25px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    background-color: transparent;
  }
  
  #udm li ul, #udm li ul li ul, #udm li ul li ul li ul {
    background-image: url('/site/upload/2009/10/udm_menuitem_off.png');
  }

/* --- Newsletter ---------------------------------------------------------- */

  .newsletter_main_container {
    margin: 5px;
  }

  .newsletter_typelabel {
    width: 150px;
    float: left;
    clear: left;
  }

  .newsletter_ok_button {
    text-align: right; 
  }

  .newsletter_ok_button input.button {
    border: 1px solid white;
    background-color: white;
    width: 25px;
    height: 18px;
    background-image: url('/site/upload/2009/10/tovabb.gif');
    background-repeat: no-repeat;
  }
  
  .newsletter_field {
    margin: 0px 0px 6px 0px;
  }
  
  #newsletter_email {
    width: 90px;
    float: left;
    background-color: #d9dbdc;
    border: 1px solid #d9dbdc;
    margin: 0px 4px 5px 0px;
  }
  
  #newsletter_type {
    font-size: 11px;
  }

/* --- lightbox ------------------------------------------------------------ */

  #lightWindow-next:hover, #lightWindow-next:visited:hover {
    background-image: url('/site/upload/2009/06/nextlabel_notext.gif');
  }
  
  #lightWindow-previous:hover, #lightWindow-previous:visited:hover {
    background-image: url('/site/upload/2009/06/prevlabel_notext.gif');
  }
  
  #countryselector {
    position: absolute;
    top: 5px;
    xleft: 10px;
    z-index: 99;
    margin-left: 10px;
  }
  
  .country_relative_div {
 	 xposition: relative;
  }
  
  #countryselector a, #countryselector a:hover {
    text-decoration: none;
    color: gray;
  }

  #countryselector_list a:hover {
    text-decoration: underline;
    color: rgb(119,30,30) !important;
  }

  #countryselector_anchor {
    display: block;
    /*width: 21px;*/
    padding-left: 25px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    background-image: url('/site/upload/2009/10/globe.png');
    background-repeat: no-repeat;
  }
  
  #countryselector_anchor:hover {
    background-position: 0px -20px;
  }

  #countryselector_form, #countryselector_list {
    float: left;
    clear: left;
    display: none;
    width: 300px;
    background-color: white;
    padding: 10px;
    margin: 0px 0px 0px 15px;
  }
  
  .mapSpacer {
 	 height: 22px;
  }
  
  .panoramioLink {
	 background-position:50% 50%;
	 background-repeat:no-repeat;
	 display:block;
	 float:left;
	 height:100px;
	 margin:5px 5px 0px 21px;
	 padding:1px;
	 width:100px;
  }

/* Videólistázó stílusok ---------------------------------------------------- */

	x.videolist_container_mainpage_outer {
		width: 100%;
		height: 100px;
		overflow: hidden;
	}

	.videolist_container_mainpage {
		width: 515px;
		/*xheight: 100px;*/
		overflow: hidden;
		text-align: center;
		/*xcolor: transparent;*/
		color: black;
		margin-left: auto;
		margin-right: auto;
	}

	.videolist_container {
		/*xwidth: 100px;*/
		text-align: center;
		color: black;
	}

	.videolist_container_mainpage .videolist_video_container {
		float: left;
	}

	.videolist_container .videolist_video_container {
		float: left;
	}

	.videolist_container_mainpage .videolist_video_container a,
	.videolist_container_mainpage .videolist_video_container a:link,
	.videolist_container_mainpage .videolist_video_container a:active,
	.videolist_container_mainpage .videolist_video_container a:visited,
	.videolist_container .videolist_video_container a,
	.videolist_container .videolist_video_container a:link,
	.videolist_container .videolist_video_container a:active,
	.videolist_container .videolist_video_container a:visited
	{
		color: inherit;
		text-decoration: none;
		font-size: 10px;
	}

	.videolist_container_mainpage .videolist_video_container a:hover,
	.videolist_container .videolist_video_container a:hover
	{
		/*xcolor: black;*/
		color: inherit;
		text-decoration: none;
	}

	.videolist_container_mainpage .videolist_video_container img,
	.videolist_container .videolist_video_container img 
	{
		padding: 1px;
		border: 1px solid rgb(183, 183, 183);
	}

	.videolist_container_mainpage .videolist_image {
		width: 103px;
		height: 103px;
	}

	#videoplayer_container {
		text-align: center;
	}
	
	.videolist_container_mainpage .videolist_mainpage_step_back {
		display: block;
		width: 19px;
		height: 12px;
		float: left;
		clear: none;
		border: 0px;
		margin-left: 10px;
		background-image: url('/site/upload/2009/10/vissza.gif');
		background-repeat: no-repeat;
		background-position: center;
		outline: none;
		position: absolute;
		top: -63px;
		left: -10px;
	}

	.videolist_container_mainpage .videolist_mainpage_step_forward {
		display: block;
		width: 19px;
		height: 12px;
		float: right;
		clear: none;
		border: 0px;
		margin-right: 10px;
		background-image: url('/site/upload/2009/10/tovabb.gif');
		background-repeat: no-repeat;
		background-position: center;
		outline: none;
		position: absolute;
		top: -63px;
		right: -10px;
	}
	
	.videolist_date {
    font-size: 11px;
  }

  #videolist_container_mainpage .videolist_txt, #content .videolist_txt {
    width: 95px;
  }
  

/* Videólistázó stílusok vége ----------------------------------------------- */

/* Nyito oldali listazo stilusok */

	.fooldali_migra_listazo_outer {
	margin: 10px 0px;
	}

    .fooldali_migra_listazo {
	float: left;
	margin: 0px;
    }

    .olList {
	background-image: url('/site/upload/2009/10/fohirek-kozep.png');
	background-repeat: repeat-y;
	background-position: 258px top;
	float: left;
    }

    .olListItem {
	width: 250px;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
    }
    
    .olListItem h2 {
	font-size: 12px;
    }
    
    .olListItem h2 a {
	text-decoration: none;
    }
    
    .olListItem div.olListItem_shortintro {
	float: left;
    }
    
    .olListItem div.olListItem_link a {
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	background-image: url('/site/img/fooldal_migra_tovabb.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
    }
  
  .olListItem_intro, .olListItem_intro div, .olListItem h2 {
    text-align: left !important;
  } 
   

/* Nyito oldali listazo stilusok vege */

    /* tagcloud */
  #TagCloud {
    margin: 2px 5px;
  }
    #alcim {
	font-size:16px;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #D71A22;
	color:#FF0D0D;
	font-family:Georgia,serif;
    }
    
    .search_resultnum {
	padding: 10px;
    }
    
    .search_result_detaillink {
	color: red;
	font-size: 12px !important;
	font-weight: normal;
	text-decoration: underline;
    }

    .search_resultnum {
	text-align: center;
    }
    
    .hiddenLastItem {
	display: none;
    }
    
    .articletagcloudkeyword {
   	 padding: 10px;
    }
    
    .articletagcloudkeyword_admin_title, .articletagcloudkeyword_public_title, .articletagcloudkeyword_admin_value, .articletagcloudkeyword_public_value {
   	 float: left;
    }
    
    .articletagcloudkeyword_admin_title, .articletagcloudkeyword_public_title {
   	 margin-right: 10px;
   	 font-weight: bold;
    }
    
    .articletag_add_link, .articletagcloudkeyword_public, .articletagcloudkeyword_admin {
    float: left;
   	clear: both;
    }
    
    .articletag_add_input {
   	 display: none;
   	 float: left;
   	 clear: both;
    }
    
    .videoSizerDiv img {
   	 width: 95px;
    }


		.videolist_txt {
		 width: 103px;
		 min-height: 50px;
		}
    
  fieldset.search_form_main, div.multiple_block {
    font-size: 11px;
    text-align: left;
  } 
  
  .kiemelt_szolgaltatok {
    font-size: 11px;
  }
  
  .kiemeltajanlat>strong {
    font-weight: normal;
  }
  
  #content img {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  
  #overlay {
    z-index: 29998 !important;
  }  
  #lightWindow {
    z-index: 29999 !important;
  }
    
  #content #submitbutton {
  border: 0px solid white;
  background-color: transparent;
  color: rgb(215,24,32);
  background-image: url("/site/upload/2009/01/eventcalendar-button.gif");
  background-position: right 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  font-family: Tahoma,Verdana;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  }  
  
  #rightmenu input.b {
    background-image: url('/site/upload/2009/06/tovabb.gif');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -999px;
    border: 0px solid white;
    cursor: pointer;
  }
  
  form#user_registration_form input, form#user_registration_form textarea, .search_form input, .search_form textarea {
    width: 150px;
    font-size: 11px;
    font-family: Verdana, Tahoma, sans-serif;
  }


.faqlist_answer_off {
	display: none;
	 }
		
		 .faqlist_answer_on {
			 display: block;
				}
				


	.orderlinks {
		margin-top: 10px;
	}
	
	.orderlinks a {
		margin-right: 10px;
	}

}

/* ---------------------------------------------------------------------------
        iPhone stílusok
   --------------------------------------------------------------------------- */

@media screen and (max-device-width: 480px) {
  
  /* tbd */
}


/* ---------------------------------------------------------------------------
        Nyomtatási stílusok
   --------------------------------------------------------------------------- */

@media print {
  
  body {
    font-family: sans-serif; 
  }
  
  .hidden, .default_skin, 
  #footer, #mainsearch, #countryselector, #navigation, #leftmenu, #rightmenu, 
  #sitehead, #skip, #toplinks, .aural, #ucal_crange { display: none; }
  
  img {border: 0;}
  
  a { color: black; }
  
  a.regio_thumb {
    display: block;
    float: left;
    margin: 0px 2px;
    padding: 2px;
    height: 1%;
    text-decoration: none;
    width: 33%;
    /* border: 1px solid red;*/
    font: 1em Verdana, Tahoma;
    color: black;
  }

  #w3LoadingDiv {
    display: none;
  }

  .articletoolbox {
    display: none;
  }

 .search_result_item {
    padding-bottom: 40px;
 }
}


@media handheld {
  body {
    font-family: sans-serif;
  }
  
  a {
    color: rgb(181,45,45);
  }
  
  a:visited {
    color: rgb(151,15,15);
  }
  
  #toplinks, #footer {
    background-color: rgb(181,45,45);
    color: white;
    text-align: center;
  }
  
  #toplinks ul {
    list-style-type: none;
    padding:0;
    margin:0;
  }
  
  #toplinks ul li {
    display: inline;
  }
  
  #toplinks ul li a, #footer a {
    color: white;
    text-decoration: none;
  }
  
  .hidden, #accessible, #kiemelt, .aural, #ucal, #weather_box { 
    display: none; 
  }
}

