#itemHdr {
    background: #333333;
    color: white;
    overflow: auto;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    margin: -10px 8px 0 10px;
    zoom: 1;
    padding: 0 17px;
}
#itemHdr .photo {
    height: 10px;
}
#itemHdr .subject, #itemHdr .date, #itemHdr .format, #itemHdr .dl {
    margin-top: 0;
    font-size: 11px;
}

.item {
    line-height: 13px;
}
.photo {
    float: left;
    width: 170px;
    height: 101px;
}

.subject {
    margin-top: 20px;
    float: left;
    width: 370px;
}

.date {
    margin-top: 23px;
    float: left;
    width: 170px;
    text-align: center;
    font-size: 13px;
}

.format {
    margin-top: 23px;
    float: left;
    width: 100px;
    text-align: center;
    font-size: 13px;
}

.dl {
    margin-top: 15px;
    text-align: center;
    margin-left: 800px;
}
.dl a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    display: block;
    background: url(../img/presse-btn.jpg) no-repeat;
    line-height: 30px;
    width: 109px;
    margin: auto;
}
.alt .dl a {
    background: url(../img/presse-btn2.jpg) no-repeat;
}

.tt {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 10px;
}
.td {
    font-size: 11px;
}