html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    font: 62.5% Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    font-size: 12px;
}

.img {
    display: block;
    margin: 0;
    padding: 0;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

form {
    padding: 0;
    margin: 0;
}

.img {
    margin: 0 8px 5px 0;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h5 {
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

    a:hover {
        text-decoration: underline;
    }

ul {
    margin: 20px;
}

p {
    margin: 0;
    padding: 5px 0 8px 0;
}

.str {
    font-weight: bold;
}

.h3 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#allPage {
    width: 934px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-size: 1.2em;
    margin: auto;
}

.header {
    padding: 10px 0
}

    .header .border {
        height: 105px;
        position: relative;
    }

.logo {
    position: absolute;
    top: 8px;
    left: 25px;
    width: 120px;
    height: 64px;
    outline: none
}

    .logo strong {
        position: absolute;
        top: 8px;
        left: 90px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: bolder;
        white-space: nowrap;
    }

    .logo:hover {
        text-decoration: none;
    }

.version {
    position: absolute;
    top: 55px;
    left: 116px;
    font-size: 10px;
}

.border {
    background: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #ccc6c5;
    box-shadow: 0px 2px 4px #ccc6c5
}


.wraper {
    background: #fff url(../i/left_border.png) 0 0 repeat-y;
    position: relative
}

.left {
    width: 240px;
    float: left;
    padding: 13px 38px 0 23px;
}

.main_part {
    width: 607px;
    float: left;
    line-height: 147%;
    padding: 28px 0 0 0;
}



/*language*/
.language {
    position: absolute;
    top: 12px;
    right: 11px;
    float: right;
    font-size: 11px;
}

    .language ul {
        float: right;
        padding: 0;
        margin: -2px 0 0 11px;
        list-style: none;
    }

        .language ul li {
            float: left;
            padding: 0;
        }

            .language ul li.first {
                float: left;
                padding: 2px 5px 2px 0;
            }

            .language ul li a {
                padding: 0 0 0 6px;
                background: url(../i/language.png) 100% -705px no-repeat;
                float: left;
            }

                .language ul li a span {
                    padding: 2px 6px 2px 0;
                    background: url(../i/language.png) 100% -75px no-repeat;
                    float: left;
                }

            .language ul li.last a span {
                background-position: 0 -300px;
            }

            .language ul li.active a {
                background-position: 0 -43px;
                margin-left: -2px;
                padding-left: 8px;
            }

                .language ul li.active a span {
                    background-position: 100% 0px;
                    padding-right: 8px;
                }

/*main menu*/
.main_menu {
    position: absolute;
    left: 280px;
    top: 68px;
    text-align: center;
}

    .main_menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-top: solid 3px #dcdcdc;
    }

        .main_menu ul li {
            float: left;
            padding: 7px 7px 0 7px
        }

            .main_menu ul li.first {
                padding-left: 0
            }

            .main_menu ul li.last {
                padding-right: 0;
            }

            .main_menu ul li a {
                font-size: 14px;
                font-weight: bolder;
            }

/*share*/
.share {
    position: absolute;
    top: 73px;
    left: 25px;
    font-size: 11px;
    line-height: 20px;
    width: 260px;
}

    .share span {
        float: left;
        padding: 0 7px 0 0;
    }

    .share a {
        float: left;
        width: 17px;
        height: 16px;
        text-indent: -10000px;
        outline: none;
        margin: 0 3px 0 0;
    }

    .share .fblike {
        position: relative;
        float: left;
        padding-right: 0px;
    }

    .share .twitter-share-button {
        float: left;
        width: 60px !important;
    }

#___plusone_0 {
    float: left !important;
}

.share .icon1 {
    background-position: 0 0;
}

.share .icon2 {
    background-position: -21px 0;
}

.share .icon3 {
    background-position: -42px 0;
}

.share .icon4 {
    background-position: -62px 0;
}

.share .icon5 {
    background-position: -82px 0;
}

.share .icon6 {
    background-position: -102px 0;
}


.line1 {
    padding-bottom: 10px;
}

.line2 {
    padding-bottom: 10px;
}

/*line 1 blocks*/
.line1 .border {
    position: relative;
}

.block_v1 {
    float: left;
    width: 219px;
    height: 131px;
    margin: 0 10px 8px 0;
    padding: 10px 23px;
    background: #f5f5f5 url(../i/block1.png) 100% 0 no-repeat;
    font-size: 11px;
    color: #979797;
    overflow: hidden;
}

.block_v2 {
    float: left;
    width: 222px;
    height: 140px;
    margin: 0;
    padding: 13px 20px 17px 23px;
    background: #fff url(../i/block2.png) 100% 0 no-repeat;
    font-size: 11px;
}

.block_v3 {
    float: right;
    width: 658px;
    height: 328px;
}

.block_v4 {
    float: left;
    width: 265px;
    margin: 0 10px 0px 0;
    background: #fff url(../i/block_girl.png) 10px 5px no-repeat;
    position: relative;
}

.block_v4_bg {
    background: #fff url(../i/cart/block4.png) 10px 5px no-repeat
}

.block_v5 {
    float: left;
    width: 295px;
    margin: 0 10px 0 0;
    position: relative
}

.block_v6 {
    float: left;
    width: 353px;
    margin: 0 0px 0 0;
    position: relative
}

.block_v3_h {
    float: right;
    width: 658px;
    height: 420px;
}

.block_v7 {
    float: left;
    width: 265px;
    margin: 0 10px 0px 0;
    position: relative;
}
/*left content*/
.left_block_v1 {
    float: left;
    width: 215px;
    height: 131px;
    margin: 0 10px 0 -23px;
    padding: 10px 23px;
    background: #f5f5f5 url(../i/block1.png) 100% 0 no-repeat;
    font-size: 11px;
    color: #979797;
    overflow: hidden;
    border-top: 1px solid #ececec
}

    .left_block_v1 input {
        border: solid 1px #c6c6c6;
        width: 197px;
        padding: 6px 10px;
        color: #9d9d9d;
        margin: 7px 0 0 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        font-size: 15px
    }

    .left_block_v1 .bt_download {
        margin: 10px 0 0 0;
        text-indent: -10000px;
        overflow: hidden
    }

    .left_block_v1 .button {
        width: 160px;
        padding: 0 0 0 64px;
        margin: 5px 0;
        height: 39px;
        line-height: 34px;
        font-size: 20px;
        border: 0;
        color: #fff;
        cursor: pointer;
        text-align: left;
        overflow: visible;
        display: block;
    }

.left_block_v2 {
    float: left;
    width: 218px;
    height: 140px;
    margin: 0 0px 7px -23px;
    padding: 13px 20px 17px 23px;
    background: #fff url(../i/block2.png) 100% 0 no-repeat;
    font-size: 11px
}

    .left_block_v2 .button {
        width: 160px;
        padding: 0 0 0 64px;
        margin: 5px 0;
        height: 39px;
        line-height: 34px;
        font-size: 20px;
        border: 0;
        color: #fff;
        cursor: pointer;
        text-align: left;
        overflow: visible;
        display: block;
    }

    .left_block_v2 .buy_now {
        display: block;
        margin: 5px 0 6px;
        padding: 0 0 0 64px;
        text-indent: -10000px;
        overflow: hidden;
    }

/*start by N.Z. made ms partner and refund policy stamp as links*/
.MSpartner {
    float: left;
    position: relative;
    width: 107px;
    height: 59px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.RefundPolicy {
    float: right;
    position: relative;
    width: 85px;
    height: 75px;
    margin-right: 5px;
    margin-top: -4px;
    cursor: pointer;
}

.MSpartner_mb {
    float: left;
    position: relative;
    width: 107px;
    height: 59px;
    position: relative;
    margin-top: -70px;
    margin-left: 30px;
    cursor: pointer;
}

.RefundPolicy_mb {
    float: right;
    position: relative;
    width: 85px;
    height: 75px;
    margin-right: 25px;
    margin-top: -90px;
    cursor: pointer;
}
/*by N.Z. made ms partner and refund policy stamp as links*/

/*end left content*/


.block_v1 .h3 {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 3px 0;
}

.block_v1 input {
    border: solid 1px #c6c6c6;
    width: 197px;
    padding: 6px 10px;
    color: #9d9d9d;
    margin: 7px 0 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 15px
}

.line1 .button, .line2 .button, .left_part .button, .hp_line1 .button, .hp_line2 .button {
    width: 160px;
    padding: 0 0 0 64px;
    margin: 0;
    height: 39px;
    line-height: 34px;
    font-size: 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: left;
    overflow: visible;
    display: block;
}

    .line1 .button:hover, .line2 .button:hover, .hp_line1 .button:hover, .hp_line2 .button:hover {
        text-decoration: none;
    }

.block_v1 .bt_download {
    margin: 10px 0 0 0;
    text-indent: -10000px;
    overflow: hidden;
}


.block_v2 a {
    padding: 0 0 0 5px;
    background: url(../i/language.png) 0 -75px no-repeat;
}

    .block_v2 a.first {
        padding: 0;
        background: none;
    }

.block_v2 .buy_now {
    display: block;
    margin: 5px 0 6px;
    padding: 0 0 0 64px;
    text-indent: -10000px;
    overflow: hidden;
}

.block_v3 h1 {
    padding: 11px 26px 7px;
    height: 22px;
}

.block_v3 .intro {
    padding: 0 26px 16px;
    line-height: 150%;
    height: 36px;
}

/*rotator*/
#rotator {
    width: 658px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

    #rotator ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #rotator ul li {
            display: none;
            position: absolute;
            left: 0;
            top: 0
        }

            #rotator ul li.show {
                display: block;
            }

            #rotator ul li img {
                border-radius: 0px 0px 5px 5px;
            }

#pagination {
    position: absolute;
    top: 195px;
    right: 20px;
    z-index: 10;
}

    #pagination a {
        display: block;
        font-weight: bold;
        float: left;
        background: url(../i/pagination24.png) -28px 0 no-repeat;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        margin-right: 2px;
        outline: none
    }

        #pagination a:hover {
            text-decoration: none
        }

        #pagination a.cur {
            background-position: 0 0;
            color: #fff;
        }


.line2 .border {
    height: 231px;
}

