
/* YAHOO CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial;
}
body{
	font-size: 12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h2{
    color: #0000dd;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* USED Hx TAGS */

h3{
  font-size: 16px;
  font-weight: bold;
}

/**************************** 

	PURE HTML FORMATTING  
	
*****************************/
label{
	margin-right: 10px;
}
/**************************** 

		  LAYOUTS
	
*****************************/

.kek{
    color: #0000dd;
}

/********************************
 *            INDEX
 ********************************/

a.sel{
	color: #000;
	text-decoration: none;
}

#logo{
	margin: auto;
}

#index_header{
	text-align: center;
	position: relative;
}

	#ilink{
		width: 200px;
		height: 160px;
		display: block;
		margin:auto;
	}

	#index_header img#logo{
		padding-top: 50px;
		margin-bottom: 20px;
		display: block;
	}
	
	#time{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#langs{
		position: absolute;
		right: 10px;
		top: 30px;
	}

.index_search{
	margin: 10px;
}

.formwrapper{
	text-align: center;
	width: 600px;
	margin: auto;
}

/********************************
 *            SEARCH
 ********************************/

.search_header{
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
} 

.search_header .logo{
  position: absolute;
  left: 0px;
  top: 0px;    
  z-index: 500;
}

.top_search_form{
  width: 500px;
  position: relative;
  margin-left: 150px;
  padding-top: 10px;
}
  .pos1{
      position: absolute;
      left: 420px;
      top: 10px;  
      z-index: 0;  
  }
  .pos2{
      position: absolute;
      left: 420px;
      top: 38px;
      z-index: 0;  
  }
  .pos3{
      position: absolute;
      left: 500px;
      top: 68px;
      width: 300px;
  }
  .pos4{
      position: absolute;
      left: 500px;
      top: 40px;  
  }
    .top_search_form .extra_toggler{
        position: absolute;
        left: 105px;
        top: 4px;
        z-index: 20;
    }
    .top_search_form .ao_terkepes{
        position: absolute;
        left: 217px;
        width: 103px;
        display: block;
        top: 4px;
        z-index: 20;
    }

#search_results{
  padding: 10px;
}

  #search_results h3{
    margin-bottom: 5px;
  }
  
  #search_results ul{
    width: 745px;
    margin-bottom: 20px;
  }

  #search_results ul li{
    position: relative;
  }

  #search_results ul li a{
    text-decoration: none;
  }

  #search_results ul li a.txt{
    text-decoration: none;
    color: #000;
  }
  
  #search_results ul li a.object_image{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 123;
    height:80px;
    overflow: hidden;
  }

  #search_results ul li a.lowest_price{
    text-decoration: underline;
    font-style: italic; 
  }
  
  #search_results ul li a.lowest_price, #search_results ul li em{
    position: absolute;
    right: 120px;
    top: 5px;
    color: #333;
  }

  #search_results ul li a.map_link{
    position: absolute;
    right: 120px;
    bottom: 0px;
  }

.pager {
  padding-top: 20px;
}

.pager a{
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
}

.pager a.selected{
  color: #ff9900;
  text-decoration: none;
}

#info_bar{
  background: #ffffcc;
  border-bottom: 1px solid #ffcc00;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
}
#logout_link{
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

#search_order{
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
}

/********************************
 *       PARTNEREK DEFAULT
 ********************************/

#partner_content{
  padding: 10px;
}
    #partner_content #left_panel{
      padding: 10px;
      width: 150px;
      float: left;
      text-align: center;
    }    
        #partner_content #left_panel .object_image{
          display: block;
          background: #efefef;
          padding: 10px 0 10px 0;
          margin-bottom: 5px;
        }
        #partner_content #left_panel #info_panel #big_info{
          font-size: 14px;
          font-weight: bold;
          margin-top: 20px;
        }
        #partner_content #left_panel #info_panel{
          font-size: 10px;
          display: block;
          background: #ECEDFF;
          padding: 10px 0 10px 10px;
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: left;
        }
            #partner_content #left_panel h4{
              font-size: 14px;
              font-weight: bold;
            }
            #partner_content #left_panel h6{
              font-size: 13px;
              font-weight: bold;
              margin-top: 5px;
            }

    #partner_content #right_panel{
      padding: 10px;
      width: 680px;
      float: left;
    }
    
    #right_panel{
      line-height: 18px;
    }
    
        #map_link, #data_link{
            vertical-align: middle;
        }
