@CHARSET "UTF-8";

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

a {
    text-decoration: none;
}

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

.zone .single_img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.zone .single_text {
    margin-top: 2px;
}

.zone .single_text a.description {
    font-weight: bold;
}


ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

ul li {
    padding: 0;
    margin: auto 0;
    height: unset;
    width: 299px;
    float: none;
    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 {
    height: 10px;
    position: absolute;
    top: 233px;
    left: 228px;
    font-size: 10px;
}

.advlabel a {
    color: #aaa;
}
