﻿.FeaturedListing {
    width: 204px;
    margin: 20px 0px 0px;
    padding: 0px;
}

.FeaturedListing dt {
    width: 236px;
    height: 24px;
    margin: 0px;
    padding: 11px 0px 0px;
    background: url(/Templates/Template4/Main/Images/featuredListing_ts.png) no-repeat center top;
    color: #0D1E41;
    font: 15px Georgia, "Times New Roman", Serif;
    text-align: center;
}

.FeaturedListing dd {
    position: relative;
    width: 220px;
    height: 135px;
    margin: 0px;
    padding: 0px 8px 6px;
    background: url(/Templates/Template4/Main/Images/featuredListing_bs.png) no-repeat center bottom;
/*
    color: #0E2B8D;
    */
    font: 11px Verdana, Arial, Sans-serif;
}

.FeaturedListing .clip {
    position: absolute;
    clip: rect(0px 220px 123px 0px);
    width: 200px;
    height: 123px;
    padding-left: 4px;
}

.FeaturedListing img {
    float: left;
    position: absolute;
    width: 200px;
}

.FeaturedListing dd p {
    display: none;
    float: left;
    position: absolute;
    bottom: 8px;
    left: 2px;
    width: 190px;
    margin: 0px;
    padding: 5px;
    background-color: #FFFFFF;
    filter: alpha(opacity=75);
    opacity: .75;
}

.FeaturedListing dd p strong {
    margin: 0px 3px 0px 0px;
}

.FeaturedListing span.MLS {
    float: left;
}

.FeaturedListing span.Price {
    float: right;
}

.FeaturedListing span.Location {
    float: left;
    margin-top: 2px;
}

.FeaturedListing dd a {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 200px;
    height: 123px;
    margin: 0px;
    padding: 0px;
    background: url(/Images/x.gif) repeat left top;
}

