@import url(search-results-map.css);
@import url(search-results-property.css);
@import url(search-menu.css);

table {
  border-collapse: collapse;
  border: none;
}

.searchTableLeft {
 background: #fff url(/images/search/search-content-left.gif) repeat-y top left;
 width:10px;
 vertical-align:top;
 }
 
.searchTableRight {
 background: url(/images/search/search-content-right.gif) repeat-y top left;
 width:10px;
 vertical-align:top;
 }
 
.searchTableBottom {
 background: #fff url(/images/search/search-content-bottom.gif) repeat-x top left;
 vertical-align:top;
 height:25px;
 }
 

