#idx_head_after {
    float: left;
    clear: both;
    width: 100%;
    background: #fafaf9 no-repeat left top;
    margin: 0;
    height: 31px;
}

.icon_header {
    padding: 0 0 0 36px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    min-height: 30px;
    height: auto;
}

.icon_header_one_line {
    padding-top: 8px;
}

blockquote {
    width: 224px;
    color: #828178;
    background-color: #fff;
    border-top: 1px dotted #000;
    margin: 3px 0 12px 0;
    padding: 9px 11px;
    font-size: 11px;
}
#notifications a {
    font-weight: bold;
}

#notifications a.is_read {
    font-weight: normal;
}

ul#samples {
    list-style: none;
    margin: 5px 0 0 -10px;
    padding: 0;
    width: 323px;
}

ul#samples li {
    float: left;
    padding: 0 8px 0 0;
}

a.button {
    display: block;
    background-color:#6ab765;
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 120px;
}

a.button .rtop, a.button .rbottom {
    display: block;
    background: #f3f2f0;
}

a.button .rtop *, a.button .rbottom * {
    display: block;
    height: 1px;
    overflow: hidden;
    background-color: #6ab765;
}

a.button .r1 {margin: 0 5px}
a.button .r2 {margin: 0 3px}
a.button .r3 {margin: 0 2px}
a.button .r4 {margin: 0 1px; height: 2px}

a.button span { display: inline-block; padding: 0 22px; }

#icon_question      { background-image: url('../img/icon_question.png'); }
#icon_notifications { background-image: url('../img/icon_notifications.png'); }
#icon_balance       { background-image: url('../img/icon_balance.png'); }