/* trigger */

/* medium-trigger */
.medium-trigger {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    height: 319px;
    width: 227px;
    overflow: hidden;
    background-image: url('/images/cms/trigger/medium-trigger.png');
}
.medium-trigger:hover {
    text-decoration: none;
}
    .medium-trigger span {
        cursor: pointer;
    }
    .medium-trigger .title {
        display: block;
        height: 38px;
        overflow: hidden;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
    .medium-trigger .text {
        display: block;
        font-size: 12px;
        line-height: 17px;
    }
    .medium-trigger .read-more {
        display: block;
        position: absolute;
        top: 285px;
        left: 137px;
        display: block;
        font-weight: bold;
        font-size: 13px;
        line-height: 18px;
    }
    .medium-trigger:hover .read-more {
        text-decoration: underline;
    }

/* column-trigger  */
#column-trigger .image {
    float: left;
    margin: 0 0 0 2px;
    width: 63px;
    height: 63px;
}
#column-trigger .title {
    display: block;
    float: left;
    width: 143px;
    background-image: url('/images/cms/trigger/column-trigger-header.gif');
}
#column-trigger span.author {
    float: left;
    display: block;
    padding: 7px 15px 0 10px;
    font-size: 10px;
    line-height: 15px;
    color: #528f22;
}
#column-trigger .subtitle {
    display: block;
    clear: both;
    padding: 8px 15px 0 19px;
    font-size: 19px;
    line-height: 25px;
    color: #20237d;
}
#column-trigger .text {
    display: block;
    padding: 0 20px 0 19px;
    color: #333333;
}
#column-trigger a {
    height: auto;
}

/* column-trigger on column-summary page*/
.column-trigger {
    display: block;
    clear: both;
    margin-bottom: 4px;
    background: url('/images/cms/trigger/flexible-column-trigger.gif') no-repeat bottom left;
    position: relative;
}
.column-trigger a:hover {
    text-decoration: none;
}
.column-trigger .title {
    display: block;
    padding: 12px 0 0 39px;
    font-size: 19px;
    line-height: 22px;
    color: #04086d;
    background: url('/images/cms/trigger/flexible-column-trigger-top.gif') no-repeat 0 0;
}
.column-trigger .text {
    display: block;
    width: 630px;
    padding: 4px 0 50px 39px;
    color: #2c2c2c;
    line-height: 18px;
}
    .column-trigger .read-more {
        display: block;
        position: absolute;
        bottom: 14px;
        right: 20px;
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #457e19;
    }
    .column-trigger a {
        display: block;
        width: 700px;
        overflow: hidden;
    }
    .column-trigger a:hover .read-more {
        text-decoration: underline;
    }

/* ergenis-trigger */
#ergenis-trigger .image {
    display: block;
    position: absolute;
    top: 49px;
    left: 2px;
    width: 32px;
    height: 36px;
}
#ergenis-trigger .title {
    display: block;
    background: url('/images/cms/trigger/ergenis-trigger-header.gif') no-repeat 2px 0;
}
#ergenis-trigger .subtitle {
    display: block;
    margin: 6px 10px 0 45px;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Arial Narrow', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    color: #528f22;
}
#ergenis-trigger .text {
    display: block;
    padding: 0 20px 0 45px;
    color: #333333;
}

