/*html body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#444;
    background-color: #2d2d2d !important;
    text-align: center;
    margin:0px;
}*/

form {
    border:0;
    margin:0;
    padding:0;
}

a {
    color:#2390B8;
    text-decoration:none;
    outline:none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline; 
	outline: inherit;
}
a img {
    border:none;
}
/*h1 {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
h2 {
    font-size:15px;
    font-weight: bolder;
    margin:0;
    line-height:20px;
    text-transform:uppercase;
    font-stretch:condensed;
    word-spacing:3px;
}
textarea {    
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}
input {
    border: 1px solid #c5c5c5;
}
*/

/*added to take border away from click here boxes on activate phone index page. jp*/
#content_table input {
    border: 0px;
}
.textRed {
    color:#CC0000;
}
strong{
line-height:12px;
}
.boldNumber{
color:#cc0000;
font-size:12px;
font-weight:bolder;
font-stretch:condensed;
font-variant:small-caps;
}

/* ---------- HEADER ----------*/
#headerContainer, #mainContainer, #footerContainer, #overlayContainer { /* width of the page*/
    width: 954px;
    margin: auto;
    float: none;
    text-align:left;
}
#old_header {
    text-align: center;
    float: none;
    clear: both;
    background: 333333;
    height:100px;
    min-width:954px;

}
#headerContainer {
    position: relative;
}
    #headerContainer .logo {
        position: absolute;
       top: 21px;
        left: 7px;
        float:left;
        width: 121px;
        height: 62px;
    }

    #headerContainer .images-links{
        float:right;
        width:825px;
    }

    #headerContainer .utility_nav {
        float: right;
        margin-top: 15px;
    }

    #headerContainer .language {
        float: left;
        width: 210px;
        margin-top: 9px;
    }
        #headerContainer .language,
        #headerContainer .language a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            background-repeat: no-repeat;
            text-indent: -1000000px;
        }
            /* ENGLISH */
            #headerContainer .language a.btn_en_language {
                background-image: url(/en/images/header_language_nav_sprite.gif);
                background-repeat: no-repeat;
                background-position: 0 0;
                width: 52px;
                height: 9px;
                float: left;
                margin-right: 20px;
            }
            #headerContainer .language a.btn_en_language:hover {
                background-position: 0 -14px;
            }
            #headerContainer .language a.btn_en_topupprepaid {
                background-image: url(/en/images/header_language_nav_sprite.gif);
                background-repeat: no-repeat;
                background-position: -70px 0;
                width: 115px;
                height: 9px;
                float: left;
            }
            #headerContainer .language a.btn_en_topupprepaid:hover {
                background-position: -70px -14px;
            }

            /* FRENCH */
            #headerContainer .language a.btn_fr_language {
                background-image: url(/fr/images/header_language_nav_sprite.gif);
                background-repeat: no-repeat;
                background-position: 0 0;
                width: 45px;
                height: 9px;
                float: left;
                margin-right: 20px;
                margin-top: -2px;
            }
            #headerContainer .language a.btn_fr_language:hover {
                background-position: 0 -19px;
            }
            #headerContainer .language a.btn_fr_topupprepaid {
                background-image: url(/fr/images/header_language_nav_sprite.gif);
                background-repeat: no-repeat;
                background-position: -65px 0;
                width: 138px;
                height: 9px;
                float: left;
                margin-top: -2px;
            }
            #headerContainer .language a.btn_fr_topupprepaid:hover {
                background-position: -65px -19px;
            }
        #headerContainer .language a:hover {
            color: #c00;
        }

    #headerContainer .s-tabs {
        float: left;
    }
#headerContainer .s-tabs a {
    float:left;
    display:block;
    margin-left:6px;
    overflow: hidden;
}
#headerContainer .s-tabs a:hover img {
    margin-top: -43px;
}
#headerContainer .s-tabs a:hover {
    background: none;  /* for some reason this fixes the sprite positioning in IE */
}
#headerContainer .s-tabs a.btn_myaccount {
    width: 94px;
    height: 28px;
}
#headerContainer .s-tabs a.btn_activateprepaid {
    width: 209px;
    height: 28px;
}

#headerContainer .s-tabs a.btn_myaccount_fr {
    width: 94px;
    height: 28px;
}
#headerContainer .s-tabs a.btn_activateprepaid_fr {
    width: 204px;
    height: 28px;
}
#headerContainer .s-tabs a.btn_myaccount_home {
    width: 132px;
    height: 28px;
}
#headerContainer .s-tabs a.btn_myaccount_home_fr {
    width: 146px;
    height: 28px;
}

#headerContainer .s-tabs a.btn_myaccount_logout {
    width: 72px;
    height: 28px;
}

#headerContainer .s-tabs a.btn_myaccount_logout_fr {
    width: 72px;
    height: 28px;
}


#headerContainer .headerNav {
    position: absolute;
    top: 53px;
    right: 0;
}
        .headerNav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            text-transform: uppercase;
            border-top: 1px solid #4d4d4d;
        }
            .headerNav li {
                float:left;
                text-align:center;
            }
            .headerNav li a {
                position: relative;
                display: block;
                background-repeat: no-repeat;
                text-indent: -1000000px;
                margin-left: 30px;
                height: 25px;
                color:#fff;
                font-weight: bold;
                margin-top: -1px;
                z-index: 5;
                border-top: 1px solid #4d4d4d;
                line-height:25px; /*added for ie6*/
            }
            .headerNav li a:hover,
            .headerNav li.current a {
                color:#fff;
                border-top: 1px solid #fff;
                font-size:13px;
            }

