#search {
  width: 200px;
  float: left; }

#results {
  width: 100%;
  float: left; }
  #results td {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 60px;
    text-align: center; }
  #results th {
    padding: 4px;
    text-align: center; }
    #results th a {
      text-decoration: none;
      border: none; }
  #results .pagination {
    text-align: center; }
  #results .pagination * {
    margin: 0 4px; }
  #results .street-address {
    display: block; }
  #results table {
    width: 100%;
    border-collapse: collapse; }
  #results thead, #results tfoot {
    background-color: #FCFCFC;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
  #results tr {
    margin-bottom: 20px; }
  #results tbody tr.Gold {
    /* :height 90px */
    font-size: 110%;
    font-weight: bold; }
  #results tbody tr.Gold.roweven td {
    background-color: #fcfcbb; }
  #results tbody tr.Gold.rowodd td {
    background-color: #fcfcdd; }
  #results tbody tr.Silver {
    /* :height 80px */ }
  #results tbody tr.Silver.roweven {
    /* :background-color #dcfcaa */ }
  #results tbody tr.Silver.rowodd td {
    background-color: #fcfccc; }
  #results tbody tr.Bronze {
    height: 60px; }
  #results tbody tr.Bronze.roweven td {
    background-color: #fcdcaa; }
  #results tbody tr.Bronze.rowodd td {
    background-color: #fcfccc; }
  #results tbody tr.Basic {
    font-size: 90%; }
  #results tbody tr.Basic.rowodd td {
    background-color: #eeeeee; }
  #results td.listing_mini_gallery {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 160px; }