/* small-trigger */
.small-trigger {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    height: 157px;
    width: 227px;
    overflow: hidden;
    background-image: url('/images/cms/trigger/small-trigger.png');
}
.small-trigger:hover {
    text-decoration: none;
}
    .small-trigger span {
        cursor: pointer;
    }
    .small-trigger .image {
        position: absolute;
        left: 2px;
        width: 71px;
        height: 149px;
    }
    .small-trigger .title {
        display: block;
        height: 23px;
        margin: 16px 0 0 86px;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .small-trigger.newsletter .title {
        height: 48px;
    }
        .small-trigger .title img {
            position: static;
            display: block;
        }
    .small-trigger .subtitle {
        display: block;
        padding: 5px 11px 0 86px;
        width: 130px;
        font-size: 17px;
        line-height: 22px;
        font-family: 'Arial Narrow', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        color: #528f22;
        text-transform: uppercase;
    }
    .small-trigger .read-more {
        position: absolute;
        top: 123px;
        right: 22px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        color: #528f22;
    }
    .small-trigger:hover .read-more {
        text-decoration: underline;
    }

/* small trigger question */
a.question {
    background: url('/images/cms/trigger/small-trigger-question.png') no-repeat;
}
a.question  span,
a.your-question span {
    display: block;
    color: #000;
}
    a.question  span.this-month {
        padding: 8px 10px 0 60px;
        width: 150px; /* 220px */
        color: #2c2c2c;
    }
    a.question  span.question {
        padding: 0 10px 10px 60px;
        width: 150px; /* 220px */
        color: #06005c;
        font-weight: bold;
    }
    a.question span.answer {
        padding: 0 10px 10px 60px;
        width: 150px; /* 220px */
    }
    a.question span.answer strong {
        font-weight: bold;
        color: #06005c;
    }

/* large small trigger question */
#tip-summary div.question-container {
    float: right;
    background: url('/images/cms/trigger/small-trigger-qna.png') no-repeat;
    height: 568px;
}
    #tip-summary a.question {
        height: 368px;
        background: transparent;
    }
        #tip-summary a.question .read-more {
            top:350px;
        }
    #tip-summary a.your-question {
        height: 179px;
        background: transparent;
    }
        #tip-summary a.your-question .read-more {
            top:158px;
        }

a.your-question span.header{
    padding: 30px 10px 3px 60px;
    font-size: 14px;
    font-weight: bold;
    color: #06005c;
}
a.your-question span.text{
    padding: 0 10px 10px 60px;
    color: #528F22;
}

/* blue contact */
.small-trigger.blue {
    height: 158px;
    background-image: url('/images/cms/trigger/small-trigger-blue.png');
    background-repeat: no-repeat;
}
.small-trigger.blue h2 {
    height: 23px;
    margin: 16px 0 0 86px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.small-trigger.blue img {
    left: 2px;
    position: absolute;
}
.small-trigger.blue h3 {
    padding: 5px 11px 0 86px;
    width: 130px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Arial Narrow', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    color: #528f22;
    text-transform: uppercase;
}

/* small-trigger list  */
.small-trigger ul {
    margin: 12px 22px 0 0;
    text-align: right;
    line-height: 16px;
}
    .small-trigger ul li a {
        display: block;
        padding: 0;
        color: white;
        font-size: 13px;
        font-weight: bold;
    }

/* large-trigger */
a.large-trigger {
    display: block;
    position: relative;
    margin-bottom: 5px;
    height: 157px;
    width: 467px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-decoration: none;
}
a.large-trigger:hover {
    text-decoration: none;
}
    .large-trigger span {
        cursor: pointer;
    }
    .large-trigger .image {
        position: absolute;
    }
    .large-trigger .read-more {
        position: absolute;
        top: 123px;
        right: 22px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        color: #ffffff;
    }
    a.large-trigger:hover .read-more {
        text-decoration: underline;
    }

/* beleggerservaring */
.large-trigger.beleggerservaring {
    background-image: url('/images/cms/trigger/beleggerservaring-trigger.png');
}
    .large-trigger.beleggerservaring .image {
        top: 0;
        left: 1px;
        width: 175px;
        height: 148px;
    }
    .large-trigger.beleggerservaring .title {
        float: left;
        padding: 11px 30px 8px 189px;
        width: 240px; /* 270 */
        font-size: 19px;
        line-height: 25px;
        font-weight: bold;
        color: #ffffff;
    }
    .large-trigger.beleggerservaring .text {
        float: left;
        padding: 0 0 0 200px;
        width: 240px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        color: #528f22;
    }

/* beleggingsstip */
.large-trigger.beleggingstip {
    background-image: url('/images/cms/trigger/beleggingstip-trigger.jpg');
}
    .large-trigger.beleggingstip .image {
        top: 55px;
        left: 1px;
        width: 47px;
        height: 53px;
    }
    .large-trigger.beleggingstip .title {
        display: block;
        margin: 0 0 0 1px;
        height: 41px;
        width: 200px;
        overflow: hidden;
        text-indent: -9999px;
        background-image: url('/images/cms/trigger/beleggingstip-header.gif');
    }
    .large-trigger.beleggingstip .text {
        display: block;
        padding: 13px 30px 0 56px;
        font-size: 12px;
        line-height: 17px;
        color: #333333;
    }

/* flexible-trigger  */
.flexible-trigger {
    position: relative;
    margin: 0 0 7px 0px;
    width: 703px;
    min-height: 140px;
    overflow: hidden;
    background: url('/images/cms/trigger/flexible-trigger.gif') no-repeat left bottom;
}
.flexible-trigger a {
    overflow: hidden;
    display: block;
    height: 140px;
}
.flexible-trigger a:hover {
    text-decoration: none;
}
.flexible-trigger .image {
    padding: 0 10px 0 156px;
    float: left;
    width: 175px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: 156px 0;
}

.flexible-trigger .category {
    display: block;
    padding: 12px 0 0 171px;
    background: url('/images/cms/trigger/flexible-trigger-top.gif') no-repeat 0 0;
}
.flexible-trigger .category span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 111px;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #528f22;
    text-indent: -9999px;
    overflow: hidden;
}

