<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main_filter{
  background-color: #004890;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#main_filter h1{
  color: white !important;
  font-size: 16px !important;
  padding: 10px 0px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-bottom: 2px solid #066db4 !important;
  /*background-color: #004890;*/
}

#main_filter .first{
  float: left;
  height: 30px;    
  padding-left: 5px;  
  width: 460px;
}

#main_filter.objects .first{  
  height: 110px;
  width: 290px;
  padding-top: 25px;
}

#main_filter .first select, #main_filter .first&gt;input[type=text]{
  position: absolute; 
  margin-top: 0px;
  margin-left: 230px;  
}

#main_filter.objects .first select, #main_filter.objects .first&gt;input[type=text]{
  margin-top: 0px;
  margin-left: 0px;
}

#main_filter.objects .first&gt;input[type=text]{
  margin-top: 40px;
  margin-left: 0px;
}

#main_filter .first select{
  margin-left: 0px;
}

#main_filter .first label{
  color: #79d7ff;
  position: absolute;
  margin-top: 83px;
  margin-left: 23px;
}

#sidewalks{
  color: #79d7ff;
  position: absolute;
  display: block;
  margin-top: 80px;
}

#main_filter .second, #main_filter .third, #main_filter .forth, #main_filter .extend{
  color: #79d7ff;
  float: left;
}

#main_filter .second{
  width: 140px;
} 

#main_filter .third{
  
}

#main_filter.objects .third{
  width: 280px;
}

#main_filter .forth{
  width: 240px;
}

#main_filter .extend{
  float: none;
  padding-left: 5px;
}

#main_filter .extend .location_select{
  padding-bottom: 5px;
}

#main_filter .extend .location_select .select_inner_container{
  min-width: 60px !important;
}

#main_filter div.location_select a{
	width: 16px;
	height: 28px;
	background-image: url(../app/images/delete.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
   display: block;
	float: left;
}

#main_filter div.location_select a span{
	display: none;
}

#main_filter .extend a.add_location{
  background-color: red;
  color: white;
  line-height: 25px;
  display: -moz-inline-stack; /*Firefox 2 hack*/
  display: inline-block;  
  /* magic IE7 hack making element inline-block*/
  zoom: 1; 
  *display: inline;
  line-height: 28px;
  color: white;
  padding: 0px 10px;
  background-color: red;
  background-image: url("../images/gradient_bg.png");
  background-repeat: repeat-x;
  line-height: 29px;
}

#main_filter .second img{
  clear: left;
}

#main_filter .second label, #main_filter .third label, #main_filter .forth label, #main_filter .extend label{
  color: white;
  line-height: 20px;
  display: block;
  float: left;
}

#main_filter .third label[for=date_from], #main_filter .third label[for=date_to]{
  line-height: 30px;
  padding-right: 5px;
}

#main_filter .third span, #main_filter .forth span, #main_filter .extend&gt;span{
  display: block;
  float: left;
  width: 140px;
}

#main_filter .forth span{
  width: 120px;
}

#main_filter .extend&gt;span{
  width: 180px;
}

#main_filter .first img, #main_filter .second img,#main_filter .third img, #main_filter .forth img, #main_filter .extend img{
  float: left;
}
#main_filter .second h2, #main_filter .third h2, #main_filter .forth h2, #main_filter .extend h2{
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

#main_filter .extend h2{
  clear: both;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

#main_filter dl.results{
  height: 45px;
  background-color: #5997c2;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.results dt{
  height: 20px;
  width: 185px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  line-height: 10px;
  background-color: #f80000;
  text-align: center;
  margin-left: 230px;
  margin-top: 4px !important;
  padding-top: 15px;
  padding-right: 40px;
  background-image: url(../images/gradient_bg_reverse.png);
  background-repeat: repeat-x;
  position: absolute; 
}

.results .found_accomodation{
  margin-left: 500px;
  margin-top: 4px !important;
}

.results dd{
  display: inline;
  font-size: 20px;
  color: white;
  padding: 0px;
  margin: 11px 0px 0px 395px;
  position: absolute;
  width: 50px;
  text-align: center;
}

.results .accomodation_number{
  margin-left: 665px;
}

.results .round_blue_lt{
  background-image: url(../images/round_blue2_lt.gif);
}

.results .round_blue_rt{
  background-image: url(../images/round_blue2_rt.gif);
}

.results .round_blue_rb{
  background-image: url(../images/round_blue2_rb.gif);
}

.results .round_blue_lb{
  background-image: url(../images/round_blue2_lb.gif);
}

#main_filter .round_blue_lt{
  background-image: url(../images/round_blue2_lt.gif);
}

#main_filter .round_blue_rt{
  background-image: url(../images/round_blue2_rt.gif);
}

#main_filter .round_blue_rb{
  background-image: url(../images/round_blue2_rb.gif);
}

#main_filter .round_blue_lb{
  background-image: url(../images/round_blue2_lb.gif);
}