.headerNav ul.fr li a {
    margin-left: 20px;
}
ul.fr li a {
    background-image: url(/fr/images/header_main_nav_sprite.gif);
}
ul.fr #id_phones a{
    width: 79px;
    background-position: 0 12px;
    margin-left: 0;
}
ul.fr #id_plans a{
    width: 53px;
    background-position: -101px 12px;
}
ul.fr #id_whatsHot a{
    width: 94px;
    background-position: -183px 12px;
}
ul.fr #id_stayConnected a{
    width: 98px;
    background-position: -309px 12px;
}
ul.fr #id_live a{
    width: 111px;
    background-position: -470px 12px;
}
ul.fr #id_howDoI a{
    width: 107px;
    background-position: -613px 12px;
}
ul.fr #id_whyChooseUs a{
    width: 149px;
    background-position: -750px 12px;
}

.fr-footer ul{
padding-left:7px!important;
}


ul.en li a {
    background-image: url(/en/images/header_main_nav_sprite.gif);
}
ul.en #id_phones a{
    width: 59px;
    background-position: 0 12px;
    margin-left: 0;
}
ul.en #id_plans a{
    width: 41px;
    background-position: -101px 12px;
}
ul.en #id_whatsHot a{
    width: 76px;
    background-position: -189px 12px;
}
ul.en #id_stayConnected a{
    width: 109px;
    background-position: -315px 12px;
}
ul.en #id_live a{
    width: 148px;
    background-position: -474px 12px;
}
ul.en #id_howDoI a{
    width: 67px;
    background-position: -674px 12px;
}
ul.en #id_whyChooseUs a{
    width: 110px;
    background-position: -790px 12px;
}
/* ---------- END HEADER ----------*/
/* ---------- FOOTER ---------- */
#old_footer {
    background-color:#fff;
    width:100%;
    padding-top:11px;
    overflow: hidden;
    position:relative;
    bottom:-600px;
}
    #old_footer sup {
        font-size: 6px;
        vertical-align: top;
    }
    #footerContainer {
        padding: 25px 0 20px 0;
        border-top: 1px solid #d6d5d5;
    }
        #footerNav {
            margin:0;
            padding:0 0 15px 0;
            float:left;
            width:954px;
            border-bottom: 1px solid #c1c0c0;
        }
            #footerNav ul {
                margin: 0;
                padding: 0;
                list-style:none;
                text-align:left;
                float:left;
                margin-right: 30px;
            }
            #footerNav.fr ul {
                margin-right: 23px;
            }
                #footerNav ul li {
                    padding: 0;
                    margin: 0;
                }
                #footerNav li a {
                    text-decoration:none;
                    color:#838383;
                }
                #footerNav li a:hover {
                    text-decoration:none;
                    color:#505050;
                }
                #footerNav li.footerNavTitle, #footerNav li.footerNavTitle a {
                    padding-bottom: 2px;
                    color:#515151;
                    font-weight:bold;
                }
                #footerNav li.footerNavTitle a:hover {
                    color: #7e7e7e;
                }
        #old_footer .copyRight {
            color: #838383;
            padding-top: 10px;
            font-weight: normal;
            text-align:center;
            float: right;
        }
        #old_footer .footerLinks {
            clear:both;
            width: 700px;
            padding-top:10px;
            padding-bottom:14px;
            float: left;
        }
        #old_footer .footerLinks a {
            color: #4d4d4d;
            font-weight: bold;
            padding: 0 16px 0 0;
            text-decoration:none;
        }
        #old_footer .footerLinks a:hover {
            color: #494949;
        }

/*legacy overwrite*/
#old_footer #footerNav li.footerNavTitle{
    font-weight:bold;
    color:red;
}
#old_footer  li a{
    font-weight:normal;
    line-height:15px;
}

/* ---------- END FOOTER ---------- */

/*new footer*/
#footerNav ul.ftr-block-a{
    float:left;
}
#footerNav ul.ftr-block-b{
    float:right;
}
#footerNav ul.ftr-block-b li.footerNavTitle a{
    color:#999;
}
#footerNav li.footerNavTitle, #footerNav li.footerNavTitle a.txt-99{
    color:#999;
}

/*bottom styles*/

/*
#content{
background:#fff url(/images/bg_contentcontainer_4.gif) bottom right no-repeat;
}
*/

.fraction-amounts {
    vertical-align: 50%;
    font-size: 50%;
    padding-left: 1px;
}

.home_touts {
    background: #efefef;
    border: 1px  solid  #c00;
}

.home_touts td {
}

.promo_cell {
    text-align: left;
}
.tout_cell {
    text-align: center;
}

.promo_msg {
    padding:0;
    margin-left:16px;
}
.promo_list {
    padding:0;
    margin-left:16px;
}
.promo_list li{
    margin:5px;
    list-style-image:url(/images/list_arrow_red.gif);
}

a.promo_underline_big:link, a.promo_underline_big:visited, a.promo_underline_big:active, a.promo_underline_big:hover {
  color: #CC0000;
  text-decoration:underline;
  font-weight: bold;
  font-size: 16px;
}

