.sw_pons_portal .book .footer .booktitle{
    color:#FFF;
    background-image:url("../../../../common/img/icon/12x12/arrow/right_white.png");
}

.sw_pons_portal .book:hover .footer .booktitle{
    color:#5098b4;
    background-image:url("../../../../common/img/icon/12x12/arrow/right_lightblue.png");
}

.sw_pons_portal .authentication_required .book.accessible .footer .booktitle,
.sw_pons_portal .authentication_not_required.user_authenticated .book.accessible.touched .footer .booktitle{
    color: #002C70;
    background-image:url("../../../../common/img/icon/12x12/arrow/right_blue.png");
}

.sw_pons_portal .authentication_required .book.accessible:hover .footer .booktitle,
.sw_pons_portal .authentication_not_required.user_authenticated .book.accessible.touched:hover .footer .booktitle{
    color:#5098b4;
    background-image:url("../../../../common/img/icon/12x12/arrow/right_lightblue.png");
}



.sw_pons_portal #content_column{
    min-height: 1040px;
}

.sw_pons_portal .booktitle > span {
    display: none;
}