.left_block_v3 {
    float: left;
    width: 218px;
    margin: -7px 0px 7px -23px;
    padding: 13px 30px 17px 0px;
    font-size: 11px;
    border-top: 1px solid #ececec;
    overflow: hidden;
}

    .left_block_v3 .border {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.block_v4 .h3 {
    padding: 9px 26px 64px;
    font-size: 16px;
    cursor: pointer
}

.block_v4 .q {
    font-size: 11px;
    left: 43px;
    position: absolute;
    top: 46px;
    cursor: pointer
}

    .block_v4 .q span {
        color: #f17e09;
        display: block;
    }

.block_v4 .bt_chat:hover {
    background-position: 0px -164px;
}

.block_v4 .bt_leave:hover {
    background-position: 0 -255px;
}

.block_v4 .bt_call:hover {
    background-position: -457px -164px;
}

.block_v4 .phone {
    border-top: solid 1px #e9e9e9;
    font-size: 11px;
    padding: 10px 24px;
    color: #979797;
}

    .block_v4 .phone strong {
        font-size: 14px;
        color: #5a5a5a;
        padding-left: 5px;
    }

.block_v5 .h3 {
    padding: 12px 26px 10px;
    font-size: 14px;
    color: #2c81d6
}

.block_v5 .player {
    width: 234px;
    height: 167px;
    display: block;
    margin: auto;
    text-indent: -10000px;
    outline: none;
}

.block_v6 .h3 {
    padding: 12px 26px 10px;
    font-size: 14px;
    color: #2c81d6
}

.block_v6 blockquote {
    background: #f3f3f3;
    padding: 24px 25px 15px 41px;
    margin: 0;
    line-height: 158%;
    overflow: hidden;
}

    .block_v6 blockquote .q {
        width: 53px;
        height: 40px;
        margin: -6px 0 0 -15px;
        background: url(../i/q.png) 0 0 no-repeat;
        float: left;
    }

    .block_v6 blockquote div {
        clear: both;
        padding: 10px 0 0 0;
    }

    .block_v6 blockquote a {
        color: #7e7e7e;
        padding: 0 10px 0 0;
        background: url(../i/ext_link.png) 100% 50% no-repeat;
        float: left;
    }

        .block_v6 blockquote a.readon {
            float: right;
            padding: 0 15px 0 5px;
            -moz-border-radius: 11px;
            -webkit-border-radius: 11px;
            border-radius: 11px;
            position: relative;
        }



.left .h3 {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: bolder;
}

.left_menu {
    background: #f5f5f5 url(../i/menu.png) 0 0 no-repeat;
    margin: 10px 0 18px -5px;
    padding: 6px 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    .left_menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

        .left_menu ul li {
            border-right: solid 1px #dfdfdf;
            float: left;
            width: 244px;
        }

            .left_menu ul li.submenu a {
                padding-left: 15px
            }

            .left_menu ul li.submenu_hdn {
                display: none
            }

            .left_menu ul li a {
                display: block;
                padding: 6px 0;
                margin: 0 10px 0 20px;
                background: url(../i/dot.png) 0 100% repeat-x;
            }

            .left_menu ul li.last a {
                background: none;
            }

            .left_menu ul li.active a {
                color: #fff;
                font-weight: bolder;
                margin: 0 0 0 6px;
                padding: 6px 15px 6px 13px;
            }

                .left_menu ul li.active a.submenu {
                    padding-left: 28px
                }

                .left_menu ul li.active a.extended {
                    background-color: #52BE23;
                    border-bottom-left-radius: 2px;
                }

.news {
    padding: 10px 20px 0px 0;
}

.news_block {
    line-height: 150%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ececec;
    margin: 0 0 11px 0;
    overflow: hidden;
}

.news .last {
    border: 0;
    margin: 0;
}

.news .readon {
    float: right;
    -moz-border-radius: 11px;
    border: solid 1px #d9d9d9;
    padding: 0 15px 0 10px;
    margin: 14px 4px 0 0;
    font-size: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.news_block .date {
    color: #979797;
    font-size: 11px;
}


.follow {
    border-top: solid 1px #ececec;
    background: url(../i/grad1.png) 0 0 repeat-x;
    height: 48px;
    line-height: 48px;
    margin: 0 1px 0 -23px;
    padding: 0 0 0 23px;
}

    .follow strong {
        font-size: 14px;
        color: #aaaaaa;
        float: left;
        padding-right: 5px;
        width: 96px;
    }

    .follow a {
        float: left;
        width: 23px;
        height: 23px;
        margin: 13px 7px 0 0;
        display: inline;
        text-indent: -10000px;
        outline: none;
    }

    .follow .icon1 {
        background-position: 0 0;
    }

    .follow .icon2 {
        background-position: -30px 0;
    }

    .follow .icon3 {
        background-position: -60px 0;
    }

    .follow .icon4 {
        background-position: -90px 0;
    }


.prod_links {
    padding: 20px 0 0 0;
    overflow: hidden;
    margin-bottom: 26px;
    width: 240px;
}

    .prod_links .h3 {
        padding: 0 0 6px 0;
    }

    .prod_links a {
        font-size: 12px;
        display: block;
        padding: 4px 0;
    }

    .prod_links .l {
        float: left;
        width: 130px;
    }

    .prod_links .r {
        float: left;
        width: 104px;
    }

    .prod_links .readon {
        float: right;
        border: solid 1px #d9d9d9;
        padding: 3px 15px 3px 10px;
        margin: 5px 25px 0 0;
        font-size: 11px;
        white-space: nowrap;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
    }

.tags {
    margin-bottom: 25px;
}

    .tags .h3 {
        padding: 0 0 5px 0;
    }

.size10 {
    font-size: 25px
}

.size9 {
    font-size: 23px;
}

.size8 {
    font-size: 21px;
}

.size7 {
    font-size: 19px;
}

.size6 {
    font-size: 17px;
}

.size5 {
    font-size: 16px;
}

.size4 {
    font-size: 15px;
}

.size3 {
    font-size: 14px;
}

.size2 {
    font-size: 13px;
}

.size1 {
    font-size: 12px;
}

.size0 {
    font-size: 11px;
}

.main_part .h3 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #2C81D6;
    line-height: 25px
}

.intro {
    line-height: 186%;
    padding-bottom: 35px;
    padding-right: 40px;
    color: #7D7D7D;
     clear:both; padding-top:5px;
}

ul.prod_list {
    padding: 0 15px 0 0;
    margin: 6px 0 0 0;
    list-style: none;
}

    ul.prod_list li {
        padding: 8px 0 18px 62px;
        color: #7d7d7d;
        position: relative;
        height: 1%;
    }

        ul.prod_list li img {
            position: absolute;
            top: 8px;
            left: 0;
        }

        ul.prod_list li h3 {
            display: block;
            font-size: 14px;
            color: #5a5a5a !important;
            padding: 0;
            margin: 0
        }

        ul.prod_list li a strong {
            color: inherit;
        }

        ul.prod_list li a:hover strong {
            text-decoration: underline;
        }

.main_part .share {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    display: inline;
    margin: 0 -15px 10px 0;
}

.links {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    overflow: hidden;
    padding: 10px 0;
    font-size: 11px;
    color: #979797;
    margin: 0 0 0 -10px
}

    .links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 200px;
        float: left;
    }

        .links ul li {
            line-height: 186%;
        }

        .links ul a {
            background: url(../i/language.png) 0 -75px no-repeat;
            font-size: 12px;
        }

    .links .inf {
        line-height: 116%;
        position: relative;
        float: left
    }

        .links .inf span {
            color: #5a5a5a;
            display: block;
            padding: 3px 0;
        }


.rel_prod {
    padding: 27px 0 27px 0;
    overflow: hidden;
}

    .rel_prod ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .rel_prod ul li {
            float: left;
            line-height: 136%;
        }

        .rel_prod ul .h3 {
            font-size: 14px;
            line-height: 136%
        }

        .rel_prod ul li.icon1 {
            width: 167px;
            padding: 10px 33px 0 0
        }

        .rel_prod ul li.icon2 {
            width: 186px;
            padding: 10px 25px 0 0
        }

        .rel_prod ul li.icon3 {
            width: 178px;
            padding: 10px 0px 0 0
        }

.product_image {
    display: block;
    margin: 0 0 21px 0
}

.rel_prod .readon {
    float: right;
    -moz-border-radius: 11px;
    border: solid 1px #d9d9d9;
    padding: 1px 15px 1px 10px;
    margin: 0 25px 0 0;
    font-size: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}




.bottom_block {
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    height: 323px;
}

    .bottom_block .h3 {
        color: #fff
    }

.cont {
    width: 227px;
    float: left;
    height: 243px;
    padding: 80px 0 0 35px;
    display: inline;
    line-height: 20px;
}

    .cont .top {
        margin-bottom: 20px;
    }

    .cont .l {
        width: 190px;
        float: left;
    }

        .cont .l strong {
            display: block;
        }

    .cont .r {
        width: 140px;
        float: left;
    }

    .cont strong {
        color: #fff;
    }


.part1 {
    float: left;
    width: 200px;
    padding: 5px 0 0 28px;
    line-height: 30px;
}

    .part1 .h3 {
        font-size: 16px;
        padding: 0 0 8px 0;
    }

    .part1 a {
        display: block;
    }

.part2 {
    float: left;
    width: 185px;
    padding: 5px 0 0 50px;
    line-height: 30px;
    white-space: nowrap;
}

    .part2 a {
        display: block;
    }

    .part2 .h3 {
        font-size: 16px;
        padding: 0 0 8px 0;
    }

.part3 {
    float: left;
    width: 162px;
    padding: 20px 0 0 27px;
}

    .part3 .icon1 {
        display: block;
        width: 153px;
        height: 0px;
        padding: 50px 0 0 0;
        color: #a7da90;
        margin: 0 0 26px 0;
        outline: none;
        overflow: hidden
    }

        .part3 .icon1 strong {
            font-size: 20px;
            display: block;
            color: #fff;
            text-indent: -10000px;
        }

    .part3 .icon2 {
        display: block;
        width: 101px;
        height: 50px;
        padding: 0 0 0 52px;
        color: #a2cfe9;
        border-bottom: solid 1px #428eda;
        margin: 0 0 9px 0;
    }

        .part3 .icon2 strong {
            color: #fff;
            font-weight: normal;
            display: block;
        }

    .part3 .icon3 {
        display: block;
        width: 101px;
        height: 50px;
        padding: 0 0 0 52px;
        color: #a2cfe9;
    }

        .part3 .icon3 strong {
            color: #fff;
            font-weight: normal;
            display: block;
        }

    .part3 .icon4 {
        display: block;
        width: 101px;
        height: 45px;
        padding: 0 0 0 52px;
    }

        .part3 .icon4 strong {
            color: #fff;
            font-weight: normal;
        }

.bottom_line_partners {
    color: #fff;
    border-top: solid 1px #428eda;
    padding-top: 10px;
    margin-top: 10px;
}

.footer {
    clear: both;
    padding: 5px 11px 10px 16px;
}

    .footer .language {
        position: static;
        float: right;
    }

        .footer .language ul {
            float: left
        }

        .footer .language li a {
            background-image: url(../i/language2.png);
        }

            .footer .language li a span {
                background-image: url(../i/language2.png);
            }

.copyright {
    color: #464646;
    font-size: 11px;
}

    .copyright div {
        color: #a1a1a1;
        padding: 8px 0 0 0;
        white-space: nowrap;
        height: 1%
    }

/*try*/
div.version_top {
    position: relative;
    float: right;
    font-size: 12px;
    margin-top: 5px
}

div.info {
    background: #f3f3f3;
    width: 590px;
    height: 48px;
    margin: auto;
    margin-top: -15px;
    padding: 5px 20px;
    line-height: 20px;
    color: #5A5A5A;
    font-weight: normal
}

.info p {
    font-weight: normal;
}

div.download {
    position: relative;
    width: 603px;
    margin: 20px 14px auto;
    padding: 14px;
    color: #979797;
    font-size: 11px;
    float: left;
    border: 1px solid #ccc6c5
}

    div.download h2 {
        color: #5A5A5A;
        font-size: 18px;
        font-weight: bolder
    }

    div.download input {
        border: solid 1px #c6c6c6;
        width: 197px;
        padding: 6px 10px;
        color: #9d9d9d;
        margin: 7px 0 0 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        font-size: 15px;
        color: #9D9D9D
    }

    div.download .button {
        width: 160px;
        padding: 0 0 0 64px;
        margin: 0;
        height: 39px;
        line-height: 34px;
        font-size: 20px;
        border: 0;
        color: #fff;
        cursor: pointer;
        text-align: left;
        overflow: visible;
        display: block;
    }

        div.download.button:hover {
            text-decoration: none;
        }

    div.download .bt_download:hover {
        background-position: 0 -47px;
    }

    div.download span {
        color: red
    }

    div.download div.version {
        position: absolute;
        top: /*55*/ 90px;
        left: 280px
    }

    div.download div.soft_logo {
        position: absolute;
        top: 10px;
        right: 15px
    }

    div.download div.bottom_text {
        margin: 3px 0 0 55px;
        font-size: 10px;
        position: relative;
        float: left;
        clear: both
    }

.download_experiment {
    margin-top: 20px !important;
}

.download_experiment2 {
    display: inline-block;
    margin-top: 10px !important;
}

div.try_form {
    position: relative;
    float: left;
    margin: 0 20px;
    clear: both;
    width: 658px
}

    div.try_form p {
        line-height: 35px
    }

        div.try_form p.bottom {
            line-height: 20px
        }

        div.try_form p label {
            position: relative;
            float: left;
            width: 100px
        }

        div.try_form p span {
            color: red;
            margin-left: 100px
        }

div.bottom_left {
    position: relative;
    float: left;
    color: #000 !important;
    font-size: 11px !important
}

.bottom_col1 {
    margin: 20px 10px 80px 20px;
    width: 290px
}

.bottom_col2 {
    margin: 20px 10px 80px
}

.bottom_col3 {
    margin: 20px 10px 80px;
    width: 220px
}

div.bottom_left ul li {
    color: #878787
}

div.bottom_left span {
    color: #878787
}

div.bottom_left ul {
    margin: 3px 0 0 -25px
}

/*div.try_form p input{border: solid 1px #c6c6c6; width:250px; padding: 3px 5px; color:#9d9d9d;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;position:relative;font-size: 12px}*/
div.try_form p input {
    border: solid 1px #c6c6c6;
    width: 197px;
    padding: 6px 10px;
    color: #9d9d9d;
    margin: 7px 0 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 15px;
    color: #000
}

div.try_form div .button {
    width: 160px;
    padding: 0 0 0 64px;
    margin: 0;
    height: 39px;
    line-height: 34px;
    font-size: 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: left;
    overflow: visible;
    display: block;
}

    div.try_form div.button:hover {
        text-decoration: none;
    }

div.try_form div .bt_download:hover {
    background-position: -1px -62px;
}

div.grad .download_info {
    height: 88px;
    width: 600px
}

/*thank you*/
div.thank_you {
    position: relative;
    float: left;
    margin: 0 0 20px 20px;
    clear: both;
}

    div.thank_you h2 {
        text-align: left;
        color: #000;
        font-size: 26px;
        font-weight: bolder
    }

    div.thank_you p {
        text-align: left;
        color: #000;
        font-size: 15px
    }

        div.thank_you p.second {
            text-align: left;
            color: #000;
            font-size: 11px;
            margin-top: 4px
        }

        div.thank_you p.third {
            text-align: left;
            color: #000;
            font-size: 11px
        }

    div.thank_you div.bottom_links {
        position: relative;
        float: left;
        width: 285px;
        font-size: 16px;
        margin: 30px 0 0 0;
        font-weight: bold
    }

        div.thank_you div.bottom_links ul {
            margin: 0;
            padding: 5px 15px
        }

            div.thank_you div.bottom_links ul li {
                padding: 2px 0;
                color: #2C81D6;
                font-size: 12px
            }

                div.thank_you div.bottom_links ul li span {
                    color: #000
                }

div.thank_you-new {
    position: relative;
    float: left;
    margin: 0 20px 20px 20px;
    clear: both;
    width: 618px
}

    div.thank_you-new h2 {
        text-align: left;
        color: #000;
        font-size: 26px;
        font-weight: bolder
    }

    div.thank_you-new p {
        text-align: left;
        color: #000;
        font-size: 15px
    }

        div.thank_you-new p.second {
            text-align: left;
            color: #000;
            font-size: 11px;
            margin-top: 4px
        }

        div.thank_you-new p.third {
            text-align: left;
            color: #000;
            font-size: 11px
        }

    div.thank_you-new div.bottom_links {
        position: relative;
        float: left;
        width: 325px;
        font-size: 16px;
        margin: 30px 0 0 0;
        font-weight: bold
    }

        div.thank_you-new div.bottom_links ul {
            margin: 0;
            padding: 5px 15px
        }

            div.thank_you-new div.bottom_links ul li {
                padding: 2px 0;
                color: #2C81D6;
                font-size: 12px
            }

                div.thank_you-new div.bottom_links ul li span {
                    color: #000
                }

div.bottom_info {
    position: relative;
    margin-bottom: 10px;
    float: left;
    left: 13px;
    height: 60px;
    background: #efefef;
    width: 630px
}

    div.bottom_info div {
        position: relative;
        float: left;
        color: #2C81D6
    }

        div.bottom_info div.bottom_logo {
            width: 130px;
            height: 56px
        }

        div.bottom_info div.facebook {
            width: 130px;
            height: 56px;
            line-height: 18px
        }

        div.bottom_info div.text {
            width: 360px;
            height: 56px;
            line-height: 18px
        }

        div.bottom_info div.facebook, div.text {
            margin-top: 12px
        }

/*pricing*/
div.pricing {
    position: relative;
    margin: -25px 20px;
    width: 618px;
    font-size: 14px;
    color: #000
}

    div.pricing div {
        position: relative;
        float: left
    }

        div.pricing div.column1 {
            width: 120px
        }

        div.pricing div.column2 {
            width: 110px
        }

        div.pricing div.column3 {
            width: 90px
        }

        div.pricing div.column4 {
            width: 298px
        }

        div.pricing div.column5 {
            width: 100px
        }

        div.pricing div.column6 {
            width: 230px
        }

        div.pricing div.column6a {
            width: 200px
        }

        div.pricing div.column6b {
            width: 230px
        }

        div.pricing div.clear {
            clear: both;
            width: 618px;
            margin: 3px 0
        }

        div.pricing div.space {
            height: 8px;
            width: 100%
        }

        div.pricing div.every_license {
            border-top: 1px solid #999999;
            margin: 30px 0 20px 0;
            height: 25px;
            font-size: 11px;
            line-height: 25px;
            padding: 0 0 20px 5px;
            width: 100%;
        }

            div.pricing div.every_license span {
                color: #a6a6a6
            }

/*Usefull links*/
div.usefullLinks {
    width: 240px;
    height: 198px !important;
    float: left;
    margin: 0 1px;
    padding: 13px 20px 17px 23px;
    position: relative
}

div.moneyBack {
    width: 320px;
    height: 198px !important;
    float: left;
    margin: 0 0 0 10px;
    padding: 13px 20px 17px 23px;
    position: relative
}

    div.usefullLinks .h3, div.moneyBack .h3 {
        color: #5A5A5A;
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 3px
    }

div.usefullLinks .usefullMenu {
    -moz-border-radius: 7px 7px 7px 7px;
    margin: 10px 0 18px -5px;
    padding: 6px 0
}

.usefullMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

    .usefullMenu ul li {
        float: left;
        width: 244px;
    }

        .usefullMenu ul li a {
            display: block;
            padding: 6px 0;
            margin: 0 70px 0 20px;
            background: url(../i/dot.png) 0 100% repeat-x;
        }

div.moneyBack div.text {
    background: none repeat scroll 0 0 #F3F3F3;
    height: 145px;
    line-height: 20px;
    padding: 20px 80px 0 10px;
    text-align: justify;
    width: 230px
}

/*Screen shots*/
div.box {
    position: relative;
    float: left;
    width: 190px;
    margin: 15px 10px 0 0
}

    div.box img {
        width: 190px
    }

    div.box a {
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
        display: block
    }

    div.box p {
        color: #979797
    }

.bottom_line {
    position: relative;
    float: left;
    clear: both
}

.bottom_line2 {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0 -10px
}

/*safe pst*/
.intro p {
    padding: 0
}

.intro ul {
    margin: 0
}

.prod_list li h3 {
    color: #14486D !important
}

.block_v2 .h3 {
    font-weight: bold;
    font-size: 16px
}

.home_screen {
    margin: 0 28px
}

.box_title {
    color: #5A5A5A !important;
    font-size: 16px;
    padding: 9px 26px 10px;
    display: block
}

.block_v6 blockquote span {
    color: #7e7e7e;
    padding: 0 10px 0 0;
    background: url(../i/ext_link.png) 100% 50% no-repeat;
    float: left
}

/*landing pages*/
.landing_page {
    width: 607px;
    float: left;
    line-height: 147%;
    padding: 28px 0 0 0;
}

    .landing_page h2 {
        font-size: 16px;
        font-weight: bold;
        color: #5A5A5A;
        margin: 15px 0
    }

    .landing_page .h3 {
        font-size: 20px;
        padding-bottom: 5px;
        color: #2C81D6
    }

    .landing_page ul.prod_list li {
        padding: 8px 0 18px 0;
        color: #7d7d7d;
        position: relative;
        height: 1%;
    }

    .landing_page ul.prod_list2 li {
        padding: 8px 0 18px 62px;
        color: #7d7d7d;
        position: relative;
        height: 1%;
    }

    .landing_page p {
        color: #7D7D7D;
        line-height: 186%;
        text-align: justify
    }

    .landing_page .screenshot {
        margin: 10px 50px
    }

    .landing_page label {
        position: relative;
        float: left;
        min-width: 120px
    }

    .landing_page .chb {
        position: relative;
        float: left
    }

    .landing_page input.chb {
        margin: 4px 20px 0 0
    }

    .landing_page label.chb {
        min-width: 120px;
        margin: 0 25px 0 0
    }

    .landing_page input.big_input {
        border: 1px solid #C6C6C6;
        color: #000;
        font-size: 15px;
        padding: 3px 5px;
        position: relative;
        width: 197px
    }

    .landing_page input.other {
        margin-left: 210px;
        float: left
    }

    .landing_page input.other2 {
        margin-left: 32px;
        float: left
    }

    .landing_page input.other3 {
        margin-left: 330px;
        float: left
    }

    .landing_page input.other4 {
        margin-left: 410px;
        float: left
    }

    .landing_page p.empty {
        line-height: 2px
    }

    .landing_page table {
        color: #7D7D7D;
    }

#quest {
    width: 630px
}

    #quest p {
        position: relative;
        float: left;
        clear: both
    }