td.no_padding {
    text-align: right;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}
img.no_padding {
    vertical-align: bottom;
    margin: 0px 1px 0px -4px;
    padding: 0px;
    border: none;
}
align_absmiddle {
    vertical-align:absmiddle;
}
table.footnote{
    border: 1px solid #CC0000;
}
.red_link {
    color: #CC0000;
    /*text-decoration: underline;*/
    font-weight: bold;
}

.pm_style {
    width: 239px;
}

.month_style {
    width: 115px;
}
.year_style {
    width: 115px;
}
.active_form {
    border-color:-moz-use-text-color #C2CDD7 #C2CDD7;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    padding: 0px 0px 0px 10px;
}
.update-box{
color:#000;
border:2px double #c00;

}
.update-box{
color:#000;
border:2px double #c00;

}
.update-box h2
{
padding:0px;
color:#c00;
margin:0;
}
.update-box p {
padding:0 10px 0 10px;
}
.update-box{
border: 2px solid #c00;
padding:10px;
margin:0;
font-size:12px;
}
.update-box a{
text-decoration:underline;}

#phone_swap  {
text-align:center;
}

#phone_swap span.phone-highlighted-feature {
    color:#fff;
    visibility:hidden;
    display:none;
}

ul.radio-inputs{
      padding: 0;
      margin: 0;
}

ul.radio-inputs input{
      border:0;
}

#content_table ul.radio-inputs li {
      list-style-image:none;
      list-style:none;
      margin: 0;
      padding-left: 5;
}
/*UL styles*/
ul.bullets-red,
ul.bullets-red li{
    list-style-image:url(/images/list_arrow_red.gif);
}
ul.bullets-red,
ul.bullets-blue li{
    list-style-image:url(/images/list_arrow_blue.gif);
}
.f-l{
    float:left;
}
/*rounded box structure*/
/*widths*/
    .round-mid{
        margin:0 15px 0 15px;
        display:inline;
    }
    .round-bot, .round-top{
        /*width:100%;*/ height:10px; padding:0; margin:0;
        clear:both;
    }
    .round-bot div, .round-top div{
        width:20px; height:10px; float:right;
    }
/*positions*/
    .round-bot{
        background-position:left bottom;
    }
    .round-top{
        background-position:left top;
    }
    .round-top div{
        background-position:right top;
    }
    .round-bot div{
        background-position:right bottom;
    }
    .rounded{
        background-position: center;
        float:left;
        display:inline;
    }
/*fix li*/
    .round-mid ul{
        margin:0; padding:0;
    }
    .mainContentContainer .round-mid ul li
    {
        margin-left:20px;
        min-height:10px;
        padding-left:0px;
        /*make margin +6px more for ie only*/
    }
/*
colors- NOTE make bg img size more or equal to page width
*/
/*white outerbox*/
    .rnd-fff-brdr, .rnd-fff-brdr .round-bot, .rnd-fff-brdr .round-bot div, .rnd-fff-brdr .round-top, .rnd-fff-brdr .round-top div{
        background-image:url(/images/ffffff_w_brdr.gif);
    }
    .rnd-fff-brdr{
        background-position: right center;}
/*grey box*/
    .rnd-e9e9e9, .rnd-e9e9e9 .round-bot, .rnd-e9e9e9 .round-bot div, .rnd-e9e9e9 .round-top, .rnd-e9e9e9 .round-top div{
        background-image:url(/images/e9e9e9_w.gif);
    }

/*black box*/
    .rnd-000, .rnd-000 .round-bot, .rnd-000 .round-bot div, .rnd-000 .round-top, .rnd-000 .round-top div{
        background-image:url(/images/000_w.gif);
    }
/*white on e9e9e9*/
    .rnd-fff, .rnd-fff .round-bot, .rnd-fff .round-bot div, .rnd-fff .round-top, .rnd-fff .round-top div{
        background-image:url(/images/fff_e9e9e9.gif);
    }
/*grey on whitebox*/
    .rnd-fff-e9e9e9, .rnd-fff-e9e9e9 .round-bot, .rnd-fff-e9e9e9 .round-bot div, .rnd-fff-e9e9e9 .round-top, .rnd-fff-e9e9e9 .round-top div{
        background-image:url(/images/e9e9e9_w.gif);
    }
/*grey on e9e9e9*/
    .rnd-333, .rnd-333 .round-bot, .rnd-333 .round-bot div, .rnd-333 .round-top, .rnd-333 .round-top div{
        background-image:url(/images/grey_e9e9e9.gif);
    }
/*efefef outerbox with border*/
    .rnd-eee-brdr .round-bot, .rnd-eee-brdr .round-bot div, .rnd-eee-brdr .round-top, .rnd-eee-brdr .round-top div{
        background-image:url(/images/efefef_brdr.gif);
    }
    .rnd-eee-brdr{
        background:#efefef;
        }
    .rnd-eee-brdr .round-mid{
            margin:0; display:block;
            border:1px solid #000;
            border-width:0 1px 0 1px;
    }

