@charset "utf-8";
/* CSS Document */

/*  html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com  Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}




/* general */

H1 {
    color: #005387;
    padding: 25px 0px 15px;
    margin: 0px;
    line-height: 1.1;
    font-size: 40px;
    /* text-shadow: 0px 1px 0px rgba(0,0,0,0.1); */
}

    H1, H1 SPAN, H1 A {
        font-family: 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 300;
    }

H2 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: normal;
    line-height: 1.1;
}

H3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 10px;
    font-weight: normal;
    line-height: 1.1;
}

H4 {
    font-size: 13px;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: bold;
}


/* logo */
#header A.logo {
    position: absolute;
    left: 5px;
    margin-top: 5px;
}

/* MEDIA CONTENT */

/* desktop */
@media (min-width: 1008px) {
    .tablet,
    .mobile,
    .hidden-desktop {
        display: none !important;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1007px) {
    .desktop,
    .mobile,
    .hidden-tablet {
        display: none !important;
    }
}


/* mobile */
@media (max-width: 767px) {
    .desktop,
    .tablet,
    .hidden-mobile {
        display: none !important;
    }
}



/* CONTENT */
#content-holder {
    text-align: center;
    position: relative;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    /* Fix Chrome aliasing when rotate used */
    /*-webkit-backface-visibility: hidden;*/
}

/*  defines width of main elements - header, content, footer */
.AVsizer {
    margin: 0px auto 0px;
    text-align: left;
    position: relative;
}

/* all web + popup buttons uppercase */
#content-holder .button SPAN,
#colorbox .button SPAN {
    text-transform: uppercase;
}


/*  TABS */

/* tabs anchor */


#tabs-anchor {
    width: 100%;
    border-bottom: 2px solid #E9EAEC;
    background-color: #FFF;
    height: 60px;
}

    #tabs-anchor:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    #tabs-anchor.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

#content-holder #tabs-anchor DIV.AVsizer {
    width: auto;
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
    padding: 0;
}

#tabs-anchor UL {
    list-style: none;
    position: relative;
    left: 50%;
    margin: 0;
    padding: 0;
}

    #tabs-anchor UL:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    #tabs-anchor UL LI {
        float: left;
        position: relative;
        list-style-type: none;
    }


        /*
#content-holder #tabs-anchor DIV.AVsizer {
    padding: 0;
	text-align: center;
    }
#tabs-anchor {
    width: 100%;
	border: none;
    border-bottom: 2px solid #E9EAEC;
    background-color: #FFF;
	height: 60px;
    }
#tabs-anchor.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    }
#tabs-anchor UL {
    margin: 0 auto 0;
    padding: 0;
	list-style-type: none;
    }
#tabs-anchor UL LI {
    display: inline-block;
	*display: inline;
	text-align: center;
    
	padding: 0;
	margin-left: -4px;
    } */

        #tabs-anchor UL LI A {
            border-right: 1px solid #E9EAEC;
            display: inline-block;
            line-height: 60px;
            padding: 0 30px 0;
            text-transform: uppercase;
            text-decoration: none;
            color: #444E5A;
            border-bottom: 2px solid transparent;
            font-size: 12px;
            border-right: 1px solid #E9EAEC;
        }

        #tabs-anchor UL LI:last-child A {
            border-right: none;
        }

        #tabs-anchor UL LI A:hover,
        #tabs-anchor UL LI A.active {
            border-bottom: 2px solid #ff9100;
        }


/* tabs navigation */
#tabs-navigation {
    position: absolute;
    z-index: 10px;
    top: -39px;
    height: 40px;
}

    #tabs-navigation UL LI {
        color: #000000;
        float: left;
        height: 40px;
        line-height: 40px;
        list-style-type: none;
        margin: 0;
    }

        #tabs-navigation UL LI A {
            color: #444E5A;
            display: block;
            font-size: 14px;
            line-height: 40px;
            text-decoration: none;
            padding: 0 15px 0;
        }

        #tabs-navigation UL LI:hover A,
        #tabs-navigation UL LI.active A {
            background-color: #FFF;
            border: 1px solid #D1D1D1;
            border-bottom: none;
            padding: 0 14px 0;
            line-height: 38px;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        #tabs-navigation UL LI.active A {
            color: #FF9900;
        }

