#openhouses #ohListings {
  background : #9BD;
  border  : 2px solid #579  }
#ohListings .date       {
  background : #234;
  color      : #FFF;
  padding    :    5px;
  }
#ohListings .date H3    {
  font-size  :   12pt;
  margin     :      0;
  line-height:   12pt;
  padding    :      0;
  }
#ohListings .time       {
  background   : #789;
  color        : #234;
  border-top   : 1px  solid #579;
  border-bottom: 1px dashed #579;
  padding      :   2px 10px;
  }
#ohListings .time H4    {
  font-size  :   10pt;
  margin     :      0;
  line-height:   100%;
  padding    :      0;
  }
#ohListings .listings              {
  background : none;
  line-height: 8pt;
  }
#ohListings .listings img          {
  margin:  0 5px;
  /* margin-bottom: 3px; */
  }
#ohListings .listings div.float    {
  float :  left;
  background: #234;
  margin:  10px;
  width : 160px;
  color : #FFF;
  border: 2px solid #579;
  cursor     : pointer;
  margin-left:    10px;
  }
#ohListings .listings div.spacer   {
  height     : 0px;
  font-size  : 2px;
  line-height:   0;
  }
#ohListings .listings div.float .agent,
#ohListings .listings div.float .times,
#ohListings .listings div.float .price,
#ohListings .listings div.float .address {
  margin :   0;
  padding: 1px 5px ;
  border :   0;
  color  : #FFF;
  line-height: 12pt;
  font-size  : 10pt;
  font-weight: bold;
  }
#ohListings .listings div.float .agent {
  background: #6A8EB5;
  color     : #000;
  text-align: center;
  }
#ohListings .listings div.float .times {
  text-align: center;
  }
#ohListings .listings div.float .price {
  text-align: center;
  padding   : 0 5px 5px 5px;
  display   :   none;
  }
#ohListings .listings div.float .address {
  text-align : left;
  line-height:  9pt;
  font-size  :  8pt;
  padding-top:  1px;
  }
#ohListings .listings div.float BR {
  clear      : both;
  }
#ohListings .listings div.float A,
#ohListings .listings div.float A:visited,
#ohListings .listings div.float A:link     {
  text-decoration: none;
  }
#ohListings .listings div.float A:hover    {
  text-decoration: none;
  }
#ohListings .listings div.float A IMG {
  border: none;
  }