/*error box inside grey box*/
    .textRed, .textRed .round-bot, .textRed .round-bot div, .textRed .round-top, .textRed .round-top div{
        background-image:url(/images/bg_9B0507_e9e9e9.gif);
    }
    .textRed
    {
        color:#fff; background-position: center;
        margin:0 10px 10px 10px;

        }
    .textRed ul li
    {
        list-style:none;
        font-size:12px; color:#fff; background-position: center;
        text-align:left;
        clear:both;
        display:block;
        }

    .textRed ul
    {
        margin: 0 10px 0 10px;
        }
.textRed .round-mid
    {
            margin:0; display:block;
            border:1px solid #9B0507;
        }


/*other UL classes*/
#ul-main {
    margin:0 auto;
    width:100%;
    min-height:350px;
    border-bottom: 0px solid #D6D5D5;
}
/* for Internet Explorer min height hack */
/*\*/
* html #ul-main {
    height:350px;
}
/**/


.rounded h1{
    width:95%;
    text-align:left;
}
.sIFR-alternate{
    display:none;
}
table.txt-l{
    clear:both;
    }
table.txt-l td,
.txt-l,
.txt-l table td{
    text-align:left;
    font-size:12px;
}
.form-table-15{
    margin:0 0 0 15px;
    width:350px;
    }
.form-table-15 td{
    text-align:left;
    font-size:12px;
    padding-left:5px;
    }

.form-table-15 .summary_font input{
    margin-left:15px;
    }
.white-line{
    border-top:1px solid #fff;
    margin:15px 0;}
.form-table-15 td.color-666{
    color:#666;
    padding:0 0 10px 10px;
    }
ul.bullets-blue li,
ul.bullets-red li{
    margin:10px 0 0 20px;
}
div.navflow{
    background-color: white;
    float: left;
    height: 56px;
    padding-left: 40px;
    padding-top: 40px;
    width: 100%;
}
div.navflow ul{
    padding:0;  margin:10px 0 0 0;
    float:left;
}
div.navflow ul li{
    background:#fff url(/images/bg_navflow.gif) no-repeat right center;
    list-style:none;
    float:left;
    height:35px;
}
div.navflow ul li  a span{
    padding-left:15px;
    color:#999;
}
div.navflow ul li  a {
    height:35px; margin-right:45px;
    float:left;
    background:url(/images/bg_navflow.gif)  no-repeat left center;
    cursor:text;
}

div.navflow ul li.current a {
    height:35px; margin-right:55px;

}

div.navflow div.end{
    float:left;
    width:15px; height:56px;
    background:#fff url(/images/bg_navflow_wrap.gif) no-repeat right bottom;
}
div.navflow strong{
    float:left;
    whote-space:nowrap;
    margin:10px 15px 0 15px ;
}
div.navflow strong,
div.navflow ul li  {
    line-height:35px;
    font-size:12px;
}
div.navflow ul li  a{
    color:#444; font-weight:normal; text-decoration:none;
}
div.navflow ul li.complete  a {
    background-position: left bottom;
}
div.navflow ul li.complete {
    background-position: right bottom;
}
div.navflow ul li.current  a {
    background-position: left top;
}
div.navflow ul li.current {
    background-position: right top;
}
div.navflow ul li.current a span{
    font-weight:bold;
    font-size:14px;
    color:#444;
}
.hover-button{
    cursor:pointer;
}
.summary_font{
    text-align:right;
    padding-right:0px;
}
.summary_font select,
.summary_font input{
    float:left;
    margin-bottom:3px;
}
.resetpass,
.continue {
                margin-right:5px;
            }
a.cancel-txt{
    text-decoration:underline;
    color:#444;
    line-height:26px;
    padding-left:1px;
    font-weight:normal;
    font-size:10px;
    float:left;
}

.privacy-txt
{
    font-size:10px;

    text-decoration:underline;
    color:#c00;
}
#blocked{
    position:relative; top:0; left:0; clear:both; display: none;
    margin-left:15px;
}
div.blocked-copy{
    position:absolute; z-index:999; color:#fff;
    font-size:12px;
}

.no-border{
    border:0;
    }

/*rates table*/
.selectedCell {
    background-color: red;
}
.txt14 {
    font-size:14px;
}
.txt20 {
    font-size:20px;
}
.txt-red {
    color:#CC0000;
}
.bold {
    font-weight:bold;
}
td.header {
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-align: left;
}
div.subheader {
    font-size:10px;
    font-weight:normal;
}
td.center {
    text-align:center;
}
.rateplan th, .rateplan td {
    background-color:#DFDFDF;
    font-weight:bold;
    padding:8px 12px;
}
.sideBar {
    float:left;
    width:240px;
}
.sideBar p{
    display:block;
    margin:0 10px 0 10px;
    width:100%;
}
.sideBar .header{
    display:block;
    width:100%;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}


.mainBar{
    float:left;
    width:705px;
}
.ratePlan{
    width:690px;
    margin:0 auto;
    margin-top:10px;
    text-align: left;
}
.ratePlan th, .ratePlan td {
    background-color:#efefef;
    font-weight:bold;
    padding:8px 12px;
}
.ratePlan td.selectedCell span.dollarsign, .ratePlan td.selectedCell span.price, .ratePlan td.selectedCell span.permonth {
    color: #fff;
}
#pricePoint td,
#features .header,
#priceDesc .header{
    background-color:#f7f7f7;
}