.landing_page input.rad {
    position: relative;
    float: left;
    margin: 4px 20px 0 0
}

.landing_page span.clear_break {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    line-height: 1px
}

.landing_page p.big_chb label.chb {
    min-width: 240px
}

.landing_page p.smaller_chb label.chb {
    min-width: 130px
}

.landing_page input.small_input {
    border: 1px solid #C6C6C6;
    color: #000;
    font-size: 15px;
    padding: 3px 5px;
    position: relative;
    width: 80px
}

.landing_page textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #C6C6C6;
    color: #000;
    font-size: 15px;
    padding: 3px 5px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif
}

.landing_page img.ui-datepicker-trigger {
    margin: -5px 0 0 3px;
    vertical-align: middle;
    cursor: pointer
}

.landing_page span.error {
    color: red;
    display: block;
    margin-left: 120px
}

.landing_page .bt_download:hover {
    background-position: 0px -47px;
}

.landing_page .button {
    width: 160px;
    padding: 0 0 0 64px;
    margin: 0;
    height: 39px;
    line-height: 34px;
    font-size: 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: left;
    overflow: visible;
    position: relative;
    float: left
}

    .landing_page .button:hover {
        text-decoration: none;
    }

.landing_page .feature {
    color: #14486D;
    font-size: 20px;
    padding-bottom: 5px;
    margin: 25px 0 0 0;
    clear: both
}

.landing_page .bt_chat:hover {
    background-position: 0px -164px;
}

.landing_page .bt_leave:hover {
    background-position: 0 -255px;
}

.landing_page .left_chat {
    position: relative;
    float: left;
    margin: 0 20px 20px 0
}

.landing_page .right_contacts {
    position: relative;
    float: left;
    margin: 0 0 20px 0
}

.landing_page blockquote .q {
    width: 53px;
    height: 40px;
    margin: -6px 0 0 -15px;
    background: url(../i/q_t.png) 0 0 no-repeat;
    float: left;
}

.landing_page blockquote span {
    color: #7e7e7e;
    padding: 0 10px 0 0;
    background: url(../i/ext_link_t.png) 100% 50% no-repeat;
    float: left
}

.landing_page ul li ul {
    margin: 0 0 0 20px;
    list-style: disc
}

    .landing_page ul li ul li {
        margin: 0;
        padding: 0 !important
    }

.landing_page div.news_row {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0
}

.landing_page div.products {
    position: absolute;
    right: 68px;
    top: 30px
}

.landing_page a.news_links {
    margin: 0 5px !important
}

.landing_page a.readon {
    -moz-border-radius: 11px;
    border: solid 1px #d9d9d9;
    padding: 3px 15px 3px 10px;
    font-size: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin: 0 130px 0 0
}

.landing_page div.news_back {
    position: relative;
    float: right
}

a.expander_link1 {
    display: block
}

div.expander1 {
    display: none
}

div.expander2 {
    display: none
}

    div.expander1 .readon, div.expander2 .readon {
        -moz-border-radius: 11px;
        border: solid 1px #d9d9d9;
        padding: 3px 15px 3px 10px;
        margin: 10px 25px;
        font-size: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px
    }

div.bottom_team_logo {
    height: 57px;
    left: 20px;
    position: relative;
    top: 10px;
    width: 167px
}

    div.bottom_team_logo a {
        display: block;
        width: 167px;
        height: 57px
    }

div.expander1 div, div.expander2 div {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0;
    width: 100%
}

.download .which {
    position: absolute;
    left: 280px;
    top: /*70*/ 105px
}

.bottom_logo img {
    margin: 5px 5px
}

.pricing .buy_now {
    display: block;
    margin: 0 0 6px;
    padding: 0 0 0 64px;
    text-indent: -10000px;
    overflow: hidden;
}

.pricing div.bottom_buy_now {
    position: relative;
    float: right;
    margin: -20px -10px 0 0;
}

#product_pricing h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0
}

#product_pricing {
    height: 250px
}

    #product_pricing h2 span {
        font-weight: normal !important;
        font-size: 13px;
        padding: 2px 227px 0 0;
        float: right;
    }

#upgrade_pricing h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0
}

#upgrade_pricing {
    height: 350px;
}

    #upgrade_pricing h2 span {
        font-weight: normal !important;
        font-size: 13px;
        padding: 2px 227px 0 0;
        float: right;
    }

    /**/
.pricing .buy_now {
    display: block;
    margin: 0 0 6px;
    padding: 0 0 0 64px;
    text-indent: -10000px;
    overflow: hidden;
}

.pricing div.bottom_buy_now {
    position: relative;
    float: right;
    margin: 0 -10px 10px 0
}

.pricing div.bottom_buy_now_se {
    position: relative;
    float: right;
    margin: 0 -10px 10px 0
}

#product_pricing h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0
}

    #product_pricing h2 span {
        font-weight: normal !important;
        font-size: 13px;
        padding: 2px 245px 0 0;
        float: right;
    }

#upgrade_pricing h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0
}

#upgrade_pricing {
   /* display: none*/
}

    #upgrade_pricing h2 span {
        font-weight: normal !important;
        font-size: 13px;
        padding: 2px 245px 0 0;
        float: right;
    }

#product_pricing_se h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0
}

#product_pricing_se {
    height: 250px
}
/**/
.links div.main_links {
    position: relative;
    float: left;
    margin: 0 0 0 13px
}

    .links div.main_links ul {
        float: none;
        list-style: disc;
        padding: 0 0 0 13px;
        margin: 0 0 0 -13px
    }

div.help_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 264px;
    height: 92px
}

    div.help_link a {
        display: block;
        width: 264px;
        height: 92px
    }

ul.landing_page_list, ol.landing_page_list {
    color: #7D7D7D;
    margin: 0
}

div.boxes div.box-row {
    text-align: left;
    display: inline-block
}

div.boxes {
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    width: 100%
}

    div.boxes div.box-row .box {
        height: auto;
        text-align: center
    }
/*comparison table*/
div.comp_row {
    position: relative;
    float: left;
    clear: both;
    width: 635px;
    padding: 3px 0;
    margin: 0 0 0 -20px
}

    div.comp_row div {
        position: relative;
        float: left;
        text-align: center
    }

    div.comp_row .col1 { /*width: 305px*/
        width: 342px;
        text-align: left
    }

    div.comp_row .col2 { /*width: 109px*/
        width: 145px
    }

    div.comp_row .col3 { /*width: 109px*/
        width: 145px
    }

    div.comp_row .col4 {
        width: 109px
    }

.color1 {
    background-color: #dceaee
}

.color2 {
    background-color: #F1F1F1
}

.color3 {
    background-color: #c7dee3
}

div.comp_link {
    position: relative;
    float: left;
    clear: both;
    margin: 20px 0
}
/*callback form*/
div.callback_top {
    position: relative;
    float: left;
    width: 333px;
    height: 37px;
    background-color: #2faf26;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

    div.callback_top span {
        margin-top: 6px;
        display: block
    }

div.callback_form {
    position: relative;
    float: left;
    clear: both;
    background: #f0f0f0;
    width: 333px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: 405px
}

    div.callback_form p {
        margin: 3px 11px
    }

    div.callback_form .input {
        width: 283px;
        -moz-border-radius: 2px 2px 2px 2px;
        border: 1px solid #C6C6C6;
        color: #9D9D9D;
        font-size: 15px;
        padding: 6px 10px;
        position: relative;
        font-family: Arial,Helvetica,sans-serif
    }

    div.callback_form .select {
        width: 305px;
        -moz-border-radius: 2px 2px 2px 2px;
        border: 1px solid #C6C6C6;
        color: #9D9D9D;
        font-size: 15px;
        padding: 6px 10px;
        position: relative;
        font-family: Arial,Helvetica,sans-serif
    }

    div.callback_form .callback_button:hover {
        background-position: -228px -255px
    }

    div.callback_form p {
        font-size: 12px;
        color: #000
    }
    /*div.callback_form a{color:#2c81d6;}
div.callback_form a:hover{color:#2c81d6;}*/
    div.callback_form textarea {
        width: 283px;
        height: 80px;
        -moz-border-radius: 2px 2px 2px 2px;
        border: 1px solid #C6C6C6;
        color: #9D9D9D;
        font-size: 15px;
        padding: 6px 10px;
        position: relative;
        font-family: Arial,Helvetica,sans-serif
    }

form.callback_form {
    margin: 10px;
    position: relative;
    float: left
}

span.errorRed {
    color: red
}

div.callback_form p.callback_thankyou {
    font-size: 14px
}

div.news_row span {
    position: relative;
    float: right;
    margin: 0 15px 0 0
}

div.bottom_testimonials {
    position: relative;
    float: right;
    margin: 10px 40px 20px 0
}

a.enterprise {
    font-size: 14px;
    font-weight: bold
}

#news .intro {
    padding-right: 0px
}

#which_version {
    width: 300px;
    height: 300px;
    overflow: auto
}

.which_version_h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #878787
}

.which_version_p {
    font-size: 12px;
    color: #878787
}

.nav, .nav_b {
    position: relative;
    clear: both;
    padding: 15px 40px 0 0;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    line-height: 21px
}

.nav_b {
    padding: 0 40px 15px 0
}

    .nav a.prev, .nav a.next, .nav_b a.prev, .nav_b a.next {
        position: relative;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        border: 1px solid #D9D9D9;
        font-weight: normal;
        font-size: 11px
    }

.fblike {
    position: relative;
    float: left;
    padding-right: 5px;
}

.tweet {
    position: relative;
    float: left
}

