#homepageFlashContainer{
    width:1200px;
    height:500px;
    z-index:9999;
    position:relative;
}
#homepageFlash {
    width:1200px;
    height:500px;
    position:absolute; 
    z-index:2000;
}

#homepageGradient {
    left:0px;
    height:400px;
    width:100%;
    top:440px;
    z-index:-1;
    position:absolute;
    background-color:#000000;
    background-image:url('/img/bg_gradient.png');
    background-repeat:repeat-x;
}

#homepageDynamicContent {
    width:939px;
    z-index:1000;
    margin:10px auto;
}
#homepageDynamicContentTop{
    background-image:url('/img/bottom_items_box_top.png');
    background-repeat:no-repeat;
    height:61px;
    width:100%;
}
#homepageDynamicContentBody {
    background-image:url('/img/products/products_panel_bg.gif');
    background-repeat:repeat;
    font-family:Arial;
    font-size:11px;
    color:#a3a2a2;
    width:100%;
}
.topSpacer { height:25px; }
.bottomSpacer { height:5px; }
.edgeSpacer { width:10px; }
.midSpacer { width:16px; }
.homepageDynamicContentItem { width:295px; }
#homepageDynamicContentBottom {
    background-image:url('/img/products/products_panel_bottom.png');
    background-repeat:no-repeat;
    width:939px;
    height:12px;
}

.contentTextItem {
    line-height:16px;
    width:280px;
    padding-left:11px;
    padding-bottom:10px;
    border-bottom:solid 1px #464646;
    font-size:12px;
}
.contentTextItem a {
    color:#A3A2A2;
    text-decoration:none;
}

.contentTextItem a:hover {
    text-decoration:underline;
}
.contentTextItem img {
    margin-bottom:3px;
    margin-right:4px;
}

.contentTextItemLast {
    border:none;
}

.bottomViewAll {
    text-align:right;
    margin-right:20px;
}
.bottomViewAll a {
    color:#08a5e8;
}
