    /* ---- house listing ---- */
    div#house_list {
      float: left;
      width: 400px;
      border-top: 1px solid #dddddd;
      margin-right: 25px;
    }
    div.house {
      float: left;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #dddddd
    }
    div.house .property_img {
      float:left;
      border: 0;
      width: 100px;
      height: 70px;
    }
    div.ul_div {
      float: left;
      width: 200px;
      margin-left: 10px;
    }
    div.house ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    div.house ul li {
      margin-left: 10px;
      text-indent: -10px;
    }
    li.house_title {
      font-size: 16px;
      font-weight: bold;
    }
    li.house_subtitle {
      font-size: 11px;
    }
    div.price {
      float: left;
      font-size: 12px;
      font-weight: bold;
    }
    #house_list div.price {
      float: right;
      color: #333;
    }

    /* ---- google map ---- */
    #map {
      position: relative;
      left: 435px;
      top: 0px;
      width: 500px; height: 400px; border: 1px solid black;
      visibility: hidden;
    }
    .tooltip {
      background: white;
      font-size: 12px;
      font-weight: bold;
      color: black;
      padding: 3px;
      border: 1px solid #dddddd;
    }
    div.info_detail {
      float: left;
    }
    .info_detail img {
      border: 0;
    }
    .info_detail a {
      display: inline;
    }
    .info_detail ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
    }
 .external_img{
     width: 10px;
    height: 10px;
    border: 0px;
    padding-left: 5px;
 }
 .external_link {
    width: 10px;
    height: 10px;
    border: 0px;
    padding-right: 7px;
    background: url(/realestate/inc/templates/images/icon_blvds_outbound_link.png) no-repeat center right;
}


.external_link:hover{
   background: url(/realestate/inc/templates/images/icon_blvds_outbound_link_orange.gif) no-repeat center right;
}