

.SignInTabContainer {
    width: 100%;
    margin: auto;
    height: 27px;
}

.loginBar {
    max-height: 40px;
    height: 20px;
    margin-bottom: 0px; /* this was broken = px added 0px;*/
    background-color: green;
    position: relative;
    /*top:-10px;*/
}

.login_area {
    float: right;
    background: url(/images/login_bg_290px.png) no-repeat;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 27px;
    margin-top: -5px;
    display: block;
}

    .login_area h4 {
        margin: 5px 0 0 0px;
        padding: 0;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }

        .login_area h4 a {
            font-size: 12px;
            color: #fff;
            text-decoration: underline;
            margin-right: 3px;
            margin-left: 25px;
        }

            .login_area h4 a:hover {
                color: #fff;
                text-decoration: underline;
            }


.PR4CTA {
    display: block;
    float: right;
    width: 242px;
    margin-left: -39px;

    margin: 0;
    padding: 0;
    min-height: 351px;
    font-family: 'open sans';
    background: url(/images/PR4-CTA-Small.png);
    /*background: url(/images/Cisco-Live-Tall.png);*/
    background-size: 100% 100%;
}

.PR4CTAButton {
    position: absolute;
    bottom: -13px;
    right: 45px;
    left: 55px;
    height: 46px;
    padding: 0px !important;
    color: white;
    text-align: center;
    font-size: 16px !important;
}


.CTA1 {
    display: block;
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 351px;
    background: url(/images/pr4-coming-soon.png);
    background-size: 100% 100%;
}

.CTA2 {
    display: block;
    float: right;
    width: 100%;
    margin: 11px 0 0 0;
    padding: 0;
}

.CTA3 {
    display: block;
    float: right;
    width: 100%;
    margin: 11px 0 0 0;
    padding: 0;
}

    .CTA1 img, .CTA2 img, .CTA3 img {
        width: 100%;
    }

.Product_CTA_Cont {
    width: 262px;
    height: 110px;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    position: relative;
    display: inline;
}

.Product_CTA_Cont_div {
    MAX-width: 262px;
    MAX-height: 81px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    width: 100%;
}

.subbnr_cont {
    float: right;
    width: 100%;
    /*height:321px; 
    margin-left:12px;	*/
}

.infobox {
    clear: both;
    margin-top: 20px;
}

.FrontPageBoxes {
    min-height: 248px;
    width: 100%;
    height: 100%;
    float: left;
    overflow: auto;
    /*margin-top:5px;*/
    -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    position: relative;
}

    .FrontPageBoxes img {
        left: 50%;
        margin-left: -30px;
        position: relative;
        margin-top: 5px;
    }

    .FrontPageBoxes h4 {
        text-align: center;
        color: #383838;
        font-size: 14px;
        width: 100%;
        clear: both;
    }

        .FrontPageBoxes h4 a {
            color: #383838;
            font-size: 14px;
            text-decoration: none;
        }

            .FrontPageBoxes h4 a:hover {
                color: #2872a9;
                font-size: 14px;
                text-decoration: none;
            }


    .FrontPageBoxes a {
        color: #383838;
        font-size: 12px;
        text-decoration: underline;
    }

        .FrontPageBoxes a:hover {
            color: #2872a9;
            font-size: 12px;
            text-decoration: none;
        }

    .FrontPageBoxes p {
        text-align: center;
        width: 96%;
        margin-left: 2%;
        color: #383838;
        text-align: center;
        font-size: 12px;
    }


.prd_updt {
    margin-top: -10px;
    padding: 0;
    float: left;
    margin-left: 2%;
    width: 96%;
}


    .prd_updt div {
        width: 100%;
        height: 206px;
        margin-left: 0px;
        margin-right: 0px;
        overflow: scroll;
        float: left;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-top: 2px;
    }


    .prd_updt ul {
        /*margin-top: 220px;*/
        /*margin:0;*/
        padding: 0;
        animation: doscroll 45s linear infinite;
        -moz-animation: doscroll 45s linear infinite; /* Firefox */
        -webkit-animation: doscroll 45s linear infinite; /* Safari and Chrome */
        -o-animation: doscroll 45s linear infinite; /* Opera */
    }

        .prd_updt ul li {
            margin: 5px 0 5px 0;
            padding-left: 20px;
            padding: 5px 0 5px 0;
        }

            .prd_updt ul li a {
                margin: 0 0 0 0px;
                padding: 0 0 0 20px;
                font-size: 12px;
                text-decoration: none;
            }



