.afp_catalogue_block h4 {
    color: #313131;
    font: 30px 'CorporateEBQ',serif;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#afp_catalogue_header {
    float: right;      
    padding: 13px 15px 7px;
    border-left: solid 1px #fff;
}

#afp_catalogue_header a {
    color: #0083c9; 
    text-decoration: none;
}

#afp_catalogue_header a:hover {
    text-decoration: underline;
}

/* block_test_account */

.afp_catalogue_block_test_account {
    background: #000 url(images/bg-block-test-account.jpg) left bottom no-repeat;
    font-size: 14px;
    letter-spacing: -1px;
    padding: 23px 15px 28px 150px;
}
.afp_catalogue_block_test_account h4 {
    color: #0083c9;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.afp_catalogue_block_test_account h4:first-line {color: #fff;}

.afp_catalogue_block_test_account a {color: #827b7a; display: block; text-decoration: none;}

.afp_catalogue_block_test_account a:hover h4 {color: #19acd7;}

.afp_catalogue_block_test_account em {color: #e7e7e7;}

/*
    #ticker {
        color: #827b7a;
        float: right;
        line-height: 18px;
        overflow: auto;
        width: 410px;
    }
    #ticker .container {
        float: left;
        height: 51px;
        margin: 0 10px;
        overflow: hidden;
        width: 350px;
    }
    #ticker .container ul {
        height: 51px;
        width: 1110px;
    }
    #ticker .container li {
        float: left;
        height: 51px;
        overflow: hidden;
        padding-right: 20px;
        width: 350px;
    }
    #ticker .container li p {line-height: 15px;}
    #ticker a {color: #827b7a; text-decoration: none;}
    #ticker a:hover {color: #635d5c;}
    #ticker a:hover .title {text-decoration: underline;}
    #ticker .title {text-transform: uppercase;}
    #ticker .nav {
        height: 31px;
        float: left;
        padding: 20px 5px 0;
        width: 6px;
    }
    #ticker .nav span {
        display: block;
        height: 11px;
        text-indent: -9999px;
    }
    #ticker .nav:hover {background-color: #fff;}
    #ticker .prev span {background-position: 0 0;}
    #ticker .next span {background-position: -8px 0;}
*/