#pluginCtaBox{
    width: 645px;
    margin-top: 40px;
}
#pluginCtaBox a{
    text-decoration: none;
}
#pluginCtaBox .boxCta-item{
    padding: 10px;
}

#pluginCtaBox .boxCta1,
#pluginCtaBox .boxCta2,
#pluginCtaBox .boxCta3{
    width: 210px;
    float: left;
}

#pluginCtaBox .boxCta-item h2{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000000;
    padding-bottom: 10px;
}

#pluginCtaBox .boxCta1,
#pluginCtaBox .boxCta2{
    margin-right: 7px;
}

#pluginCtaBox article{
    padding: 10px;
    color: #FFFFFF;
    font-size:11px;
    height: 75px;
    background: url("arrow.png") bottom right no-repeat;
    background-position: 190px 58px;
}

#pluginCtaBox .boxCta1{background: url("box1.png") top right no-repeat #edecea;}
#pluginCtaBox .boxCta2{background: url("box2.png") top right no-repeat #edecea;}
#pluginCtaBox .boxCta3{background: url("box3.png") top right no-repeat #edecea;}

#pluginCtaBox .boxCta1 article{background-color: #a60083;margin-top: 5px;}
#pluginCtaBox .boxCta2 article{background-color: #f07f00;margin-top: 5px;}
#pluginCtaBox .boxCta3 article{background-color: #6a4c2e;margin-top: 5px;}