@CHARSET "UTF-8";

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

a { text-decoration: none }

h1 {
	margin: 10px 0px 0px 13px;
	font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
}

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

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

ul li { margin: 0 auto; }

ul li, div.ad {
    padding: 0px;
    margin: 0px;
    height: 210px;
    width: 145px;
    float: left;
    overflow: hidden;
}

div.ad div.image {
    width: 126px;
    height: 96px;
    overflow: hidden;
    border: solid 1px #cccccc;
}

div.ad div.image img {
    margin: 3px !important;
    margin: 2px;
}

div.ad, div.text {
    margin: 0;
}

div.text {
    width: 126px;
}

a.description {
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin: 0;
}

.advlabel {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 494px;
}
