  body.listings {
    background: #F7F7F5;
    font-family: verdana, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 65%;
    padding: 0;
    margin: 0;
  }
  a, a:visited {
    color: #06c;
  }
  a:hover {
    color: #06f;
  }
  h1, h2 {
    border-bottom: 1px dotted #CCC;
    color: #444;
    font-family: "Palatino Linotype",Palatino,Constantia,"Book Antiqua",serif,"Times New Roman",Times,serif;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 0 0 6px;
    padding: 0 0 6px;
    text-align: left;
  }
  img {
    border: 0;
  }
  .end {
    display: block;
    clear: both;
    font-size: 0px;
    height: 1px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
  }
  
  body.listings .content {
    width: 500px;
    padding: 0 0 15px;
  }
  
  .featured_list {
    display: block;
    border-bottom: 1px dotted #CCC;
    margin: 0 0 40px;
  }
  .featured_list * {
    line-height: 10px;
  }
  .featured_list h2 {
    line-height: 16px;
  }
  .featured_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .featured_list ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inherit;
  }
  * html .featured_list ul li {
    display: inline;
  }
  .featured_listings a, .featured_listings a:visited {
    display: block;
    border: 1px solid #F7F7F5;
    padding: 8px;
    width: 480px;
    margin: 0 auto;
    color: #444;
    text-decoration: none;
    background: #F7F7F5 url(./images/fade_bottom.jpg) no-repeat bottom center;
  }
  .featured_listings a:hover {
    border-color: #ccc;
    color: #444;
    text-decoration: none;
    background: #fff;
  }
  
  
  .listings .headerbox {
    display: block;
    width: 480px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 2px;
    margin: 0 0 4px;
    border-bottom: 1px solid #ddd;
    font-family: "Century Gothic", "Avant Garde", "Gill Sans Ultra Bold", "Arial", "Helvetica";
    font-weight: bold;
  }
    .listings .featured_listings_title {
      display: block;
      float: left;
      padding: 0 0 0 4px;
    }
    .listings .featured_listings_price {
      display: block;
      text-align: right;
    }

  .listings .imgbox {
    display: block;
    float: left;
    padding: 0;
    min-height: 108px;
    width: 108px;
    overflow: hidden;
  }
  * html .listings .imgbox {
    height: 108px;
  }
    .listings .imgbox img {
      border: 4px solid #fff;
    }
  
  .listings .descriptionbox {
    display: block;
    float: left;
    width: 368px;
    min-height: 100px;
    padding: 8px 0 0 4px;
  }
  * html .listings .descriptionbox {
    height: 108px;
  }
    .featured_listings .featured_listings_description {
      display: block;
      padding: 2px 0 0;
    }
    .featured_listings .featured_listings_link {
      display: block;
      padding: 8px 0 0;
      color: #06c;
    }
    
  .agents_list .agent_listitem {
    display: block;
    border: 1px solid #F7F7F5;
    padding: 8px;
    width: 480px;
    margin: 0 auto;
    color: #444;
    text-decoration: none;
    background: #F7F7F5 url(./images/fade_bottom.jpg) no-repeat bottom center;
  }
    .agent h3 {
      color: #444;
      font-family: "Palatino Linotype",Palatino,Constantia,"Book Antiqua",serif,"Times New Roman",Times,serif;
      font-size: 14px;
      font-variant: small-caps;
      font-weight: normal;
      letter-spacing: 2px;
      line-height: 16px;
      margin: 0;
      padding: 0 0 6px;
      text-align: left;
    }
    .agent h3:first-letter {
      font-size: 16px;
    }
    .agent_listitem p {
      padding: 0 0 4px;
      margin: 0;
    }

  #listingsnav {
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 14px 6px 4px;
    width: 488px;
    height: 14px;
    border-bottom: 1px dotted #ccc;
  }
    #listingsnav li {
      color:#222;
      display:inline;
      float:right;
      font-size:10px;
      list-style-type:none;
      text-transform:uppercase;
    }
    #listingsnav a {
      border-right:1px solid #777;
      color:#06c;
      display:inline;
      line-height:11px;
      padding:4pt 6px;
      text-decoration:none;
    }
    #listingsnav li:first-child a {
      border-right: none;
    }
    #listingsnav a:hover {
      background: #fff;
    }

  #personalnav {
    clear: both;
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 4px 6px 2px;
    width: 488px;
    height: 14px;
    background: #eee;
  }
    #personalnav li {
      color:#222;
      display:inline;
      float:left;
      font-size:10px;
      list-style-type:none;
      text-transform:uppercase;
    }
    #personalnav a {
      border-left:1px solid #777;
      color:#06c;
      display:inline;
      line-height:11px;
      padding:2pt 6px;
      text-decoration:none;
    }
    #personalnav li:first-child a {
      border-left: none;
    }
    #personalnav a:hover {
      background: #fff;
    }
    
    .copyright {
      display: block;
      clear: both;
      width: 500px;
      padding: 25px 0;
    }
    .copyright p {
      text-align: center;
      margin: 0;
      padding: 2px 0;
      color: #777;
    }
    .copyright a {
      color: #777;
    }
    
    
    
    
  div.searchform {
    width: 500px;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;

    background: transparent url(./images/fade_shadow.jpg) no-repeat bottom center;    
  }
  div.searchform form {
    display: block;
    padding: 12px 0 12px 4%;
    margin: 0;
    border: 1px dotted #ccc;
  }
  div.searchform fieldset {
    border: none;
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
    left: 0;
  }
  div.searchform legend {
    color: #999;
    font-family: "Palatino Linotype",Palatino,Constantia,"Book Antiqua",serif,"Times New Roman",Times,serif;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px;
  }
  div.searchform legend:first-letter {
    font-size:16px;
  }
  ul.formlayout {
    padding: 12px 0 0;
    margin: 0;
    list-style-type: none;
    display: block;
    clear: both;
  }
  ul.formlayout ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    clear: both;
  }
  ul.formlayout li {
    padding: 4px 0;
    margin: 0;
    clear: both;
    display: inherit;
    background: none;
  }
  * html ul.formlayout li {
    display: block;
  }
    ul.formlayout label.block {
      display: block;
      padding: 0;
      margin: 0;
      clear: both;
    }
    ul.formlayout .col1, ul.formlayout .col2 {
      display: block;
      float: left;
      padding: 0;
      margin: 0;
      clear: none;
    }
    ul.formlayout .col1 {
      width: 49.9%
    }
      ul.formlayout .col1 input.text, ul.formlayout .col1 select, ul.formlayout .col1 textarea {
        width: 80%;
      }
    ul.formlayout .col2 {
      width: 100%
    }
      ul.formlayout .col2 input.text, ul.formlayout .col2 select, ul.formlayout .col2 textarea {
        width: 90%;
      }
    
   input.button {
    width: 142px;
    border: 1px solid #797979;
    color: #fff;
    font-family: "Palatino Linotype",Palatino,Constantia,"Book Antiqua",serif,"Times New Roman",Times,serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 3px 0;
    text-align: center;
    background: #222 url(./images/input_button.gif) no-repeat center center;
  }
  
  