#tabs H2 {
    color: #ff9100;
    font-size: 30px;
    text-align: center;
}



/* SLIDER */

.slider {
    position: relative;
}

    .slider [class*="slide"] {
        *position: relative !important; /*  IE 7 fix */
    }

    .slider .s-nav {
        display: block;
        position: absolute;
        height: 100%;
        width: 60px;
        position: absolute;
        top: 0;
        z-index: 500;
    }

        .slider .s-nav.prev {
            left: 0;
        }

        .slider .s-nav.next {
            right: 0;
        }

        .slider .s-nav SPAN {
            position: absolute;
            top: 40%;
            display: block;
            width: 40px;
            height: 80px;
            background-image: url(../i/product-home/slider-arrows.png);
            background-repeat: no-repeat;
        }

        .slider .s-nav.prev SPAN {
            background-position: 0% 100%;
            right: 0;
        }

        .slider .s-nav.next SPAN {
            background-position: 100% 100%;
            left: 0;
        }

        .slider .s-nav.prev:hover SPAN {
            background-position: 0% 0%;
        }

        .slider .s-nav.next:hover SPAN {
            background-position: 100% 0%;
        }

    .slider .control {
        text-align: center;
        position: absolute;
        left: 48%;
        bottom: 20px;
        z-index: 99;
        text-align: center;
    }

        .slider .control SPAN.bullet {
            display: inline-block;
            width: 10px;
            height: 10px;
            text-align: center;
            margin: 3px;
            zoom: 1;
            position: relative;
            top: 3px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background-color: #FFF;
            border: 1px solid #00A7D1;
        }

        .slider .control .active SPAN.bullet {
            background-color: #00A7D1;
            border: 1px solid #00A7D1;
        }

        .slider .control .bx-pager-item {
            float: left;
        }

    .slider .s-nav {
        opacity: 0;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

    .slider:hover .s-nav {
        opacity: 1;
    }

.slide-text .span4 {
    position: relative;
}

.slide-text .active:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    border: solid transparent;
    border-width: 14px;
    border-bottom-color: #f4f5f6;
    top: -31px;
    z-index: 1000;
}

/* FADE */
.fade-in {
    font-size: 21px;
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from;

{
    opacity: 0;
}

to {
    opacity: 1;
}

}