.flexible-trigger .title {
    display: block;
    padding: 12px 20px 0 171px;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #04086d;
}

.flexible-trigger .beleggen                { background-image: url('/images/cms/trigger/flexible-beleggen.gif'); }
.flexible-trigger .sparen                  { background-image: url('/images/cms/trigger/flexible-sparen.gif'); }
.flexible-trigger .lijfrente               { background-image: url('/images/cms/trigger/flexible-lijfrente.gif'); }
.flexible-trigger .portefeuille-analyse    { background-image: url('/images/cms/trigger/flexible-analyse.gif'); }

.flexible-trigger .text {
    display: block;
    padding: 4px 22px 0 171px;
    color: #2c2c2c;
    line-height: 18px;
}
    .flexible-trigger .read-more {
        position: absolute;
        bottom: 14px;
        right: 20px;
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #457e19;
    }
    .flexible-trigger a:hover .read-more {
        text-decoration: underline;
    }

/* flexible-trigger with content-image */
.flexible-trigger.image {
    height: 157px;
}
.flexible-trigger.image a {
    overflow: hidden;
    display: block;
    height: 148px;
}

/* flexible-trigger investor experience page */
#investor-experience-summary .flexible-trigger {
    height: 157px;
    background: url('/images/cms/trigger/flexible-trigger-grey.gif') no-repeat left bottom;
}
    #investor-experience-summary .flexible-trigger .title {
        display: block;
        background: url('/images/cms/trigger/flexible-trigger-grey-top.gif') no-repeat 0 0;
        font-weight: bold;
    }
    #investor-experience-summary .flexible-trigger .image {
        float: left;
        padding: 0 10px 0 0px;
        background-position: 0 0;
    }
    .flexible-trigger .trigger-quote {
        display: block;
        font-weight: bold;
        font-style: italic;
        color: #457e19;
        font-size: 13px;
    }

/* flexible-trigger news-summary */
#news-summary .flexible-trigger {
    height: 157px;
    background: url('/images/cms/trigger/flexible-trigger-grey.gif') no-repeat left bottom;
}
    #news-summary .flexible-trigger .title {
        background: url('/images/cms/trigger/flexible-trigger-grey-top.gif') no-repeat 0 0;
    }
    #news-summary .flexible-trigger .image {
        float: left;
        padding: 0 10px 0 0px;
        background-position: 0 0;
    }
    .flexible-trigger .trigger-quote {
        font-weight: bold;
        font-style: italic;
        color: #457e19;
        font-size: 13px;
    }

/* flexible-trigger contact page */
#contact .flexible-trigger {
    min-height: 187px;
    background: url('/images/cms/trigger/flexible-trigger-grey.gif') no-repeat left bottom;
}
    #contact .flexible-trigger h3 {
        padding-bottom: 5px;
        background: url('/images/cms/trigger/flexible-trigger-grey-top.gif') no-repeat 0 0;
    }
    #contact .flexible-trigger img {
        padding: 0 10px 0 0px;
        float: left;
    }
#contact .flexible-trigger a {
    display: inline;
    height: auto;
}

#contact .flexible-trigger .contact-left {
    width: 166px;
    padding: 0px;
    float: left;
}
#contact .flexible-trigger .contact-center {
    width: 166px;
    padding: 0px;
    float: left;
}
#contact .flexible-trigger .contact-right {
    width: 166px;
    padding: 17px 0 0 0;
    float: left;
}
    #contact .flexible-trigger span.header {
        color: #686868;
    }