td.info {
    background-color:white !important;
    color:#000;
    font-size:16px;
    white-space:nowrap;
    text-align:left;
}

div.title-tab{
    background:url(/images/fff_e9e9e9.gif) left top;
    height:55px;
    float:left;
    padding-left:15px;
    position:relative;
    top:10px;
                }
div.title-tab div.close-tab{
    background:url(/images/fff_e9e9e9.gif) right top;
    display:block;
    height:45px;
    padding-right: 15px;
    float:left;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    padding-top:5px;
}
.title-red{
        color:#c00;
        }
.title-grey{
        color:#333;
        }
ul.side-nav{
    padding:0;
    margin:0;
    float:left;
}
.side-nav li {
    list-style:none;
    margin:0;
    font-size:13px;
    font-weight:bold;
    margin:0px 0 15px 4px;
}
.side-nav li a{
    text-decoration:none;
    padding-left:12px;
    color:#444;
}

.side-nav li.current a{
    color:#c00;
    background:url(/images/unifiedRedArrow_h3.png) 0px 2px no-repeat;
}

.price {
    color:#c00;
    font-size:24px;
    line-height:18px;
}

.dollarsign {
    color:#c00;
    font-size:10px;
    vertical-align:top;
}

.permonth {
    font-size:12px;
    font-weight:normal;
    diaplay:inline;
    padding:5px 0 0 0;
}

td.addons {
    background-color:white !important;
    text-align: left;
    padding:5px 0 0 0;
}
div.addon {
    float: left;
    width: 330px;
    display: inline;
    padding: 0;
    font-size:11px;
    font-weight:normal;
    margin:0 0 7px 0;
}

.h1-m{
    font-size:18px;
    padding:10px 0 20px 10px;
}
p.mssg{
    margin:0  0  0 20px;
    text-align:left;
}
a#seeMore{
    font-size:10px;
    color:#444;
    padding-left:15px;}

#features tr.selectedRow td.changed{
    background:#c00;
    color: #fff;
}

#features td.changed,
#pricePoint td.changed{
    background-color:#ddd;}

.ratePlan td.c1{
    background:#f7f7f7 url(/images/bg_ratePlan_corners.gif) left top no-repeat;
}
.ratePlan td.c2{
    background:#efefef url(/images/bg_ratePlan_corners.gif) right top no-repeat;
}
.ratePlan td.c3{
    background:#efefef url(/images/bg_ratePlan_corners.gif) right bottom no-repeat;
}
.ratePlan td.c4{
    background:#f7f7f7 url(/images/bg_ratePlan_corners.gif) left bottom no-repeat;
}
.ratePlan  td.selectedCell,
#features .selectedRow .selectedCell {
    background-color:#c00;
    color: #fff;
}

/*for red cells*/

.ratePlan #features .selectedRow td.c4{
    background:#c00 url(/images/bg_ratePlan_corners_red.gif) left bottom no-repeat;
}
.ratePlan #features .selectedRow td.c1,
.ratePlan #pricePoint td.c1-red{
    background:#c00 url(/images/bg_ratePlan_corners_red.gif) left top no-repeat;
}
.ratePlan #pricePoint td.c2-red{
    background:#c00 url(/images/bg_ratePlan_corners_red.gif) right top no-repeat;
}
.ratePlan  #pricePoint td.selectedCell {
    background-color:#c00;
    color: #fff;
}
.ratePlan td.subbutton {
    text-align: right;
    background-color: white !important;
    padding:5px 0 0 0;
}
.ratePlan td.info-header{
    background-color:white !important;
    color:#575757;
    font-size:16px;
    text-align:left;
    white-space:nowrap;
    padding:20px 0 0 0;
    color:#000;
}
.subbutton a {
    font-size: 10px !important;
    text-transform: capitalize;
    font-weight: normal !important;
    color: #575757 !important;
}
.subbutton a:hover {
    color: #000000 !important;
}
.bottom-curve{
    position:relative;
    top:8px; left:-12px;
    display:block;
    background:#c00 url(/images/bg_ratePlan_corners_red.gif) left bottom no-repeat;
    font-size:5px;
}
.redMsg {
    color:#c00;
    font-size: 14px;
    font-weight:bold;
}

.rateplanItems {
    list-style-type: none;
}
.rateplanItems a {
    text-decoration:underline;
    color: black;
    font-weight:normal;
 }
 .sub-title{
    font-size:12px; color:#000;
    font-weight:bold;
}
.items{
    margin:5px 10px 5px 10px;
}
td.heading{
    background:#e9e9e9;
    font-weight:bold;
}
td.copy{
    background:#efefef;
}
.change-table{
    margin-left:10px;
}
.change-table td{
    padding:10px;
    border:2px #fff;
    font-size:12px;
    text-align:left;
}
 .debugClass {
     display: none;
     border: 1px;
 }
 .changed{
     color:#c00;
 }
 /*styles for summary screen*/
