a.cur {
    font-weight: bold;
}

table.cataloguelist {
    width: 100%;
}
table.cataloguelist tr:nth-child(odd) {
    background-color: #f8f8f8;
}
table.cataloguelist tr:nth-child(odd) td {
    border-bottom: 1px solid #cecece;
}
table.cataloguelist tr:hover {
    background-color: #e8e8e8;
}
table.cataloguelist th {
    margin: 0px;
    padding: 8px 4px;
    background-color: #e3e3e3;
    font-size: 12px;
    font-weight: normal;
    color: black;
    border-bottom: 2px solid #7b7b7b;
}
table.cataloguelist td {
    margin: 0px;
    padding: 4px 4px;
    border-bottom: 1px solid white;
}

div#printversion {
    position: absolute;
    right: 4px;
    top: 190px;
    text-align: right;
    font-size: 11px;
    color: #e3e3e3;
}
    div#printversion * {
        font-size: 11px;
        color: #e3e3e3;
    }
tr.odd {
    background-color: #f8f8f8;
}
tr.odd td {
    border-bottom: 1px solid #cecece;
}