ul.browse_tools {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
}
ul.browse_tools li {
  margin: 0;
  padding: 0;
}
.browse_tools.summary {
  position: relative;
  top: -6px;
}
  .browse_tools.summary li {
    display: block;
    color: #999;
    float: left;
    padding: 0 4px 4px 0;
  }
.browse_tools.search {
}
  .browse_tools.search li {
    display: inherit;
    float: right;
    padding: 0 0 0 4px;
  }
  .browse_tools.search a {
    display: block;
    width: 140px;
    height: 19px;
    border: 1px solid #797979;
    color: #fff;
    font-family: "Palatino Linotype",Palatino,Constantia,"Book Antiqua",serif,"Times New Roman",Times,serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    margin: 0;
    padding: 4px 0 0px;
    text-align: center;
    background: #222 url(./images/input_button.gif) no-repeat center center;
  }
  .browse_tools.search a:hover {
  }
.browse_tools.pagination {
  height: 20px;
  background: transparent url(./images/fade_bottom.jpg) no-repeat bottom center;
  padding: 4px 0 0 0;
}
  .browse_tools.pagination li {
    float: left;
    color: #999;
    background: #F7F7F5;
    display: block;
    margin: 0 2px 0 0;
    padding: 4px 6px 0;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-width: 0px;
  }
  * html ul.pagination li {
    float: left;
    color: #999;
    background: #F7F7F5;
    display: block;
    margin: 0 2px 0 0;
    padding: 4px 6px 0;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-width: 0px;
  }
  .browse_tools.pagination li.selected {
    font-weight: bolder;
    position: relative;
    bottom: -1px;
    height: 15px;
    color: #444;
    border-color: #999;
  }
  .browse_tools.pagination a {
    text-decoration: none;
  }
  .browse_tools.pagination a:hover {
    color: #00f;
  }
.browse_tools.skip {
}
table.searchresults {
  border: none;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 500px;
  margin: 0 0 30px;
}
table.searchresults th {
  padding: 8px 0;
  margin: 0;
  vertical-align: bottom;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  color: #444;
  font-family: "Century Gothic", "Avant Garde", "Gill Sans Ultra Bold", "Arial", "Helvetica";
  font-weight: bold;
}
table.searchresults td {
  padding: 4px 0 0 0;
  margin: 0;
  vertical-align: top;
  font-size: 10px;
}
table.searchresults .image_thumb {
  display: block;
  float: left;
  width: 100px;
  border: 4px solid #fff;
}
table.searchresults .header_3 {
  width: 230px;
  text-align: left;
}
table.searchresults .header_5 {
  width: 35px;
}
table.searchresults .header_6 {
  width: 35px;
}
table.searchresults .header_7 {
  width: 100px;
}
table.searchresults .field_title {
  padding: 2px 2px 2px 6px;
  font-size: 13px;
  font-weight: bolder;
}
table.searchresults .mls {
  display: block;
  padding: 4px 0;
  font-size: 10px;
  font-weight: bolder;
  color: #555;
}
table.searchresults .textarea_1 {
  display: block;
  float: left;
  padding: 4px 0 4px 4px;
  width: 386px;
}
table.searchresults .field_2, table.searchresults .field_7 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  font-family: "Century Gothic", "Avant Garde", "Gill Sans Ultra Bold", "Arial", "Helvetica";
  padding: 8px 2px 2px 6px;
}
table.searchresults .field_5, table.searchresults .field_6, table.searchresults .field_7 {
  border-bottom: 1px solid #ddd;
  text-align: right;
  padding: 8px 2px 2px 6px;
}
table.searchresults .seperator {
  height: 20px;
  background: transparent url(./images/fade_bottom.jpg) no-repeat bottom center;
}
table.searchresults th.seperator {
  height: 20px;
  background: transparent url(./images/fade_shadow.jpg) no-repeat top center;
  border-top: 1px dotted #777;
}