.s-box{
    background:url(/images/summary_top.png) no-repeat top left;
    width:685px; margin-left:10px;
    float:left;
}
.s-box .cols{
    width:218px;
    margin-right:10px;
    float:left;
}
.s-box .cols h2{
    font:bold Arial, Helvetica, sans-serif 13px;
    text-align:left;
    margin:10px 0 0 10px;
}
.s-sub-box{
    margin:10px;
    background:#fff;
    text-align:left;
    padding:10px;
}
.s-sub-box h3{
    font:bold Arial, Helvetica, sans-serif 13px;
    text-align:left;
    margin:0 0 5px 0;
}
.s-sub-box .icons {
    float:left;
    width:19px;
    margin-right:10px;
}
.s-sub-box .details{
    float:left;
    width:145px;
}
/*for my account*/
#headerContainer .s-tabs a.btn_activateprepaid_en {
    width: 191px;
    height: 28px;
}

/*****************************************************************************/
.module {
    width: 575px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #454545;
    text-align:center;
    margin-left: 40px;
}

.module .top{
    height: 10px;
    background-image: url(/images/bg_module_top.gif);
    background-repeat:no-repeat;
}
.module .btm{
    height: 10px;
    background-image: url(/images/bg_module_btm.gif);
    background-repeat:no-repeat;
}

.module .content{
    height: 10px;
    background-image: url(/images/bg_module_content.gif);
    width: 575px;
}



.module .btnLeft{
    float:left;
}

.module .btnRight{
    float:right;
}

.module .slider{
    float:left;
    position:relative;
    z-index:1;
    overflow:hidden;

}
a#moduleToggleBtn{

}

a#usbToggleBtn{
cursor:pointer;
display:none;
}
#deviceInputInstruction{
    margin-top:0px;
}
.usb-img{
    margin-top:75px;
}

/*-- module getting start --*/
.module .gettingStart{
    height: 284px;
}

.module .sliderContainer{
    height: 110px;
}

.module .btnLeftGettingStart{
    margin: 50px 74px 0 0;
}

.module .btnRightGettingStart{
    margin: 50px 0 0 0;
}


.module .phoneSlider{
   width: 400px;
}

#slider-fix {
   margin-left: -100px;
}

.module .phones table{
    height: 110px;
}

.module .phones td{
    padding: 0 8px;
}

.phoneModel{
    color:#666;
    font-weight:bold;
    text-align:center;
    padding-left:21px;
}

#phoneModel {
    margin-top: 0px;
    margin-left: -50px;
}

.module .ensCodeContainer{
    padding-top: 10px;
    clear: both;
}

.module .ensCode{
    width: 510px;
    text-align: left;
    margin:auto;
    font-weight:bold;
}

.module .ensImg{
    margin-top: 4px;
}

.phoneImg{
}

.phoneImg60{
    opacity: .6;
    filter: alpha(opacity=50);

}
.phoneImg40{
    opacity: .4;
    filter: alpha(opacity=50);

}


/* module steps */

.module .steps{
    height: 400px;
}


.module .sliderStepsContainer{
    height: 176px;
}

.module .btnLeftSteps{
    margin: 58px 20px 0 0;
}

.module .btnRightSteps{
    margin: 58px 0 0 0;
}


.module .stepsSlider{
    width: 478px;
}

.module .steps table{
}

.module .steps td{
    height: 176px;
}

.module .stepContent{
    width: 478px;
    text-align:left;
}

.module .stepContent li {
    list-style:none;
    list-style-image:url(/images/list_arrow_red.gif);
}

.module .stepImg{
    float:left;
    margin-right: 10px;
    width:240px;
    height:176px;
    margin-bottom:53px;
}

.module .stepTitle{
    display:block;
    font-weight:bold;
    padding-bottom: 6px;
}

#esn {
    border:1px solid #C5C5C5 !important;
    display:block;
    font-size:22px;
    font-weight:bold;
    padding:5px;
    width:240px;
}
.greyBox {
    border:1px solid #a9a9a9;
    padding:0px;
    background:#f5f5f5;
}

/** */
.chev-buttons {
    height: 35px;
    margin: 10px;
}

.chev-buttons button {
    width:186px;
    height:30px;
    border:none;
    display:block;
    text-indent:-2000px;
}

#finish {
    height: 35px;
    _height: 35px;
}

.programming-codes {
     margin:15px;
 }
div.program-instructions {
    margin: 0px 15px 10px 15px;
}

div.birth-date-wrap {
    width: 230px;
}
div.birth-date-wrap span.info-fl{
    margin-left: 4px;
}

div.birth-date-wrap select.date-month {
    width: 110px;
    margin-right: 2px;
}
div.birth-date-wrap select.date-year {
    width: 50px;
    margin-left: 2px;
}
div.birth-date-wrap select.date-day {
    margin-left: 2px;
    margin-right: 2px;
}



/* USAGE CHECK CSS */
input#usage-check-button {
    margin: 0 0 0 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: solid 1px #c00a0b;
    background: #cc0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#c00a0b), to(#cc0000));
    background: -moz-linear-gradient(top,  #c00a0b,  #cc0000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00a0b', endColorstr='#cc0000');
}
input#usage-check-button:hover {
    background: #a60708;
    border: solid 1px #c00a0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#a60708), to(#c00a0b));
    background: -moz-linear-gradient(top,  #a60708,  #c00a0b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a60708', endColorstr='#c00a0b');
}
#usage-check-table {
    width: 463px;
    display: none;
    margin: 5px 0px 5px 5px;
    padding: 0 0 10px 0;
    border-collapse: separate;
    border-bottom: 1px solid #d4d4d4;
}
#usage-check-table tr.usage-header th {
    width: 179px;
}
#usage-check-table tr.usage-header th.first {
    width: 75px;
}
#usage-check-table tr.usage-header th {
    background: #cc0000 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-shadow: none !important;
}
#usage-check-table tr.usage-type th, #usage-check-table tr.usage-type td {
    border-top: 1px solid #d4d4d4;
}
#usage-check-table th {
    padding: 5px;
    border: none;
}

