#content .bgContent {
    background: none;
}

/* SPECIAL OFFERS BLOCK */
div.block-content{
    width: 570px;
    border-right: 1px #eee solid;
    float: left;
}
div.block-content div.header span.topic{
    color: #fff;
    font-family: Times New Roman,Arial,Sans-Serif;
    font-size: 1.65em;
    text-shadow: 1px 1px #940E0E;
    float: left;
}
div.block-content div.header span.link{
    display: block;
    background: url(images/arrow-white.gif) no-repeat right center;
    line-height: 1.8em;
    float: right;
}
div.block-content div.red div.header-container {
    background: url(images/topic-red-wide.gif) no-repeat left bottom;
}
div.block-content div.green div.header-container {
    background: url(images/topic-green-wide.gif) no-repeat left bottom;
}
div.block-content div.green span.topic {
    text-shadow: 1px 1px #0D543C;
}
/* PRODUCT BLOCK */
div.block-product{
    width: 260px;
    margin: 5px 10px 5px 0px;
}
div.block-product dl.short{
    width: 140px;
}
/* BANNERS */
div.banner-content{
    float: right;
    width:170px;
    padding:10px 0 10px 0;
}
div.banner-content p{
    margin: 0 0 10px 0;
}

div.block-product dl{
    min-height: 100px;
    _height: 100px;
}