@keyframes doscroll {
    0% {
        margin-top: 220px;
    }

    100% {
        margin-top: -200%;
    }
}

@-webkit-keyframes doscroll {
    0% {
        margin-top: 220px;
        /*  background-color:blue;*/
    }

    100% {
        margin-top: -200%;
        /*background-color:green;*/
    }
}


.AnimatedLogos {
    margin: auto;
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0;
    width: 100%;
    margin: 10px 0 0;
    float: right;
    display: inline;
    margin: 0;
    padding: 0;
    /*background-color:green;*/
    animation: AnimatedLogo 10s linear infinite;
    -moz-animation: AnimatedLogo 10s linear infinite; /* Firefox */
    -webkit-animation: AnimatedLogo 10s linear infinite; /* Safari and Chrome */
    -o-animation: AnimatedLogo 10s linear infinite; /* Opera */
}

    .AnimatedLogos ul li {
        margin: 0 5px 0 5px 0;
    }

    .AnimatedLogos img {
        width: 143px;
        height: 84px;
    }




AnimatedLogos_Container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -92px;
    height: 92px;
    border: 1px solid blue;
}


@keyframes AnimatedLogo {

    0% {
        margin-top: 0px;
        opacity: 0;
    }

    0.1% {
        margin-top: 0px;
        opacity: 1;
    }

    20% {
        margin-top: 0px;
        opacity: 1;
    }

    30% {
        margin-top: 0px;
        opacity: 0;
    }

    30.1% {
        margin-top: -89px;
        opacity: 0;
    }

    40% {
        margin-top: -89px;
        opacity: 1;
    }

    60% {
        margin-top: -89px;
        opacity: 1;
    }

    70% {
        margin-top: -89px;
        opacity: 0;
    }

    70.1% {
        margin-top: -177px;
        opacity: 0;
    }

    80% {
        margin-top: -177px;
        opacity: 1;
    }

    90% {
        margin-top: -177px;
        opacity: 1;
    }

    99% {
        margin-top: -177px;
        opacity: 0;
    }


    99.1% {
        margin-top: 0px;
    }
}


@-webkit-keyframes AnimatedLogo {
    0% {
        margin-top: 0px;
        opacity: 0;
    }

    0.1% {
        margin-top: 0px;
        opacity: 1;
    }

    20% {
        margin-top: 0px;
        opacity: 1;
    }

    30% {
        margin-top: 0px;
        opacity: 0;
    }

    30.1% {
        margin-top: -89px;
        opacity: 0;
    }

    40% {
        margin-top: -89px;
        opacity: 1;
    }

    60% {
        margin-top: -89px;
        opacity: 1;
    }

    70% {
        margin-top: -89px;
        opacity: 0;
    }

    70.1% {
        margin-top: -177px;
        opacity: 0;
    }

    80% {
        margin-top: -177px;
        opacity: 1;
    }

    90% {
        margin-top: -177px;
        opacity: 1;
    }

    99% {
        margin-top: -177px;
        opacity: 0;
    }


    99.1% {
        margin-top: 0px;
    }
}

.AnimatedLogos ul {
    position: relative;
    list-style-type: none;
    z-index: 1;
    height: 92px;
    display: inline;
}

    .AnimatedLogos ul li {
        margin: 0 5px 0 5px;
        overflow: hidden;
        float: left;
        display: inline;
    }

        .AnimatedLogos ul li img {
            display: inline-block;
            overflow: hidden;
        }


.jMyCarousel {
    margin: auto;
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0;
    width: 460px !important;
    margin: 10px 0 0;
    float: right;
}

    .jMyCarousel ul {
        position: relative;
        list-style-type: none;
        z-index: 1;
        height: 92px;
    }

        .jMyCarousel ul li {
            margin: 0 10px 0 10px;
            overflow: hidden;
            float: left;
            display: inline;
        }

            .jMyCarousel ul li img {
                display: block;
                overflow: hidden;
            }