.social {
    display: inline-block;
    clear: both;
    padding: 5px 0;
    width: 100%
}

.wr {
}

    .wr .left_part {
        width: 264px;
        float: left;
    }

        .wr .left_part .block_v4 {
            margin-bottom: 10px
        }

    .wr .main_part {
        width: 659px;
        float: left;
        margin-left: 11px;
        display: inline;
        padding: 0;
        line-height: normal;
        position: relative;
        min-height: 568px
    }

.cart_title {
    background: url("../i/cart/border.png") 0 100% repeat-x;
    padding: 6px 12px 12px 12px;
    margin-top: 6px;
    font-weight: bolder;
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.cart_title_banner {
    margin-bottom: 0 !important;
}

.cart_bottom {
    background: url("../i/cart/border_bottom.png") repeat-x scroll 0 100% transparent;
    bottom: 0;
    color: #5A5A5A;
    height: 68px;
    position: absolute;
    width: 100%;
}

.cart_title span.icon1 {
    background-position: 3px 0px;
}

.cart_title span.icon2 {
    background-position: -45px 0px;
}

.cart_title span.icon3 {
    background-position: -92px 0;
}

.cart_title span.icon4 {
    background-position: -142px 0;
}

.cart_title span.icon5 {
    background-position: -201px 0;
}

.cart_title span.icon6 {
    background-position: -258px 0;
}

.cart_title span.icon7 {
    background-position: -307px -3px;
}

.cart_title span.icon8 {
    background-position: -358px -3px;
}

.cart_title span.icon9 {
    background-position: -425px 0;
}

.cart_title span.icon10 {
    background-position: 4px -83px;
}

.cart_title span.icon11 {
    background-position: -68px -79px;
}

.cart_title span.icon12 {
    background-position: -130px -78px;
}

.cart_title span.icon13 {
    background-position: -188px -71px;
}

.cart_title span.icon14 {
    background-position: -244px -78px;
}

.cart_title span.icon15 {
    background-position: -304px -74px;
}

.cart_title span.icon16 {
    background-position: -367px -79px;
}

.cart_title span.icon17 {
    background-position: -429px -78px;
}

.cart_title div {
    display: inline
}

    .cart_title div div {
        font-size: 22px;
        font-weight: normal;
        line-height: 20px;
        margin-top: 3px
    }

.block_mb {
    float: left;
    padding: 11px 18px 142px;
    background: url("../i/block2_no_border.png") no-repeat 100% 100% #FFFFFF;
    position: relative;
}

    .block_mb .h3 {
        font-size: 18px;
        color: #5a5a5a;
        padding: 0 0 30px 0;
    }

    .block_mb p {
        line-height: 158%;
        font-size: 13px;
        padding: 0
    }

.grad {
    background: url("../i/cart/border.png") 0 100% repeat-x;
    overflow: hidden;
    padding: 0 15px;
}

.add_to_cart {
    padding: 0 0 0px 0;
    overflow: hidden;
}

    .add_to_cart div {
        /*color: #7e7e7e;*/
        
        padding: 5px 0 0 0;
        line-height: 18px
    }

        .add_to_cart div strong {
            font-weight: normal;
            color: #000;
        }

    .add_to_cart span {
        float: right;
        color: #989898;
        clear: both;
        width: 220px;
        padding: 5px 0 10px 0;
    }

.block_v4 {
    width: 265px
}

    .block_v4 .button {
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        height: 39px;
        overflow: visible;
        padding: 0 0 0 64px;
        text-align: left;
        width: 160px;
    }

/*----------ordering----------*/
.cart_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 602px;
    margin: auto;
}

    .cart_table tr th {
        border-bottom: solid 2px;
        color: #5a5a5a;
        text-align: left;
        font-size: 13px
    }

    .cart_table tr td {
        padding: 9px;
        vertical-align: middle;
        text-align: center;
    }

    .cart_table .prod {
        font-weight: bolder;
        font-size: 14px;
        width: 385px;
        text-align: left;
    }

    .cart_table .product_name {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        color: #000
    }

    .cart_table .total {
        text-align: right;
    }

    .cart_table input {
        position: relative;
        float: left;
        width: 40px;
        text-align: center;
        height: 15px
    }

    .cart_table td.price img {
        position: relative;
        float: left;
        cursor: pointer
    }

    .cart_table th.price {
        text-align: center;
    }

    .cart_table td.price, .cart_table .price2 {
        text-align: right;
    }

.ordering td a {
    font-size: 11px
}

.cart_table .total td {
    border-top: solid 1px #999999;
    font-size: 14px;
    color: #3f4044;
    font-weight: bolder;
    padding: 19px 9px 4px 9px;
}

.cart_table .promo {
    text-align: right;
}

    .cart_table .promo input {
        width: 218px;
    }

.cart_table .total2 td {
    font-size: 14px;
    color: #000;
    font-weight: bolder;
    padding: 4px 9px 19px 9px;
}

#total {
    float: right;
    border-top: solid 1px #000;
    padding: 15px 0 55px 35px;
    color: #830906;
    font-size: 14px;
    font-weight: bolder
}

.checkout {
    color: #f91127;
    font-size: 11px;
    clear: both;
    border-top: solid 1px #999999;
}

.bt_checkout {
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 39px;
    line-height: 34px;
    margin: 20px 0 0 0;
    overflow: visible;
    text-align: left;
    float: right;
    width: 176px;
    background: url(../i/cart/check_out.png) 0 0 no-repeat;
    text-indent: -10000px;
    outline: none;
    position: relative;
}

    .bt_checkout:hover {
        background-position: 0 -48px;
    }

.checkout span {
    float: right;
    color: #989898;
    clear: both;
    width: 170px;
    padding: 5px 0 10px 0;
}

.creditline {
    height: 55px;
    float: right;
    margin-right: 10px;
    bottom: 0px;
    margin: 10px 10px 20px 0;
}

.l2 {
    background: url(../i/cart/cart_line2.png) -1px 0 no-repeat;
}


#curr {
    font-size: 11px;
    font-weight: normal;
    float: right;
    width: 74px;
    height: 21px;
    padding: 2px 0 0 0;
    background: url(../i/cart/curr_select.png) 0 0 no-repeat;
    position: relative;
}

    #curr span {
        padding: 0px 20px 0px 30px;
        color: #2781f1;
        height: 14px;
        cursor: pointer;
    }

        #curr span.usd {
            background: url(../i/cart/curr.png) 8px 2px no-repeat;
        }

        #curr span.gbp {
            background: url(../i/cart/curr.png) 8px -15px no-repeat;
        }

        #curr span.eur {
            background: url(../i/cart/curr.png) 8px -33px no-repeat;
        }

        #curr span.cad {
            background: url(../i/cart/curr.png) 8px -49px no-repeat;
        }

        #curr span.aud {
            background: url(../i/cart/curr.png) 8px -66px no-repeat;
        }

        #curr span.hkd {
            background: url(../i/cart/curr.png) 8px -83px no-repeat;
        }

        #curr span.jpy {
            background: url(../i/cart/curr.png) 8px -102px no-repeat;
        }

    #curr ul {
        list-style: none;
        display: none;
        position: absolute;
        left: 10px;
        top: 21px;
        background: #fff;
        margin: 0;
        border: solid 1px #d9d9d9;
        padding: 0;
        z-index: 1000
    }

        #curr ul li {
            padding: 3px;
            float: left;
            width: 58px;
            clear: left;
        }

            #curr ul li span {
                margin: 0;
            }

            #curr ul li:hover {
                background: #d8eff7
            }

.ordering td {
    background: url(../i/cart/border.png) 0 100% repeat-x;
}

.add_row {
    padding: 19px 0px 14px 60px;
    position: relative
}

    .add_row input {
        position: absolute;
        top: 23px;
        left: 30px;
    }

    .add_row label {
        color: #7d7d7d
    }

        .add_row label strong {
            color: #000;
            font-weight: normal;
            margin-top: 5px;
            display: block
        }

        .add_row label a {
            color: #35b135;
            text-decoration: underline;
        }

            .add_row label a:hover {
                text-decoration: none;
            }

    .add_row div {
        position: absolute;
        top: 25px;
        left: 444px;
        text-align: right;
    }


.ordering {
    margin-top: 18px;
}

    .ordering table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: auto
    }

    .ordering tr th {
        font-size: 15px;
        color: #3d3d3d;
    }

    .ordering td td {
        background: none;
        padding: 2px 0 2px 7px;
        font-size: 11px;
        text-align: left;
        color: #818181;
        text-align: left;
    }

        .ordering td td:first-child {
            padding-left: 0
        }

        .ordering td td s {
            font-size: 14px;
            float: right;
        }

        .ordering td td strong {
            font-size: 16px;
            color: #8b0009;
            float: right;
            font-weight: normal;
        }

        .ordering td td a {
            display: block;
            clear: both;
        }

.add_to_cart {
    padding: 0 0 0px 0;
    overflow: hidden;
}

    .add_to_cart div {
        /*color: #7e7e7e;*/
        /*border-top: solid 1px #999999;*/
        padding: 5px 0 0 0;
    }

        .add_to_cart div strong {
            font-weight: normal;
            color: #000;
        }

    .add_to_cart span {
        float: right;
        color: #989898;
        clear: both;
        width: 220px;
        padding: 5px 0 10px 0;
    }

.last_row {
    margin-bottom: 18px;
}

.cart_table .ar {
    text-align: right
}

.cart_table .al {
    text-align: left
}

.authorize {
    bottom: 15px;
    height: 40px;
    left: 350px;
    position: absolute;
    width: 100px
}

.paypal {
    height: 55px;
    margin-right: 20px;
    position: relative;
    width: 192px;
    float: left;
    background: url("https://www.4team.biz/i/cart/Secure-Purchase.png") -123px 0 no-repeat;
}

.norton_seal {
    height: 55px;
    position: relative;
    width: 103px;
    float: left;
    background: url("https://www.4team.biz/i/cart/Secure-Purchase.png") -344px 0 no-repeat;
}

.go_daddy {
    height: 55px;
    position: relative;
    width: 260px;
    float: left
}

    .authorize a, .paypal a, .go_daddy a, .norton_seal a {
        display: block;
        height: 55px
    }

.authorize a {
    width: 100px
}

.paypal a {
    width: 192px
}

.norton_seal a {
    width: 103px
}

.go_daddy a {
    width: 260px;
    margin-left: 7px;
}

div.callback_top div {
    position: relative;
    float: left;
    height: 100%;
    width: 47px;
    border-right: 1px solid #5cb555;
    background: url('../i/color1/callback_logo.png') no-repeat 10px 4px;
    margin: 0 15px 0 0
}

.testimonials_submit {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #D9D9D9;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 3px 15px 3px 10px;
    background: url("../i/color1/readon.png") no-repeat scroll 96% 55% #FFFFFF;
}

.more_bottom_text {
    position: relative;
    float: left;
    color: #979797;
    font-size: 11px;
    margin: 10px 30px
}

.more_line2 {
    margin-left: -8px;
    clear: both
}

    .more_line2 td {
        font-weight: bold;
        font-size: 14px;
        color: #000
    }

        .more_line2 td a {
            font-weight: bold;
            font-size: 14px
        }

            .more_line2 td a img {
                position: relative;
                top: 2px;
                text-decoration: none
            }

.more_line1 {
    font-size: 17px;
    font-weight: bolder;
    color: #5A5A5A;
    margin: 15px 0;
    clear: both;
    position: relative;
    float: left;
    width: 550px
}

    .more_line1 span {
        color: #979797 !important;
        font-size: 11px
    }

.cnet1 {
    top: 1px !important
}

.cnet2 {
    top: 5px !important;
    margin: 0 5px 0
}

.more_left {
    position: relative;
    float: left
}

.more_right {
    position: relative;
    float: right;
    text-align: center
}

.more_version {
    position: absolute;
    top: 10px;
    right: 15px
}

.more_line2 td a:hover img {
    text-decoration: none
}

div.more_links_info {
    background: #f3f3f3;
    width: 590px;
    margin: auto;
    margin-top: -15px;
    padding: 5px 20px;
    color: #5A5A5A;
    font-weight: bold
}

.morelinks_top_link {
    float: right;
    font-size: 12px;
    margin-top: -5px;
    position: relative;
    margin-right: 10px
}

.purchase {
    width: 630px;
    margin: 0 15px
}

    .purchase div {
        position: relative;
        float: left
    }

        .purchase div.titles {
            clear: both;
            border-bottom: 2px solid #3D3D3D;
            width: 100%;
            color: #3D3D3D;
            text-align: left;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 10px
        }

        .purchase div.col1 {
            width: 355px;
            color: #000
        }

        .purchase div.col2 {
            width: 170px
        }

        .purchase div.col3 {
            width: 105px
        }

        .purchase div.titles div.col1 {
            font-size: 18px
        }

        .purchase div.titles div.col2 {
            margin: 4px 0 0 0
        }

        .purchase div.titles div.col3 {
            margin: 4px 0 0 0
        }

        .purchase div.product {
            margin: 10px 0 10px 0
        }

            .purchase div.product div.col1 {
                font-size: 16px;
                font-weight: bold;
                color: #000
            }

                .purchase div.product div.col1 span {
                    color: #7D7D7D;
                    font-size: 11px;
                    font-weight: normal;
                    display: block;
                    margin-left: 25px
                }

                .purchase div.product div.col1 a {
                    font-size: 11px;
                    font-weight: normal
                }

    .purchase span.bigger {
        font-size: 12px !important;
        color: #000 !important
    }

    .purchase span {
        line-height: 18px
    }

    .purchase div.product div.col2 span {
        color: #7D7D7D;
        font-size: 11px;
        display: block;
        width: 55px;
        position: relative;
        float: left;
        clear: both
    }

    .purchase div.product div.line {
        clear: both;
        width: 100%;
        line-height: 20px
    }

        .purchase div.product div.line a {
            font-size: 11px
        }

    .purchase div.product s {
        font-size: 13px;
        color: #7D7D7D
    }

    .purchase div.product span.price {
        color: #8B0009 !important;
        font-size: 16px !important;
        font-weight: normal !important;
        display: inline !important;
        float: none !important
    }

    .purchase div.product div.col3 input {
        position: relative;
        float: left;
        width: 40px;
        text-align: center;
        height: 15px
    }

    .purchase div.product div.col3 img {
        position: relative;
        float: left;
        cursor: pointer
    }

    .purchase div.product div.col3 {
        text-align: center
    }

    .purchase div.col2_p {
        width: 100px;
        font-size: 14px;
        padding-left: 60px
    }

