/* Include file for /mypmz/search/results.asp */
.listing-result {
  display: block;
  padding: 6px 12px 6px 6px;
  border: 1px solid #ccc;
  border-top:0;
  color: #393939;
  background:#FFFFFF;
}

/* ++ commented - DH
.listing-result a{
  color: #0069aa;
}
*/
.listingDetailsLink {
  text-align:center;
}

.listingOH {
}

.listingPreview {
  padding: 10px 0 6px 0;
}

.listingPreviewMap {
  float: right;
  border: 1px solid #cfcfcf;
  height: 170px;
  width: 340px;
  background: #fff;
}

.listingPreviewTools {
  text-align: center;
  font-size: 85%;
  padding-bottom: 10px;
}

.listingPreviewTools a{
  padding-right: 30px;
  cursor: pointer;
}

.listingPreviewTools img{
  padding-right: 4px;
}

.listingRemarks {
  text-transform: uppercase;
  /* text-align: justify; */
  line-height: 95%;
  float: left;
  width: 350px;
  max-height:70px;
  font-size:13px;
  overflow: auto;
  padding:4px;
}

.listingSummary .listingSub {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border-right: 1px solid #ccc;
}

.listingSummary .courtesy{
  font-style: italic;
  color: #808080;
  font-size:10px;
}

.listingSummary .preview{
  font-weight: bold;
  cursor: pointer;
  font-size:14px;
  width:170px;
}

.listingThumb img{
  padding: 2px;
  border: 1px solid #FF6600;
  width: 76px;
  height: 57px;
  margin-right:6px;
  background: #ffd3b6;
}

.listingThumbs {
  float: left;
  width: 358px;
  text-align: center;
  padding: 12px 0;
}

.listingThumbs img{
  border: 1px solid #cfcfcf;
  width: 70px;
  padding-right: 2px;
}

.listingTitle {
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 6px;
  height: 20px;
}

.listingTitle a{
  color: #ff6600;
}

#resultsHead {
  padding: 12px 0;
  color: #0069aa;
  font-weight: bold;
}

#resultsHead span{
  font-weight: normal;
}

.resultsPagination {
  color: #393939;
  padding: 0 0 12px 0px;
}

.resultsTools {
  padding: 12px;
  font-size:12px;
  border: 0;
  background: none;
}

.resultsTools button{
  width: 67px;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 85%;
}

.resultsTools button img {
  padding: 2px 4px 2px 0px;
}

.resultsTools h4 {
  font-size:12px;
}

.resultsTools ul {
  margin: .25em;
  margin-left: .75em;
}

.resultsTools ul li {
  list-style-type: none;
}



/*Experimental enlarging of thumbs for mike*/

.listingThumb img {
  width: 96px;
  height: 77px;
}

#sideDiv {
  width: 220px;
  float: left;
}

.sideSection {
  display:block;
  background: #eeeeee;
  border: 1px solid #dddddd;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

#resultsDiv {
  width: 724px;
  margin-left:20px;
  float: left;
}

#resultSet {
  border-top: 1px solid #ccc;
  margin-bottom:10px;
}

#resultsres {
  margin-bottom:10px;
}

.searchCriteria th {
  text-align:left;
}