#main_filter button{
  position: absolute;
  right: 10px;
  top: 5px;
  width: 100px;
}

#main_filter button+button{
  top: auto;
  margin-top: -37px;
  width: 100px;
}

#main_filter .show_extend{
  position: absolute;
  left: 90px;
  top: 5px;
  line-height: 28px;
  color: white;
  padding: 0px 10px;
  background-color: red;
  background-image: url("../images/gradient_bg.png");
  background-repeat: repeat-x;
  line-height: 29px;
}

#main_filter.accomodations div.forth{	
	width: 500px
}

#main_filter.accomodations div.forth span{
	width: 120px;
}

#main_filter.accomodations div.extend{
	width: 950px;
	float: left; 
	clear: left; 
}

.gray_bar{  
  background-color: #dcdcdc; 
  height: 42px;  
  position: relative;
  display: block;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 13px 0px;
}

.gray_bar&gt;a{
  position: absolute;
  display: block;
  margin: 7px 0px 0px 3px;  
  background-color: green;
  background-image: url("../images/gradient_bg.png");
  background-repeat: repeat-x;
}

.gray_bar&gt;a span{
  display: block;
	line-height: 29px;
	background-image: url(../images/button_follow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 25px 0px 10px;
  margin-right: 3px;
	font-weight: bolder;
  color: white;
}

.gray_bar&gt;a span.back{
  background-image: url(../images/button_follow_back.png);
  background-position: left center;
  padding: 0px 10px 0px 25px;
}

.gray_bar ul{
  display: -moz-inline-stack; /*Firefox 2 hack*/
  display: inline-block;  
  /* magic IE7 hack making element inline-block*/
  zoom: 1; 
  *display: inline;
  width: 500px;
  padding-left: 227px !important;
}

#content ul, #content li{
  padding: 0px;
  margin: 0px;
}

#content ul.list{
  margin-top: -5px;
}

#content ul.list li{
  padding: 10px 0px 0px 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px dashed #d3d3d3 !important;
  height: 135px;
  list-style: none;
  position: relative;  
}

#content ul.list li h2{
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-left: 195px !important;
  margin-top: 0px !important;
  width: 750px !important;
  margin-right: 65px !important;
  position: absolute;
}

#content ul.list li p{
  color: black;
  width: 700px !important;
  height: 60px !important;
  margin-left: 195px !important;
  margin-top: 30px !important; 
  overflow: hidden !important;
  line-height: 20px !important;
  position: absolute;
}

#content ul.list li.ot_event p{
  margin-top: 40px !important; 
}

#content ul.list li img{
  margin-top: 0px !important;
  margin-left: 0px;
  background-image: url(../images/profile_image_shadow.png);
  background-position: -2px -2px; 
  padding-right: 6px;
  padding-bottom: 7px;
  position: absolute;
}

#content ul.list li dl{
	position: absolute;
	right: 0px;
	top: 5px;
  padding: 0px;
  margin: 0px;
}

#content ul.list li dl dt.buggy, #content ul.list li dl dt.children,
#content ul.list li dl dd.buggy span, #content ul.list li dl dd.children span{
	display: none;
}

#content ul.list li dl dd.buggy, #content ul.list li dl dd.children{
	width: 40px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	height: 40px;
  padding-bottom: 5px;
}

#content ul.list li dl dd.buggy{
	background-image: url(../images/for_buggy.png);	
}

#content ul.list li dl dd.children{
	background-image: url(../images/for_children.png);	
}

#content ul.list li dl dt.created{
	display: none;
}

#content ul.list li dl dt.created+dd{
	position: absolute;
	left: -816px;
	top: 100px;
}

#content ul.list li dl dt.date{
	display: none;
}

#content ul.list li dl dt.date+dd{
	position: absolute;
	left: -816px;
  top: 23px;
  color: #999999; 
}

#content li a.package, #content li a.more{
  background-color: #166aaa;
  position: absolute;
  right: 0px;
  bottom: 5px;
  color: white;    
  text-align: center;
  width: 75px;
  line-height: 35px;
}

#content li a.more span.follow{
	background-position: 50px center;
  line-height: 35px !important;
  display: block;
  width: 40px;
}

#content li a.package{
  left: 195px;
  width: 170px;  
}

#content li a.package span{
  display: block;
  background-image: url(../images/add_to_package.png);
  background-repeat: no-repeat !important;
  background-position: right center;
  padding-right: 20px;
  margin-right: 10px;
}

a.package+select{
  position: absolute;
  left: 200px;
  top: 140px;
  background-color: #166aaa;
  border: 0px;
  width: 160px;
  display: none;
  z-index: 1;
}


#order_by_criteria{
  margin-top: 7px;
  margin-bottom: 9px;
  float: right;
  width: 200px;
}

#content a:hover{ 
  text-decoration: none;
}

#content ul li.up{
  padding-bottom: 0px !important;
  padding-left: 6px !important;
  float: left;
  width: 201px;
}</pre></body></html>