.teaser {
    background:#EAF2F6 url(../../images/bg_tabnav_teaser.png) repeat-x scroll left top;
    margin-top:8px;
    padding:12px;
}

.teaser p {
    color:#666666;
    padding:0;
}

.teaser a {
    color:#1784B1;
    text-decoration:none;
}

.teaser span {
    color:#9999A2;
    display:block;
    font-family:Times New Roman;
    font-size:1.4em;
    font-style:italic;
    padding-top:16px;
}

.browse {
        position: absolute;
        right: 5px;
        bottom: 0px;
        font-size: 1.2em;
        clear:both;
}
.browse span {
        color: rgb(153,153,153);
}
.browse a {
        position: relative;
        top: 2px;
        left: -5px;
}
.browse a.next {
        left: 5px;
}