#usage-check-table th.usage-check-title {
    padding: 5px;
    font-weight: bold;
}
#usage-check-table td {
    padding: 5px 5px 10px 5px;
    border: none;
}
#usage-check-table tr.usage-type td {
    padding: 5px;
}
#usage-check-table tr:hover th, #usage-check-table tr:hover td  {
    background: rgba(0,175,218,0.17);
    text-shadow: #fff 1px 1px 0;
}
#other-costs-link {
    font-weight: normal;
}

#other-costs-content li{
margin-left: 30px;
}

table.planFeaturesTable TD LI{
    margin-left: 30px;
    list-style: circle;
}

/*Added for RTB-33*/

.account-footer{margin:0 auto; width:965px}
.account-footer .floatL{padding-left:20px;}

#footerNav{display:none;}
#footerContainer{width:965px !important;}


.floatR {
    float: right;
    margin-right: 30px;
}

.floatL {
    float: left;
}


.floatL a{
    color: rgb(35, 144, 184);
}

/*Added for RTB-33 ends*/

.tableContent{
    background-color:#FFF;
    width:100%;
    padding-top:20px;
    min-height:600px;
}



.rounded.rnd-fff-brdr {
    background-color: white;
    padding-left: 40px;
    width: 100% !important;
}

.contents {
    position: relative;
    width: 965px;
    margin: 0 auto;
}


#footer {
    position: relative;
    width: auto;
    /*top: -1px;*/
    right: 0;
    bottom: 0px;
    left: 0px;
    background-color: #2d2d2d;
    color: white;
    text-indent: 0;
    padding: 0px;
    text-align: left;
    font: normal normal 14px arial, helvetica, geneva, sans-serif;
    bottom:0;

    /*Above is temp fixed*/

}



    #footer .contents {
        overflow: hidden;
    }
    #footer h4 {
        color: #fff;
    }
        #footer h4 a,
        #footer ul li h4 a {
            color: #fff;
            letter-spacing: 0px;
        }
            #footer ul li h4 a:hover {
                color: #bfbfbf;
            }
    #footer ul {
        float: left;
        margin-right: 40px;
        margin-top: 17px;
    }
        #footer ul li {
            margin-bottom: 12px;
            letter-spacing: -0.4px
        }
            #footer ul li a {
                color: #cbcbcb;
                text-decoration: none;;
            }
                #footer ul li a:hover {
                    color: #999;
                }
    #footer ul.section-links {
    width: 115px;
}
    #footer ul.section-links li {

    }
    #footer ul.section-links, #footer ul.main-links {
    margin-right: 30px;
}
    #footer ul.main-links {
        margin-top: 0;
    }
        #footer ul.main-links li {
            font-size: 18px;
            line-height: 24px;
            color:#fff;
            padding: 15px 0;
            border-bottom: 1px solid #373737;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin:0;
        }
        #footer ul.main-links li:last-child {
            border-bottom: none;
        }
            #footer ul.main-links li a {
                color: #fff;
            }
                #footer ul.main-links li a:hover {
                    color: #bfbfbf;
                }
            #footer ul.main-links li .icon {
                margin-right: 10px;
                margin-bottom: -4px;
            }

    #footer .social {
        float: right;
        width: 237px;
        color:#cbcbcb;
        margin-top: 17px;
    }
    #footer .tweet {
        position: relative;
        margin-top: 11px;
        background: #232323;
        padding: 12px;
        color:#cbcbcb;
        letter-spacing: -0.6px;
        margin-bottom: 20px;
    }
        #footer .tweet a {
            color: #d31e2f;
        }
            #footer .tweet a:hover {
                color: #9e0b19;
            }
        #footer .tweet .notch {
            position: absolute;
            top: -11px;
            left: 20px;
        }
    #footer .networks {
        margin-top: 10px;
    }
        #footer .networks a {
            float: left;
            margin-right: 15px;
        }

    #footer ul.bottom-links {
        clear: left;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #404040;
        padding-top: 15px;
        color: #999;
        margin-bottom: 40px;
         list-style: none outside none;
    }
        #footer ul.bottom-links li {
            float: left;
            margin-right: 15px;
        }
            #footer ul.bottom-links a {
                color: #999;
            }

#footer ul.bottom-links a:hover {
                color: #cbcbcb;
            }
        #footer ul.bottom-links li.copyright {
            float: right;
            margin-right: 0;
        }

/***** New CSS for Footer My Account Start **********/

#footer {background:#2d2d2d;padding-top: 30px !important; position: relative;}
#footer .contents .myAccountContainer {border-top: 1px solid #404040; color:#999; margin-bottom:40px; padding-top:15px; overflow:hidden;}
#footer .contents .myAccountContainer .colLinks {float:left;width:575px;}
#footer .contents .myAccountContainer .colCopyright {float:right; width:290px; margin:0; padding:0; text-align:right;}
#footer .contents .myAccountContainer ul {float: none; margin:0; padding:0;}
#footer .contents .myAccountContainer ul li {list-style: none; float: left; margin-right:15px; margin-bottom: 10px; letter-spacing:0px; }
#footer .contents .myAccountContainer ul li a {color: #999; text-decoration:none;}
#footer .contents .myAccountContainer ul li a:hover {color: #34a8d6; text-decoration:none;}
#footer .contents .myAccountContainer p {color:#999; margin:0 0 10px 0; letter-spacing:0px; padding:0;}