.block_v5 .box_title {
    padding-bottom: 4px
}

.landing_page p.ans {
    padding: 0;
    margin: -10px 0 10px 0
}

#vs, #why, #whyLT {
    width: 500px
}
#ep {
    width: 700px
}

    #vs p, #why p, #whyLT p {
        font-size: 12px;
        text-align: justify
    }

    #vs h2, #why h2, #whyLT h2 {
        font-size: 16px;
        font-weight: bold
    }

.google_plus {
    position: relative;
    float: right;
    top: 70px;
    right: -21px
}

.why_a {
    margin-left: 25px
}

ul.marketplace_list {
    padding: 0 15px 0 15px;
    margin: 6px 0 15px 0;
}

    ul.marketplace_list li {
        padding: 8px 0;
        color: #7d7d7d;
    }

.landing_page .h3 {
    line-height: 25px
}

h3.vh span {
    position: relative;
    float: left;
    width: 130px
}

h3.vh {
    float: left;
    width: 100%;
    margin-top: 20px
}

ul.vh {
    margin: 5px 0 5px -25px
}

    ul.vh li {
        color: #7D7D7D;
        margin: 5px 0
    }

.marketplace {
    position: absolute;
    top: 10px;
    left: 370px
}

div.vh {
    display: none
}

div.vh_pagging {
    position: relative;
    float: left;
    margin: 20px 0
}

div.vh_buttons {
    position: relative;
    float: left;
    clear: both;
    width: 100%
}

div.tw {
    float: left
}

#lp {
    padding-bottom: 20px
}

    #lp h1.h3 {
        margin-top: 20px
    }

    #lp .h3 {
        color: #2C81D6
    }

    #lp div.lp_ul {
        float: left;
        width: 100%
    }

    #lp ul {
        margin: 0
    }

        #lp ul li {
            color: #2C81D6;
            font-size: 16px;
            padding-bottom: 5px;
            font-weight: bold;
            line-height: 25px
        }

    #lp img.tl {
        position: absolute;
        top: 230px;
        right: 5px
    }

    #lp img.tl2 {
        position: absolute;
        top: 260px;
        right: 0px
    }

    #lp img.tl3 {
        position: absolute;
        top: 220px;
        right: 30px
    }

    #lp img.tl4 {
        position: absolute;
        top: 240px;
        right: 30px
    }

    #lp p.b a {
        -moz-border-radius: 11px;
        border: solid 1px #d9d9d9;
        padding: 3px 15px 3px 10px;
        font-size: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px
    }

    #lp p.btn {
        text-align: center;
        height: 50px;
        margin-top: 20px
    }

    #lp img.ri {
        margin: 10px
    }

.btnFreeDownload {
    width: 350px !important;
    height: 40px !important;
    background: url('../i/color1/free_download.png') no-repeat scroll 0px 0px transparent;
    text-indent: -10000px;
    left: 110px
}

    .btnFreeDownload:hover {
        background-position: 0px -50px
    }

div.block_fb {
    background-color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 50px;
    margin: 10px 0 0 0;
    padding: 20px 0 15px 22px;
    width: 243px
}

    div.block_fb img {
        float: left
    }

    div.block_fb div.fb {
        float: left;
        font-size: 10px !important;
        color: #5481d6;
        width: 105px;
        margin: 10px 0 0 5px
    }

div#check_update {
    margin: 0 0 10px 0
}

div.related {
    display: inline;
    float: right;
    line-height: normal;
    margin-left: 11px;
    min-height: 100px;
    position: relative;
    width: 619px;
    margin-top: 10px;
    padding: 25px 20px
}

.wr .th_part {
    width: 659px;
    float: left;
    margin-left: 11px;
    display: inline;
    padding: 0;
    line-height: normal;
    position: relative
}

div.related h2 {
    font-size: 26px;
    font-weight: bold;
    color: #d4850e
}

div.related h3 {
    font-size: 18px;
    font-weight: normal;
    color: #d4850e
}

div.related div.banner {
    position: relative;
    float: left;
    width: 277px;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: normal;
    margin: 20px 0 0 0
}

div.related div#f {
    margin-right: 65px
}

div.related div.ln1, div.related div.ln2 {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: bold
}

div.related div.ln1 {
    color: #2c81d6;
    margin: 20px 0 5px
}

    div.related div.ln1 input {
        width: 25px;
        float: right;
        text-align: center
    }

div.related div.ln2 {
    color: #ed890b;
    margin: 0 0 5px
}

    div.related div.ln1 a, div.related div.ln2 a {
        float: right
    }

div.b_disc {
    float: right;
    width: 645px;
    padding: 5px 0 0 15px;
    font-size: 10px;
    font-weight: bold;
    color: #000
}

div.thank_you p.smaller {
    text-align: left;
    color: #373737;
    font-size: 11px;
    padding: 0
}

div.cu_info {
    color: #5A5A5A;
    margin: -10px 10px 5px 30px
}

div.download div.left {
    position: relative;
    float: left;
    padding: 0;
    width: 300px
}

    div.download div.left p {
        font-size: 12px;
        color: #5A5A5A;
        padding-bottom: 0
    }

    div.download div.left span.green {
        color: #4db821;
        font-size: 14px;
        font-weight: bold
    }

div.download div.soft_trust {
    margin: 3px 0 0 0px;
    font-size: 10px;
    position: relative;
    float: left;
    clear: both
}

div.cu_please {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #2c81d6;
    margin: 17px 8px 20px 30px
}

div.cu_text {
    position: relative;
    float: left;
    margin: 20px 20px 20px 0;
    color: #5A5A5A
}

div.download div.left img.fb {
    float: left;
    margin-top: 5px;
    margin-right: 20px
}

div.download div.left div.fb {
    color: #5481D6;
    float: left;
    font-size: 10px !important;
    margin: 15px 0 0 5px;
    width: 105px
}

    div.download div.left div.fb iframe {
        width: 200px !important
    }

div.download div.left p.fb_side {
    margin-top: -4px
}

div.sc_clear {
    position: relative;
    float: left;
    clear: both;
    width: 100%
}

div.intro p.youtube {
    text-align: center
}

.tag_cloud {
    margin-bottom: 26px;
    overflow: hidden;
    width: 220px
}

    .tag_cloud ul {
        margin: 0;
        padding: 0
    }

    .tag_cloud li {
        display: inline;
        margin-right: 10px
    }

    .tag_cloud a.tag1 {
        font-size: 20px
    }

    .tag_cloud a.tag2 {
        font-size: 16px
    }

    .tag_cloud a.tag3 {
        font-size: 14px
    }

    .tag_cloud a.tag4 {
        font-size: 12px
    }

/*Seo optimization*/
.hp_header {
    padding: 10px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%
}

    .hp_header .border {
        height: 105px;
        position: relative;
    }

.hp_line1 {
    padding-bottom: 251px;
    padding-top: 125px
}

    .hp_line1 .border {
        position: relative;
    }

.hp_line2 {
    padding-bottom: 10px;
    position: absolute;
    top: 464px;
    left: 0;
    width: 100%
}

    .hp_line2 .border {
        height: 231px;
    }

.hp_main_part {
    width: 607px;
    float: right;
    line-height: 147%;
    padding: 28px 0 0 0;
    margin-right: 26px
}

    .hp_main_part .h3 {
        font-size: 20px;
        padding-bottom: 5px;
        color: #2C81D6;
        line-height: 25px
    }

    .hp_main_part .share {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        display: inline;
        margin: 0 -15px 10px 0;
    }

.c_wraper {
    background: #fff url(../i/left_border.png) 0 0 repeat-y;
    position: relative;
    margin-top: 125px;
    float: left;
    width: 100%
}

    .c_wraper div.landing_page, .c_wraper div.main_part {
        float: right;
        margin-right: 26px
    }
/*end Seo optimization*/

.top-banner {
    position: absolute;
    left: 357px
}

.left-banner {
    position: relative;
    clear: both;
    margin: -10px 0 10px 0
}

.purchase div.delivery {
    position: relative;
    float: left;
    width: 400px;
    padding-bottom: 10px;
}

    .purchase div.delivery .col1 {
        font-size: 16px;
        font-weight: bold;
        color: #000
    }

    .purchase div.delivery span {
        color: #7D7D7D;
        font-size: 11px;
        font-weight: normal;
    }

.purchase div.product div.col1 a.fs {
    margin: 5px 70px 0px 0px;
    font-size: 12px !important;
    color: #000 !important;
    cursor: default;
    float: right;
}

    .purchase div.product div.col1 a.fs:hover {
        font-size: 12px !important;
        color: #000 !important;
        cursor: default;
        text-decoration: none;
    }

ul.prod_list2 {
    padding: 0 15px 0 0;
    margin: 6px 0 0 0;
    list-style: none;
}

    ul.prod_list2 li {
        padding: 8px 0 18px 62px;
        color: #7d7d7d;
        position: relative;
        height: 1%;
    }

        ul.prod_list2 li img {
            position: absolute;
            top: 8px;
            left: 0;
        }

        ul.prod_list2 li h3 {
            display: block;
            font-size: 14px;
            color: #5a5a5a !important;
            padding: 0;
            margin: 0
        }

        ul.prod_list2 li a strong {
            color: inherit;
        }

        ul.prod_list2 li a:hover strong {
            text-decoration: underline;
        }

.left_text {
    float: left;
    width: 347px;
}

.right_demo {
    float: right;
    width: 260px;
    margin-top: 0px;
}

    .right_demo h2 {
        margin-left: 26px;
        margin-top: 7px;
        margin-bottom: 10px;
    }

.download_buy_buttons {
    clear: both;
    position: relative;
    padding-top: 30px;
}

.right_column1 h2, .right_column2 h2, .left_column1 h2, .left_column2 h2 {
    color: #2C81D6;
    margin-bottom: 10px;
}

.right_column1 ul, .right_column2 ul, .left_column1 ul, .left_column2 ul {
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 0px;
}

.right_column1 li, .right_column2 li, .left_column1 li, .left_column2 li {
    padding: 0px 0 0px 0px;
    color: #7d7d7d;
}

.right_column1, .right_column2 {
    width: 310px;
    float: right;
}

.left_column1, .left_column2 {
    width: 290px;
    float: left;
}

.right_column1, .left_column1 {
    height: 160px;
}

.right_column2, .left_column2 {
    height: 135px;
}

.div_table {
    clear: both;
    height: 300px;
    margin-top: 20px;
}

#uvTab {
    top: 50% !important;
}
/*Uservoice tab fix*/

.nav .share .twitter-share-button {
    float: none;
    margin-left: 8px;
}

.twitter-share-button {
    float: none;
    margin: 0 8px 0 0;
}

/*Offer Page Style*/
.subscribe:hover {
    background-position: -225px -456px
}

.block_offer {
    float: right;
    width: 658px;
    height: 237px;
}

    .block_offer #rotator img {
        border-radius: 5px 5px 5px 5px;
    }

.offer_top {
    padding-bottom: 10px;
    padding-top: 125px;
}

.offer-left-menu {
    margin: 0px 0 18px -5px;
    padding: 6px 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    .offer-left-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

        .offer-left-menu ul li {
            float: left;
            width: 244px;
            color: #7d7d7d;
            margin-bottom: 10px;
        }

            .offer-left-menu ul li span.errMsg {
                color: red;
                margin-top: 10px;
            }

            .offer-left-menu ul li p.errMsg {
                color: red;
            }

    .offer-left-menu input {
        border: solid 1px #c6c6c6;
        width: 197px;
        padding: 6px 10px;
        color: #9d9d9d;
        margin: 0px 0 0 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        font-size: 15px;
        color: #9D9D9D;
    }

    .offer-left-menu li.offer-left-menu-li {
        padding-top: 10px;
    }

.offer p {
    color: #7d7d7d;
    font-size: 11px;
}


span.h3 {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: bolder;
    margin-top: 20px;
}

h3.offer-title {
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 25px
}

ul.offer-list {
    padding: 0 15px 0 0;
    margin: 0;
    list-style: none;
}

    ul.offer-list li {
        padding: 0px 0 25px 122px;
        color: #7d7d7d;
        position: relative;
        height: 1%;
        text-align: justify;
        width: 460px;
        height: 100px;
    }

        ul.offer-list li h3, ul.offer-list li h3 a {
            display: block;
            font-size: 14px;
            color: #5a5a5a !important;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        ul.offer-list li img {
            position: absolute;
            left: 0;
        }

        ul.offer-list li a {
            text-decoration: none;
        }

            ul.offer-list li a strong {
                color: inherit;
            }

            ul.offer-list li a:hover strong {
                text-decoration: underline;
            }

.offer_main_part {
    width: 603px;
    float: right;
    line-height: 147%;
    padding: 18px 0 0 0;
    margin-right: 50px
}

.offer-left {
    width: 240px;
    float: left;
    padding: 13px 0 0 23px;
}

/* Error page styles */
#para {
    position: relative;
    overflow: hidden;
    width: 540px;
    height: 358px;
    margin: 0 auto;
}

.parallax-layer {
    position: absolute;
}

.landing_page h2.main-404-title {
    position: absolute;
    font-size: 30px;
    color: #52be23;
    font-weight: bold;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 15px;
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.second-404-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2c81d6;
    margin: 30px 0 15px;
}

.page-404 p {
    font-size: 14px;
    color: #373737;
    text-align: center;
    line-height: 20px;
}

.page-404 .bottom_links {
    overflow: hidden;
    padding: 0 110px;
    margin: 18px 0;
}

    .page-404 .bottom_links .left {
        float: left;
        width: auto;
        padding: 0;
    }

    .page-404 .bottom_links .right {
        float: right;
        width: auto;
        padding: 0;
    }

    .page-404 .bottom_links .middle {
        text-align: center;
    }

    .page-404 .bottom_links a {
        font-size: 14px;
        text-decoration: underline;
    }

        .page-404 .bottom_links a:hover {
            text-decoration: none;
        }