/********************************
 *          KÉPGALÉRIA
 ********************************/

#image_holder{
  width: 520px;
  float: left;
  position: relative;
  margin-top: 10px;
}
    #black_bar{
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #000;
      width: 520px;
      color: #fff;
      height: 58px;
    }
        #main_infos{
          position: absolute;
          top: 12px;
          left: 10px;
          font-size: 10px;          
        }
        #contact_infos{
          position: absolute;
          top: 3px;
          right: 10px;
          font-size: 10px;        
        }
		#cim_wrap{
		  width: 210px;
		  height: 20px;
		  overflow: hidden;
		  display: block;
		}
#thumbs_holder{
  float: left;
  width: 150px;
  margin-top: 10px;
  margin-left: 10px;
}
    #thumbs_holder span{
      display:block; 
      font-size: 10px;
      margin-bottom: 5px;
    }
    #thumbs_holder img{
      cursor: pointer;
    }
    
/********************************
 *            TÉRKÉP
 ********************************/
    
#google_map{
  width: 520px;
  height: 400px;
  border: 1px solid #aaa;
  margin-top: 10px;
}
    #room_prices{
      float: right;
      text-decoration: underline;
      font-weight: bold;
    }
    #infob img{
      margin: 3px;
    }

/********************************
 *        TÉRKÉPES KERESŐ
 ********************************/
#tkereso{
	width: 680px;
	height: 450px;
	border: 1px solid #aaa;
	float: left;
}

#tkontroller select{
	margin-bottom: 10px;
}
#tkontroller #key{
	margin: 0px;
	padding: 0px;
}
#tkontroller h4{
	font-size: 12px;
}
#tkontroller{
	border: 1px solid #aaa;
	/*width: 120px;*/
	height: 330px;
	padding: 10px;
	margin-left: 10px;
	float: left;
	background: #efefef;
}

.hidden{
	display: none;
}
 
/********************************
 *            COMMON
 ********************************/
#szerzfelt_100{
  margin-top: 5px;
}

#content_text{
  margin-left: 20px;
  width: 90%;
  text-align:left;
}

#content_text h1{
  text-align:left;
}

#content_text h2{
  text-align:left;
}

#content_text h3{
  text-align:left;
}

.reg_ext2{
	overflow: auto;
	height: 150px;
	padding: 5px;
}
.controller{
	width: 212px;
	height: 24px;
	background: url(../images/cls.jpg) no-repeat;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	left: 210px;
	top: 0px;
}
.controller_c{
	width: 212px;
	height: 24px;
	background: url(../images/cls_c.jpg) no-repeat;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	left: 210px;
	top: 0px;
}
    .block{
      width: 500px;
      float: left;
      margin-right: 10px;
      margin-bottom: 20px;
    }
    .block2{
      width: 300px;
      float: left;
      margin-left: 30px;
    }
#footer{
	text-align: center;
	position: relative;
	margin: 50px 100px 20px 100px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	clear: left;
}

#footer_extra{
	text-align: center;
	position: relative;
	margin: 0px 200px 50px 200px;
	padding: 0px;
	color: #ccc;
}
	#footer_extra a{
		color: #aaa;
		text-decoration: none;
	}

  .centerize{
    text-align: center;
  }

#cont_nav{
  display: block;
  margin: 10px;
}
/******************************** SEXY BUTTONS *******************************/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url( ../images/bg_button_a.png ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.tp{
    margin-top: 11px;
    width: 100%;
}

.lp {
    margin-left: 218px;
}
.lp_chk {
    margin-left: 80px;
}
.mb{
    margin-bottom: 10px;
}
a.button span {
    background: transparent url( ../images/bg_button_span.png ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/****************************** / SEXY BUTTONS / *****************************/


