.uhslistings {
    text-align: center;
}

.uhslistings .listingTable {
    width: 100%;
}

.uhslistings td.listingimage {
    text-align: center;
    vertical-align:top;
    width:33%;
}

.uhslistings img.listingimage {
    border: 1px solid black;
    width:125px;
    height:85px;
}

.uhslistings span.address {
    font-family: Arial;
    font-size:13px;
    font-weight:bold;
    color: #000000;
}

.uhslistings span.price {
    font-family: Arial;
    font-size:12px;
    color: #000000;
}


.uhslistings .sold {
    color: #FF0000;
    font-weight: bold;
}

/* Details page */

.uhslistings td.detailsHeaders {
    background-color: #A22630;
    color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    font-family: verdana, geneva;
    font-size: 8pt !important;
    font-weight: bold;
    vertical-align:top;
    width:33%;
}

.uhslistings td.detailsText {
    color: #000000;
    font-family: Arial, verdana, geneva;
    font-size: 8pt;
    text-align: left;
    vertical-align:top;
    width:33%;
}

.uhslistings .detailsAddress {
    font-family: Arial;
    font-size:16px;
    font-weight:bold;
    color: #000000;
}

.uhslistings .detailsPrice {
    font-family: Arial;
    font-size:14px;
    color: #000000;
    text-align: right;
}


.uhslistings p {
    font-family: Arial, verdana, geneva;
    font-size: 8pt !important;
}

