.panel_heading
{
    background: transparent url(/resources/heading.gif) no-repeat;
    padding-left: 50px;
    margin: 0px 0px 0px 20px;
    font: normal normal bold 13px "Century Gothic", Arial;
    height: 19px;
}
.panel
{
    width: 225px;
    height: 225px;
    float: left;
    margin-top: 20px;
}
.featured_link
{
    position: relative;
    display: block;
    width: 225px;
    height: 185px;
    background: url(/resources/featured_link.png);
    cursor: pointer;
    text-decoration: none;
}
.featured_link:hover
{
    background-position: -100% 0%;
}
.featured_link_title
{
    position: absolute;
    display: block;
    width: 225px;
    top: 6px;
    font: normal normal bold 12px "Century Gothic", Arial;
    color: White;
    text-align: center;
}
.featured_link_image
{
    position: absolute;
    border: none;
    top: 40px;
    left: 40px;
}
.featured_link_text
{
    position: absolute;
    display: block;
    width: 225px;
    top: 60px;
    font: normal normal bold 15px "Century Gothic", Arial;
    color: Black;
    text-align: center;
}
.featured_link_footer
{
    position: absolute;
    display: block;
    width: 225px;
    top: 160px;
    font: normal normal bold 11px "Century Gothic", Arial;
    color: Black;
    text-align: center;
}
.featured_listing
{
    position: relative;
    display: block;
    width: 299px;
    height: 215px;
    margin: 0px 1px 0px 0px;
    float: left;
    text-decoration: none;
    background-color: rgb(0,91,150);
}
.featured_listing:hover
{
    background-color: Red;
}
.featured_listing_image
{
    position: absolute;
    width: 299px;
    height: 190px;
    border: none;
}
.featured_listing_title
{
    position: absolute;
    bottom: 3px;
    font: normal normal bold 11px "Century Gothic", Arial;
    color: White;
    width: 299px;
    height: 18px;
    padding-top: 2px;
    text-align: center;
}
.listing
{
    position: relative;
    width: 630px;
    height: 100px;
    margin-top: 10px;
    background-color: rgb(230,230,230);
    border: solid 1px rgb(156,179,221);
    cursor: pointer;
}
.listing_hover
{
    background-color: rgb(245,245,245);
}
.listing_primary_image
{
    position: absolute;
    left: 10px;
    top: 12px;
    width: 100px;
    height: 75px;
    border: solid 1px rgb(156,179,221);
}
.listing_price
{
    position: absolute;
    right: 20px;
    top: 5px;
    font: normal normal bold 20px "Century Gothic", Arial;
    color: rgb(80,80,80);
}
.listing_heading
{
    position: absolute;
    left: 130px;
    top: 7px;
    font: normal normal bold 12px "Century Gothic", Arial;
    padding: 0px;
    margin: 0px;
}
.listing_details
{
    position: absolute;
    left: 120px;
    top: 24px;
}
.listing_description
{
    position: absolute;
    width: 400px;
    left: 220px;
    top: 49px;
    font: normal normal normal 12px "Century Gothic", Arial;    
    line-height: 12px;
}