﻿.FeaturedListing {
    position: relative;
    float: left;
    width: 270px;
    margin: 0px 0px 20px;
    padding: 0px;
}

.FeaturedListing dt {
    width: 270px;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #FFFFFF;
    text-align: center;
}

.FeaturedListing dt strong {
    font: normal 26px Georgia, "Times New Roman", Serif;
    font-variant: small-caps;
    color: #C3662E;
}

.FeaturedListing dt span {
    font: 14px Arial, Sans-Serif;
    text-transform: uppercase;
    color: #D6C39B;
}

.FeaturedListing dd {
    position: relative;
    width: 217px;
    height: 161px;
    margin: 0px 27px 0px 26px;
    padding: 0px;
    color: #000000;
    font: 11px Verdana, Arial, Sans-serif;
    overflow: hidden;
}

.FeaturedListing .clip {
    position: absolute;
    clip: rect(0px 217px 161px 0px);
    z-index: 1;
}

.FeaturedListing img {
    position: absolute;
    width: 217px;
    height: 161px;
}

.FeaturedListing a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 217px;
    height: 161px;
    margin: 0px;
    padding: 0px;
    background: url(/Images/Public/featuredhome_mask.png) no-repeat center center;
    z-index: 3;
}

.FeaturedListing p {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 279px;
    margin: 0px;
    padding: 10px;
    background-color: #FFFFFF;
    filter: alpha(opacity=75);
    opacity: .75;
    z-index: 2;
}

.FeaturedListing p span {
    display: block;
}

.FeaturedListing p strong {
    margin: 0px 5px 0px 0px;
}

.FeaturedListing p span.MLS {
    float: left;
}

.FeaturedListing p span.Price {
    float: right;
}

.FeaturedListing p span.Location {
    float: left;
    width: 217px;
    margin-top: 4px;
    clear: both;
}