.login_background_bar {
    background-color: #383838;
    width: 100%;
    height: 25px;
}


.login_pop_window {
    display: none;
    background-color: #383838;
    width: 100%;
    height: 29px; /* 29 */
    margin-top: -5px;
    z-index: 100;
}


.login_cont_area {
    width: 100%;
    margin: 2px auto 5px auto;
    padding: 0;
    float: right;
    z-index: 10;
}

.tbl_sign {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    color: #939191;
    font-weight: normal;
}

    .tbl_sign a {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #939191;
        font-weight: normal;
        text-decoration: none;
    }

        .tbl_sign a:hover {
            text-decoration: underline;
            color: #939191;
        }


.login_bx {
    background: url(/images/login_bg_rep.png) repeat-x;
    width: 154px;
    background: #505050;
    height: 25px;
    margin-left: -2px;
    line-height: 24px;
    text-indent: 10px;
    /*color:#939191;*/
    color: white;
    border: none;
}


.btn_lgin {
    width: 51px;
    height: 24px;
    margin-left: -1px;
    margin-top: 1px;
    background: #505050;
    line-height: 24px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: none;
}

    .btn_lgin:hover {
        background: #505050;
        line-height: 24px;
        color: #6198c0;
        text-align: center;
    }

#close1 {
    cursor: pointer;
    vertical-align: middle;
    margin-top: 5px;
}


#logoutText {
    font-size: 10px;
    font-family: 'Arial','Open Sans',sans-serif;
    font-weight: 500;
    vertical-align: middle;
    padding-right: 8px;
    right: 5px;
    color: white;
    float: right;
    margin-top: -1px;
}






.overview_menu {
    float: left;
    margin-left: 0px;
    width: 100%;
}

    .overview_menu ul {
        margin-top: 10px;
        padding: 0;
        list-style-image: none;
        margin-bottom: 10px;
    }

        .overview_menu ul li {
            margin: 0;
            padding: 5px 0 5px 12px;
            text-decoration: none;
            /*background: url(/images/li_prd.png) no-repeat 0px 10px;*/
            display: block;
            color: #464646;
            font-size: 11px;
        }

    .overview_menu p {
        margin-bottom: 5px;
    }



.overview_menu2 {
    float: left;
    width: 100%;
    margin-left: 0px;
}

    .overview_menu2 ul {
        margin-top: 10px;
        padding: 0;
        list-style-image: none;
    }

        .overview_menu2 ul li {
            margin: 0;
            padding: 5px 0 5px 12px;
            text-decoration: none;
            /*background: url(../images/li_prd.png) no-repeat 0px 10px;*/
            display: block;
            color: #464646;
            font-size: 11px;
        }

.prd_upd {
    width: 250px;
    height: auto;
    background: #f7f7f7;
    float: right;
    padding-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.prd_updt2 {
    margin-top: 10px;
    padding: 0;
    float: left;
    margin-left: 7px;
    width: 240px;
}

    .prd_updt2 ul {
        margin: 0;
        padding: 0;
    }

        .prd_updt2 ul li {
            margin: 5px 0 5px 0;
            padding-left: 14px;
            background: url(/images/arrow_list2.png) no-repeat 0px 5px;
        }

            .prd_updt2 ul li a {
                margin: 0 0 0 0px;
                padding: 0 0 0 20px;
                font-size: 12px;
                text-decoration: none;
            }

.blk {
    color: #333;
    text-decoration: underline;
    margin-left: 13px;
}

.testdiv {
    margin-top: 10px;
    width: 250px;
    float: right;
}

#quote_wrap {
    width: 424px;
    color: #fff;
    height: 48px;
    background: url(/images/text_hd_bg.png) repeat-x;
}

    #quote_wrap p {
        width: 424px;
        font-size: 24px;
        color: #fff;
        height: 48px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 0 20px;
        line-height: 48px;
        overflow: hidden !important;
    }

    #quote_wrap .quovolve {
        height: 0px !important;
        position: relative !important;
        width: 424px !important;
        margin: 0px;
        padding: 0px;
    }


.productTitle {
    font-size: 24px;
    font-family: 'Arial','Open Sans',sans-serif;
    font-weight: 600;
    vertical-align: middle;
    padding-right: 15px;
}