@media screen and (max-width:934px) {
    #footer .contents {width:94%; margin:0px auto;}
    #footer .contents .myAccountContainer ul {float: none; margin:0;}
    #footer .contents .myAccountContainer ul li {float: none; margin-right:15px; margin-bottom:10px; display:block;}
    #footer .contents .myAccountContainer .colLinks {float:none; width:100%; display:block;}
    #footer .contents .myAccountContainer .colCopyright {float:none; margin-top:30px; width:100%; display:block; text-align:left;}
}
/***** New CSS for Footer My Account End **********/


        
h1.ultra {
    /*font-family: VMUltramagneticNormalRegular !important;
    font-weight: normal !important; 
    color: #CC0000;*/
    font-size: 18px;    
	margin-top: 16px;
}
h3.ultra {
    /*color: #CC0000;
    font-family: VMUltramagneticNormalRegular !important;*/
    font-size: 18px;    
    margin: 0 !important;
     margin-top: 16px;
}
.table > ul {
    margin-left: -5px;
    margin-top: -5px;
}
.title {  
    padding-bottom: 0 !important;
}
.clear-chrome{clear : both;}                   
 .table ul li.subtitle {
font-weight: bold;
color:#444444;
font-size: 18px;
}
.table ul li.detail {
background:#fff
} 
ul.detail-list-number li {
    color: inherit;
    list-style: decimal outside none;
    margin-bottom: 0.5em;   
    padding-left: 3px;
}
ul.detail-list-alpha li {
    color: inherit;
    list-style: lower-alpha outside none;
    margin-bottom: 0.5em;   
    padding-left: 3px;
}

ul.detail-list li {
    color: inherit;
    list-style: disc outside none !important;
    margin-bottom: 0.5em;  
    padding-left: 3px;
}                                      
 
.detail-list {
    margin-left: 24px;
}                   
                                       
.t911-checkbox-background {
   background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #A9A9A9;
    height: 39px;
    margin-top: 17px;  
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 766px;

}

.t911-terms-box{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 156px;
	margin-bottom: 5px;
	padding: 12px 15px 0;
	overflow: auto;	
	width: 740px;
}

.t911-terms-box {overflow:auto;height:100px;width:740px; margin-bottom:5px; border:1px solid #ccc; font-size:12px;}
.spacing-fix{margin-top:12px !important;}
.txtnormal {font-weight:normal !important;}
.underlines-n {border-bottom: thin solid #DBDBDB !important;margin-bottom: 10px;padding-bottom: 10px;}
.inp_chk {float:left; margin-top:5px; margin-left:0px; margin-right:5px; border:1px solid #fff; padding:1px;}
.inp_chk_error {float:left; margin-top:5px; margin-left:3px; margin-right:5px; border:1px solid red; padding:1px;}
.inp_mesg {

    float: left;
    margin-top: 3px;
    width: 686px;
}
.colon {width:2.5%; font-weight:bold;}

.width_230 {width:230px;}
.width_550 {width:600px !important;}
.margL10 {margin-left:10px !important;}
.margT10 {margin-top:20px !important;}
.margLT20 {margin-left: 20px !important;}
.margB_4 {margin: 0 0 4px !important;}

.myaccount-frm-container {margin:0px 0 0 0; position:relative; overflow:hidden; color:#444;}
ul.myaccountfrmListing { float: left; padding:0 0 0 0; width: 100%; }
ul.myaccountfrmListing li { float: left; list-style-type: none; width: 100%; padding:8px 0; margin:0;}
ul.myaccountfrmListing li label {font-weight:bold; display: block; width:185px; padding: 3px 0 5px; float:left; font-size:13px;}
ul.myaccountfrmListing li span { color: #444444; float: left; margin-top:4px !important; padding: 0; }
ul.myaccountfrmListing li p {font-size:14px;margin:0 0 1em 0; line-height:18px;}
ul.myaccountfrmListing li h2 {line-height: 1em; font-size:16px; font-weight: normal !important;font-family: VMUltramagneticNormalRegular; font-weight:13px; margin-bottom:6px; text-transform:inherit;}
ul.myaccountfrmListing li p a {color:#2390b8;}
ul.myaccountfrmListing li p a:hover {color:#0d5f7d;}

.inp_box { border: thin solid #C2C2C2 !important;height: 25px;margin-top: 0px !important; float:left; color:#444444;}
.inp_box:focus { border:2px solid #999;color:#444444}
.inp_disable_box { border: 0px !important;height: 25px;margin-top: 0px !important; float:left; color:#444444;}

.errorMessage ul li {font-size: 14px;padding: 3px 0;}
#content_table input.error_red {border:1px solid red !important}
.bordernone {border:0px !important;}
@media print {#headerArea, .section-header .step-container, #btnPrint, .printdel {display: none;}
body .printable {display:block;}



        
