body {
  font-family: Verdana, Arial, Courier, sans-serif
  font-size: 11px;
  background-color: rgb(255,255,204);
  background: rgb(255,255,204) url('img/bgnadpis01.gif') repeat bottom left;
}
#wrapper {
  width: 910px;
  margin: auto;
}

#head {
  font: normal 12px  Verdana;
  height: 100px;
  /* background: #fff url('img/filter-bg.gif') repeat-x bottom left; */
  
}

#head #logo {
  float: left;  
}

#head #advertisment {
  float: right;  
}


#head #filter {
  margin-left: 150px;  
  color: rgb(0,0,51);
  width: 500px;
}

#mapwrapper {
  float: left;
  width: 700px
}

#listobjects {
  font-size: 12px;
  height: 500px;
  width: 200px;
  overflow: auto;
  font: normal 12px Verdana;
}

#advertisment {
}

/* STYLES FOR TAB (BUBBLE) */

.t_desc {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	padding: 5px; 
}

.t_info {
  font: normal 12px Verdana;
  width: 250px;
}

.t_info .t_info_name {
  color: #133A6E;
  font-weight: bold;
  font-size: 13px;
  
}

.t_info .t_info_tel {
  color: #444;
}

.t_info .t_info_link {
}

.t_info .t_info_photo img{
  border: 1px solid #777;
  padding: 5px;
}

.t_info .t_info_open{
  font-style: italic;
  color: rgb(121,121,121);
}

.t_info .t_info_cap{
}

.t_info .t_info_dist{
}

.t_info. t_info_price{
}

/* STYLES OF OBJECT LIST  */
.list {
  padding: 3px;
  border-bottom: 1px solid rgb(128,128,128);
  cursor: hand;
  cursor: pointer;
  background-color: #fff;
}
.list:hover {
  background-color: rgb(255,255,204);
}

.list .list_name {
  color: #133A6E;
  font-weight: bold;
  font-size: 13px;
  
}
.list .list_cap{
}

.list .list_dist{
}

.list. list_price{
}

#numrecords {
  font: normal 11px Verdana;
  color: rgb(0,51,102);
  border: 1px solid #ffcc00;
  width: 200px;
  padding: 2px;
}