​
/*  BACKGROUNDS */
/* gradient */
DIV.bg-grey-grad,
DIV.bg-blue-grad {
    zoom: 1;
    position: relative;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F4F5F6));
    background: -webkit-linear-gradient(#fff, #F4F5F6);
    background: -moz-linear-gradient(#fff, #F4F5F6);
    background: -ms-linear-gradient(#fff, #F4F5F6);
    background: -o-linear-gradient(#fff, #F4F5F6);
    background: linear-gradient(#fff, #F4F5F6);
    -pie-background: linear-gradient(#fff, #F4F5F6);
    behavior: url(/pie/pie.htc);
}


/* plain */
DIV.bg-grey {
    background-color: #f4f5f6;
    color: #4a5666;
    /* IE 7 Fix for slidDown/slideUp 
	*float: left; */
    *position: relative;
}

DIV.bg-white {
    background-color: #fff;
    /* IE 7 Fix for slidDown/slideUp 
	*float: left; */
    *position: relative;
}

DIV.bg-dark {
    background-color: #444E5A;
    color: #adb2b6;
    /* IE 7 Fix for slidDown/slideUp 
	*float: left; */
    *position: relative;
}

DIV.bg-orange {
    background-color: #FF9B02;
    color: #000;
    /* IE 7 Fix for slidDown/slideUp 
	*float: left; */
    *position: relative;
}

/* shadow */
.sh-bottom {
    background: transparent url(../i/product-shadow.png) 50% 100% no-repeat;
}

.sh-top {
    background: transparent url(../i/product-shadow-top.png) 50% 0% no-repeat;
}


/* box */
.AVbox {
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #B8C0C9;
    text-align: left;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: -moz-linear-gradient(top, #ffffff 80%, #efefef 100%); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#efefef)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 80%,#efefef 100%); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #ffffff 80%,#efefef 100%); /* Opera 11.10+ */
    background: linear-gradient(top bottom, #ffffff 80%,#efefef 100%); /* W3C standard */
    -pie-background: linear-gradient(#ffffff, #e7e7e7); /* PIE - IE7-9 */
    behavior: url(/pie/pie.htc);
}


/* Comparision table V9 */

TABLE.tab-com {
    margin: 0 auto 0;
}

    TABLE.tab-com TD {
        padding: 8px 0px;
        text-align: center;
        border-bottom: 1px solid #EEE;
        border-right: 10px solid #FFFFFF;
    }

    TABLE.tab-com TR.top TD {
        padding: 10px 0px 10px;
        text-align: center;
        border-bottom: 1px solid #EEE;
        font-weight: normal;
        font-size: 16px;
    }

    TABLE.tab-com TR.products TD IMG {
        width: 80%;
        margin: 0 auto 0;
    }

    TABLE.tab-com TR.bottom TD {
        border-bottom: none;
        padding: 15px 0 20px;
        vertical-align: top;
    }

        TABLE.tab-com TR.bottom TD .button {
            width: 80%;
        }

            TABLE.tab-com TR.bottom TD .button SPAN {
                width: 100%;
                padding: 10px 0 10px;
            }

    TABLE.tab-com TD.txt {
        text-align: left;
    }

    TABLE.tab-com TD.val SPAN {
        display: inline-block;
        width: 10px;
        height: 10px;
        text-align: center;
        zoom: 1;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        behavior: url(/pie/pie.htc);
    }

        TABLE.tab-com TD.val SPAN.yes {
            background-color: #00A7D1;
            border: 1px solid #00A7D1;
        }

        TABLE.tab-com TD.val SPAN.no {
            background-color: #FFF;
            border: 1px solid #00A7D1;
        }

        TABLE.tab-com TD.val SPAN B {
            position: fixed;
            top: 0;
            left: 5000px;
        }

    TABLE.tab-com TD.val.empty {
        background-color: transparent;
    }


/* Feature table */

TABLE.feature TD {
    border-bottom: 1px solid #DADEE1;
}

TABLE.feature TD {
    border-bottom: 1px solid #DADEE1;
}

TABLE.feature H3 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

TABLE.feature.bigico H3 {
    padding: 10px 0 0;
}

TABLE.bigico TD {
    padding-left: 100px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: 5px 0px;
    vertical-align: top;
}

TABLE.feature TR:last-child TD {
    border-bottom: none !important;
}


/* comparison table */

TABLE.compare {
    border-spacing: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    TABLE.compare TD {
        vertical-align: middle;
        padding: 10px;
    }

    TABLE.compare TR.pnames H3,
    TABLE.compare TR.pnames H3 A {
        font-size: 14px;
        line-height: 1.2;
        color: #0091B7;
        font-weight: bold;
    }

    TABLE.compare TH {
        vertical-align: bottom;
        padding: 10px;
    }

    TABLE.compare H2 {
        padding-bottom: 0;
    }

    TABLE.compare TH H3 {
        text-align: center;
        padding-bottom: 0;
    }

    TABLE.compare TH A {
        text-decoration: none;
    }

    TABLE.compare .even TH,
    TABLE.compare .even TD {
        background-color: #E5E6E8;
        border-right: 4px solid #EAEBED;
    }

    TABLE.compare .odd TH,
    TABLE.compare .odd TD {
        background-color: #F9F9F9;
        border-right: 4px solid #FFFFFF;
    }

    TABLE.compare TD.last {
        border-right: none;
    }


    TABLE.compare TD:first-child {
        width: auto;
    }

    TABLE.compare .td-c {
        text-align: center;
    }

    TABLE.compare .even TD.highlight {
        background-color: #9fccdd;
    }

    TABLE.compare .odd TD.highlight {
        background-color: #e0eef4;
    }

    TABLE.compare TR.buttons TD {
        padding: 10px 3px 20px;
    }

    TABLE.compare .button SPAN {
        padding: 5px 5px;
        white-space: nowrap;
        min-width: 70px;
    }

/* new/improved ico */
IMG.txt-ico {
    position: relative;
    top: 3px;
    margin-right: 10px;
}



/*  STORE */

/* store head */

.store-head .AVsizer {
    padding: 40px 0 0;
    text-align: center;
}

.store-head H2 {
    font-size: 50px;
    color: #ff9100;
    text-align: center;
    font-family: 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 20px 0 60px;
}

.store-head H3 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 0;
    color: #000;
}

/* selector */
.store-head .selector {
    text-align: center;
}

    .store-head .selector P {
        float: left;
        line-height: 30px;
        font-size: 14px;
        padding: 0 20px 0 0;
        font-weight: bold;
    }

    .store-head .selector UL {
        float: left;
        margin: 0 20px 0 0;
        display: inline;
        padding: 0;
        border: 1px solid #ccc;
        background-color: #EEEFF1;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .store-head .selector UL LI {
            float: left;
            line-height: 20px;
            list-style: none;
            position: relative;
            zoom: 1;
            behavior: url(/pie/pie.htc);
        }

            .store-head .selector UL LI A {
                display: inline-block;
                line-height: 20px;
                text-decoration: none;
                color: #000;
                padding: 5px 15px;
                border-right: 1px solid #c0c1c2;
            }

            .store-head .selector UL LI.last A {
                border-right: none;
            }

            .store-head .selector UL LI.first {
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .store-head .selector UL LI.last {
                border-right: none;
                -webkit-border-top-right-radius: 3px;
                -webkit-border-bottom-right-radius: 3px;
                -moz-border-radius-topright: 3px;
                -moz-border-radius-bottomright: 3px;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            .store-head .selector UL LI.active {
                background-color: #FF9900;
            }

            .store-head .selector UL LI:hover {
                background-color: #E1E2E3;
            }

            .store-head .selector UL LI.active A {
                border-right: 1px solid #FF9900;
            }

            .store-head .selector UL LI:hover A {
                border-right: 1px solid #C0C1C2;
            }

            .store-head .selector UL LI.last.active A,
            .store-head .selector UL LI.last:hover A {
                border-right: none;
            }

            /* Disable hover on filters */
            .store-head .selector UL LI.no-hover:hover {
                background-color: transparent !important;
            }

            .store-head .selector UL LI.no-hover A {
                color: #aaa !important;
                cursor: default;
            }

            .store-head .selector UL LI.no-hover:hover A {
                border-right: 1px solid #c0c1c2;
            }


/* store */
.store DIV.AVsizer {
    padding: 40px 0;
}

.store H3 {
    font-size: 28px;
    color: #374A63;
    padding: 25px 0 28px;
    text-align: center;
}

.store-icon-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 128px;
    height: 120px;
}

.store-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .store-list LI {
        position: relative;
        padding: 0 200px 0 150px;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #DADEE1;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        min-height: 120px;
    }

        .store-list LI:last-child {
            border-bottom: none;
        }

    .store-list H3 {
        padding: 21px 0 7px;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        color: #374A63;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

        .store-list H3 A {
            color: #374A63;
            text-decoration: none;
        }

    .store-list H4 {
        padding: 0 0 5px;
        font-size: 16px;
        font-weight: normal;
        color: #ff9100;
    }

    .store-list LI P.price {
        position: absolute;
        top: 20px;
        right: 10px;
        min-width: 160px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #374A63;
    }

    .store-list LI P.trial {
        font-weight: bold;
    }

    .store-list LI .button {
        position: absolute;
        top: 50px;
        right: 10px;
    }

        .store-list LI .button SPAN {
            font-size: 13px;
            min-width: 130px;
        }


    /* rewrite separator styles */
    .store-list .store-item-separator-1-10-PCs,
    .store-list .store-item-separator-11-plus-PCs {
        height: 45px !important;
        border: none !important;
    }

        .store-list .store-item-separator-1-10-PCs DIV,
        .store-list .store-item-separator-11-plus-PCs DIV {
            height: 45px !important;
            padding-left: 0;
        }

        .store-list .store-item-separator-1-10-PCs H3,
        .store-list .store-item-separator-11-plus-PCs H3 {
            font-size: 18px;
            padding-top: 15px;
        }



/* mobile */
@media (max-width: 767px) {

    .store-head DIV.AVsizer {
        padding: 10px 0 0;
    }

    .store-head H2 {
        padding-bottom: 0;
    }

    .store-head .selector {
        padding-bottom: 20px;
    }

        .store-head .selector P {
            display: block;
            float: none;
            padding: 20px 20px 0;
        }

        .store-head .selector UL {
            display: block;
            float: none;
            margin: 0 0 0;
        }

            .store-head .selector UL LI {
                float: none;
            }

                .store-head .selector UL LI A {
                    display: block;
                    border-right: none;
                    padding: 12px 20px;
                    border-bottom: 1px solid #F6F7F8;
                }

                .store-head .selector UL LI:last-child A {
                    border-bottom: none;
                }

                .store-head .selector UL LI.first,
                .store-head .selector UL LI.last {
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                .store-head .selector UL LI.first {
                    -webkit-border-top-left-radius: 3px;
                    -webkit-border-top-right-radius: 3px;
                    -moz-border-radius-topleft: 3px;
                    -moz-border-radius-topright: 3px;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                }

                .store-head .selector UL LI.last {
                    border-right: none;
                    -webkit-border-bottom-left-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -moz-border-radius-bottomleft: 3px;
                    -moz-border-radius-bottomright: 3px;
                    border-bottom-left-radius: 3px;
                    border-bottom-right-radius: 3px;
                }

                .store-head .selector UL LI.active A,
                .store-head .selector UL LI:hover A {
                    border-right: none;
                }

    .store DIV.AVsizer {
        padding: 20px 0 20px;
    }

    .store H3 {
        padding: 10px 0 15px 135px;
        text-align: left;
    }

    .store-list H3 {
        padding: 20px 0 5px;
    }

    .store-list LI {
        padding: 0 20px 20px 135px;
    }

        .store-list LI P.price {
            position: static;
            text-align: left;
            padding-bottom: 10px;
        }

        .store-list LI .button {
            position: static;
        }
}




/* store icons - 128px */
.avast-anti-theft {
    background-image: url(../i/store/avast-anti-theft.png);
}

.avast-free {
    background-image: url(../i/store/avast-free.png);
}

.avast-free-mac {
    background-image: url(../i/store/avast-free-mac.png);
}

.avast-pa {
    background-image: url(../i/store/avast-pa.png);
}

.avast-is {
    background-image: url(../i/store/avast-is.png);
}

.avast-premier {
    background-image: url(../i/store/avast-premier.png);
}

.avast-enp {
    background-image: url(../i/store/avast-enp.png);
}

.avast-enpp {
    background-image: url(../i/store/avast-enpp.png);
}

.avast-eps {
    background-image: url(../i/store/avast-eps.png);
}

.avast-epsp {
    background-image: url(../i/store/avast-epsp.png);
}

.avast-ess {
    background-image: url(../i/store/avast-ess.png);
}

.avast-fss {
    background-image: url(../i/store/avast-fss.png);
}

.avast-linux-home {
    background-image: url(../i/store/avast-linux-home.png);
}

.store .free-support {
    background-image: url(../i/store/free-support.png);
}

.avast-backup {
    background-image: url(../i/store/avast-backup.png);
}

.avast-easypass {
    background-image: url(../i/store/avast-easypass.png);
}

.avast-rescuedisc {
    background-image: url(../i/store/avast-rescuedisc.png);
}

.avast-fms {
    background-image: url(../i/store/avast-fms.png);
}

.avast-secureline {
    background-image: url(../i/store/avast-secureline.png);
}

.avast-whs {
    background-image: url(../i/store/avast-whs.png);
}

.avast-creditalert {
    background-image: url(../i/store/avast-creditalert.png);
}

.avast-browser-cleanup {
    background-image: url(../i/store/avast-browser-cleanup.png);
}

.avast-business {
    background-image: url(../i/store/avast-business.png);
}

.avast-secureline {
    background-image: url(../i/store/avast-secureline.png);
}

.avast-secureline-ios {
    background-image: url(../i/store/avast-secureline-ios.png);
}

.avast-secureline-android {
    background-image: url(../i/store/avast-secureline.png);
}

.google-chrome {
    background-image: url(../i/store/google-chrome.png);
}

.avast-quick-install {
    background-image: url(../i/store/avast-quick-install.png);
}

.avast-mobile-backup {
    background-image: url(../i/store/avast-mobile-backup.png);
}

/* product icons - 80px */
.avast-premier-p {
    background-image: url(../i/product/avast-premier.png);
}

.avast-backup-p {
    background-image: url(../i/product/avast-backup.png);
}

.avast-easypass-p {
    background-image: url(../i/product/avast-easypass.png);
}

.avast-secureline-p {
    background-image: url(../i/product/avast-secureline.png);
}

.google-chrome-p {
    background-image: url(../i/product/google-chrome.png);
}

.avast-creditalert-p {
    background-image: url(../i/product/avast-creditalert.png);
}

.avast-quickinstall-p {
    background-image: url(../i/product/avast-quickinstall.png);
}

.avast-free-edu-p {
    background-image: url(../i/product/avast-free-edu.png);
}





/* Slide to the top section */
#slide-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: -630px;
    display: none;
    text-align: center;
    zoom: 1;
    background: url("#") no-repeat scroll 50% 50% transparent;
    z-index: 500;
}

    #slide-top SPAN {
        display: none;
    }

@media all and (max-width: 1240px) {
    #slide-top {
        display: none !important;
    }
}

@media all and (min-width:1241px) {
    #slide-top {
        position: fixed;
        bottom: 40px;
        right: 7px;
        margin-right: 0;
    }
}

@media all and (min-width:1280px) {
    #slide-top {
        position: fixed;
        bottom: 40px;
        right: 20px;
        margin-right: 0;
    }
}


/* mobile headings */
@media (max-width: 767px) {

    H1 {
        font-size: 30px;
    }

    #tabs H2 {
        font-size: 22px;
    }
}

/*  IE6 fixies */
#header {
    width: 100%;
}

.mybut {
	background:#036;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    transition: box-shadow 0.3s ease;
}

    .mybut:active {
		background:#09F;
    }

    .mybut:hover {
        box-shadow: 0 0 5px;
    }

#header > div > div > div.AVaccount > span {
    background-color: rgb(75, 90, 98);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border-radius: 3px;
    border: 0px none;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    top: 0em;
    width: 10em;
    left: 0;
}

#clients > div {
    font-size: 17px;
    padding: 10px;
}