/* .flexible-news-trigger */
.flexible-news-trigger {
    float: left;
    margin: 0 0 28px 0;
    width: 227px;
    /*width: 347px;*/
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-news-trigger.gif") repeat-y;
}
.flexible-news-trigger-top {
    height: 7px;
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-news-trigger-top.gif") no-repeat;
}
.flexible-news-trigger-bottom {
    height: 7px;
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-news-trigger-bottom.gif") no-repeat;
}
.flexible-news-trigger h2 {
    height: 44px;
    overflow: hidden;
    background: url("/images/cms/trigger/header-fd-rss.gif") no-repeat 3px 12px; /*18->3*/
    text-indent: -9999px;
}
.flexible-news-trigger ul {
    /*margin: 0 15px 20px 15px;*/
    margin: 0 0px 11px 3px;
}
    .flexible-news-trigger ul li {
        /*width: 317px;*/
        overflow: hidden;
    }

.flexible-news-trigger p.fl {
    color: #457E19;
}
 .flexible-news-trigger p.fl:first-letter{
          /*color: #04086D;*/
          font-weight: bold;
          margin-left: -2px;
     }

        .flexible-news-trigger ul li span.link {
            display: block;
            line-height: 20px;
            font-size: 12px;
        }


        /* ie hack */
        .flexible-news-trigger ul li span.link {
            background-color: transparent
        }
            .flexible-news-trigger ul li span.link span.arrow {
                display: block;
                float: left;
                padding-bottom: 1px;
                width: 8px;
                color: #528F22;
            }
            .flexible-news-trigger ul li span.link span.arrow {
                text-decoration: none;
            }
            .flexible-news-trigger ul li span.link span.title {
                display: block;
                float: right;
                /*width: 300px;*/
                color: #2C2C2C;
            }
     .flexible-news-trigger ul li a p.fl:first-letter{
          /*color: #04086D;*/
          font-weight: bold;
          margin-left: -2px;
     }
     p.fl {		
            margin-left: 7px;
}

.flexible-news-trigger ul li.rrsfd:hover {
    text-decoration: underline;
}

/* .flexible-annoyance-trigger */
.flexible-annoyance-trigger {
    float: right;
    margin: 0 0 28px 0;
    width: 347px;
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-annoyance-trigger.gif") repeat-y;
}
.flexible-annoyance-trigger-top {
    height: 7px;
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-annoyance-trigger-top.gif") no-repeat;
}
.flexible-annoyance-trigger-bottom {
    height: 7px;
    overflow: hidden;
    background: url("/images/cms/trigger/flexible-annoyance-trigger-bottom.gif") no-repeat;
}
.flexible-annoyance-trigger h2 {
    height: 44px;
    overflow: hidden;
    background: url("/images/cms/trigger/header-top-10-ergenissen.gif") no-repeat 33px 12px;
    text-indent: -9999px;
}
.flexible-annoyance-trigger ul {
    margin: 0 0 20px 0;
}
    .flexible-annoyance-trigger ul li {
        width: 340px;
        overflow: hidden;
    }
        .flexible-annoyance-trigger ul li a {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-decoration: none;
        }
        /* ie hack */
        .flexible-annoyance-trigger ul li a:hover {
            background-color: transparent
        }
            .flexible-annoyance-trigger ul li a span {
                cursor: pointer;
            }
            .flexible-annoyance-trigger ul li a span.number {
                display: block;
                float: left;
                padding-right: 5px;
                width: 19px;
                border-top: 1px solid #a1d37a;
                color: #ffffff;
                font-size: 14px;
                font-weight: bold;
                font-style: italic;
                text-align: right;
            }
            .flexible-annoyance-trigger ul li.first a span.number {
                border: none;
            }
            .flexible-annoyance-trigger ul li a:hover span.number {
                text-decoration: none;
            }
            .flexible-annoyance-trigger ul li a span.title {
                display: block;
                float: right;
                width: 307px;
                border-top: 1px solid #e8eee7;
                color: #457E19;
                font-weight: bold;
            }
            .flexible-annoyance-trigger ul li.first a span.title {
                border: none;
            }
            .flexible-annoyance-trigger ul li a:hover span.title {
                text-decoration: underline;
            }