.productTitleOuter {
    border-left: 4px solid;
    border-color: rgb(40,114,169);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 5px 0 5px 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.AddToCardContainer {
    border: 1px solid;
    border-color: rgb( 220, 220, 220);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Arial','Open Sans',sans-serif;
    font-weight: normal;
    vertical-align: text-top;
    padding: 8px;
    height: 330px;
    font-size: 20px;
}

.AddToCardContainerCloseButton {
    font-weight: normal;
    font-size: 10px;
}

.CartHeading {
    color: white;
    background-color: rgb(40, 114, 169);
    font-size: 20px !important;
    font-weight: 500;
    padding: 3px 3px 3px 4px !important;
    vertical-align: middle;
    height: 25px;
    width: 264px;
    -moz-box-sizing: border-box;
}

.AddToCartButton {
    padding: 3px;
    font-size: 10px;
}

.vicolor {
    color: rgb(40, 114, 169); /* #2872A9*/
}

.vicolordark {
    color: rgb(9, 83, 158); /* #09539E */
}








@keyframes contact-animation {

    0% {
        min-width: 0px;
        width: 0%;
        background: rgb(92, 92, 92);
    }

    90% {
        background: rgb(72, 72, 72);
    }

    80% {
        background: rgb(92, 92, 92);
        width: 48%;
    }

    100% {
        min-width: 210px;
        background: rgb(92, 92, 92);
    }
}

@-moz-keyframes contact-animation /* Firefox */
{
    0% {
        min-width: 0px;
        width: 0%;
        background: rgb(92, 92, 92);
    }

    90% {
        background: rgb(72, 72, 72);
    }

    80% {
        background: rgb(92, 92, 92);
        width: 48%;
    }

    100% {
        min-width: 210px;
        background: rgb(92, 92, 92);
    }
}

@-webkit-keyframes contact-animation /* Safari and Chrome */
{
    0% {
        min-width: 0px;
        width: 0%;
    }

    80% {
        width: 48%;
    }

    80% {
        width: 48%;
    }

    100% {
        min-width: 210px;
    }
}

@-o-keyframes contact-animation /* Opera */ {
    0% {
        min-width: 0px;
        width: 0%;
    }

    80% {
        width: 48%;
    }

    80% {
        width: 48%;
    }

    100% {
        min-width: 210px;
    }
}


.contact_quote_wrap {
    right: 0px;
    top: 30%;
    color: #fff;
    height: 48px;
    width: 48%;
    min-width: 215px;
    z-index: 10;
    background-color: rgb(92, 92, 92);
    position: absolute;
    animation: contact-animation 5s;
    -moz-animation: contact-animation 6s; /* Firefox */
    -webkit-animation: contact-animation 5s; /* Safari and Chrome */
    -o-animation: contact-animation 5s; /* Opera */
}

    .contact_quote_wrap p {
        width: 43%;
        min-width: 450px;
        font-size: 22px;
        color: #fff;
        height: 48px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 0 20px;
        line-height: 48px;
        overflow: hidden !important;
    }



.CartTable {
    display: inline;
    width: 100%;
    margin-left: 10%;
    border: 1px solid #3d3d3d;
}

.CheckoutInfoTextBoxes {
    margin: 4px 0 2px 0;
    width: 95%;
    padding: 6px 6px 6px 6px;
    margin-bottom: 10px;
    font-size:14px;
    border-radius:3px;
}

.CheckoutInfo {
    padding: 4px;
   
}

    .CheckoutInfo p {
        margin-bottom: 1px;
    }

    .CheckoutInfo input {
        padding: 4px;
    }







.button-gradient {
    /*background: linear-gradient(to bottom, rgb(40, 114, 169) 0px, rgb(4, 120, 175) 29%, rgb(2, 92, 152) 85%, rgb(3, 89, 149) 100%) repeat scroll 0% 0% transparent;*/
    background: linear-gradient(to bottom, rgb(40, 114, 169) 0px, rgb(22, 70, 122) 100%) repeat scroll 0% 0% transparent;
}



/* PRODUCT BANNER */

.banner-module ul .btn {
    padding: 0.75em 0.7em;
    min-width: 200px;
    text-align: center;
    font-size: 14.5px;
    position: relative;
}

.banner-module {
    display: inline-block;
    position: relative;
    /*background-color:green;*/
    width: 940px;
    height: 250px;
}






a.button-wrap em {
    font-weight: bold;
    font-style: normal;
    color: white;
}




.banner-module ul.wrapped-buttons-right-aligned {
    right: 0;
}

.banner-module ul .btn {
    border: 0 none;
    padding: 19px 0 6px 0;
    height: 32px;
}

.banner-module ul.cta-two-lines {
    top: 25px;
}

.banner-module ul .bg-gradient-gold, .banner-module ul .bg-gradient-blue {
    background: transparent;
}

.banner-module li {
    margin: 0 0 15px 0;
    float: right;
    display: inline-block;
}

a.button-wrap:hover, a.button-wrap:visited {
    text-indent: 0;
    color: #fff;
}


.btn {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    padding: .5em 1em;
    /*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; */
    height: auto;
    line-height: 100%;
    position: relative;
}


.drop-shadow-5 {
    box-shadow: 3px 3px 5px 0px rgb(215, 214, 213);
    position: relative;
}



.bg-gradient-darkblue {
    background: #0582b7;
    background: -moz-linear-gradient(top,#0582b7 0,#0478af 29%,#025c98 85%,#035995 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0582b7),color-stop(29%,#0478af),color-stop(85%,#025c98),color-stop(100%,#035995));
    background: -webkit-linear-gradient(top,#0582b7 0,#0478af 29%,#025c98 85%,#035995 100%);
    background: -o-linear-gradient(top,#0582b7 0,#0478af 29%,#025c98 85%,#035995 100%);
    background: -ms-linear-gradient(top,#0582b7 0,#0478af 29%,#025c98 85%,#035995 100%);
    background: linear-gradient(to bottom,#0582b7 0,#0478af 29%,#025c98 85%,#035995 100%);
    -pie-background: linear-gradient(top,#0582b7 0,#035995);
}

    .bg-gradient-darkblue:hover {
        background: #1f8ebe;
        background: -moz-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1f8ebe),color-stop(32%,#1d84b5),color-stop(74%,#1c71a6),color-stop(100%,#1d6a9e));
        background: -webkit-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
        background: -o-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
        background: -ms-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
        background: linear-gradient(to bottom,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
        -pie-background: linear-gradient(top,#1f8ebe 0,#1d6a9e);
    }

.bg-gradient-blue-light {
    background: #daedf7;
    background: -moz-linear-gradient(top,#daedf7 0,#f2f8fc 6%,#fcfeff 12%,#ecf6fc 62%,#e6f3fb 74%,#daedf9 87%,#cae5f6 94%,#b3d9f0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#daedf7),color-stop(6%,#f2f8fc),color-stop(12%,#fcfeff),color-stop(62%,#ecf6fc),color-stop(74%,#e6f3fb),color-stop(87%,#daedf9),color-stop(94%,#cae5f6),color-stop(100%,#b3d9f0));
    background: -webkit-linear-gradient(top,#daedf7 0,#f2f8fc 6%,#fcfeff 12%,#ecf6fc 62%,#e6f3fb 74%,#daedf9 87%,#cae5f6 94%,#b3d9f0 100%);
    background: -o-linear-gradient(top,#daedf7 0,#f2f8fc 6%,#fcfeff 12%,#ecf6fc 62%,#e6f3fb 74%,#daedf9 87%,#cae5f6 94%,#b3d9f0 100%);
    background: -ms-linear-gradient(top,#daedf7 0,#f2f8fc 6%,#fcfeff 12%,#ecf6fc 62%,#e6f3fb 74%,#daedf9 87%,#cae5f6 94%,#b3d9f0 100%);
    background: linear-gradient(top,#daedf7 0,#f2f8fc 6%,#fcfeff 12%,#ecf6fc 62%,#e6f3fb 74%,#daedf9 87%,#cae5f6 94%,#b3d9f0 100%);
    -pie-background: linear-gradient(#fcfeff,#b3d9f0);
}



/* Product Banners */

@font-face {
    font-family: VAGRoundedStdBold;
    src: url(/fonts/VAGRoundedStd-Bold.otf);
}

@font-face {
    font-family: SourceSansPro;
    font-variant: normal;
}


@font-face {
    font-family: 'Racing Sans One';
    font-style: normal;
    font-weight: 400;
    src: local('Racing Sans One'), local('RacingSansOne-Regular'), url(//themes.googleusercontent.com/static/fonts/racingsansone/v1/1r3DpWaCiT7y3PD4KgkNyK3fkYX5z1QtDUdIWoaaD_k.woff) format('woff');
}

.SW_Banner_Heading {
    position: absolute;
    height: 121px;
    width: 230px;
    left: 360px;
    top: 73px;
}

    .SW_Banner_Heading p {
        width: 100%;
        font-size: 35px;
        padding: 0px;
        line-height: 1em;
        font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
        font-weight: 500;
        font-weight: normal;
        color: #464646;
        letter-spacing: -1pt;
        word-spacing: 5pt;
        text-align: center;
        line-height: 1;
        /*cursor:pointer;*/
        text-shadow: 1px 1px #ffffff;
    }





.PR_Banner_Heading {
    position: absolute;
    bottom: 5px;
    height: 167px;
    width: 210px;
    left: 350px;
    background: #ffc;
    padding-top: 4px;
    z-index: 10;
    /* Firefox */
    -moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    z-index: 1000;
}


    .PR_Banner_Heading p {
        width: 100%;
        font-size: 35px;
        padding: 0px;
        line-height: 1em;
        font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
        font-weight: 500;
        font-weight: normal;
        color: #464646;
        letter-spacing: -1pt;
        word-spacing: 5pt;
        text-align: center;
        line-height: 1;
        /*cursor:pointer;*/
        text-shadow: 1px 1px #ffffff;
        margin-bottom: 5px;
    }

.PR_Banner_SubHeading {
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 0px;
    line-height: 1em;
    font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
    font-weight: 500;
    float: right;
    text-align: right;
    font-weight: normal;
    color: rgba(50, 50, 50, 0.75);
    letter-spacing: -1pt;
    word-spacing: 5pt;
    line-height: 1;
}


.PR_BulletContainer {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #383838;
    background: linear-gradient(to bottom, rgba(5, 130, 183,.8) 0px, rgba(4, 120, 175,.8) 29%, rgba(2, 92, 152,.6) 85%, rgba(3, 89, 149,.6) 100%) repeat scroll 0% 0% transparent;
    height: 100px;
    width: 600px;
}


    .PR_BulletContainer p {
        padding: 0px 0 5px 0;
        font-size: 28px;
        color: white;
        padding: 5px 0 0px 15px;
        letter-spacing: -1.4px;
        line-height: 150%;
    }




.PI_BulletContainer {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #383838;
    background: linear-gradient(to bottom, rgba(5, 130, 183,.8) 0px, rgba(4, 120, 175,.8) 29%, rgba(2, 92, 152,.6) 85%, rgba(3, 89, 149,.6) 100%) repeat scroll 0% 0% transparent;
    height: 50px;
    width: 600px;
}


    .PI_BulletContainer p {
        padding: 0px 0 5px 0;
        font-size: 28px;
        color: white;
        padding: 5px 0 0px 15px;
        letter-spacing: -1.4px;
        line-height: 150%;
    }

.TAPS_Banner_Heading {
    position: absolute;
    top: 35px;
    height: 121px;
    width: 230px;
    left: 471px;
    background-color: rgba(9, 83, 158,.2);
    padding: 10px;
}


    .TAPS_Banner_Heading p {
        width: 100%;
        font-size: 35px;
        line-height: 1em;
        font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
        font-weight: 500;
        font-weight: normal;
        color: rgb(9, 83, 158);
        letter-spacing: -1pt;
        word-spacing: 5pt;
        text-align: center;
        line-height: 1;
        /*cursor:pointer;*/
        text-shadow: 1px 1px #ffffff;
    }

.TAPS_BulletContainer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: #383838;
    height: 50px;
    width: 600px;
    opacity: .8;
}


    .TAPS_BulletContainer p {
        padding: 0px 0 5px 0;
        font-size: 28px;
        color: white;
        padding: 5px 0 0px 15px;
        letter-spacing: -1.4px;
        line-height: 150%;
    }


.Services_BulletContainer {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #383838;
    height: 50px;
    width: 400px;
    opacity: .8;
}


    .Services_BulletContainer p {
        padding: 5px 0 5px 0;
        font-size: 28px;
        color: white;
        padding: 14px 0 0px 15px;
        letter-spacing: -1.5px;
    }



/* Popup Form */



.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: -9999px;
    background: rgba(0,0,0,0.6);
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    /*-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;*/
    pointer-events: none;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }


.ModalContainer {
    max-width: 800px;
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 15px 30px 23px 30px;
    border-radius: 10px;
    background: #fff;
    min-height: 728px;
    /*background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}

.ModalContainer600 {
    max-width: 600px;
    width: 60%;
    min-width: 200px;
    position: relative;
    margin: 10% auto;
    padding: 15px 30px 23px 30px;
    border-radius: 10px;
    background: #fff;
    min-height: 728px;
    /*background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}


.ModalContainer270 {
    width: 800px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    min-height: 270px;
    /*background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}

.close {
    background: rgb(40, 114, 169);
    color: #FFFFFF;
    line-height: 35px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 35px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    z-index: 9999999;
}

    .close:hover {
        background: rgb(9, 83, 158);
        color: white;
    }

/* End Popup Form */


.flowLayoutList {
    display: block;
}

    .flowLayoutList input {
        line-height: 20px;
        vertical-align: middle;
        width: 30px;
        margin-left: 110px;
    }

    .flowLayoutList label {
        line-height: 20px;
        vertical-align: middle;
    }



.RadioButtonList {
    display: block;
}

    .RadioButtonList input {
        vertical-align: middle;
        width: 30px;
    }

    .RadioButtonList label {
        vertical-align: middle;
    }


.EULA {
    /*padding:25px 25px 0 25px;*/
    margin-right: -25px;
    width: 100%;
    min-height: 460px;
    resize: none;
}





article.tabs {
    position: relative;
    display: block;
    width: 100%;
    min-height: 700px;
}

    article.tabs section {
        position: absolute;
        display: block;
        top: 1.8em;
        left: 0;
        height: 12em;
        padding: 10px 20px;
        background-color: #ddd;
        border-radius: 5px;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
        z-index: 0;
    }

        article.tabs section:first-child {
            z-index: 1;
        }

        article.tabs section h2 {
            position: absolute;
            font-size: 1em;
            font-weight: normal;
            width: 120px;
            height: 1.8em;
            top: -1.8em;
            left: 10px;
            padding: 0;
            margin: 0;
            color: #999;
            background-color: #ddd;
            border-radius: 5px 5px 0 0;
        }

        article.tabs section:nth-child(2) h2 {
            left: 132px;
        }

        article.tabs section:nth-child(3) h2 {
            left: 254px;
        }

        article.tabs section h2 a {
            display: block;
            width: 100%;
            line-height: 1.8em;
            text-align: center;
            text-decoration: none;
            color: inherit;
            outline: 0 none;
        }


        article.tabs section:target,
        article.tabs section:target h2 {
            color: #333;
            background-color: #fff;
            z-index: 2;
        }



.services h4 {
    color: rgb(40, 114, 169);
}

.center {
    text-align: center;
}

.h250 {
    min-height: 250px;
}

.relative {
    position: relative;
}

.bottom-left {
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.white {
    color: white;
}

.h300 {
    min-height: 300px;
}

.h400 {
    min-height: 400px;
}

.h450 {
    min-height: 450px;
}


.h520 {
    min-height: 520px;
}

.nopadding {
    margin: 0 !important;
}




.SoftwareHeading {
    width: 100%;
    font-size: 34px;
    padding: 0px;
    font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
    font-weight: normal;
    color: rgb(70, 70, 70);
    letter-spacing: -1pt;
    word-spacing: 5pt;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 1px rgb(255, 255, 255);
    display: inline;
}

    .SoftwareHeading div {
        display: inline;
        float: left;
    }

.download {
    width: 100%;
    height: 80px;
    vertical-align: middle;
    font-size: 15px;
    padding: 5px 0 5px 0;
}

.pdf {
    background-image: url(/images/pdf-icon.png);
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 100px;
    height: 70px;
    vertical-align: middle;
}

.installer {
    background-image: url(/images/cd.png);
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 100px;
    height: 100%;
    vertical-align: middle;
}

.nomargin {
    margin: 0 !important;
}

.backgroundPricing {
    font-size: 23px;
    font-weight: 300;
    margin-top: 6px;
    color: rgb(40, 114, 169);
}


/*color:rgb(9, 83, 158);
} 
  }*/




#vicombo {
    overflow: hidden;
    width: 350px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 11px #09539E;
    background: url("/images/comboarrow.gif") no-repeat scroll 319px 5px #09539E;
    border: 0;
    color: #EEE;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    *width: 350px;
    *background: #58B14C;
    -webkit-appearance: none;
}


.combo {
    overflow: hidden;
    width: 150px;
    background: url("/images/comboarrow.gif") no-repeat scroll 119px 5px;
    border: 1px solid #09539E;
    color: #09539E;
    margin-left: 5px;
}

    .combo select {
        border: 0;
        color: #09539E;
        background: transparent;
        font-size: 18px;
        font-weight: normal;
        padding: 2px 8px;
        width: 178px;
        *width: 150px;
        *background: #09539E;
        -webkit-appearance: none;
    }

.evalframe {
    overflow-y: hidden !important;
}

.vitable {
    width: 100%;
}

    .vitable th {
        font-size: 12px;
        font-weight: 300;
        line-height: 175%;
        color: white;
        /*background-color: rgb(40, 114, 169);*/ /* #2872A9*/
        background-color: rgb(40, 114, 169); /* #09539E */
    }

.vitable-Row {
    font-size: 12px;
    font-weight: 300;
    line-height: 175%;
    color: rgb(56, 56, 56);
    background-color: white;
}

.vitable-AltRow {
    font-size: 12px;
    font-weight: 300;
    line-height: 175%;
    color: rgb(56, 56, 56);
    background-color: rgba(40, 114, 169,.2);
}

.no-resize {
    resize: none;
}





.product_quotes {
    min-height: 225px;
}


.swfont {
    font-size: 21px;
    padding-right: 0px;
}

.pbanner {
    min-width: 940px;
    min-height: 250px;
}


.Licensing_Banner_Image {
    background: url('/images/Header-Licensing.png') no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 150px;
}

.OpenTicket_Banner_Image {
    background: url('/images/Header-OpenTicket.png') no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 150px;
}

.BD_Banner_Image {
    background: url(/images/Header-Background-Deployer.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.CTLE_Banner_Image {
    background: url('/images/Header-CTLE.png') no-repeat 0 0;
    background-size: 100% 100%;
}


.PR_Banner_Image {
    background: url(/images/Header-PhoneRemote.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.TAPS_Banner_Image {
    background: url(/images/Header-TAPS.png);
    background-size: 100% 100%;
}





.UCAS_Banner_Image {
    background: url(/images/Header-UCAS.png);
    background-size: 100% 100%;
}





.EM_Banner_Image {
    background: url('/images/header-emsso.png');
    background-size: 100% 100%;
}


.EM_Banner_Heading {
    position: absolute;
    top: 74px;
    height: 121px;
    width: 230px;
    right: 223px;
}


    .EM_Banner_Heading p {
        width: 100%;
        font-size: 35px;
        padding: 0px;
        line-height: 1em;
        font-family: VAGRoundedStdBold,Lucida Sans Unicode,Arial,sans-serif !important;
        font-weight: 500;
        font-weight: normal;
        color: #464646;
        letter-spacing: -1pt;
        word-spacing: 5pt;
        text-align: center;
        line-height: 1;
        /*cursor:pointer;*/
        text-shadow: 1px 1px #ffffff;
        margin-bottom: 5px;
    }




.bannerbuttons {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 150px;
}


.screenshots-pr {
    min-height: 385px;
}

.relatedproducts {
}

.prodtestimonials {
}

.prodboxes {
    display: inline;
    position: relative;
    float: left;
    margin: 0px 14px 0px 18px;
}

.prodbox {
    height: 147px;
    width: auto;
}


.btnoverridedl {
    padding-top: 14px !important;
}

.tapsimage {
    margin: 22px 0 0 75px;
}
