@CHARSET "UTF-8";

html, body {
    border: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    background: transparent;
}

a {
    text-decoration: none;
}

.zone {
    position: relative;
    width: 298px;
    height: 248px;
    overflow: hidden;
    border: solid 1px #ccc;
    padding: 0;
    margin: 0;
}

ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding: 0;
    margin: 0;
    height: 82px;
    width: 299px;
    float: left;
    overflow: hidden;
}

table.ad {
    width: 299px;
    height: 82px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
}

table.ad tr td {
    padding: 0;
    margin: 0;
}

table.ad tr td.image {
    width: 100px;
    height: 75px;
    overflow: hidden;
    padding: 0 1px;
}

table.ad tr td.image img {
    width: 100px;
    height: 75px;
}

table.ad tr td.text {
    padding: 0 3px;
}

a.description {
    font-weight: normal;
    font-size: 12px;
}

.advlabel {
    position: absolute;
    height: 10px;
    color: #aaa;
    top: 0;
    right: 2px;
    font-size: 9px;
}
