#product-search {
    background: #FFF;
    color: #444;
    font: 12px arial, helvetica, sans-serif;
}

#product-search img {
    border: 0;
}

#product-search p.download-hint {
    text-align: right;
    width: 100%;
}

#product-search table {
    border-collapse: collapse;
}

#product-search td {
    border-bottom: 1px solid #EBEBEB;
    height: 32px;
}

#product-search th {
    background:#EBEBEB;
    color: #444;
}

#product-search th.pdf {
    width: 32px;
}

#product-search th.productname {
    width: 368px;
}

