/* Fancy boxes */

.fb-bonusblock_1 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 26px 35px 30px 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #90c4d2;
    background: #aadae7;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #95cedf), color-stop(1, #bbe2ec));
    background: -ms-linear-gradient(bottom, #95cedf, #bbe2ec);
    background: -moz-linear-gradient(center bottom, #95cedf 0%, #bbe2ec 100%);
    background: -o-linear-gradient(#bbe2ec, #95cedf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbe2ec', endColorstr='#95cedf', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
    box-shadow: inset 0px 1px 1px 0px #ffffff;
}

.fb-bonusblock_2 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 26px 35px 30px 65px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
    position: relative;
}

.fb-bonusblock_2:before {
    content: '';
    display: block;
    position: absolute;
    left: 28px;
    top: 22px;
    width: 23px;
    height: 24px;
}

.fb-bonusblock_3 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 22px 41px 26px 41px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #00c0ff;
}

.fb-bonusblock_4 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 25px 44px 31px 44px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.fb-bonusblock_4 .fb-border_left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 6px;
    background: url(fancy-images/border_vertical.png) repeat-y top center;
}

.fb-bonusblock_4 .fb-border_right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 6px;
    background: url(fancy-images/border_vertical.png) repeat-y top center;
}

.fb-bonusblock_4 .fb-border_top {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 100%;
    background: url(fancy-images/border_gorizontal.png) repeat-x top center;
}

.fb-bonusblock_4 .fb-border_bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 100%;
    background: url(fancy-images/border_gorizontal.png) repeat-x top center;
}

.fb-bonusblock_5 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 15px 20px 15px 60px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fffe9a;
    position: relative;
}

.fb-bonusblock_5 a {
    color: #3389b8;
    text-decoration: none;
}

.fb-bonusblock_5 a:hover {
    text-decoration: underline;
}

.fb-bonusblock_5:before {
    content: '';
    display: block;
    position: absolute;
    left: 23px;
    top: 11px;
    width: 23px;
    height: 24px;
}

.fb-bonusblock_6 {
    margin: 15px 0;
    width: 100%;
    color: #000;
/*    font-size: 16px;
    line-height: 22px;*/
    padding: 22px 41px 26px 41px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fffe9a;
    border: 1px solid #e7e79a;
}

.fb-bonusblock_6 a {
    color: #ca3f00;
    text-decoration: underline;
}

.fb-bonusblock_6 a:hover {
    text-decoration: none;
}

.fb-spr-sprite, .fb-bonusblock_2:before, .fb-bonusblock_5:before {
    background: url('fancy-images/spr-sc62b9604dd.png') no-repeat;
}

.fb-bonusblock_2:before {
    background-position: 0 0;
}

.fb-bonusblock_5:before {
    background-position: 0 0;
}

#coupg_preview_metabox .inside {
    background: #222 url(lp_bg.png) repeat top left;
    padding-top: 20px;
}