/**
 * CSS-file with styles for offers page
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 29.02.2008
 * @version $Id: page-search.css 11 2007-11-09 14:22:12Z denis $
 */

#offers_list {
    width: 99%;
    margin-top: -16px;
}

#offers_list thead td {
    font: 11px Tahoma, Verdana, sans-serif;
    vertical-align: bottom;
    color: #999;
}

#offers_list thead td h1 {
    color: #333;
    padding: 7px 0 7px 50px;
    background: url(/media/images/markers/offers-h2.gif) no-repeat left 2px;
    position: relative;
    left: -50px;
    top: 7px;
}

#offers_list td {
    vertical-align: top;
    padding: 0 25px 20px 0;
}

#offers_list td.last-child {
    width: 80px;
    padding-right: 0;
}

#offers_list a.bank {
    color: #bd8d0d;
}

#offers_list a.bank:hover {
    background: #bd8d0d;
    color: #fff;
}


.bank_info {
    padding-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.bank_info a {
    color: #bd8d0d;
}

.bank_info a:hover {
    color: #fff;
    background: #bd8d0d;
}

.bank_info .logo {
    float: right;
}

.bank_info .logo img {
    background: #fff;
}

.bank_info .logo a:hover {
    border: 0;
    text-decoration: none;
    background: #fff;
}

.h2 {
    overflow: visible;
    margin-top: -10px;
}

.h2 h1 {
    padding: 10px 0 10px 50px !important;
    background: url(/media/images/markers/offers-h2.gif) no-repeat left 4px;
    position: relative;
    left: -50px;
}