/* syncoutlook control */

.left_part .sync_outlook_control {
    float: left;
    margin-left: 0;
    width: 218px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #CCC6C5;
    box-shadow: 0px 2px 4px #CCC6C5;
    margin-bottom: 0;
    padding: 21px 24px 23px 23px;
}

.left .sync_outlook_control {
    float: left;
    margin-top: -7px;
}

.offer-left-menu .sync_outlook_control {
    margin-left: -18px;
    margin-bottom: -24px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.sync_outlook_control {
    padding: 21px 21px 23px;
    background: #4cb320;
    margin-left: -23px;
    margin-bottom: 18px;
}

    .sync_outlook_control h3 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        margin: 0;
    }

    .sync_outlook_control .with {
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 5px 0 3px;
        padding: 0;
    }

    .sync_outlook_control select {
        border: none;
        color: #5A5A5A;
        font-size: 15px;
        padding: 5px 5px 5px 8px;
        box-shadow: #467c2c 0 0 1px;
        display: block;
        width: 100%;
    }

    .sync_outlook_control .see_how {
        display: block;
        width: 220px;
        height: 39px;
        text-indent: -99999px;
        background: url(../i/button_see_how.png) no-repeat 0 0;
        margin: 6px 0 0 0;
    }

        .sync_outlook_control .see_how:hover {
            background: url(../i/button_see_how.png) no-repeat 0 -41px;
        }

/*sync outlook for splurgy*/
.block_v7 .sync_outlook_control {
    float: left;
    margin-left: 0;
    width: 224px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #CCC6C5;
    box-shadow: 0px 2px 4px #CCC6C5;
    margin-bottom: 0;
    padding: 21px 14px 23px 13px;
    margin: 30px 0px 0px 7px;
}
/* Download page for mobile styles */

#alternative_ways {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    #alternative_ways li {
        margin-right: 5px;
        overflow: hidden;
    }

.additional_email_section {
    margin-left: 57px;
}

#alternative_ways li a {
    float: left;
}

#alternative_ways li span {
    float: left;
    margin: 15px 0 0 10px;
}

.additional_email_section input[type='submit'] {
    border: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: rgb(56,137,219);
    background: -moz-linear-gradient(top, rgba(56,137,219,1) 0%, rgba(48,120,191,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,137,219,1)), color-stop(100%,rgba(48,120,191,1)));
    background: -webkit-linear-gradient(top, rgba(56,137,219,1) 0%,rgba(48,120,191,1) 100%);
    background: -o-linear-gradient(top, rgba(56,137,219,1) 0%,rgba(48,120,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(56,137,219,1) 0%,rgba(48,120,191,1) 100%);
    background: linear-gradient(to bottom, rgba(56,137,219,1) 0%,rgba(48,120,191,1) 100%);
    box-shadow: #afafaf 1px 1px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.custom_splurgy {
    background: url('https://www.4team.biz/i/banners/Sync2Promo/splurgy_multiple_popup.png') no-repeat center center;
    width: 600px;
    height: 400px;
    padding: 14px 0px 0px 14px;
    overflow: hidden;
}

    .custom_splurgy a.offer_1, .custom_splurgy_USD a.offer_1, .custom_splurgy_GBP a.offer_1, .custom_splurgy_EUR a.offer_1 {
        width: 185px;
        height: 47px;
        border: 0;
        position: absolute;
        top: 191px;
        left: 398px;
    }

    .custom_splurgy a.offer_2, .custom_splurgy_USD a.offer_2, .custom_splurgy_GBP a.offer_2, .custom_splurgy_EUR a.offer_2 {
        width: 169px;
        height: 43px;
        border: 0;
        position: absolute;
        top: 242px;
        left: 415px;
    }

    .custom_splurgy a.offer_3, .custom_splurgy_USD a.offer_3, .custom_splurgy_GBP a.offer_3, .custom_splurgy_EUR a.offer_3 {
        width: 129px;
        height: 34px;
        border: 0;
        position: absolute;
        top: 318px;
        left: 454px;
    }

.custom_splurgy_EUR {
    background: url('https://www.4team.biz/i/banners/Sync2Promo/Splurgy_Sync2_Banner_eur.png') no-repeat center center;
    width: 600px;
    height: 400px;
    padding: 14px 0px 0px 14px;
    overflow: hidden;
}

.custom_splurgy_USD {
    background: url('https://www.4team.biz/i/banners/Sync2Promo/Splurgy_Sync2_Banner_usd.png') no-repeat center center;
    width: 600px;
    height: 400px;
    padding: 14px 0px 0px 14px;
    overflow: hidden;
}

.custom_splurgy_GBP {
    background: url('https://www.4team.biz/i/banners/Sync2Promo/Splurgy_Sync2_Banner_gbp.png') no-repeat center center;
    width: 600px;
    height: 400px;
    padding: 14px 0px 0px 14px;
    overflow: hidden;
}
/*change splurgy original style
.text-center h4 {display:none !important;}
h1#offer_title {display:none !important;}
change splurgy original style*/
.splurgy_note {
    position: relative; /*margin-top:-50px;*/
    font-size: 14px;
}

.splurgy_trouble {
    font-size: 14px;
}

span.splurgy_note_ie {
    font-weight: bold;
    color: red;
}

.msrp {
    color: red;
    font-size: 16px;
}

.column4 span.msrp_price {
    text-decoration: line-through;
    color: #000 !important;
    font-size: 14px !important;
}

span.nowrap {
    white-space: nowrap;
    color: red !important;
    font-weight: bold;
}

.social-offer {
    padding: 0px 12px 40px 12px;
    height: 60px;
    text-align:center;
}
/**********         Sync2 Companion block           ******************/
.sync2_companion_control {
    padding: 21px 21px 23px;
    background: #4cb320;
    margin-left: -23px;
    margin-bottom: 18px;
    height: 154px;
}

    .sync2_companion_control h3 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        margin: 0;
    }

    .left_part .sync2_companion_control .text, .sync2_companion_control .text {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        text-align: left;
        margin: 15px 0 3px;
        padding: 0;
    }

.left_part .sync2_companion_control {
    background: url(/i/color1/Sync2-Companion-iOS-Android-App.png) 100% 100% no-repeat;
    float: left;
    margin-left: 0;
    width: 218px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #CCC6C5;
    box-shadow: 0px 2px 4px #CCC6C5;
    margin-bottom: 0;
    padding: 21px 24px 23px 23px;
    background-color: #4cb320;
}

.left .sync2_companion_control {
    margin-top: -7px;
    background: url(/i/color1/Sync2-Companion-iOS-Android-App.png) 100% 100% no-repeat;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #CCC6C5;
    box-shadow: 0px 2px 4px #CCC6C5;
    background-color: #4cb320;
}

.sync2_companion_control img {
    width: 100px;
    height: 33px;
    margin-top: 30px;
}

.iTunesBadge {
    float: left;
}

.GooglePlayBadge {
    float: right;
}
/**********         Sync2 Companion block           ******************/

/*Leave feedback page*/
.lpn {
    margin-top: 125px;
    float: left;
    width: 100%;
}

    .lpn input.medium_input {
        border: 1px solid #C6C6C6;
        color: #000;
        font-size: 15px;
        padding: 3px 5px;
        position: relative;
        width: 220px;
    }

