/* Ad Banner */
.adBanner > div {
    height: 60px;
    width: 468px;
}

/* BUTTONS */
.adButtons {
    display: table-row;
    margin: 0 auto;
}

.adButtons > div {
    display: table-cell;
    height: 110px;
    padding: 10px 5px;
    overflow: hidden;
    text-align: center;
    width: 152px;
    *float: left;
}

/* Flag */
.adFlag {
    float: right;
    padding: 0;
    width: 300px;
}

.adFlag > div {
    height: 100px;
    margin-bottom: 10px;
    width: 300px;
}

/* In-Post MPU */
.adInPost {
    clear: both;
}

.adInPost > div {
  background: url('adInPost.gif') #F1F1F1 top left no-repeat;
padding: 65px 0px 35px 0px;
margin-bottom: 15px;
text-align: center;
}

.adInArchive {
    clear: both;
    display: none;
}

.adInArchive > div {
    background: url('adInArchive.gif') #F2F2F2 top left no-repeat;
    padding: 55px 0px 20px 150px;
    margin-bottom: 15px;
}

/* Leaderboard */
.adLeaderboard > div {
    height: 90px;
    width: 728px;
}

/* MPU */
.adMPU > div {
    min-height: 250px;
    margin-bottom: 10px;
    width: 300px;
}

/* Clickable Backgrounds */
.adBackground {
    position: fixed;
    display: block;
    top: 0px;
    height: 100%;
}

/* Partner Links */
.adPartnerLink {
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    clear: both;
    margin: 10px 0px;
    padding: 15px 5px;
}
