img.picto_exclu {
    vertical-align:     middle;
}
#offer_search {
/*    width:          674px;*/
    width:          730px;
    margin:         0 0 .5em;
    background:     url(/image/offer_search/table_bg.png);
}
#offer_search.excep {
    background:     url(/image/offer_search/table_bg_excep.png);
}
#offer_search #offer_search_top {
    height:         31px;
    color:          white;
}
#offer_search #offer_search_bottom {
    height:         7px;
    background:     url(/image/offer_search/table_bottom.png);
}
#offer_search.excep #offer_search_bottom {
    background:     url(/image/offer_search/table_bottom_excep.png);
}
#offer_search table {
/*    width:          652px;*/
    width:          708px;
    margin-left:    9px;
}
#offer_search table tr:hover td {
    background:     #eff8c6;
}
#offer_search table tr td {
    padding:        1px 2px;
    border:         solid 1px #99bd00;
    font-size:      11px;
}
#offer_search.excep table tr td {
    border:         solid 1px #B2A327;
}
#offer_search table tr td a,
#offer_search table tr td a.bonus span {
    font-size:      11px;
}
#offer_search table tr td:first-child {
    border-left:    none;
}
#offer_search table tr td:last-child {
    border-right:    none;
}
/* FIXME: very ugly problem with IE8.js and IE... */
#offer_search table tr td a,
#offer_search table tr td a.bonus span {
/*    font-size:      10px;*/
}
/* END */
#offer_search table tr td a.bonus {
    text-decoration:    none;
    color:          black;
    background:     transparent;
}
#offer_search table tr td a.bonus img {
    vertical-align: middle;
}
#offer_search table tr td a.red,
#offer_search table tr td span.red {
    color:          #cf281f;
    background:     transparent;
}
