﻿.FeaturedListing {
    width: 204px;
    margin: 20px 0px 0px;
    padding: 0px;
}

.FeaturedListing dt {
    width: 204px;
    height: 24px;
    margin: 0px;
    padding: 3px 0px 0px;
    background: url(/Templates/Template1/Main/Images/featuredListing_ts.png) no-repeat center top;
    color: #FFFFFF;
    font: 15px Georgia, "Times New Roman", Serif;
    text-align: center;
}

.FeaturedListing dd {
    position: relative;
    width: 200px;
    height: 126px;
    margin: 0px;
    padding: 0px 2px 6px;
    background: url(/Templates/Template1/Main/Images/featuredListing_bs.png) no-repeat center bottom;
    color: #0E2B8D;
    font: 11px Verdana, Arial, Sans-serif;
}

.FeaturedListing .clip {
    position: absolute;
    clip: rect(0px 200px 123px 0px);
    width: 200px;
    height: 123px;
}

.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;
}