.feedback-form {
    position: relative;
    top: 35px;
    width: 934px;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .feedback-form ol {
        text-align: left;
        display: inline-block;
        margin: auto;
    }

        .feedback-form ol li {
            line-height: 187%;
        }

    .feedback-form p {
        color: #7d7d7d;
        line-height: 186%;
    }

.feedback-banner-orange {
    padding: 10px 20px 20px 20px;
    background-color: #2c81d6;
    text-align: center;
    background-image: url(/i/feedback-note.png);
    background-repeat: no-repeat;
    background-position: 30px 20px;
    height: 180px;
    position: relative;
    border-bottom: 1px solid #959595;
}

    .feedback-banner-orange h1 {
        font-size: 60px;
        color: #fff;
        padding-top: 30px;
    }

    .feedback-banner-orange h2 {
        font-size: 27px;
        color: #fff;
        padding-top: 20px;
    }

.lpn div.feedback-content div.feedback-form label.leave_feedback {
    min-width: 140px;
    text-align: right;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.lpn div.feedback-content div.feedback-form textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #c6c6c6;
    color: #000;
    font-size: 15px;
    padding: 3px 5px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: -80px;
}

.feedback-content {
    position: relative;
    text-align: center;
}

.feedback-bt-submit:hover {
    background-position: -400px -255px
}

.p-form-description {
    color: #000;
    text-align: justify;
    padding: 30px 0 20px 55px;
    font-size: 13px;
}

.feedback-h3 {
    padding: 10px 0 0 55px;
    color: #000;
    text-align: justify;
    font-size: 19px;
}

.feedback-form span.feedback-error {
    color: red;
    position: absolute;
    margin-left: 20px;
}

.feedback-form span.feedback-error-textarea {
    color: red;
    position: absolute;
    margin-left: 100px;
}

.feedback-form-LiveChat {
    position: relative;
}

.feedback-form-social {
    position: relative;
    top: 35px;
    width: 934px;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.feedback-form-LiveChat p {
    text-align: justify;
    padding: 20px 0 20px 30px;
}

    .feedback-form-LiveChat p span {
        display: inline-block;
        vertical-align: middle;
    }

        .feedback-form-LiveChat p span.phone {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            padding: 10px 24px;
            color: #979797;
            height: 19px;
        }

            .feedback-form-LiveChat p span.phone strong {
                font-size: 14px;
                color: #5a5a5a;
                padding-left: 5px;
            }

.feedback-form-LiveChat .bt_chat:hover {
    background-position: 0px -164px;
}

.feedback-form-LiveChat .bt_call:hover {
    background-position: -457px -164px;
}

.feedback-form-social a.social-google-plus:hover {
    background-position: -190px -65px;
}

.feedback-form-social a.social-facebook:hover {
    background-position: -370px -65px;
}

.feedback-form-social a.social-download-com:hover {
    background-position: -549px -65px;
}

.feedback-form-social a.social-microsoft-pinpoint:hover {
    background-position: -10px -65px;
}

.feedback-form-social p {
    text-align: justify;
    padding: 30px 0 20px 30px;
}

    .feedback-form-social p span {
        margin-left: 20px;
    }

        .feedback-form-social p span a {
            display: inline-block;
            text-indent: -10000px;
        }

/* new ThankYou page*/
.thank-banner {
    background-color: #2C81D6;
    text-align: center;
    background-image: url('https://www.4team.biz/i/banners/Sync2Promo/gleam_banner_EUR.png');
    background-repeat: no-repeat;
    height: 60px;
    position: relative;
}

.thank-content {
    position: relative;
}

.thank-block {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 0 0 20px 0;
}

.thank-block-first {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0 0 20px 0;
}

.img-text-button {
    padding: 20px 12px 12px 12px;
}

    .img-text-button .product-logo {
        float: left;
        padding: 10px 30px 0 15px;
        text-indent: -100000px;
    }
    /*product-logo mergix-logo*/
    .img-text-button .mergix-logo {
        background: url(https://www.4team.biz/i/logo_box/Mergix-logo.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button .duplicate-killer-logo {
        background: url(https://www.4team.biz/i/logo_box/Duplicate-Killer-logo.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button .ost2-logo {
        background: url(https://www.4team.biz/i/logo_box/ost2-logo.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button .safe-pst-backup-logo {
        background: url(https://www.4team.biz/i/logo_box/safe-pst-backup-logo.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button .pst-merger-logo {
        background: url(https://www.4team.biz/i/logo_box/pst-merger-logo.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button .gift-logo {
        background: url(https://www.4team.biz/i/logo_box/thankyou-gift.png) no-repeat;
        height: 75px;
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 70px;
    }

    .img-text-button span {
        height: 25px;
    }

        .img-text-button span.thank-desc {
            width: 500px; /*display:block;*/ /* margin: 0 0 25px 0;*/
        }

    .img-text-button div.button {
        float: right;
        margin-right: 20px;
        width: 120px;
        background-color: #F28E0A;
        text-align: center;
        padding: 10px 0 10px 0;
        color: #fff;
        cursor: pointer;
        box-shadow: none;
    }

        .img-text-button div.button:hover, .img-text-button div.buttontryit:hover {
            -moz-box-shadow: 0 2px 4px #aaa;
            -webkit-box-shadow: 0 2px 4px #ccc6c5;
            box-shadow: 0 2px 4px #ccc6c5;
        }

        .img-text-button div.button a, .img-text-button div.button a:visited, .img-text-button div.buttontryit a, .img-text-button div.buttontryit a:visited {
            color: #fff;
            text-decoration: none;
        }

.h1_social {
    color: #4cb320;
    font-size: 28px;
    float: left;
    font-weight: normal;
    padding-bottom: 5px;
    line-height: 25px;
    padding: 40px 25px 0 25px;
}

.share_social {
    float: right;
    padding-bottom: 5px;
    line-height: 25px;
    padding: 25px 25px 0 25px;
}

    .share_social a, .share_social a:hover, .share_social a:visited {
        border: none;
        text-decoration: none;
    }

        .share_social a img {
            border: none
        }

.img-text-button h2.h2 {
    font-size: 23px;
    padding-bottom: 5px;
    color: #2C81D6;
    line-height: 25px;
    font-weight: bolder;
    padding: 25px;
}

.thank-block h2.h2-offer {
    font-size: 23px;
    padding-bottom: 5px;
    color: #2C81D6;
    line-height: 25px;
    font-weight: bolder;
    padding: 25px;
    float: left;
}

.img-text-button h3.h3 {
    font-size: 18px;
    padding-bottom: 5px;
    color: #2C81D6;
    line-height: 25px;
    font-weight: bolder;
}

.thank-now {
    float: left;
    color: #2C81D6;
    font-weight: bold;
    font-size: 17px;
    display: block;
    padding: 14px 5px 0 0;
}

.thank-price a, .thank-price a:visited {
    color: #F28E0A !important;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none !important;
    display: block;
}

.img-text-button a {
    color: #2C81D6;
    text-decoration: underline;
    font-size: 15px;
}

.img-text-button span.clr a {
    float: left;
    font-size: 17px;
}

.button-block {
    float: right;
    margin: 20px 10px 0 0;
    width: 221px;
}

.desc-block {
    width: 500px;
    float: left;
}

.badge {
    position: relative;
    width: 350px;
    padding: 25px 0 0 0;
    margin: auto;
}

.badge-partner {
    background-image: url(https://www.4team.biz/i/sales/Micrsoft-Gold-Partner.png);
    width: 162px;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    height: 75px;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.badge-norton-secure {
    background: url(https://www.4team.biz/i/sales/norton-secure.png) no-repeat;
    width: 131px;
    height: 75px;
    display: inline-block;
    float: left;
}

.img-text-button div.buttontryit {
    float: right;
    margin-right: 20px;
    width: 120px;
    background-color: #2C81D6;
    text-align: center;
    padding: 10px 0 10px 0;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
}

.thank-new {
    color: #F28E0A;
    font-weight: bold;
    font-size: 17px;
}

.need-help-text {
    float: right;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    margin: 30px 20px 0 0;
}

.need-help-img {
    float: right;
    margin: 20px 20px 0 0;
}

.need-help-text a, .need-help-text a:hover, .need-help-text a:visited {
    text-decoration: none;
    color: #5a5a5a
}

.OfferBanners {
    cursor: pointer;
}

.Splurgy-banner {
    width: 100%;
    height: 50px;
    background-image: url(http://m.sync2.com/images/Sync2Promo/SplurgyBanner-background.png);
    background-repeat: repeat-x;
}

.SplurgyBanner-social {
    height: 50px;
    position: relative;
    background: url(http://m.sync2.com/images/Sync2Promo/SplurgyBanner-social.png) no-repeat;
    float: left;
    z-index: 1;
    width: 220px;
}

.banner-box {
    display: block;
    width: 229px;
    height: 229px;
    float: left;
    cursor: pointer;
}

.SplurgyBanner-price {
    background: url(http://m.sync2.com/images/Sync2Promo/sticker_From.svg) no-repeat;
    width: 80px;
    height: 50px;
    float: right;
    background-position: 24px 16px;
    margin: 0 10px 0 0
}

    .SplurgyBanner-price a {
        text-decoration: none;
        color: #fff;
        font-size: 9px;
        border-bottom: 1px solid #73B9DA;
        padding-top: 0;
        margin: 7px 0 0 0;
        float: right;
    }

.SplurgyBanner-social-text {
    color: #fff;
    font-size: 27px;
    margin-left: 160px;
    float: left;
    width: 500px;
    top: 50%; /*transform*/
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    text-shadow: 2px 2px 2px #10BDE4;
}

.thankyou_try:hover {
    background-position: -1px -49px
}

.thankyou_learn:hover {
    background-position: -241px -49px
}

.thankyou_try-sm:hover {
    background-position: -1px -119px
}

.thankyou_learn-sm:hover {
    background-position: -241px -119px
}
/*recommend page*/
.recommend {
    position: relative;
    margin-top: 125px;
    float: left;
    width: 100%
}

.recommend-addthis-block {
    padding: 30px 0 15px 30px;
    font-size: 16px;
}
/*related products inside recommend*/
.recommend-related {
    position: relative;
    margin: 0 0 0 10px;
    float: left;
    width: 659px;
    height: 260px !important;
}

    .recommend-related .rel_prod {
        padding: 0 0 0 27px;
        overflow: hidden;
    }

        .recommend-related .rel_prod ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .recommend-related .rel_prod ul li {
                float: left;
                line-height: 136%;
            }

            .recommend-related .rel_prod ul .h3 {
                font-size: 14px;
                line-height: 136%
            }

            .recommend-related .rel_prod ul li.icon1 {
                width: 167px;
                padding: 5px 33px 0 0
            }

            .recommend-related .rel_prod ul li.icon2 {
                width: 186px;
                padding: 5px 25px 0 0
            }

            .recommend-related .rel_prod ul li.icon3 {
                width: 178px;
                padding: 5px 0 0 0
            }

    .recommend-related .product_image {
        display: block;
        margin: 0 0 5px 0
    }

    .recommend-related .rel_prod .readon {
        float: right;
        -moz-border-radius: 11px;
        border: solid 1px #d9d9d9;
        padding: 1px 15px 1px 10px;
        margin: 0 25px 0 0;
        font-size: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
    }

.price-text {
    position: relative;
    float: left;
    color: #5a5a5a;
    font-size: 11px;
    width: 70px;
    margin: 0;
}

.price-list {
    position: relative;
    float: left;
    color: #5a5a5a;
    font-size: 12px;
    text-decoration: line-through;
}

.price-offered {
    position: relative;
    float: left;
    color: #830906;
    font-size: 13px;
}

input.related-qnt {
    width: 20px;
    text-align: center;
    float: left
}

.padding5 {
    padding: 5px 0 5px 0;
}

.buy-together {
    text-align: left;
    font-size: 10px;
    color: #5a5a5a;
    clear: both;
}
/*related products inside recommend*/


.recommend-h3 {
    padding: 10px 0 0 55px;
    color: #000;
    text-align: justify;
    font-size: 19px;
}

.recommend-LiveChat {
    position: relative;
    margin-top: 10px;
    height: 100% !important;
    padding-top: 10px;
}

.recommend-social {
    position: relative;
    top: 35px;
    width: 934px;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.recommend-LiveChat p {
    text-align: justify;
    padding: 20px 0 20px 30px;
}

    .recommend-LiveChat p span {
        display: inline-block;
        vertical-align: middle;
    }

        .recommend-LiveChat p span.phone {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            padding: 10px 24px;
            color: #979797;
            height: 19px;
        }

            .recommend-LiveChat p span.phone strong {
                font-size: 14px;
                color: #5a5a5a;
                padding-left: 5px;
            }

.recommend-LiveChat .bt_chat:hover {
    background-position: 0 -164px;
}

.recommend-LiveChat .bt_call:hover {
    background-position: -457px -164px;
}

.recommend-related-h3 {
    padding: 10px 0 0 0;
    text-align: justify;
    font-size: 16px;
}
/*recommend page*/


/**********         Mergix  block           ******************/
.mergix-banner {
    margin-left: -25px;
    padding: 20px 0 10px 0
}

.Mergix_control {
    padding: 21px 21px 23px;
    background: #2c81d6;
    margin-left: -23px;
    margin-bottom: 18px;
    height: 200px;
}

    .Mergix_control h3 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        margin: 0;
        text-indent: -10000px;
        height: 44px;
        background-image: url('https://www.4team.biz/i/mergix-logo-left-banner.png');
        background-repeat: no-repeat;
        background-position: 40px;
    }

        .Mergix_control h3 a.mergix-logo {
            background: transparent;
            text-indent: -10000px;
            height: 64px;
            margin: 0;
            padding: 0;
            width: 227px;
        }

    .left_part .Mergix_control .text, .Mergix_control .text {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        margin: 15px 0 20px;
        padding: 0;
    }

    .left_part .Mergix_control .text_free, .Mergix_control .text_free {
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        margin: 7px 0 5px;
        padding: 0;
    }


    .left_part .Mergix_control a, .Mergix_control a, .left_part .Mergix_control a:hover, .Mergix_control a:hover, .left_part .Mergix_control a:visited, .Mergix_control a:visited {
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        margin: 15px 0 3px 5px;
        padding: 10px;
        background-color: #4cb320;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 200px;
        display: block;
    }

        .left_part .Mergix_control a:hover, .Mergix_control a:hover {
            background-color: #24B800;
            text-shadow: #429c1c;
        }

.left_part .Mergix_control {
    float: left;
    margin-left: 0;
    width: 218px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 4px #aaa;
    -webkit-box-shadow: 0 2px 4px #CCC6C5;
    box-shadow: 0 2px 4px #CCC6C5;
    margin-bottom: 0;
    padding: 21px 24px 23px 23px;
    background-color: #2c81d6;
}

.left .Mergix_control {
    padding: 21px 0 21px 18px;
    -moz-box-shadow: 0 2px 4px #aaa;
    -webkit-box-shadow: 0 2px 4px #CCC6C5;
    box-shadow: 0 2px 4px #CCC6C5;
    background-color: #2c81d6;
    float: left;
}

.Mergix_control img {
    width: 135px;
    height: 40px;
    margin-top: 30px;
}

.mergix-icons {
    background: url(https://www.4team.biz/i/icons-1.png) 100% 100% no-repeat;
    display: block;
    margin: 0 0 0 46px;
    text-align: center;
    width: 131px;
    padding-top: 10px;
}
/**********         Mergix block           ******************/
/*landing page new lpn*/
.lpn {
    margin-top: 125px;
    float: left;
    width: 100%;
}

.lpn-banner-gray {
    padding: 10px 20px 20px 20px;
    text-align: center;
    background-image: url(/images/vCardWizard.png);
    background-repeat: no-repeat;
    background-position: 20px 30px;
    height: 312px;
    position: relative;
}

    .lpn-banner-gray h1 {
        font-size: 60px;
        color: #000;
    }

    .lpn-banner-gray h2 {
        font-size: 18px;
        color: #000
    }

    .lpn-banner-gray .share {
        position: relative;
        top: inherit;
        padding-bottom: 10px;
        left: inherit;
        text-align: left;
    }

    .lpn-banner-gray p {
        clear: both;
    }

    .lpn-banner-gray .lpn-download-now {
        position: absolute;
        width: 894px;
        bottom: 0;
    }

.lpn-banner-blue {
    background-color: #0DB6DD;
    padding: 10px 20px 20px 20px;
    text-align: center;
    background-image: url(/images/vCardWizard-Sync.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 312px;
    position: relative;
}

    .lpn-banner-blue h1 {
        font-size: 60px;
        color: #fff;
    }

    .lpn-banner-blue h2 {
        font-size: 18px;
        color: #fff
    }

    .lpn-banner-blue .share {
        position: relative;
        top: inherit;
        padding-bottom: 10px;
        left: inherit;
        text-align: left;
    }

    .lpn-banner-blue p {
        clear: both;
        color: #fff;
    }

    .lpn-banner-blue a, .lpn-banner-blue a:hover, .lpn-banner-blue a:visited {
        color: #0162AD;
    }
/*
.lpn-banner-gray .lpn-download-now .bt_download{background: url(/i/color4/buttons_sprite.png) 0px 0px no-repeat; height: 40px; width:220px;text-indent:-10000px; display:block;    margin-left: 335px;    margin-top: 10px;}
.lpn-banner-orange .lpn-download-now .bt_download{background: url(/i/color4/buttons_sprite.png) 0px 0px no-repeat; height: 40px; width:220px;text-indent:-10000px; display:block;    margin-left: 335px;    margin-top: 10px;}
.lpn-banner-blue .lpn-download-now .bt_download{background: url(/i/color4/buttons_sprite_blue.png) 0px 0px no-repeat; height: 40px; width:220px;text-indent:-10000px; display:block;    margin-left: 335px;    margin-top: 10px;}
.lpn-banner-blue .lpn-download-now .bt_download:hover{background-position:0px -47px;}
.lpn-banner-gray .lpn-download-now .bt_download:hover{background-position:0px -47px;}
.lpn-banner-orange .lpn-download-now .bt_download:hover{background-position:0px -47px;}

.lpn-how-to .lpn-download-now .bt_download{background: url(/i/color4/buttons_sprite.png) 0px 0px no-repeat; height: 40px; width:220px;text-indent:-10000px; display:block;    margin-left: 335px;    margin-top: 25px;}
.lpn-how-to .lpn-download-now .bt_download:hover{background-position:0px -47px;}
    */
.lpn-download-now p {
    text-align: center;
}

.lpn-banner-blue .lpn-download-now {
    position: absolute;
    width: 894px;
    bottom: 20px;
}

.lpn-banner-orange {
    padding: 10px 20px 20px 20px;
    background-color: #2C81D6;
    text-align: center;
    background-image: url(/images/Sync2-logo.png);
    background-repeat: no-repeat;
    background-position: 20px 30px;
    height: 312px;
    position: relative;
}

    .lpn-banner-orange h1 {
        font-size: 60px;
        color: #fff;
    }

    .lpn-banner-orange h2 {
        font-size: 18px;
        color: #fff
    }

    .lpn-banner-orange .share {
        position: relative;
        top: inherit;
        padding-bottom: 10px;
        left: inherit;
        text-align: left;
    }

    .lpn-banner-orange p {
        clear: both;
        color: #fff;
    }

    .lpn-banner-orange .lpn-download-now {
        position: absolute;
        width: 894px;
        bottom: 20px;
    }

.lpn-download-now input {
    border: solid 1px #c6c6c6;
    width: 234px;
    padding: 9px 10px;
    color: #9d9d9d;
    margin: 25px 0 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 16px
}

.lpn-description-orange {
    padding: 10px 10px 10px 30px;
    background-color: #F28E0A;
    color: #fff;
    font-size: 1.1em;
}

    .lpn-description-orange .column-right h3 {
        color: #fff;
        font-size: 23px;
        font-weight: normal;
        padding: 20px 0 15px 0;
    }

.lpn-description-white {
    padding: 10px 10px 30px 30px;
    background-color: #FFF;
    color: #000;
    font-size: 1.1em;
    border-bottom: 1px solid #959595;
}

    .lpn-description-white .column-right h3 {
        color: #000;
        font-size: 23px;
        font-weight: normal;
        padding: 20px 0 15px 0;
    }

ul.ul-description {
    padding: 0 15px 0 0;
    margin: 6px 0 0 0;
    list-style: none;
    z-index: 0;
}

    ul.ul-description li {
        padding: 8px 0 18px 62px;
        position: relative;
        height: 1%;
        text-align: justify
    }

        ul.ul-description li img {
            position: absolute;
            top: 8px;
            left: 0;
        }

        ul.ul-description li p {
            display: block;
            font-size: 1.1em !important;
            font-weight: bold !important;
            padding: 0 !important;
            margin: 0
        }

        ul.ul-description li a strong {
            color: inherit;
        }

        ul.ul-description li a:hover strong {
            text-decoration: underline;
        }

.column-left {
    display: inline-block;
    width: 410px;
    vertical-align: top;
    padding: 0 15px 0 0;
}

    .column-left img {
        padding: 20px 0 0 0;
    }

    .column-left .img-thumb {
    }

.column-right {
    display: inline-block;
    width: 425px;
    vertical-align: top;
    padding-left: 20px;
}

    .column-right p.related-use {
        display: block; /*   font-size: 1.1em!important;    font-weight: bold!important;  */
        padding: 0 !important;
        margin: 0;
    }

.lpn-how-to {
    padding: 40px 20px 20px 30px;
    background-color: #fff;
    font-size: 1.1em;
    position: relative;
}

    .lpn-how-to h3 {
        color: #000;
        font-size: 23px;
        font-weight: normal;
        padding: 0 0 20px 0;
    }

    .lpn-how-to .column-right { /*padding-top:45px;*/
    }

    .lpn-how-to ol.how-to-ol {
        padding: 0 10px 0 20px;
        margin: 6px 0 0 0;
    }

ol.how-to-ol li {
    padding: 6px 0 6px 0;
    position: relative;
    height: 1%;
    text-align: justify
}

    ol.how-to-ol li img {
        position: absolute;
        top: 8px;
        left: 0;
    }

    ol.how-to-ol li h3 {
        display: block;
        font-size: 14px;
        padding: 0;
        margin: 0
    }

    ol.how-to-ol li a strong {
        color: inherit;
    }

    ol.how-to-ol li a:hover strong {
        text-decoration: underline;
    }

ul.how-to-ul {
    padding: 0 10px 0 20px;
    margin: 6px 0 0 0;
}

    ul.how-to-ul li {
        padding: 6px 0 6px 0;
        position: relative;
        height: 1%;
        text-align: justify
    }

        ul.how-to-ul li img {
            position: absolute;
            top: 8px;
            left: 0;
        }

        ul.how-to-ul li h3 {
            display: block;
            font-size: 14px;
            padding: 0;
            margin: 0
        }

        ul.how-to-ul li a strong {
            color: inherit;
        }

        ul.how-to-ul li a:hover strong {
            text-decoration: underline;
        }

.lpn-partners {
    padding: 40px 20px 40px 20px;
    background-color: #fff;
    border-top: 1px solid #959595;
    text-align: center;
}

    .lpn-partners p {
        padding: 0 0 30px 0;
        font-size: 25px;
    }

    .lpn-partners div {
        display: inline-block;
        margin: 0 20px 0 20px;
    }

.Lion-Global-Investors {
    background: url(/images/Client_logo_sprite.png) 0 0 no-repeat;
    width: 69px;
    height: 85px;
}

.Nato-Defense-College {
    background: url(/images/Client_logo_sprite.png) -111px 0 no-repeat;
    width: 83px;
    height: 85px;
}

.Warner-Bros-Interactive {
    background: url(/images/Client_logo_sprite.png) -231px 0 no-repeat;
    width: 91px;
    height: 85px;
}

.Balfour-Beatty {
    background: url(/images/Client_logo_sprite.png) -370px 0 no-repeat;
    width: 115px;
    height: 85px;
}

.Insight {
    background: url(/images/Client_logo_sprite.png) -529px 0 no-repeat;
    width: 100px;
    height: 85px;
}

.Geodis-Wilson {
    background: url(/images/Client_logo_sprite.png) -674px 0 no-repeat;
    width: 120px;
    height: 85px;
    padding-right: 0 !important;
}

.img-container {
    z-index: 1;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

    .img-container .fit-img { /*display: block;    max-width: 100%;    max-height: 100%;    width: auto;    height: auto;margin: auto;*/
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.lpn-banner-container {
    position: absolute;
    width: 894px;
    bottom: 130px;
}

.sync2-ScreenShot {
    cursor: url('/i/cursor/magnify.cur'), pointer;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.social-offer {
    padding: 0px 12px 40px 12px;
    height: 60px;
    text-align:center;
    
}

/*New landing page*/
.landing-page {
}

    .landing-page h1 {
        text-align: center;
        font-size: 32px;
        font-weight: normal;
        padding: 32px 0 8px;
    }

    .landing-page h2 {
        font-size: 24px;
        font-weight: normal;
        padding: 8px 0 24px;
    }

    .landing-page h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 8px 0;
    }

    .landing-page h4 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .landing-page .section {
        padding: 24px;
        font-size: 14px;
    }

        .landing-page .section + .section {
            border-top: 1px solid #aaa;
        }

        .landing-page .section .col-1-2 {
            width: 435px;
            display: inline-block;
            vertical-align: top;
        }

        .landing-page .section .col-1-3 {
            width: 320px;
            display: inline-block;
            vertical-align: top;
        }

        .landing-page .section .col-2-3 {
            width: 480px;
            display: inline-block;
            vertical-align: top;
            padding-right: 70px;
        }

        .landing-page .section ul,
        .landing-page .section ol {
            margin: 0;
            padding-left: 20px;
        }

        .landing-page .section li {
            padding: 10px;
        }

        .landing-page .section .video-placeholder {
            padding: 10px;
            display: block;
            width: 414px;
        }

            .landing-page .section .video-placeholder img {
                width: 414px;
                height: auto;
            }

    .landing-page .button-wrapper {
        margin: 0 auto;
        width: 256px;
    }

    .landing-page .quote {
        background-color: #F2F2F2;
        border-radius: 20px;
    }

        .landing-page .quote .quote-mark {
            padding: 24px;
            width: 41px;
            display: table-cell;
            vertical-align: middle;
        }

        .landing-page .quote .quote-text {
            padding: 24px;
            width: 746px;
            display: table-cell;
            font-size: 14px;
        }

        .landing-page .quote .quote-author {
            text-align: right;
        }

.purchase-promo-block {
    margin-top: -30px;
}

.purchase-promo-h {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.purchase-promo-text {
    color: #000;
    padding: 10px 0 15px 15px;
    font-size: 13px;
}

    .purchase-promo-h span, .purchase-promo-text span {
        color: red;
    }

.social-comparision {
    margin: 0 0 20px 0
}

.add_to_amazon_pricing {
    margin: -20px -10px 0 0;
}

    .add_to_amazon_pricing .bt_amazon {
        margin-top: 0 !important
    }




.remove_bgr {
    background: none !important;
}

.remove_height {
    height: auto !important;
}

.txt-align-center {
    text-align: center
}

.display-inline-block {
    display: inline-block
}

.mr {
    margin-right: 15px;
}

.ml {
    margin-left: 15px;
}

.mt {
    margin-top: 30px;
}

.lpold_CaT {
    margin: 35px 0 35px 0
}

.lpn-purchase-block {
    display: inline-block;
    margin-left: 30px;
    /*float: right;
     margin-left: 40px; */
    margin-top: 60px;
}

.lpn-download-block {
    display: inline-block;
    margin-right: 30px; /*  position: relative;
    float: left;*/
}

    .lpn-download-block p a, .lpn-purchase-block p a {
        color: #a2cfe9;
    }

.lpn-norton-seal {
    height: 55px;
    position: relative;
    width: 103px;
    float: right;
    margin-top: 40px;
    margin-right: 15px;
    background: url("https://www.4team.biz/i/cart/Secure-Purchase.png") -344px 0 no-repeat;
}

#UpperBanner {
    position: fixed;
    width: 100%;
    height: 23px;
    display: block;
    z-index: 1000;
    top: 0;
    background-color: #E81123;
    color: white;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0 3px 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    min-width: 934px;
    font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif" !important;
}

    #UpperBanner:hover {
        text-decoration: none;
    }

    #UpperBanner b {
        color: black;
    }

.bf {
    margin-top: 24px !important;
}

.mt_bf_160 {
    margin-top: 150px !important;
}

/*new lp buttons*/
.lpn-bt-download:hover {
    background-position: -1px -547px;
}

a.lpn-purchase-button:hover {
    background-position: -264px -547px;
}
/**/
.purchase select.select_qnt {
    padding: 7px 15px;
}

/*note under download button*/
.block_v1 div.note_star {
    float: right;
    margin: -30px 5px 0 0;
    color: white;
    font-size: 18px;
}

.block_v1 div.note_star_text {
    float: right;
    margin-top: 10px;
}

div.note_star {
    float: left;
    margin: 17px 0 0 -15px;
    color: white;
    font-size: 18px;
    text-align: left;
    position: relative;
}

div.note_star_text {
    position: relative;
    float: left;
    clear: both;
}
/*note under download button*/

/* Testimonials start */
a.button.disabled {
    opacity: 0.7;
}

.reviews-header {
    padding: 15px 0;
}

    .reviews-header h2 {
        margin: 25px 0 5px;
    }

.rating-text {
    float: left;
    margin-left: 15px;
    line-height: 26px;
}

    .rating-text span {
        color: #2c81d6;
    }

.rating-error {
    float: left;
    margin: 0 0 0 10px !important;
    height: 26px;
    line-height: 32px;
}

.feedback-button {
    padding: 20px 0 10px;
}

.form-group {
    margin: 15px 0;
}

.reviews-header textarea, .reviews-header input {
    width: 95%;
    padding: 7px 10px;
    border: 1px solid #ccc;
}

.reviews-header a.button {
    margin: 8px 0;
}

.rating {
    float: left;
    width: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0 2px;
}

.total-rate {
    float: left;
    padding: 0 !important;
}

.jq-ry-container {
    position: relative;
    padding: 0 4px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }

.review-form {
    display: none;
}

    .review-form .input-error {
        display: none;
        margin: 3px 0 5px;
        color: #ff0000;
    }

.review {
    position: relative;
    margin-left: -15px;
    padding: 15px;
}

    .review:last-child {
        margin-bottom: 10px;
    }

    .review.helpful {
        margin-top: 30px;
        border: 1px solid #F9BC00;
    }

        .review.helpful:first-child {
            margin-top: 15px;
        }

.helpful-text {
    display: none;
    position: absolute;
    top: -9px;
    font-weight: 600;
    padding: 0px 20px;
    left: 130px;
    background-color: #fff;
}

.review.helpful .helpful-text {
    display: block;
}

.review.helpful .rating {
    position: absolute;
    top: -15px;
    background-color: #fff;
}

.review.helpful .author {
    margin-top: 0;
}

.review.helpful .social-block {
    float: right;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: -16px;
    background-color: #fff;
}

.review .social {
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.social.fb {
    background: url(/i/social-icons.png);
    background-position: -3px -3px;
}

.social.g {
    background: url(/i/social-icons.png);
    background-position: -3px -35px;
}

.social.tw {
    background: url(/i/social-icons.png);
    background-position: -35px -3px;
}

.review .author {
    margin: 6px 0;
    color: #999;
}

.review .content {
    line-height: 24px;
    color: #555;
}

.hidden-boxes {
    display: none;
}

.modal {
    color: #666;
    font-size: 12px;
}

    .modal .header {
        font-size: 16px;
        font-weight: bold;
        padding: 17px 0;
        text-align: center;
        background-color: #3E9719;
        color: #fff;
    }

    .modal .content {
        padding: 15px;
        line-height: 18px;
    }

    .modal .block_v4 {
        float: none;
        margin: 0 auto;
    }

    .modal .q {
        line-height: 13px;
    }

    .modal .phone {
        text-align: center;
        border-top: 0;
    }

.modal-btn {
    padding: 20px 0;
    text-align: center;
}

    .modal-btn a {
        display: inline-block;
    }

.block_v6 .rating {
    float: none;
    padding: 3px 30px 10px;
    width: 100%;
}

    .block_v6 .rating .total-rate {
        margin: 0;
    }

.nav > div {
    float: left;
}

.nav .rating-text {
    float: none;
}

.helpful .hidden-on-helpfull {
    display: none;
}

.rating.landing-page {
    width: 260px;
    padding: 0 0 0 6px;
    margin-top: -10px;
    display: block;
    text-align: left;
}

    .rating.landing-page .total-rate {
        float: none;
    }

    .rating.landing-page .rating-text {
        margin: 2px 0;
        font-weight: normal;
        font-size: 14px;
    }

.pagination {
    margin: 20px 0 30px;
}

    .pagination .page-count {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .pagination .nav-links a, .pagination .nav-links span {
        display: inline-block;
        border: 1px solid #ccc;
        margin: 0 3px;
        padding: 3px 8px;
        border-radius: 7px;
    }

        .pagination .nav-links a:first-child, .pagination .nav-links span:first-child {
            margin-left: 0;
        }

    .pagination .nav-links span {
        background: #ccc;
    }
/* Testimonials end */


#whyLT h2 {
    font-size: 16px;
    font-weight: bold
}

#whyLT ul, #whyLT ol {
    margin: 10px 0 10px 0;
    font-size: 12px;
    padding: 0 0 0 20px;
}

    #whyLT ul li, #whyLT ol li {
        margin: 0 0 5px 0;
    }

.show-banner-note{visibility:visible;}
.hide-banner-note {
    visibility: hidden;
}

/**/
.cents{vertical-align:super; font-size:10px !important;display:inline-block!important;color:#8B0009 !important;
    font-weight: normal !important;
    display: inline !important;
    float: none !important;
    padding: 0!important;}
.money{display:inline-block!important; float: none !important;
    padding: 0!important;}
.hidden {
    display:none;
}
 /*FB image*/
.NavbarRecommend {position: absolute;
    top: 73px;
    left: 25px;
    font-size: 11px;
    line-height: 20px;
    width: 260px;
}
.recommend-button {
    font-size: 11px;
    line-height: 20px;
    width: 260px;}
.recommend-button a {
    font-family: Helvetica, Arial, sans-serif;
    color:#000;
    font-size:11px;
}
.recommend-button .fb-recommend{  display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding-left: 2px;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align:middle;
    }
.recommend-button .fb-count{ display: inline-block;
    color: #ffffff;
    padding-left: 5px;
    font-size: 11px;
    font-weight:normal;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align:middle;
    }

.fb-button {
    background-color: #1777F0;
    text-decoration: none;
    width: 130px;
    height: 21px;
    border-radius: 3px;
}
         .fb-logo{ display: inline-block;
    padding-left: 7px;
    height: 13px;vertical-align:middle;}
    
    
   /*end fb image*/