.topBanner {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #e5e5e5;
    height: 120px;
    margin: 0px 24px;
    width: inherit;
}

.adHere {
    float: left;
    font-size: 12px;
    line-height: 17px;
    margin-top: 18px;
    text-align: center;
    width: 180px;
}

.buyNow a {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: #c2cffc;
    border-radius: 4px;
    color: black;
    display: block;
    font-weight: bold;
    margin-left: 47px;
    margin-top: 7px;
    padding: 1px 10px;
    width: 65px;
}

.buyNow a:hover {
    color: white;
    text-decoration: none;
}

.topImageAd {
    float: left;
    margin-left: 25px;
    margin-top: 15px;
    width: 728px;
}

.ad {
    clear: both;
    color: #cccccc;
    font-size: 12px;
    margin: 0 30px 0 0;
    padding: 0;
    text-align: right;
}