Subversion Repositories SmartDukaan

Rev

Rev 8150 | Rev 8162 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@charset "utf-8";

@font-face {
    font-family: 'Helvetica 65 Medium';
    src: url('../fonts/helvetica_65_medium-webfont.eot');
    src: url('../fonts/helvetica_65_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_65_medium-webfont.woff') format('woff'),
         url('../fonts/helvetica_65_medium-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_65_medium-webfont.svg#helvetica_neuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/helvetica_45_light-webfont.eot');
    src: url('../fonts/helvetica_45_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_45_light-webfont.woff') format('woff'),
         url('../fonts/helvetica_45_light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_45_light-webfont.svg#helvetica_neuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.inline_block,
/* General */ [class^="icon_"], [class*="dropdown_con"], .color_square, .dot_caption,
/* Arrow links */ .arrow_link, .landing_middle_content a:before,
/* Back to Top */ .back_to_top_arrow, .back_to_top_text,
/* Buttons */ [class^="btn_"],
/* Form Hint Icon */ .no_error .icon_hint, .has_error .icon_hint,
/* Form Hints */ .form_hint.show, .form_hint.has_error, .form_hint.no_error,
/* Header */ .logo_digi, .main_nav > a, .sub_nav > a,
/* Inputs */ .input_radio, .input_checkbox, .grey_textbox,
/* Pagination */ .prev_page, .next_page, .page_num, .page_dot,
/* Popups */ .close_popup, .popup_header .close_popup:after,
/* Tabs */ .content_tabber, .tabber_label
        { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
        
.clearfix:after, .content:after, .precontent:after, .utility_bar:after, #topFooter:after, #bottomFooter:after, .my_cart_content:after, .dot_holder:after, .sub_menu:after, .padded_content:after
        { content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }

.clearfix { *zoom: 1; *clear: both; }

/* General */    .color_square, .dot_hoverer, .content_rounder, .tbl_round, .content,
/* Catalogues */ .catalogue_item, .catalogue_item .item_preview, .catalogue_item .item_content,
/* Inputs */     .wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea,
                                 .input_box,
/* Islands */    .island,
/* Popups */     .popup_con, .popup_loading,
/* Header */     .main_nav, input.main_search
        { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
        
.sub_nav_con, .sub_menu, .banner_carousel + .content
        { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.banner_carousel, .banner_carousel .banner_clicker, .popup_header, .progress_steps, .island_title
        { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }



h1, h2, h3, h4 { color: #21282e; margin: .2em 0 .4em; font-weight: normal; line-height: 1em; }
h1, h2, h3 { font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif; }
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

a, .arrow_link { color: #0091d2; text-decoration: none; }

td a, p a, li a { text-decoration: underline; }
td [class*="btn_"], p [class*="btn_"] { text-decoration: none; }

img { -ms-interpolation-mode: bicubic; }

hr.one_half_spaced { margin: 1.5em 0; }
hr.double_spaced { margin: 2em 0; }

p { margin: 0; padding: 0 0 1em; }

ul, ol { margin: 0; padding: 0; }
ol { margin: 0 0 1em 1.5em; }
        .bottom_spaced_li li { margin-bottom: 1em; }
        .left_spaced_li li { padding-left: 1.5em; }

textarea { font-family: Arial, Helvetica, sans-serif; }

.fontBlack { color: #21282e; }
.fontDarkGrey { color: #666; }
.fontGrey { color: #999; }
.fontBlue { color: #0091d2;  }
.fontOrange { color: #fb7a14; }
.fontRed { color: #f00; }

.text_mega { font-size: 38px; }

.align_bottom { vertical-align: bottom; }
span.align_bottom > img { vertical-align: bottom; }

.price_text { color: #fb7a14; font-size: 15px; font-weight: bold; }
.price_text.large { font-size: 20px; }
.price_text.xlarge { font-size: 25px; }

.vertical_middle,
table .vertical_middle td { vertical-align: middle; }
.relative { position: relative; }

.arrow_link,
.landing_middle_content a { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_right.png) left 2px no-repeat; }
.landing_middle_content a,
.island .arrow_link,
.tbl_link_list .arrow_link,
ul.link_list a { background-position: left 7px; }
        
.warning { color: #f00; font-size: 12px; font-weight: normal; }

.notes { font-size: 11px; color: #999; }
.faded { color: #999; }
.notes li, .faded li { background-image: url(/cs/site_template/ecommerce/images/general/bullet_point_grey_tiny.png); }

.greyBG { background-color: #e2e4e5; }
.yellow_bg { background: #fd0; }

.horizontal_divider { width: 100%; height: 0; margin-bottom: 2em; position: relative; }
.horizontal_divider.double_spaced { margin: 1em 0 3em; }
        .horizontal_divider:after { content: ''; width: 100%; height: 57px; position: absolute; top: 0; left: 0; background: url(/cs/site_template/ecommerce/images/general/general_img_divider_sdw.png) center top no-repeat; }
        .grid_3_left_middle .horizontal_divider:after { background-image: url(/cs/site_template/ecommerce/images/general/general_img_divider_sdw_670px.png); }

.li [class^="input_"] { float: left; }
.li .li_content { display: inline-block; *display: inline; *zoom: 1; }

/* .greyLine_1px { background: #bdbdbd; height: 1px; } */

.black_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; background: url(/cs/site_template/ecommerce/images/general/overlay_black.png) repeat; background: rgba(0,0,0,0.7); display: none; }
.black_overlay.light { background: rgba(0,0,0,0.4); }

.white_overlay { width: 100%; height: 100%; background: url(/cs/site_template/ecommerce/images/general/overlay_white_85.png) repeat; background: rgba(255,255,255,0.85); position: absolute; top: 0; left: 0; }


.back_to_top { width: 70px; height: 70px; border: 1px solid #bdbdbd; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; position: fixed; z-index: 5; bottom: -72px; right: 10px; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png) repeat-x; text-align: center; font-weight: bold; cursor: pointer; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.back_to_top:active { background: #f9f9f9; }
        .back_to_top_arrow { width: 12px; height: 7px; margin: 5px 0; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -280px 0 no-repeat; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
        .back_to_top_text { height: 45px; padding-top: 5px; line-height: 1em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

@media print {
    .back_to_top { display: none; }
}



.banner_carousel { height: 370px; border: 1px solid #bdbdbd; border-bottom: 0; position: relative; z-index: 4; }
.banner_carousel.slightly_shorter { height: 340px; }
.banner_carousel.slightly_x_shorter { height: 320px; }
.banner_carousel.short { height: 190px; }

        .banner_carousel h1 { margin: 0 0 .2em; }

        .banner_carousel .banner_clicker { height: 100%; display: block; background: center top no-repeat; }
        .banner_carousel .banner_clicker.hidden { display: block; }
        .banner_carousel .island_group { width: 205px; position: absolute; top: 10px; right: 10px; z-index: 1; }
        
        .dot_holder { height: 10px; position: absolute; bottom: 20px; right: 50%; z-index: 1; }
                .dot_holder .dot { width: 13px; height: 14px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -80px -60px no-repeat; float: left; margin-left: 5px; }
                .dot_holder .dot.selected { background-position: -93px -60px; }
        
        .dot_hoverer { padding: 12px 15px; position: absolute; left: 0; bottom: 45px; background: #fff; -webkit-box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); -moz-box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); display: none; }
                .dot_caption { max-width: 150px; }
                .dot_hoverer:after { content: ''; width: 16px; height: 12px; margin-left: -8px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -20px 0 no-repeat; position: absolute; left: 50%; bottom: -12px; }
                .dot_hoverer img { margin-right: 10px; vertical-align: middle; }
        
        .has_tabbers .dot_holder { bottom: 70px; }
        .has_tabbers .dot_hoverer { bottom: 95px; }

        .banner_notes { width: 520px; }

        /*
         * For pages like the Whats Hot template, where the content tabber
         * appears at the bottom of the static banner carousel.
         */
        .banner_carousel .content_tabber_con { width: 100%; position: absolute; bottom: 0; left: 0; }
        .banner_carousel .content_tabber_con.multi_page { bottom: -10px; }
        .banner_carousel + .utility_bar { border-top: 0; }
                .banner_carousel .content_tabber_con .content_tabber:first-child { margin-left: 10px; }

.sub_search { width: 440px; margin: .5em 10px 1em; font-size: 18px; }
        div .sub_search input[type="text"] { width: 400px; height: 50px; border: 0; background: transparent; line-height: 50px; } /* Extra div for increased specificity, for overriding */
        div .sub_search input[type="submit"] { padding: 0; border: 0; margin: -4px 0 0; } /* Extra div for increased specificity, for overriding */



/* Blue buttons */
 
[class^="btn_"] { padding: 0 5px; margin: 0 5px; background-color: #0091d2; color: #fff; font-weight: bold; text-align: center; position: relative; }
        [class^="btn_"]:before, [class^="btn_"]:after { content: ''; width: 5px; position: absolute; top: 0; }
        
[class^="btn_"]:hover { background-color: #007bb2; }
        [class^="btn_"]:hover:before { background-position: left 0; }
        [class^="btn_"]:hover:after { background-position: right 0; }

.btn_small { font-size: 14px; line-height: 25px; }
        .btn_small:before { height: 25px; background: url(/cs/site_template/ecommerce/images/general/btn_small_sides.png) left -25px no-repeat; left: -5px; }
        .btn_small:after { height: 25px; background: url(/cs/site_template/ecommerce/images/general/btn_small_sides.png) right -25px no-repeat; right: -5px; }

.btn_medium { font-size: 15px; line-height: 30px; }
        .btn_medium:before { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) left -30px no-repeat; left: -5px; }
        .btn_medium:after { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) right -30px no-repeat; right: -5px; }
        
.btn_large { font-size: 17px; line-height: 40px; }
        .btn_large:before { height: 40px; background: url(/images/androidland/btn_large_sides.png) left -40px no-repeat; left: -5px; }
        .btn_large:after { height: 40px; background: url(/images/androidland/btn_large_sides.png) right -40px no-repeat; right: -5px; }

/* 3D buttons */

.btn_3d { background: url('/images/androidland/btn_3d_mid.png') center top repeat-x; }
    .btn_3d .label_btn { position: relative; top: -2px; }
.btn_3d:active { top: 1px; } 
    .btn_3d:active .label_btn { top: 0; }

    .btn_small.btn_3d:before { background-position: left -125px; }
    .btn_small.btn_3d:after { background-position: right -125px; }
.btn_small.btn_3d:active { background-position: center -25px; }
    .btn_small.btn_3d:active:before { background-position: left -150px; }
    .btn_small.btn_3d:active:after { background-position: right -150px; }

.btn_medium.btn_3d { background-position: center -50px; }
    .btn_medium.btn_3d:before { background-position: left -150px; }
    .btn_medium.btn_3d:after { background-position: right -150px; }
.btn_medium.btn_3d:active { background-position: center -80px; }
    .btn_medium.btn_3d:active:before { background-position: left -180px; }
    .btn_medium.btn_3d:active:after { background-position: right -180px; }

.btn_large.btn_3d { background-position: center -110px; }
    .btn_large.btn_3d:before { background-position: left -200px; }
    .btn_large.btn_3d:after { background-position: right -200px; }
.btn_large.btn_3d:active { background-position: center -150px; }
    .btn_large.btn_3d:active:before { background-position: left -240px; }
    .btn_large.btn_3d:active:after { background-position: right -240px; }
        
 /* Buttons with Inputs */

[class^="btn_"].input { padding: 0; }

[class^="btn_"] input { padding: 0 5px; border: 0; margin: 0; background: transparent; color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
/* [class^="btn_"].extra_padded input { padding: 0 15px; *padding: 0; } */

.btn_small input { font-size: 14px; height: 25px; line-height: 25px; }
.btn_medium input { font-size: 15px; height: 30px; line-height: 30px; }
.btn_large input { font-size: 17px; height: 40px; line-height: 40px; }

/* Disabled button */

[class^=btn_].disabled { background-color: #bdbdbd; cursor: default; pointer-events: none; }
        .btn_small.disabled:before { background-position: left -50px; }
        .btn_small.disabled:after { background-position: right -50px; }
        
        .btn_medium.disabled:before { background-position: left -60px; }
        .btn_medium.disabled:after { background-position: right -60px; }
        
        .btn_large.disabled:before { background-position: left -80px; }
        .btn_large.disabled:after { background-position: right -80px; }

/* Red buttons */

[class^=btn_].red { background-color: #d40000; }
        .btn_small.red:before { background-position: left -75px; }
        .btn_small.red:after { background-position: right -75px; }
        
        .btn_medium.red:before { background-position: left -90px; }
        .btn_medium.red:after { background-position: right -90px; }
        
        .btn_large.red:before { background-position: left -120px; }
        .btn_large.red:after { background-position: right -120px; }

/* Orange buttons */

[class^=btn_].orange { background-color: #fb7a14; }
        .btn_small.orange:before { background-position: left -100px; }
        .btn_small.orange:after { background-position: right -100px; }
        
        .btn_medium.orange:before { background-position: left -120px; }
        .btn_medium.orange:after { background-position: right -120px; }
        
        .btn_large.orange:before { background-position: left -160px; }
        .btn_large.orange:after { background-position: right -160px; }

/* Grey buttons */

.btn_grey, .btn_grey:hover { height: 27px; margin: 0 5px; *margin: 0 10px; background: url(/cs/site_template/ecommerce/images/general/btn_grey_27px_mid.png) repeat-x; line-height: 27px; position: relative; color: #0091d2; }
        .btn_grey:before, .btn_grey:after { width: 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_grey_27px_sides.png) no-repeat; position: absolute; top: 0; }
        .btn_grey:before { left: -5px; }
        .btn_grey:after, .btn_grey:hover:after { right: -5px; background-position: -5px top; }

.btn_grey.large { height: 32px; background-image: url(/cs/site_template/ecommerce/images/general/btn_grey_32px_mid.png); line-height: 32px; }
        .btn_grey.large:before, .btn_grey.large:after { background-image: url(/cs/site_template/ecommerce/images/general/btn_grey_32px_sides.png); }

[class^="btn_"] .icon_left_arrow { position: relative; top: -1px; left: -5px; }
[class^="btn_"] .icon_right_arrow { position: relative; top: -1px; left: 5px; }
[class^="btn_"] .icon_small_shopping_cart { position: relative; top: -1px; }


/*-------------------------------------------------------------------
        Catalogues
---------------------------------------------------------------------
        For pages such as Devices, Rewards, Store Locator and Whats
        Hot, where all of them use a similar catalogue layout.
        
        - .product_catalogue for Devices page
        - .product_catalogue.accessories_catalogue for Accessories page
-------------------------------------------------------------------*/

.padded_catalogue { padding: 15px 10px 0; }

.catalogue_item { width: 220px; margin: 0 12.5px 15px 0; float: left; position: relative; }
        .catalogue_item .item_preview { width: 198px; padding: 10px; border: 1px solid #e5e5e5; color: #666; cursor: pointer;}

.catalogue_item.hidden { display: none; }
.catalogue_item.opened,
.catalogue_item.opened .item_preview { border: 0; background-color: #eff1f1; }
        .catalogue_item.opened .item_preview { padding: 11px; }
                .catalogue_item .item_name { height: 40px; display: block; color: #0091d2; font-weight: bold; line-height: 1.4em; }

                .catalogue_item .item_toggler { padding-left: 20px; display: block; background: url(/cs/site_template/ecommerce/images/general/btn_plus.png) left 3px no-repeat; color: #21282e; font-size: 15px; font-weight: bold; line-height: 1.4em; cursor: pointer; }
                .catalogue_item.opened .item_toggler { background-image: url(/cs/site_template/ecommerce/images/general/btn_minus.png); }

                .catalogue_item .item_thumb { width: 200px; height: 54px; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 1em 0 1em -1px; text-align: center; overflow: hidden; }
                        .catalogue_item .item_thumb img { max-width: 100%; max-height: 100%; vertical-align: bottom; }
                
        .catalogue_item .item_content { width: 900px; padding: 10px; margin-top: 15px; background: #eff1f1; position: absolute; left: 0; z-index: 1; display: none; }
                .item_content_title { margin: 1em 0; font-size: 15px; font-weight: bold; }
                .catalogue_item .item_images { margin-bottom: 10px; }
                        .catalogue_item .item_images img { padding: 5px; border: 1px solid #dcdcdc; margin-left: 3px; display: inline-block; vertical-align: bottom; background: #fff; }
                        .catalogue_item .item_images img:first-child { margin-left: 0; }
                
                .catalogue_item .tbl_dark_horizontal { margin-bottom: 15px; }
                .catalogue_item .item_content ul { margin-bottom: 1em; }
                        .catalogue_item .item_content li { padding-left: 1.5em; }
                .catalogue_item .notes li { padding-left: .75em; }

/* Extra div in front is needed to raise specificity for overriding */
div.catalogue_item.node4,
div.catalogue_item.last_in_row { margin: 0 0 15px 0; }

.catalogue_item.node2 .item_content { left: -234px; }
.catalogue_item.node3 .item_content { left: -468px; }
.catalogue_item.node4 .item_content { left: -700px; }

.grid_3_left_middle .catalogue_item .item_content { width: 665px; }

/* Product & Accessories catalogue - for pages that have Devices/Accesories listing */

.product_catalogue .catalogue_item { width: 218px; height: 398px; border: 1px solid #e5e5e5; font-size: 11px; line-height: normal; }
.short_product_catalogue .catalogue_item { height: 333px; }
        .product_name { font-size: 16px; line-height: 1.4em; font-weight: bold; position: absolute; top: 10px; left: 10px; }
        .info_ribbon ~ .product_name { width: 72%; }
        .product_rating { font: 0/0 a; position: absolute; top: 32px; left: 10px; } 
        
        .product_catalogue .info_ribbon { position: absolute; top: -4px; right: -4px; }
        
        .product_catalogue .product_img { width: 110px; height: 185px; position: absolute; top: 65px; left: 0; text-align: center; line-height: 185px; }
                .product_catalogue .product_img img {  max-width: 100%; max-height: 100%; vertical-align: top; }
                .product_catalogue .badge { position: absolute; bottom: 0; right: -35px; }
        
        .product_price_con { width: 95px; position: absolute; bottom: 10px; left: 10px; z-index: 2; font-weight: bold; } 
           .plan_product_catalogue .product_price_con { bottom: 14px; }
                .product_price_con .product_price { color: #fb7a14; font-size: 22px; line-height: .8em; *line-height: 1em; } /* *line-height: 1em is to fix IE7 clipping issue */
        
        .product_catalogue .product_details { width: 85px; position: absolute; top: 75px; left: 115px; }
        
        .product_colors { width: 95px; color: #c7c7c7; position: absolute; bottom: 65px; right: 10px; } 
                .product_colors .color_square { margin-top: 2px; *margin-right: 4px; }
        
        .product_catalogue .icon_epp,
       .product_catalogue .product_icon { position: absolute; top: 150px; left: 115px; }
        .plan_product_catalogue .icon_epp,
       .plan_product_catalogue .product_icon { top: 170px; }
        .product_catalogue .compare_con { position: absolute; bottom: 70px; left: 10px; font-size: 12px; }
                .product_catalogue .compare_con input { vertical-align: middle; }
        .product_catalogue .btn_medium { position: absolute; bottom: 10px; right: 10px; z-index: 2; font-size: 13px; }
        .product_desc { display: none; }
        
        .product_grey_bg { width: 218px; height: 55px; border-top: 1px solid #e2e4e5; border-radius: 0 0 5px 5px; position: absolute; bottom: 0; left: 0; z-index: 1; background-color: #f6f6f6; }
                .product_grey_bg:before { content: ''; width: 100%; height: 0; border-top: 1px solid #fff; position: absolute; top: 0; left: 0; }

.accessories_catalogue .catalogue_item { height: 338px; }
.accessories_catalogue .product_img { width: 100%; top: 45px; }
        .accessories_catalogue .product_img img { vertical-align: bottom; }
        .accessories_catalogue .badge { bottom: 40px; right: 40px; }

.accessories_catalogue .product_quantity { position: absolute; top: 240px; right: 10px; font-weight: bold; }

.product_catalogue.list .catalogue_item { width: 918px; height: 175px; margin-right: 0; }
.product_catalogue.list .catalogue_item.last_row { margin-left: 0; }

.product_catalogue.list .product_img { width: 120px; height: 150px; top: 15px; left: 10px; line-height: 150px; }
        .product_catalogue.list .badge { right: 0; }
        
.product_catalogue.list .product_details { width: 150px; top: 75px; left: 135px; }
.plan_product_catalogue.list .product_details { display: none; }
.product_catalogue.list .product_name { width: 110px; top: 25px; left: 135px; line-height: 1.1em; }
.product_catalogue.list .icon_epp,
.product_catalogue.list .product_icon { top: 25px; left: 250px; right: auto; }
.product_catalogue.list .product_rating { top: 42px; left: 135px; }
.product_catalogue.list .product_price_con { top: 25px; right: 25px; bottom: auto; left: auto; }

.product_catalogue.list .compare_con { bottom: 15px; left: 135px; font-size: 11px; }
        .product_catalogue.list .compare_con input { margin-top: -1px; }
        
.product_catalogue.list .product_colors { width: 355px; top: 105px; left: 355px; line-height: 23px; }
        .product_catalogue.list .product_colors .color_square { margin: 0; *margin-right: 4px; vertical-align: middle; }

.product_catalogue.list .btn_medium { min-width: 60px; top: 85px; right: auto; bottom: auto; left: 800px; }
        
.product_catalogue.list .product_desc { width: 355px; position: absolute; top: 25px; left: 355px;font-size: 13px; line-height: normal; display: block; }

.product_catalogue.list .product_action { width: 95px; padding: 0; border: 0; margin: 0; position: static; float: right; background-color: #fff; line-height: normal; display: none; }
        .product_catalogue.list .product_action .btn_medium { margin-top: 15px; }

.product_catalogue.list .product_grey_bg { display: none; }

.accessories_catalogue.list .product_name { width: 150px; }
.accessories_catalogue.list .product_quantity { top: 42px; left: 135px; }
.accessories_catalogue.list .badge { bottom: 25px; }

.product_catalogue .load_more { width: 65px; margin: 0 auto; display: block; font-size: 12px; font-weight: bold; text-align: center; clear: both; }
.product_catalogue .load_more.loading { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/icon_loading.gif) left center no-repeat; color: #ccc; cursor: default; pointer-events: none; }


/*-------------------------------------------------------------------
         Column Layouts
-------------------------------------------------------------------*/

.column_obj { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
        .column_obj iframe { margin-bottom: 1em; }

.two_columns .column_obj { width: 47%; }
.two_columns .column_obj:first-child { margin-right: 4%; *margin-right: 2%; }
        .two_columns .column_obj.wider { width: 57%; }
        .two_columns .column_obj.wider + .column_obj { width: 37%; }

.three_columns .column_obj { width: 30.3%; }
.three_columns .column_obj:first-child,
.three_columns .column_obj:first-child + .column_obj { margin-right: 4%; }

.four_columns .column_obj { width: 24.5%; }


/*-------------------------------------------------------------------
         Content Togglers
-------------------------------------------------------------------*/

.content_toggler_con { margin-bottom: 1em; }
.content_toggler_con.padded { padding: 15px; }
        .content_toggler_con .content_toggler { cursor: pointer; }
        .content_toggler_con .toggled_content { display: none; *zoom: 1; }
        .content_toggler_con .toggled_content.unpadded { padding: 0; }

/* Self Content togglers */

.self_content_toggler .content_toggler_obj { border: 1px solid #bdbdbd; border-radius: 5px; margin-bottom: 1em; background: url(/cs/site_template/ecommerce/images/general/gradient_white_30px.png) center bottom repeat-x; }
        .self_content_toggler .content_toggler { padding: 7px 10px 7px 35px; position: relative; color: #0091d2; font-size: 14px; font-weight: bold; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 6px no-repeat; }
        .self_content_toggler .toggled .content_toggler { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }
        .self_content_toggler .toggled_content { padding: 10px 20px 20px; }

.self_content_toggler.large .content_toggler { background-position: 10px 10px; font-size: 18px; }
.self_content_toggler .flush_right { position: absolute; right: 10px; top: 7px; color: #21282e; font-size: 13px; font-weight: normal; line-height: 22px; }
.self_content_toggler.cart .toggled_content { padding: 10px; }

.self_content_toggler .right_action_con { text-align: right; }
        .self_content_toggler .btn_grey { margin-left: 1em; }
        .self_content_toggler .btn_grey i { margin: -2px 5px 0 0; }

.self_content_toggler .content_toggler .warning { vertical-align: middle; }

/* Single Content togglers */

.single_content_toggler > .content_toggler { padding-left: 20px; margin-left: 1.5em; float: right; font-size: 14px; font-weight: bold; vertical-align: middle; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_down.png) left top no-repeat; }
.single_content_toggler > .content_toggler.toggled { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_up.png); }
        .single_content_toggler > .toggled_content_con { padding-top: 1em; clear: both; }
        .single_content_toggler > .toggled_content_con > .toggled_content { padding: 15px; background: #f1f1f1; border-radius: 5px; box-shadow: inset 0 1px 2px #aaa; }
        .single_content_toggler .toggled_content .content_rounder { background: #fff; }

.single_content_toggler ul { margin: 1em 0; }
.single_content_toggler li { padding-left: 1em; }
        .single_content_toggler li li { margin-left: 1em; }
        .single_content_toggler li ul { margin: 0; }

/* Question & Answer togglers */

.question_answer_toggler { border: 1px solid #e5e5e5; border-radius: 5px; background: #fff; }
        .question_answer_toggler .content_toggler_obj { border-top: 1px dotted #bdbdbd; }
        .question_answer_toggler .content_toggler_obj:first-child { border-top: 0; }

                .question_answer_toggler .content_toggler { padding: 10px 30px; position: relative; color: #0091d2; background: url(/cs/site_template/ecommerce/images/general/btn_plus.png) 10px 12px no-repeat; }
                .question_answer_toggler .toggled .content_toggler { background: #eff1f1 url(/cs/site_template/ecommerce/images/general/btn_minus.png) 10px 12px no-repeat; font-weight: bold; }
                .question_answer_toggler :first-child .content_toggler { border-radius: 5px 5px 0 0; }
                
                .question_answer_toggler .toggled_content { padding: 10px 30px; }
                        .question_answer_toggler .understate { color: #666; }

/* My Cart Summary toggler */

.cart_summary_toggler .content_toggler_obj { border: 0; margin-bottom: 0; background: none; }
        .cart_summary_toggler .content_toggler { padding: 10px 10px 10px 40px; }
                .cart_summary_toggler .content_toggler:before { left: 15px; }
                .cart_summary_toggler .flush_right { top: 10px; }
        .cart_summary_toggler .toggled_content { padding: 0; position: relative; background: #eff1f1; }
        .cart_summary_toggler .toggled_content:before,
        .cart_summary_toggler .toggled_content:after { content: ''; width: 100%; height: 5px; position: absolute; top: 0; left: 0; background: url(/cs/site_template/ecommerce/images/general/shadow_top_bottom.png) bottom left repeat-x; }
        .cart_summary_toggler .toggled_content:after { top: auto; bottom: 0; background-position: top left; }


/*-------------------------------------------------------------------
         Content Rounder
-------------------------------------------------------------------*/

.content_rounder { padding: 15px; border: 1px solid #bdbdbd; margin-bottom: 1em; }
.content_rounder.unpadded { padding: 0; }
        .content_rounder > .content_title,
        .content_rounder > .padded_content > .content_title { margin-bottom: .2em; font-size: 18px; font-weight: bold; }

.static_content_con .content_rounder,
.content_rounder.static { border: 0; background-color: #eff1f1; }
.content_rounder.grey { border-color: #e5e5e5; background-color: #eff1f1; }
.content_rounder.yellow { border: 0; background: #fbe448; color: #666; }

.transaction_num_con { width: 400px; text-align: center; }
.content_title + .transaction_num_con { margin-top: 2em; }
        .transaction_num_con .transaction_num { margin: .25em 0 .5em; color: #21282e; font-size: 28px; font-weight: bold; }
        .transaction_num_con .understate { font-size: 12px; }


/*-------------------------------------------------------------------
         Content Switcher
-------------------------------------------------------------------*/

.content_switcher_content { display: none; }
.content_switcher_content:first-child { display: block; }


/*-------------------------------------------------------------------
         Cursors
-------------------------------------------------------------------*/

.ui-draggable, .draggable { cursor: url(/cs/site_template/ecommerce/images/general/cursor_open_hand.cur), default !important; position: absolute; top: 0; left: 0; }
.ui-draggable-dragging, .dragging { cursor: url(/cs/site_template/ecommerce/images/general/cursor_closed_hand.cur), default !important; }

.cursor_zoom_in { cursor: url(/cs/site_template/ecommerce/images/general/cursor_zoom_in.png), default !important; }
.cursor_zoom_out { cursor: url(/cs/site_template/ecommerce/images/general/cursor_zoom_out.png), default !important; }


/*-------------------------------------------------------------------
         Dropdowns
-------------------------------------------------------------------*/           

[class*="dropdown_con"] { width: 110px; height: 27px; margin: 0 5px; position: relative; line-height: 27px; }
        [class*="dropdown_btn"] { padding: 0 15px 0 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_27px_mid.png) left top repeat-x; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; *white-space: normal; }
                [class*="dropdown_btn"]:before,
                [class*="dropdown_btn"]:after { content: ''; width: 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_27px_sides.png) no-repeat; position: absolute; top: 0; }
                [class*="dropdown_btn"]:before { left: -5px; }
                [class*="dropdown_btn"]:after { background-position: right top; right: -5px; }
        
                .dropdown_arrow,
                .dropdown_arrow_down,
                .dropdown_con .arrow,
                .dropdown_con .arrow_down { width: 9px; height: 12px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -260px -80px no-repeat; position: absolute; top: 50%; right: 5px; margin-top: -6px; }
                .dropdown_arrow_down,
                .dropdown_con .arrow_down { height: 6px; right: 8px; background-position: -260px -86px; margin-top: -3px; }
                
                .dropdown_con.bordered_arrow:after,
                .quantity_dropdown:after { content: ''; width: 0; height: 100%; border-left: 1px solid #cfcfcf; position: absolute; top: 0; right: 30px; }
                .quantity_dropdown:after { height: 32px; }
        
        .dropdown_con select,
        [class*="dropdown_menu"] { width: 100%; height: 100%; padding: 0 4px; position: absolute; top: -2px; left: -4px; *top: 0; *left: 0; opacity: 0; background: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: menulist-button;}/* -webkit-appearance is to allow the 100% height to take effect for Chrome on Mac */
        
        .quantity_dropdown { height: 34px; line-height: 34px; }
                .quantity_dropdown .dropdown_btn { height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_34px_mid.png) repeat-x; }
                .quantity_dropdown .dropdown_btn:before,
                .quantity_dropdown .dropdown_btn:after { height: 100%; background-image: url(/cs/site_template/ecommerce/images/general/btn_light_grey_34px_sides.png); }

.quantity_dropdown { width: 60px; margin-left: 10px; *left: 10px; }

.dropdown_white_xlarge { height: 65px; } 
        .dropdown_white_xlarge .dropdown_btn { padding-right: 20px; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_center.png) repeat-x; line-height: 60px; }
                .dropdown_white_xlarge .dropdown_label { display: inline-block; *display: inline; *zoom: 1; line-height: normal; *position: relative; *top: 50%; vertical-align: middle; }
                        .dropdown_white_xlarge .dropdown_label span { *position: relative; *top: -50%; }
                .dropdown_white_xlarge .dropdown_btn:before,
                .dropdown_white_xlarge .dropdown_btn:after { content: ''; width: 10px; height: 65px; position: absolute; top: 0; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_sides.png) left top no-repeat; }
                .dropdown_white_xlarge .dropdown_btn:before { left: -10px; }
                .dropdown_white_xlarge .dropdown_btn:after { right: -10px; background-position: right top; }
                .dropdown_white_xlarge .arrow { width: 14px; height: 7px; margin-top: -3px; background-position: -120px -120px; }
                
        .dropdown_white_xlarge select { height: 60px; padding: 0 9px; left: -9px; }

.dropdown_con.language { width: 130px; }

/*-------------------------------------------------------------------
         Form Hints
-------------------------------------------------------------------*/   

.form_hint { margin-left: 5px; display: none; vertical-align: top; background: none; color: #999; cursor: default; }
[class*=dropdown_con] + .form_hint { margin-left: 10px; }

.form_hint_msg { font-size: 11px; line-height: normal; vertical-align: middle; }
.form_hint_error_msg { font-size: 13px; line-height: normal; }
.form_hint.has_error,
.form_hint.server_error { color: #fb7a14; }
        .form_hint_error_msg,
        .has_error.show_form_hint .form_hint_error_msg,
        .no_error .form_hint_msg,
        .has_error .form_hint_msg,
        .server_error .form_hint_msg { display: none; }
        .show_form_hint .form_hint_msg { display: inline-block; *display: inline; *zoom: 1; }
        div.icon_hint { width: 21px; height: 15px; *margin-right: 4px; vertical-align: top; display: none; background-position: -80px -80px; }
        .has_error .icon_hint, .server_error .icon_hint { background-position: -101px -80px; }
        .has_error .form_hint_error_msg, .server_error .form_hint_error_msg { display: inline; }
        .server_error .form_hint_msg { display: none; }


/*-------------------------------------------------------------------
         Grid
-------------------------------------------------------------------*/

[class*="grid_3_"] { margin-right: 18px; float: left; }
        .grid_3_left, .grid_3_right { width: 205px; min-height: 1px; }
        .grid_3_middle { width: 460px; min-height: 1px;}
        .grid_3_left_middle, .grid_3_middle_right { width: 685px; min-height: 1px; }
                .grid_3_left, .grid_3_left_middle { clear: left; }
                .grid_3_right, .grid_3_middle_right { margin-right: 0; }

/* Nested grid */

[class*="grid_3_"] > .grid_3_middle,
[class*="grid_3_"] > .grid_3_right { margin-right: 0; }


/*-------------------------------------------------------------------
         Icons
-------------------------------------------------------------------*/

/* Sprite sheet grid size: 20x20px */
[class^="icon_"] { background: url(/images/androidland/general_sprite_sheet.png) no-repeat; *margin-right: 4px; }

        /* Row 1 */

        .icon_search { width: 20px; height: 19px; }
        .icon_epp { width: 38px; height: 27px; background-position: -40px 0; }
        .icon_fb { width: 16px; height: 17px; background-position: -120px 0; }
        .icon_twitter { width: 16px; height: 17px; background-position: -140px 0; }
        .icon_share { width: 16px; height: 17px; background-position: -160px 0; }
        .icon_rss { width: 16px; height: 17px; background-position: -180px 0; }
        
        /* Row 2*/
        
        .icon_left_arrow { width: 6px; height: 12px; background-position: -120px -20px; }
        .icon_right_arrow { width: 6px; height: 12px; background-position: -126px -20px; }
        .icon_my_ocs { width: 10px; height: 15px; background-position: -140px -20px; }
        .icon_white_pin { width: 10px; height: 16px; background-position: -160px -20px; }
        .icon_pin { width: 9px; height: 13px; background-position: -280px -20px; }

        /* Row 3 */
        
        .icon_my_cart { width: 20px; height: 14px; background-position: 0 -40px; }
        .icon_live_chat { width: 17px; height: 15px; background-position: -20px -40px; }
        .icon_help { width: 16px; height: 16px; background-position: -40px -40px; }
        .icon_question { width: 15px; height: 14px; background-position: -60px -40px; cursor: pointer; }
        .icon_letter { width: 15px; height: 10px; background-position: -80px -40px; }
        .icon_cube { width: 19px; height: 17px; background-position: -100px -40px; }
        .icon_magnify { width: 17px; height: 18px; background-position: -120px -40px; }
        .icon_picture { width: 19px; height: 16px; background-position: -140px -40px; }
        .icon_video { width: 18px; height: 16px; background-position: -160px -40px; }
        .icon_printer { width: 17px; height: 13px; background-position: -180px -40px; }
        .icon_thumbs_up { width: 17px; height: 18px; background-position: -200px -40px; }
        .icon_thumbs_down { width: 17px; height: 18px; background-position: -220px -40px; }
        .icon_cancel { width: 13px; height: 12px; margin-top: -2px; background-position: -240px -40px; cursor: pointer; }
        .icon_small_star { width: 14px; height: 13px; background-position: -260px -40px; }
        .icon_small_star_filled { width: 14px; height: 13px; background-position: -274px -40px; }
        
        /* Row 4 */
        
        .icon_reload { width:15px; height:15px; background-position: 0 -60px; }
        .icon_my_account { width:13px; height:11px; background-position: -20px -60px; }
        .icon_find_store { width:9px; height:13px; background-position: -40px -60px; }
        .icon_switch { width:14px; height:14px; background-position: -60px -60px; }
        .icon_close { width: 15px; height: 15px; background-position: -120px -60px; }
        .icon_large_star { width: 20px; height: 19px; background-position: -260px -60px; }
        .icon_large_star_filled { width: 20px; height: 19px; background-position: -280px -60px; }
        
        /* Row 5 */
        
        .icon_tick { width: 15px; height: 15px; background-position: left -80px; }
        .icon_cross { width: 15px; height: 15px; background-position: -15px -80px; }
        .icon_tick_small { width: 12px; height: 12px; background-position: -40px -80px; }
        .icon_cross_small { width: 12px; height: 12px; background-position: -52px -80px; }
        .icon_grid_view { width: 10px; height: 10px; margin: 0 10px 0 6px; background-position: -140px -80px; }
        .icon_list_view { width: 10px; height: 10px; margin: 0 10px 0 6px; background-position: -160px -80px; }
        .icon_link_arrow { width: 13px; height: 12px; background-position: -180px -80px; }
        
        /* Row 6 */
        
        .icon_alert { width: 24px; height: 29px; background-position: -60px -100px; }
        .icon_plus_blue { width: 14px; height: 14px; background-position: -140px -100px; }
        .icon_search_blue { width: 24px; height: 23px; background-position: -160px -100px; }

        /* Row 7 */

        .icon_tabber_dot { width: 8px; height: 8px; background-position: -140px -120px; }
        .icon_cancel_large { width: 21px; height: 20px; background-position: -200px -120px; }
        .icon_shopping_cart { width: 21px; height: 17px; background-position: -240px -120px; }
        .icon_small_shopping_cart { width: 19px; height: 14px; background-position: -280px -120px; }
        
.color_square { width: 22px; height: 22px; border: 1px solid #bfbfbf; }


/*-------------------------------------------------------------------
         Inputs
-------------------------------------------------------------------*/

.input_checkbox, .input_radio { margin-right: 5px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) no-repeat; vertical-align: middle; cursor: pointer; outline: 0; }
        .input_checkbox { width: 19px; height: 20px; background-position: -180px -60px; }
        .input_checkbox.checked { background-position: -199px -60px; }
        .input_radio { width: 18px; height: 19px; background-position: -140px -60px; }
        .input_radio.checked { background-position: -158px -60px; }

label { cursor: pointer; }

input[type="checkbox"], input[type="radio"] { outline : 0; }
input[type="submit"], input[type="reset"] { cursor: pointer; }

input.placeholder { color: #999; }
.input_hidden { position: absolute; clip: rect(1px, 1px, 1px, 1px); *clip: rect(1px 1px 1px 1px); opacity: 0; }

                
.input_white_xlarge, form.sub_search { height: 65px; position: relative; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_center.png) repeat-x; line-height: 65px; display: inline-block; *display: inline; *zoom: 1; }
        .input_white_xlarge:before,
        .input_white_xlarge:after,
        form.sub_search:before,
        form.sub_search:after { content: ''; width: 10px; height: 65px; position: absolute; top: 0; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_sides.png) left top no-repeat; }
        .input_white_xlarge:before,
        form.sub_search:before { left: -10px; }
        .input_white_xlarge:after,
        form.sub_search:after { right: -10px; background-position: right top; }
        .input_white_xlarge input,
        form.sub_search input { box-shadow: none; }

        
/*-------------------------------------------------------------------
         Islands
-------------------------------------------------------------------*/

.island { padding-bottom: 5px; margin-bottom: 1em; background-color: #eff1f1; }
        .island_title { padding: 8px 10px; background: #fd0; position: relative; font-size: 15px; line-height: 1.1em; font-weight: bold; }
        .island_img { width: 100%; text-align: center; overflow: hidden; }
                .island_img img { width: 100%; height: auto; }
        .island_content { padding: 10px; display: block; }
        .island .yellow_bg { background: #fd0; }
        
        .island_list { padding-left: 2em; *padding-left: 0; *margin-left: 2em; }
                .island_list li { margin: 10px 0; }
        
        .island_link,
        .island_block { padding: 10px 5px; margin: 0 5px; border-bottom: 1px dotted #cfcfcf; display: block; }
        .island .arrow_link { margin-left: 10px; line-height: 25px; display: block; }
        .island_content .arrow_link { margin-left: 0; }
                .island .arrow_link:before { top: 6px; }
        .island_link.last,
        .island_block.last { border: 0; }
        .island_link.last + .island_title,
        .island_block.last + .island_title { margin-top: 10px; }
        
        .island .icon_question { margin-top: -4px; }


/*-------------------------------------------------------------------
         Lists
-------------------------------------------------------------------*/

.arrow_list > li { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/arrow_links_grey.png) 6px 4px no-repeat; }

.spaced_list > li { margin-top: 3px; margin-bottom: 3px; }


/*-------------------------------------------------------------------
         Link List
-------------------------------------------------------------------*/

.link_list > .current { font-weight: bold; color: #000; }

/* div.link_list > a > span.link_label > span */
.link_list.horizontal { margin-bottom: 10px; }
        .link_list.horizontal > a { *height: 35px; padding: 0 15px; border-bottom: 1px dotted #bdbdbd; position: relative; display: inline-block; *display: inline; *zoom: 1; line-height: 35px; *vertical-align: bottom; }
        .link_list.horizontal > a:first-child { padding-left: 0; }
                .link_list.horizontal .link_label { *position: relative; *top: 50%; display: inline-block; *display: inline; *zoom: 1; line-height: normal; vertical-align: middle; *cursor: pointer; }
                        .link_list.horizontal .link_label span { *position: relative; *top: -50%; }
                .link_list.horizontal > a:before { content: ''; width: 0; height: 15px; border-right: 1px dotted #bdbdbd; position: absolute; left: 0; bottom: 0; }
                .link_list.horizontal > a:first-child:before { display: none; }

/* ul.link_list > li > (regular text)
 * ul.link_list > li > a */
ul.link_list li { padding: 0; font-weight: bold; border-top: 1px solid #eee; background: none; }
ul.link_list li:first-child { border-top: 0; }
        ul.link_list a { padding: 5px 0 5px 20px; }
        ul.link_list .group_title { padding: 5px 0; }


/*-------------------------------------------------------------------
         Media Link
-------------------------------------------------------------------*/

.media_link_con { padding-bottom: 3em; position: relative; }
        .media_link { width: 220px; margin: 10px 16px 1em 0; *margin-right: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
        .media_link.last_in_row,
        .content .media_link.last_in_row { margin-right: 0; }
                .media_link .media_img { width: 100%; border-radius: 5px; overflow: hidden; margin-bottom: 1em; display: block;  }
                        .media_link .media_img img { max-width: 100%; vertical-align: bottom; }
                .media_link a { display: block; font-weight: bold; margin-bottom: 5px; }
        
        .content .media_link { width: 200px; margin-right: 31px; }
                .content .media_img { border: 1px solid #e5e5e5; }


/*-------------------------------------------------------------------
         Media Gallery
-------------------------------------------------------------------*/

.media_gallery { margin-bottom: 20px; position: relative; } 
    .media_gallery_main_media { margin: 0 auto; }
    .media_gallery_main_media.standard_media_size { width: 570px; height: 320px; }
    .media_gallery_thumbnails { padding: 0 40px; position: relative; text-align: center; white-space: nowrap; }
    .media_gallery_main_media + .media_gallery_thumbnails { margin-top: 15px; }
        .media_gallery_thumbnails .thumbnails_hider { width: 100%; position: relative; overflow: hidden; }
        .media_gallery .next_thumbnail,
        .media_gallery .prev_thumbnail { width: 30px; height: 100%; border: 0; position: absolute; top: 0; background: center center no-repeat; cursor: pointer; }
        .media_gallery .next_thumbnail.is_hidden,
        .media_gallery .prev_thumbnail.is_hidden { display: none; }
        .media_gallery .next_thumbnail { right: 7px; background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_right.png); }
        .media_gallery .prev_thumbnail { left: 7px; background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_left.png); }
        .media_gallery_thumbnails .gallery_thumbnail {
            margin: 0 5px; cursor: pointer;
        }
        .media_gallery_thumbnails .gallery_thumbnail img {
            filter: alpha(opacity=60);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
            opacity: 0.6;
            -webkit-transition: opacity 0.25s;
               -moz-transition: opacity 0.25s;
                 -o-transition: opacity 0.25s;
                    transition: opacity 0.25s;
        }
        .media_gallery_thumbnails .gallery_thumbnail.current img,
        .media_gallery_thumbnails .gallery_thumbnail:hover img {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            opacity: 1;
        }
        

/*-------------------------------------------------------------------
         My Cart
-------------------------------------------------------------------*/

.my_cart_con { width: 265px; padding: 0 20px; position: absolute; top: 18px; left: auto; right: -30px; z-index: 5; display: none; }
        .my_cart_arrow { width: 17px; height: 11px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -100px -120px no-repeat; position: absolute; top: 0; right: 55px; z-index: 2; }
        .my_cart.popup_con { width: 100%; margin: 10px 0 0 0; border: 1px solid #bdbdbd\9; position: static; top: auto; left: auto; display: block; }

        .my_cart .popup_header { padding: 10px; }
        
        .my_cart_category_title { font-size: 16px; font-weight: bold; }
        .my_cart .padded_content { padding: 10px; }
                .my_cart_subtotal + .padded_content { border-top: 1px solid #bdbdbd; }
        
        .my_cart_component { padding: 1em 0; border-top: 1px solid #e5e5e5; font-size: 11px; }
        .my_cart_component.empty { padding: 1em; border-top: 0; display: none; }
        .my_cart_category_title + .my_cart_component { border-top: 0; }
                .my_cart_component_img { width: 45px; height: 55px; float: left; text-align: center; }
                        .my_cart_component_img img { max-width: 100%; max-height: 100%; }
                .my_cart_component_details { padding-left: 50px; *padding-left: 10px; margin-top: 5px; min-height: 50px; } /* Floating doesn't seem to work the same in IE7, so the left padding is reduced to compensate for the behaviour */
        
        .my_cart .price { color: #fb7a14; float: right; }
        
        .my_cart_subtotal { padding: 0 1em; background: #fffae7; font-weight: bold; line-height: 40px; }
                .my_cart_subtotal .price { font-size: 15px; }
        .my_cart_total { padding: 0 1em; background: #21282e; color: #fff; font-weight: bold; line-height: 40px; }
                .my_cart_total .price { font-size: 20px; }
        
        .my_cart_action { padding: 1em; text-align: right; }
                .my_cart_action .btn_medium { margin-left: 1em; }
                .my_cart_action .clear_my_cart { line-height: 30px; color: #21282e; }
                        .clear_my_cart .icon_cancel { margin-top: -3px; }
        

/*-------------------------------------------------------------------
         Pagination
-------------------------------------------------------------------*/

.pagination, .pagination.utility_btn { width: auto; float: right; font-size: 12px; line-height: 30px; font-weight: normal; }
        .next_page, .prev_page { width: 24px; height: 23px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) no-repeat; vertical-align: middle; cursor: pointer; }
        .next_page { background-position: -224px -80px ; }
        .prev_page { background-position: -200px -80px ; }
        .page_num { padding: 0 5px; color: #21282e; }
        .page_num.current { font-weight: bold; }
        .page_dot { padding:0; color:#21282e; }

.pagination + .header-title { line-height: 30px; }


/*-------------------------------------------------------------------
         Popup
-------------------------------------------------------------------*/

.show_popup { cursor: pointer; }

.popup_con { width: 620px; margin-left: -310px; position: absolute; top: 30%; left: 50%; background-color: #fff; box-shadow: 0 1px 10px 3px rgba(0,0,0,0.5); display: none; }
.popup .popup_con { z-index: 15; }
        /* .popup_loading { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: url(/cs/site_template/ecommerce/images/general/overlay_white_85.png) repeat; background: rgba(255,255,255,0.85); } */
        .popup_loading.hidden { display: none; }
                .popup_loading:after { content: ''; width: 32px; height: 32px; margin: -16px 0 0 -16px; background: url(/cs/site_template/ecommerce/images/ajax-loading-large.gif) no-repeat; position: absolute; top: 50%; left: 50%; }

        .popup_header { padding: 10px 20px; border-bottom: 1px solid #bdbdbd; background: #f6f6f6 url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; font-size: 20px; font-family: "Helvetica 65 Medium", Helvetica, Arial, sans-serif; line-height: normal; }
                .popup_header .close_popup { padding-right: 20px; margin-top: 5px; font-size: 13px; font-weight: normal; line-height: normal; float: right; background: url(/cs/site_template/ecommerce/images/general/icon_blue_cross.png) right center no-repeat; }
        .popup_content { padding: 20px 25px; }
        .popup_scroll { overflow: auto; }
        iframe.popup_content { width: 100%; padding: 0; border: 0; }

.accessory_popup { width: 405px; margin-left: -202px; }
        .accessory_popup .accessory_img { margin-bottom: 2em; text-align: center; }
                .accessory_popup .accessory_img_holder { display: inline-block; *display: inline; *zoom: 1; position: relative; vertical-align: top; }
                .accessory_popup .accessory_img .badge { position: absolute; bottom: 25px; right: -10px; }

.plan_services_popup { width: 700px; margin-left: -350px; }

.splash_popup { width: 715px; height: 630px; border-radius: 0; margin-left: -357px; box-shadow: none; background: url(/cs/site_template/ecommerce/images/splash/yellow-tuesday-splash-bg.png) center center no-repeat; }
    .splash_popup .close_popup { width: 35px; padding-top: 35px; position: absolute; top: 25px; right: 50px; z-index: 2; background: url(/cs/site_template/ecommerce/images/general/icon_black_cross.png) 2px top no-repeat; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; font-size: 11px; }
    .splash_popup .popup_content { width: 450px; padding: 355px 0 0 135px; position: relative; text-align: center; }
    .splash_popup p { padding-bottom: 5px; }

/*-------------------------------------------------------------------
         Progress Steps
-------------------------------------------------------------------*/
                
.progress_steps_con { height: 53px; padding: 0 10px; border-bottom: 2px solid #bdbdbd; border-radius: 5px 5px 0 0; background-color: #fbe448; font-size: 14px; font-weight: bold; line-height: 53px; text-align: center; }
        .progress_step { margin-right: 45px; display: inline-block; *display: inline; *zoom: 1; text-align: left; position: relative; }
                .progress_step .num { width: 25px; height: 25px; margin: -2px 5px 0 0; border: 1px solid transparent; display: inline-block; *display: inline; *zoom: 1; background-color: #fff; border-radius: 25px; vertical-align: middle; font-size: 18px; text-align: center; line-height: 25px; }

        .progress_step.current, .progress_step.done { color: #21282e; }
                .progress_step.current .num { border: 1px solid #1e1e1e; background-color: #1e1e1e; color: #fff; }
                .progress_step.done .num { border: 0; background-color: #7a6701; color: #fff; }
        .progress_step.current:after,
        .progress_step.done:after { content: ''; width: 150%; height: 2px; background-color: #1e1e1e; position: absolute; bottom: -2px; left: -25%; }


/*-------------------------------------------------------------------
         Quick Links
-------------------------------------------------------------------*/

.quick_links_con { width: 280px; padding: 0 20px 20px; margin-left: 175px; position: absolute; top: 105px; left: 50%; z-index: 6; display: none; }
.quick_links { width: 100%; margin-top: 11px; border: 0; border: 1px solid #ccc\9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; box-shadow: 0 1px 10px 3px rgba(0,0,0,0.5); font-size: 11px; }
.quick_links_arrow { width: 17px; height: 11px; background: url(../images/general/general_sprite_sheet.png) -100px -120px no-repeat; position: absolute; top: 1px; right: 140px; z-index: 2; }
.quick_links_header { padding: 10px; }

.quick_links_contents { padding: 0 10px; }
.quick_links_contents.no_results { padding: 10px; }
.quick_links_contents.is_searching { padding: 30px 10px 10px; text-align: center; background: url(../images/ajax-loading.gif) center 10px no-repeat; }
        .quick_link { min-height: 65px; padding: 10px; border-bottom: 1px solid #e5e5e5; color: #21282e; display: block; }
        .quick_link:hover,
        .quick_link:active { background: #f0f0f0; }
                .quick_link_img { float: left; }
                .quick_link_details { padding: 5px 0 0 75px; }
                        .quick_link_title { display: block; }
                        
.quick_links_footer { padding: 10px 15px; text-align: right; }
        .more_quick_links i { margin: -2px 5px 0 0; }


/*-------------------------------------------------------------------
         Tables
---------------------------------------------------------------------
        A billion tables used throughout the entire site.
-------------------------------------------------------------------*/

/*
 * Removes all default spacing in tables. With this, we no longer
 * need to use [cellpadding="0"] and [cellspacing="0"] anymore.
 */
table, td { padding: 0; *border-collapse: collapse; border-spacing: 0; vertical-align: top; }

table .icon_question { vertical-align: top; }

.tbl_round { margin-bottom: 1em; border: solid 1px #bdbdbd; background: #fff; }
        .tbl_round > table { width: 100%; height: 100%; }
        .tbl_round > table tr:first-child > :first-child { -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; }
        .tbl_round > table tr:first-child > :last-child { -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
        .tbl_round > table tr:last-child > :last-child { -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; }
        .tbl_round > table tr:last-child > :first-child { -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }

.tbl_dark_vertical th,
.tbl_dark_vertical td { padding: 20px 0px 20px 15px; }
.tbl_dark_vertical th { text-align: left; }
.tbl_dark_vertical tr > :first-child { color: #fff; background: #21282e; }

.tbl_dark_horizontal th,
.tbl_dark_horizontal td { padding: 10px; border-left: 1px solid #bdbdbd; text-align: left; }
.tbl_dark_horizontal th { background: #21282e; color: #fff; }
.tbl_dark_horizontal td { border-top: 1px solid #bdbdbd; background: #fff; font-size: 12px; vertical-align: top; }
.tbl_dark_horizontal tr > :first-child { border-left: 0; }      

.tbl_light_horizontal td { padding: 20px; background: #fff; }
.tbl_light_horizontal th { padding: 10px 20px; /* border-bottom: 1px solid #cfcfcf; */ background: #dcdbdb url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; text-align: left; vertical-align: middle; }

        
/*
 * In IE7, even if we do not declare the colspan attribute on the node, it
 * is still considered to have a colspan of 1. Thus, it will be affected by
 * the text-align: center in (A), which targets any <th> node that has the
 * colspan attribute. To reverse this, I added a th[colspan="1"] selector at
 * (B), which will reapply text-align: left. Other browsers will be unaffected.
 */
.tbl_grey_horizontal th { padding: 10px 20px; border-top: 1px solid #e0e0e0; background: #eff1f1; text-align: left; }
.tbl_grey_horizontal th[colspan] { text-align: center; } /* A */
.tbl_grey_horizontal th[colspan="1"],  /* B */
.tbl_grey_horizontal th[colspan="2"] { text-align: left; }
.tbl_grey_horizontal .subheader th { background: #e5e5e5; text-align: left; }
.tbl_grey_horizontal .slightly_smaller th { font-size: 12px; }
.tbl_grey_horizontal td { padding: 10px 20px; border-top: 1px solid #e5e5e5; vertical-align: top; }
.tbl_grey_horizontal tr:first-child > td,
.tbl_grey_horizontal tr:first-child > th { border-top: 0; }
.tbl_grey_horizontal .thumbs_up { left: -20px; }
.tbl_grey_horizontal .thumbs_up:before { padding: 10px 0; top: -12px; }
.tbl_grey_horizontal .label { text-align: right; }
.tbl_grey_horizontal .icon_tick,
.tbl_grey_horizontal .icon_cross { margin-right: .5em; }

.tbl_grey_horizontal th.spanned_header { padding: 10px 20px; background: transparent; font-weight: bold; text-align: left; }
        .tbl_grey_horizontal .spanned_header h4 { font-weight: bold; margin: 0.6em 0 0; }
        .tbl_grey_horizontal tr:first-child .spanned_header h4 { margin-top: 0; }

.tbl_blue_first_con td:first-child,
.tbl_blue_second_con td:first-child + td,
.blue_first_con td:first-child,
.blue_second_con td:first-child + td,
td.blue_con { background: #cbdde9; }

.tbl_red_first_con td:first-child,
.tbl_red_second_con td:first-child + td,
.red_first_con td:first-child,
.red_second_con td:first-child + td,
td.red_con, th.red_con { background: #fff5ef; }

.black_first_con td:first-child,
.black_second_con td:first-child + td,
td.black_con { background: #21282e; color: #fff; border-bottom: 0; }

td.dark_red_con, th.dark_red_con { background: #ffe5d6; }
td.yellow_con, th.yellow_con { background: #ffde03; }
td.green_con, th.green_con { background: #28a957; }
td.bright_blue_con, th.bright_blue_con { background: #1398e5; }
td.orange_con, th.orange_con { background: #ff8500; }
td.light_grey_con, th.light_grey_con { background: #f5f5f5; }
td.grey_con, th.grey_con { background: #e8e8e8; }
td.medium_grey_con, th.medium_grey_con { background: #cfcfcf; }

.light_grey_con td { background: #f5f5f5; }
.grey_con td { background: #eff1f1; }
.dark_grey_con td { background: #dee2e2; }

.tbl_last_centered_con tr .last { text-align: center; }
        .tbl_last_centered_con tr .last a { padding: 0 15px; font-size: 12px; text-decoration: none; }
        .tbl_last_centered_con tr .last .btn_medium { padding: 0 15px; font-size: 15px; }

.tbl_black_first_con tr > td:first-child { background: #21282e; }

.tbl_plain tr td { padding: 0; border: 0; }

/*
 * Plan List table
 *   - to display a list of plans and their details (rates, prices,
 *     quota and so on.
 */

.tbl_plan_list { font-weight: bold; }
        .tbl_plan_list td { height: 40px; padding: 10px; vertical-align: middle; border-top: 1px solid #e5e5e5; }
        .tbl_plan_list th { padding: 0 10px; height: 60px; }
        .tbl_plan_list .thumbs_up { left: -10px; }
        .tbl_plan_list .plan_name_con { color: #0091d2; font-size: 16px; }
        .tbl_plan_list .plan_name_con[colspan] { color: #0091d2; font-size: 16px; }
        .tbl_plan_list .notes { font-weight: normal; }
        
.tbl_link_list { text-align: left; }
        .tbl_link_list th,
        .tbl_link_list td       { padding: 5px 10px; }
        .tbl_link_list td { border-left: 0; }
        .tbl_link_list tr:first-child > th { font-weight: bold; text-align: left; }
        .tbl_link_list .arrow_link { border-top: 1px solid #ededed; display: block; line-height: 25px; }
        .tbl_link_list .arrow_link:first-child { border-top: 0; }
                .tbl_link_list .arrow_link:before { top: 5px; }

/*
 * Purchase List Table
 *   - to display a list of products together with individual,
 *     subtotal and grand total prices.
 *   - used in a number of pages - My Cart/Cart Summary, My Account (My Saved
 *         Cart section), Summary, Form (Payment), and so on.
 */

.cart .tbl_purchase_list { padding-bottom: 2em; }
        .tbl_purchase_list th,
        .tbl_purchase_list td { padding: 10px }
        .tbl_purchase_list td { border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
        .tbl_purchase_list td[rowspan] { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottom-left: 5px; border-bottom-left-radius: 5px; }
        .tbl_purchase_list td[rowspan] + td { border-left: 0; }
        .tbl_purchase_list .monthly_payment { width: 120px; padding-left: 20px; }
        .tbl_purchase_list tr .last { width: 160px; padding-left: 35px; }
        .tbl_purchase_list td.last { background: #f5f8fa; }
        
        .cart .tbl_purchase_list td { border-bottom: 1px dashed #e5e5e5; }
        
        .tbl_purchase_list.accessories td:first-child + td { border-left: 0; }
        .tbl_purchase_list.accessories td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }
        .tbl_purchase_list.accessories .subtotal_con td { padding-top: 10px; padding-bottom: 10px; }
        .tbl_purchase_list.accessories td:first-child { border-bottom: 0; background: #fff; }
        
        .tbl_purchase_list .purchase_category td { padding-bottom: 0; border-bottom: 0; font-weight: bold; }
        .tbl_purchase_list .purchase_category.emphasize { font-size: 16px; }
        
        .purchase_img { width: 40px; height: 50px; margin-right: .5em; float: left; line-height: 50px; text-align: center; }
                .purchase_img img { vertical-align: top; }
        .large_purchase_img { width: 140px; height: 185px; text-align: center; }
        .small_purchase_img { width: 140px; height: 70px; text-align: center; }
                .purchase_img img,
                .small_purchase_img img,
                .large_purchase_img img { max-width: 100%; max-height: 100%; }
                
        .purchase_info { padding-left: 50px; }
                
        .tbl_purchase_list .subtotal_con td { border-left: 0; background: #fffae7; font-weight: bold; }
                .tbl_purchase_list .subtotal_con .emphasize { font-size: 15px; }
        .tbl_purchase_list .total_con td { border-left: 0; background: #21282e; color: #fff; font-size: 15px; font-weight: bold; vertical-align: middle; }
                .tbl_purchase_list .total_con .price_text { color: #fb7a14; font-size: 25px; }

/*
 * Recommanded Plan
 *   - emphasize a specific plan by highlighting it, and styling a
 *     thumbs up icon next to the plan name.
 */
        
.recommended_plan td { background: #cbdde9; }
        .recommended_plan .notes { color: #666; }
        table .recommended_plan .thumbs_up { width: 20px; background: #fd0; text-align: center; }
                .recommended_plan .thumbs_up i { width: 17px; height: 20px; display: inline-block; *display: inline; *zoom: 1; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) left -120px no-repeat; }

/*
 * Cart Summary
 */

.tbl_cart_summary { width: 100%; }
        .tbl_cart_summary td { padding: 5px 35px; vertical-align: middle; }
        .tbl_cart_summary .sign { width: 30px; padding: 5px 0; }
        .tbl_cart_summary .component_img { width: 80px; height: 70px; float: left; text-align: center; line-height: 70px; }
                .tbl_cart_summary .component_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
        .tbl_cart_summary .component_details { padding: 15px 0 0 90px; }
        .tbl_cart_summary .price_con td { background: #dee2e2; font-size: 12px; font-weight: bold; }
                .tbl_cart_summary .price_text { margin-left: .5em; vertical-align: middle; }

/* Misc. general table styling */

.tbl_fully_bordered th,
.tbl_fully_bordered td,
.tbl_vertically_bordered th,
.tbl_vertically_bordered td     { border-left: 1px solid #e5e5e5; }
.tbl_fully_bordered th,
.tbl_horizontally_bordered td { border-top: 1px solid #e5e5e5; }
.tbl_fully_bordered tr:first-child > th,
.tbl_horizontally_bordered tr:first-child > td { border-top: 0; }
.tbl_regular .bordered_row > td { border-bottom: 1px solid #e5e5e5; }

div [class^="tbl_"] tr > :first-child { border-left: 0; } /* Extra div needed to raise specificity for overriding */
tr.last > td { border-bottom: 0; }

[class^="tbl_"] .align_top,
[class^="tbl_"] .align_top td { vertical-align: top; }
[class*=tbl_] .understate { color: #666; font-size: 12px; font-weight: normal; }

table.tbl_regular,
.tbl_regular > table { width: 100%; }
.tbl_regular td { padding: 10px 20px; vertical-align: top; }
.tbl_regular .bordered_row { border-bottom: 1px solid #e5e5e5; }
        
.tbl_service_info > table > tbody > tr > td:first-child { width: 225px; }

/* Manual border-radius classes */
td.top_left_radius { border-top-left-radius: 5px; }
td.top_right_radius { border-top-right-radius: 5px; }
td.bottom_right_radius { border-bottom-right-radius: 5px; }
td.bottom_left_radius { border-bottom-left-radius: 5px; }
td.no_radius,
td.no_radius:last-child,
tr:last-child > td.no_radius:last-child,
tr:first-child > td.no_radius:first-child { border-radius: 0; }


/*-------------------------------------------------------------------
         Tabs
-------------------------------------------------------------------*/

 /*  Horizontal Tabber */
 
.content_tabber_con { height: 45px; background: transparent; white-space: nowrap; }
.content_tabber_con.multi_page { height: 55px; overflow: hidden; }
        .content_tabber { height: 45px; padding: 0 10px; margin: 0 5px; *margin: 0 10px 0 5px; vertical-align: top; position: relative; background: #f6f6f6 url(/images/androidland/tab_grey_mid.png) repeat-x; color: #666; line-height: 45px; font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; }
        .content_tabber.is_invisible { visibility: hidden; }
        .content_tabber.tab_scroller { padding: 0 5px; }
        .content_tabber .icon_tabber_dot { *margin-left: -4px; *position: relative; *top: 16px; *vertical-align: middle; *line-height: 45px; }
                .content_tabber:before,
                .content_tabber:after { content: ''; width: 5px; height: 45px; background: url(/images/androidland/tab_grey_sides.png) no-repeat; position: absolute; top: 0; }
                .content_tabber:before { background-position: left top; left: -5px; }
                .content_tabber:after { background-position: right top; right: -5px; }
                
        .content_tabber.current { border: 0; background: #fd0 url(/images/androidland/tab_yellow_mid.png) repeat-x; color: #21282e; }
        
                /*
                 * Note on Pseudo Elements for IE8
                 * 
                 * There may be several occasions where IE8 doesn't repaint pseudo elements
                 * properly, e.g. using jQuery to add a new class to the element, but the
                 * pseudo elements are unaffected, or they do not change style until you
                 * click on another element, etc.
                 * 
                 * In such cases, you need to change the value of the content property.
                 * For example, in .content_tabber:after, the value of the content property
                 * is '' (which is nothing). However, in .content_tabber.current:after,
                 * the value of the content property is ' ' (which is a space character).
                 * This causes IE8 to repaint the pseudo elements properly again.
                 * 
                 * Note: This does not occur if you're using IE8 mode within IE9. Need to
                 * use a more 'proper' IE8 simulator, such as the one in IETester
                 * (http://www.my-debugbar.com/wiki/IETester/HomePage)
                 * 
                 * Source: http://stackoverflow.com/questions/8703799/forcing-ie8-to-rerender-repaint-before-after-pseudo-elements
                 */
                .content_tabber.current:before, .content_tabber.current:after { background-image: url(/images/androidland/tab_yellow_sides.png); }
                
        .content_tabber img { height: 12px; position: absolute; left: -5px; bottom: -10px; }
        
.tabber_content{ display: none; *zoom: 1; } /* zoom is needed to fix some weird rendering issue in IE7 */
.tabber_content.current { display: block; }

 /*  Vertical Tabber */
 
.vertical_tabber .tabber,
.vertical_tabber a,
.vertical_sub_tabber { padding: 10px 0; border-bottom: 1px dotted #bdbdbd; display: block; cursor: pointer; position: relative; overflow: hidden; color: #0091d2; }
.vertical_tabber .tabber.last,
.vertical_sub_tabber.last { border-bottom: 0; }
        .vertical_tabber > .toggle_sub_tabs:after { content: ''; width: 12px; height: 6px; margin-top: -3px; position: absolute; top: 50%; right: 5px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -220px -60px no-repeat; }
        .vertical_tabber > .toggled:after { background-position: -232px -60px; }
.vertical_tabber .toggled { border: 0; color: #21282e; }
.vertical_tabber .current { color: #21282e; font-weight: bold; }
        .vertical_sub_tabber, .vertical_sub_tabber.current { padding: 5px 0; border-bottom: 1px dotted #bdbdbd; display: none; background: #eff1f1; font-weight: normal; }
        .vertical_sub_tabber.current { display: block; }
        .vertical_sub_tabber > .tabber,
        .vertical_sub_tabber > a { padding: 5px 10px; border: 0; }

.vertical_tabber_content { display: none; }
        .vertical_tabber_content.current { display: block; }


/*-------------------------------------------------------------------
         Tooltips
-------------------------------------------------------------------*/

.tooltip { width: 225px; padding: 15px 10px; border: 1px solid #bdbdbd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 0; left: 0; z-index: 5; display: none; background: #f7f7f7 url(/cs/site_template/ecommerce/images/general/gradient_white_400px.png) repeat-x; color: #21282e; font-size: 13px; font-weight: normal; line-height: 1.2em; text-align: center; }
.popup-is-shown .tooltip { z-index: 16; }
        .tooltip_arrow { width: 15px; height: 11px; position: absolute; top: -11px; left: 55px; background: url(/cs/site_template/ecommerce/images/general/arrow_tooltip.png) no-repeat; }
        .tooltip.flipped .tooltip_arrow { left: auto; right: 55px; }

.tooltip_content { display: none; }
.tooltip .tooltip_content { display: block; }

.tooltip_expanded { width: auto; max-width: 400px; text-align: left; }


/*-------------------------------------------------------------------
         Widgets
-------------------------------------------------------------------*/ 

.rss_timeline_holder { border: 1px solid #ccc; }
    .rss_timeline_header { padding: 10px; border-bottom: 1px solid #ccc; line-height: 1.5; }
        .rss_timeline_header .header_icon { float: right; }
            .rss_timeline_header .android_icon { width: 27px; height: 32px; background: url(../images/general/logo_android_icon.jpg) center center no-repeat; }
        .rss_timeline_header .header_subtitle { font-size: 12px; }
    
    .rss_timeline { height: 265px; overflow: auto; }
        .rss_timeline .timeline_item { padding: 10px 5px 10px 15px; border-top: 1px solid #ccc; }
        .rss_timeline .timeline_item:first-child { border-top: 0; }
            .rss_timeline .timeline_item_timestamp { margin-bottom: 3px; font-size: 11px; text-align: right; }
            .rss_timeline .timeline_item_title { color: #21282e; font-weight: bold; text-decoration: underline; }
            .rss_timeline .timeline_item_content { margin-top: 3px; }
    
    .rss_timeline_footer { height: 10px; background-color: #e5e5e5; line-height: 10px; }


.twitter_timeline_holder { border-radius: 5px; background: #8fc1da; }
    .twitter_timeline_header { padding: 10px; color: #fff; }
        .twitter_timeline_header .header_title { font-size: 12px; font-weight: bold; }
        .twitter_timeline_header .header_subtitle { padding-top: 3px; border-top: 1px dotted #ccc; margin-top: 3px; display: inline-block; *display: inline; *zoom: 1; }
    
    .twitter_timeline_spacing { margin: 0 1px; }
        .twitter_timeline_spacing > iframe { width: 100%; height: 240px; }

    .twitter_timeline_footer .footer_logo { width: 91px; height: 22px; padding: 5px; margin-left: 10px; display: inline-block; *display: inline; *zoom: 1; background: url(../images/general/logo_twitter_timeline.jpg) center center no-repeat; }


/*-------------------------------------------------------------------
         Structure
-------------------------------------------------------------------*/ 
 
.wrapper, .precontent { width: 940px; margin: 10px auto; }

.content { padding-bottom: 1em; border: 1px solid #bdbdbd; margin-bottom: 15px; background-color: #fff; }
.content > .padded_content { padding-bottom: 0; }
.padded_content.blue_gradient { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: #fff url(/cs/site_template/ecommerce/images/general/gradient_bg_blue.jpg) no-repeat; }
.content.yellow { background: #fd0; box-shadow: inset 0 0 0 1px #fff; }
        .content.yellow .right_action_con { margin-top: 5px; float: right; }
                .right_action_con .btn_grey { margin-left: 10px; }
                .right_action_con .btn_grey i { margin: -2px 5px 0 0; }
.padded_content { padding: 15px; *zoom: 1; } /* Zoom for IE7 rendering issue */
.padded_content.less_padding { padding: 10px; }
        .content_header { padding: 1em; border-bottom: 1px solid #bdbdbd; margin: 1px; background: #f5f8fa; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.precontent { margin: 0 auto .75em; position: relative; z-index: 5; background: transparent; }
        .precontent h1, .precontent h2 { float: left; margin-top: -10px; }
        .precontent .btn_small { font-size: 13px; }
        .precontent .breadcrumbs { font-size: 11px; float: left; }
        .precontent .floatRight [class^=icon_] { margin-left: 20px; }
    .precontent .addthis_toolbox { margin-left: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
        .precontent .addthis_toolbox a { margin-left: 10px; }
        .precontent .addthis_toolbox a:first-child { margin-left: 0; }
        
.postcontent { border-top: 1px solid #bfbfbf; padding: 10px 0; background-color: #eff1f1; }
        .postcontent .wrapper, .footer .wrapper { background: transparent; border: 0; padding: 0; }

.breadcrumbs { font-size: 11px; line-height: normal; color: #bfbfbf; }

.utility_bar { min-height: 65px; padding: 0 10px; border-bottom: 1px solid #bdbdbd; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png) repeat-x; color: #21282e; font-size: 12px; }
.utility_bar.wrapper { width: 920px; padding: 0 10px; margin: 0 auto; }
        .utility_bar .content_counter { width: 145px; line-height: normal; color: #999; font-weight: normal; }
        .utility_btn { width: 150px; height: 45px; padding-top: 20px; border-right: 1px solid #bdbdbd; margin: 0; float: left; line-height: 25px; font-weight: bold; }
        .utility_btn.opened { background: #fff; }
        .utility_btn.last { border-right: 0; }
                .utility_btn .dropdown_arrow { margin-right: 10px; }
        
        /*
         * Some overriding styles needed in order to override the dropdown_con's
         * appearance and make them look like the other utility_btn.
         */
        .utility_btn [class*=dropdown_btn] { padding-left: 20px; border: 0; background: transparent; }
        .utility_btn [class*=dropdown_btn]:before,
        .utility_btn [class*=dropdown_btn]:after { display: none; }
        .utility_btn select { padding: 0; left: -1px; }
        .utility_btn .arrow { right: 10px; }
        
        /* Grid/List view */
        .grid_view,
        .list_view { width: 104px; padding-left: 10px; cursor: pointer; position: relative; }
                .grid_view.current,
                .list_view.current { background: #fff; }
                .list_view:after { content: ''; /* For IE7-pseudo */ }
                .grid_view.current:after,
                .list_view.current:after { content: ''; width: 100%; height: 4px; background: #fff; position: absolute; bottom: -3px; left: 0; }

/* .utility_bar + .wrapper,
.wrapper[class*=_catalogue] { border-top: 0; padding-top: 25px; } */

/*-------------------------------------------------------------------
         Header
-------------------------------------------------------------------*/

.header { height: 130px; margin-bottom: .5em; }

/* Small Navi */

.small_nav, .small_nav .wrapper { background: #ddd; height: 35px; margin-bottom: 15px; line-height: 37px; font-weight: bold; }
.small_nav { border-bottom: 1px solid #ccc; }
        .small_nav [class*=icon_] { margin-top: -4px; }
        .small_nav a { height: 36px; display: inline-block; *display: inline; *zoom: 1; }
        
        .small_nav .left_links { float: left; font-size: 12px; }
                .small_nav .left_links a { padding: 0 15px; color: #333; }
                .small_nav .left_links a:hover { color: #999; }
                .small_nav .left_links a:first-child { margin-left: 30px; }
                .small_nav .left_links a.current { background: #eee; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
        .small_nav .right_links { float: right; font-size: 11px; }
                .small_nav .right_links a { margin: 0 5px; color: #888; }
                .small_nav .right_links a:hover { color: #333; }
                .small_nav .right_links .my_digi_link { margin-right: 5px; }
                .small_nav .right_links .logout_link { margin: 0 0 0 5px; color: #0091d2; }
                .small_nav .right_links .logout_link:hover { color: #00a2e3; }
                .small_nav a.icon_alert { height: 22px; padding: 2px 0; margin: 0 0 0 10px; }
                
/* Main Navi */

.main_nav { width: 910px; height: 70px; margin: 0 auto; padding: 0 15px; position: relative; z-index: 6; background:url(../images/general/general_img_main_navi_mid.png) repeat-x; text-align: center; }
        .main_nav a { cursor: pointer; vertical-align: top; }
        .main_nav a[href^="#"] { cursor: default; }
        .main_nav > a { padding: 0 25px; color: #e3e3e3; font-size: 17px; line-height: 70px; font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
                .main_nav > a:hover, .main_nav > a.current, .main_nav > a.selected { color: #fd0; }
        .main_nav .logo_digi { width: 52px; height: 56px; padding: 0; margin: 5px 15px 0 0; background: url(../images/general/general_logo_digi.png) top left no-repeat; float: left; vertical-align: middle; line-height: 70px; }

.main_search_con { width: 145px; float: right; position: relative; line-height: 70px; }
        .main_search_con .icon_search { border: 0; margin-top: -10px; position: absolute; top: 50%; right: 5px; z-index: 1; }
        input.main_search { width: 105px; padding: 10px 30px 10px 10px; border: 1px solid #000; outline: 0; box-shadow: inset 0 1px 3px 1px rgba(0,0,0,0.5); background: #2a2a2a; color: #fff; }

/* Sub Navi */

.sub_nav_con { width: 920px; height: 45px; padding: 0 10px; position: absolute; top: 65px; left: 0; z-index: 1; background: #fd0; -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 0 rgba(0,0,0,0.2); display: none; text-align: left; }
.sub_nav_con.expanded { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
        .sub_nav { display: none; }
        .sub_nav.current { display: block; }
        .sub_nav > a { padding: 0 15px; color: #21282e; font-weight: bold; line-height: 45px; }
        .sub_nav > a.current { background: url(/cs/site_template/ecommerce/images/general/general_nav_sub_menu_arrow.png) center bottom no-repeat; }
        
        /* Sub Menu */
        
        .sub_menu { width: 920px; padding: 10px; position: absolute; top: 45px; left: 0; -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0 3px 1px rgba(0,0,0,0.3); box-shadow: 0 3px 1px rgba(0,0,0,0.3); background: #e2e2e2 url(/cs/site_template/ecommerce/images/general/gradient_grey_270px.png) repeat-x; font-size: 12px; line-height: 23px; display: none; }
                .sub_menu_list { /* width: 165px; */ padding: 0 15px; float: left; font-weight: bold; }
                .sub_menu_list a { display: block; font-weight: normal; }
                
                .narrow .sub_menu_list { width: 115px; margin-left: 10px; }
                .narrow .sub_menu_list:first-child { margin-left: 0; }


/*-------------------------------------------------------------------
         Footer
-------------------------------------------------------------------*/

.footer { border-top:#cecfd0 1px solid; padding-bottom:30px; background-color: #fff; }
.footer a { color: #21282e; text-decoration: none; }

.footerCtntHolder { margin-left: 17px; font-size: 12px; line-height: normal; float: left; }
.footerCtntHolder:first-child { margin-left: 0; }
        .footerCtntHolder ul { padding: 0 10px 0 15px; margin: 0; }
        .footerCtntHolder li { padding-left: 0; margin: 3px 0 0; background: none; list-style-image: url(../images/general/arrow_links_grey.png); }

#topFooter { margin: 20px auto; *padding-top: 20px; }
#bottomFooter { font-size: 11px; margin-top: 20px; }
#bottomFooter [class^=icon_] { margin-left: 4px; vertical-align: top; }

.cfm_holder { width: 185px; position: relative; }
    .cfm_holder .cfm_logo { height: 60px; position: absolute; top: 0; left: 5px; }
    .cfm_holder .cfm_text { padding: 0 0 15px 75px; font-size: 11px; }


/*-------------------------------------------------------------------
         Comparison page
-------------------------------------------------------------------*/

.tbl_round.comparison { margin-top: 1em; background: #eff1f1; }

.comparison_holder td { font-weight: bold; text-align: center; }
        .tbl_comparison td { padding: 10px; border-bottom: 1px solid #e5e5e5; vertical-align: top; }
                .tbl_comparison .tabs a { font-weight: normal; }
                .tbl_comparison td { background: #f5f5f5; }
                .tbl_comparison .tabs .blank { padding: 0; background: #eff1f1; }
                .tbl_comparison td:first-child,
                .tbl_comparison .tabs > :first-child { border-left: 0; }
        .tbl_comparison tr.arrows > td { padding-top: 20px; }
        .tbl_comparison tr.arrows .btn_medium { margin-top: 5px; }
        .tbl_comparison tr.arrows .btn_medium ~ .btn_medium { margin-top: 10px; }

.tbl_comparison.labels { width: 100%; }
        .tbl_comparison.labels td,
        .tbl_comparison .label,
        .tbl_comparison .arrows .label { padding-left: 10px; border-left: 0; background: #fff; text-align: left; font-weight: bold; }
        .tbl_comparison td > div { width: 160px; word-wrap: break-word; word-break: break-word; }
        .comparison_holder .tbl_comparison td > div { width: auto; }
        
.tbl_comparison .tabs > td,
.tbl_comparison.labels .tabs > td { padding: 15px; *padding: 0 15px; background: #eff1f1 center bottom no-repeat; border-bottom: 0; text-align: center; vertical-align: middle; }
.tbl_comparison.labels tr:last-child td:first-child { border-radius: 0 0 0 5px; }
.tbl_comparison.labels tr:last-child td:last-child { border-radius: 0 0 5px 0; }
.tbl_comparison .tabs > td { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.tbl_comparison .tabs .yellow_bordered { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow_bordered.png); }
.tbl_comparison .tabs .yellow_bright { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow_bright.png); }
.tbl_comparison .tabs .yellow { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow.png); }
.tbl_comparison .tabs .orange { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_orange.png); }
.tbl_comparison .tabs .brown { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_brown.png); }

.tbl_comparison .arrows td { background: #f5f5f5 center top no-repeat; text-align: center; }
.tbl_comparison .arrows .yellow_bordered { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow_bordered.png); }
.tbl_comparison .arrows .yellow_bright { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow_bright.png); }
.tbl_comparison .arrows .yellow { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow.png); }
.tbl_comparison .arrows .orange { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_orange.png); }
.tbl_comparison .arrows .brown { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_brown.png); }
        .tbl_comparison .component_title { font-size: 18px; font-weight: bold; }
        .tbl_comparison .component_title.large { font-size: 24px; }
        
        .tbl_comparison .component_img { width: 115px; height: 190px; margin-bottom: .5em; text-align: center; display: inline-block; *display: inline; *zoom: 1; line-height: 190px; }
        .tbl_comparison .component_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
        
        .tbl_comparison .component_details { font-weight: normal; }
                .tbl_comparison .component_details .price_text { font-size: 13px; }

.tbl_comparison .blank,
.tbl_comparison .arrows .blank { padding: 0; background: #fff; }

.tbl_hider { width: 629px; position: absolute; top: 0; right: 0; overflow: hidden; }
.tbl_hider.is_scrollable { right: 30px; }
        .tbl_extender.is_extended { width: 250%; }
                .tbl_extender .last td:first-child { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.tbl_scroller { width: 26px; height: 63px; position: absolute; top: 25px; display: none; background: url(/cs/site_template/ecommerce/images/general/arrow_select_grey.png) no-repeat; }
        .tbl_scroller.show { display: block; }
        .tbl_scroller.prev { left: 234px; }
        .tbl_scroller.next { right: 4px; background-position: -26px 0; }
        
.tbl_comparison .emphasized_label,
.sticky_row { padding: 10px; background: #21282e; color: #fff; font-size: 16px; font-weight: bold; }
.sticky_row.toggle_full_specs { background-color: #21282e; border-radius: 0 0 5px 5px; }
.sticky_row.toggle_full_specs.toggled { border-radius: 0; }

.comparison .full_specs > table { width: 100%; *table-layout: fixed; }

.tbl_extender .tbl_comparison { width: 100%; *table-layout: fixed; }

.comparison_holder { position: relative; }
.comparison_holder:first-child { margin-top: 5px; }


/*-------------------------------------------------------------------
         Configure page
-------------------------------------------------------------------*/

.configure.padded_content { min-height: 585px; position: relative; }

.configure .highlighter { padding: .5em 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: .25em 0; display: inline-block; *display: inline; *zoom: 1; }
.configure .highlighter:hover { background: #ddd; }
.configure .highlighter.highlighted { background: #fd0; }
        .configure .highlighter [class*="input_"] { margin-right: 1em; }

.configure .content_box { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #f1f1f1; }
.configure .content_box.padded { padding: 1em; }
.configure .content_box.bordered { border: 1px solid #e5e5e5; box-shadow: inset 0 0 0  1.5px #fff; }
        .configure .content_box li { margin-top: 1em; }
        .configure .content_box li:first-child { margin-top: 0; }

.configure .is_being_edited .action_edit { display: none; } 
.configure .is_being_edited .content_title { padding-left: 0; }

.configure .toggle_content { padding: 15px; margin-top: 0; }
        .configure .toggle_content_action { text-align: right; }

.device_configure_component { padding: 25px 0; border-top: 1px solid #bdbdbd; }
.device_configure_component:first-child { padding-top: 15px; border-top: 0; }
        .device_configure_component_title { font-size: 18px; }

/* Configure - Cart Summary */

.configure .my_cart { width: 198px; border: 1px solid #bdbdbd; margin: 0; float: right; box-shadow: none; }
        .configure .my_cart .popup_header { padding: 0; font-size: 16px; background-image: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png); }
        .configure .popup_header_title { padding: 10px; }
                .configure .my_cart .clear_my_cart { width: 69px; padding: 5px 0; *padding-top: 9px; border-left: 1px solid #bdbdbd; border-radius: 0 5px 0 0; float: right; display: block; background: url(/cs/site_template/ecommerce/images/general/gradient_light_grey_70px.png) repeat-x; font-size: 12px; line-height: 24px; color: #21282e; text-align: center; }
        
        .configure .my_cart_component { padding: 10px 0; font-size: 13px; /* display: none; */ }
        .configure .my_cart_component:first-child { padding-top: 0; border-top: 0; }
        
        .configure .my_cart_component_right { float: right; }
        .configure .my_cart_component_left { margin-bottom: 10px; }
        
        .configure .my_cart_total { padding: 10px 0; background: transparent; text-align: right; font-weight: bold; color: #fb7a14; font-size: 20px; }
        
        .configure .my_cart_component_img { width: 55px; height: 85px; }
        .configure .my_cart_component_details { min-height: 85px; padding-left: 65px; *padding-left: 5px; position: relative; }

        .configure .my_cart .btn_medium { font-size: 14px; }
        .configure .my_cart_action { text-align: center; }

/* Available Options */

.configure .order_img { width: 95px; height: 150px; margin-right: 1em; float: left; line-height: 150px; text-align: center; }
        .configure .order_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
        .configure .order_options { margin-left: 110px; }

.configure .selection_con { width: 190px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.configure .selection_con + .selection_con { margin-left: 5px; *margin-left: 10px; }
        .configure .selection_title { font-size: 15px; font-weight: bold; }
        .configure .selection_con .content_box { padding-top: .2em; margin-top: 1em; }
                .configure .selection_con .highlighter { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block; }

/* Available Plans */

.tbl_available_plans > table > tbody > tr > th { padding: 10px; font-size: 12px; }
.tbl_available_plans > table > tbody > tr > td { padding: 10px; font-weight: bold; font-size: 13px; }
.tbl_available_plans > table > tbody > tr > td:first-child { font-size: 14px; background: #f1f1f1; }
        .tbl_available_plans .input_radio { float: left; }
        .tbl_available_plans .plan_name { margin-left: 25px; }
        .tbl_available_plans .plan_name a { font-size: 12px; }
        .tbl_available_plans > table > tbody > tr > td.highlighted { background: #fd0; }
        .tbl_available_plans > table > tbody > tr > td[colspan="6"] { background: transparent; font-weight: normal; }
        .tbl_available_plans .details_row > td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
        .tbl_available_plans .details_row.last > td { border-bottom: 0; }
        .tbl_available_plans .is_hidden,
        .tbl_available_plans .details_toggle_con { display: none; }
        .tbl_available_plans .has_bottom_radius > td:first-child { border-radius: 0 0 0 5px; }
        .tbl_available_plans .has_bottom_radius > td:last-child { border-radius: 0 0 5px 0; }

.configure .payment_method_box { margin-top: 1em; }
.configure .payment_method_img { width: 40px; float: left; text-align: left; }
.configure ul.payment_method_list { min-height: 85px; margin-left: 65px; }

/* Available Tenures */

.configure .selection_con.horizontal { width: auto; }
.configure .selection_con.horizontal .highlighter { margin: -2px 0 1px; padding: 1em; display: inline-block; *display: inline; *zoom: 1; }

/* Select Your Mobile Number */

.dropdown_con.state { width: 170px; }
.configure .dropdown_con.state { font-weight: bold; }

.tbl_num_searcher { margin-bottom: 10px; }
        .tbl_num_searcher th { padding: 0 10px 10px 0; text-align: left; }
        .tbl_num_searcher td { padding: 0 10px 10px 0; vertical-align: middle; }
        .tbl_num_searcher td:first-child { padding-right: 30px; }

.num_searcher input[type="text"] { width: 95px; padding: 6px 5px; margin-right: 5px; vertical-align: middle; }
.num_searcher a { margin-left: 5px; font-size: 12px; text-decoration: underline; }
.num_searcher .btn_medium { margin: 0 15px 0 5px; font-size: 14px; text-decoration: none; }

.num_list { padding: 15px 15px 0; padding: 14px 14px 0\9; border: 1px solid #bbb\9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; background: #f1f1f1; box-shadow: inset 0 1px 3px #bbb; display: none; *zoom: 1; }
        .num_list .num_text { margin-bottom: 20px; }
        .num_list .num { width: 150px; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; }
        
/* Four Quadrants aka Four Princesses - shared styles */

.getStarted.popup_con { display: block; }

.popup_con .column_btn { width: 210px; height: 185px; padding: 20px 10px; position: relative; float: left; display: block; cursor: pointer; }
.popup_con .column_btn.last_in_row { margin-right: 0; }
        .popup_con .column_btn.last_in_row:after { display: none; }
.popup_con .column_btn.toggled { background: #eff1f1; }
        .popup_con .column_btn:after { content: ''; width: 0; height: 80%; border-left: 1px solid #e8e8e8; position: absolute; top: 10%; right: 0; }
        
        .column_btn_label { padding: 7px 10px 7px 35px; margin-bottom: 10px; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 6px no-repeat; color: #0091d2; font-size: 15px; font-weight: bold; line-height: 1.2em; position: relative; }
        .column_btn.toggled > .column_btn_label { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }
        
        .column_btn_content { padding: 0 25px; color: #21282e; }
                .princess_icon { height: 55px; background: center center no-repeat; }
                .princess_principal_line_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_principal_line.png); }
                .princess_supplementary_line_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_supplementary_line.png); }
                .princess_change_plans_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_change_plans.png); }
                .princess_coupon_code_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_coupon_code.png); }
                .princess_switch_to_digi_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_switch_to_digi.png); }

.column_content_con { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #eff1f1; clear: both; }
        .column_content { padding: 15px;  display: none; }
        .column_content.toggled { display: block; }

.popup_back_con { margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e5e5; clear: both; }
.popup_back_con a { margin-left: 15px; float: right; font-weight: bold; line-height: 30px; }
        .popup_back_con .check_validation { display: none; }

.tbl_princesses { width: 100%; margin: 10px 0 20px; }
        .tbl_princesses td { padding: 3px 0; }
        .tbl_princesses .column1 { width: 37%; padding-right: 10px; text-align: right; }
        .tbl_princesses input[type=text] { width: 190px; }
        .tbl_princesses input.field_mobile_num1 { width: 40px; }
        .tbl_princesses input.field_mobile_num2 { width: 115px; }
        .tbl_princesses .dropdown_con { width: 170px; font-weight: bold; }

.popup_con .additional_details { color: #666; font-size: 12px; }
.popup_con .additional_details > strong { color: #21282e; margin-bottom: 5px; display: block; }
.popup_con .additional_details a { text-decoration: underline; }
.popup_con .additional_details ul { margin: 0; padding-left: 4em; }
.popup_con .additional_details li { padding: 0 0 3px 1em; }
.popup_con .additional_details .input_checkbox { margin: 0 10px 5px 0; }

/* Four Princesses - Get Started popup */

.getStarted.popup_con { width: 535px; margin: -80px 0 0 -265px; top: 50%; }
        .or_divider { width: 29px; height: 50px; margin: 0 5px; background: url(/cs/site_template/ecommerce/images/configure/img_or_divider.png) no-repeat; }
        .get_started.popup_content .btn_medium { margin-top: 15px; }
        
/* Four Princesses - New Number popup */

.newNumber.popup_con { width: 640px; margin-left: -300px; }
        .newNumber .column_btn { width: 275px; height: 125px; }

/* Four Princesses - Existing Number popup */

.existingNumber.popup_con { width: 740px; margin-left: -370px; }

/* Four Princesses - Error popup */

.error.popup_con { width: 490px; margin-left: -245px; }
        .error.popup_con .emphasis { color: #f00; font-size: 15px; }


/*-------------------------------------------------------------------
         Devices page
-------------------------------------------------------------------*/
 
.compare_label
        { display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }

.product_filter_btn { width: 165px; padding-left: 20px; position: relative; outline: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.product_filter_con { position: relative; z-index: 3; }
.product_filter_con.opened .product_filter_btn { background: #fff; }
        
        .product_filter_content { min-width: 660px; padding: 1em 0; border: 1px solid #bdbdbd\9; border-top: 0\9; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; position: absolute; top: 65px; left: 10px; background: #f7f7f7 url(/cs/site_template/ecommerce/images/general/gradient_white_400px.png) repeat-x;  box-shadow: 0 5px 3px 2px rgb(200,200,200); display: none; }
                .product_filter_column { min-width: 150px; min-height: 220px; padding: 0 1em 1em 1.5em; margin: 10px 0 0 0; float: left; position: relative; font-size: 13px; line-height: 1.9em; }
                        .product_filter_column:before { content: ''; width: 0; border-right: 1px solid #e2e4e5; position: absolute; top: 40px; bottom: 0; left: 0; }
                        .product_filter_column:first-child:before { display: none; }
                        .product_filter_column .column_title { height: 40px; font-size: 14px; line-height: normal; font-weight: bold; }
                .product_filter_footer { padding: .5em 1em 0; border-top: 1px solid #e2e4e5; line-height: 39px; clear: both; text-align: right; }
                        .product_filter_footer a { margin-left: .5em; *margin-right: 1em; }
                        .product_filter_footer .btn_medium { margin-left: 1em; *margin-left: 0; }
                        

.dropdown_con.product_sort { width: 175px; float: left; }
        
        /* IE7 <select>'s height cannot be adjusted, therefore need to position it in the center */
        .dropdown_con.product_sort select { *margin-top: 23px; }

.product_compare_con { width: 180px; color: #999; font-weight: normal; }
        .product_compare { line-height: 1em; }
                .product_compare .btn_small { margin: 0; font-size: 13px; }
                .product_compare .compare_label { margin: 0 10px; vertical-align: middle; }


/*-------------------------------------------------------------------
         Device Details page
-------------------------------------------------------------------*/

.review_entry:after, .entry_comment:after, .detail_list:after, .yellow_tab:after, .planHolder .theTab:after, .planHolder .theContent:after, .popup_back_con:after, .device_details .additional_info:after
        { content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }

.text_free_delivery, .or_divider, .popup_back_con .check_validation.show
        { display: inline-block; zoom: 1; *display: inline; vertical-align: middle;  }

.device_details_title h1 { line-height: 30px; margin: 0; }
.device_details_title .slogan { margin-top: 5px; }

.device_details .device_visuals { width: 320px; margin: 10px 0 0 10px; position: relative; left: -10px; z-index: 2; float: right; text-align: center; }
        .device_details .device_img { width: 100%; height: 420px; position: relative; text-align: center; line-height: 380px; }
                .device_details .device_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
                .device_details .device_img .badge { margin-top: -10px; position: absolute; top: 50%; left: 5px; }

        .device_details .colorPanel { position: absolute; width: 31px; top: 25px; right: 5px; }
        .device_details .colorPanel .selected { width: 23px; height: 23px; padding: 4px; margin-bottom: 2px; cursor: pointer; }
        .device_details .colorPanel .selected.active { background:url(/cs/site_template/ecommerce/images/device_details/img_colorSelectedBg.png) left top no-repeat; }

        .device_details .show_popup_con { width: 110%; margin-top: 1em; color: #ccc; font-weight: bold; position: relative; left: -5%; }
        
.device_details .device_info { width: 630px; margin-right: 15px; float: left; }
.device_details .device_info.full_width { width: auto; float: none; }

        .device_details .device_info > h1 { margin-bottom: 5px; }
        .device_details .device_price_con { margin-top: 20px; position: relative; font-size: 14px; font-weight: bold; }
                .device_details .device_price_con .from_label { font-size: 16px; }
                .device_details .device_price { position: relative; top: -2px; font-size: 46px; color: #fb7a14; vertical-align: top; line-height: 1; }
        .device_details .device_price_con .device_action_btn { position: absolute; top: 20px; left: 300px; }
        .device_details .device_info .device_info_desc { padding-right: 20px; }
        .device_details .device_info .device_info_list { margin: 0; padding: 0; font-weight: bold; } 
        
        .device_details .content_tabber_con { padding-left: 5px; border-bottom: 1px solid #bdbdbd; margin-bottom: 1em; }
        .device_details .tabber_content,
        .device_details .tabber_content .padded_content { padding: 10px; }

/*---- Device Details - Calculator ----*/

.device_details .device_calculator { width: 255px; height: 550px; padding: 0; margin: 0; float: right; background: transparent; }

 .device_calculator { background: transparent; }
 
        .device_calculator_con { border: 1px solid #bdbdbd; border-radius: 5px; margin-bottom: 5px; background: #f7f7f7 url(../images/general/gradient_white_400px.png) repeat-x; line-height: 1.6; }

        .device_calculator_component + .device_calculator_component { padding-top: 10px; margin-top: 10px; }
        
        .device_calculator_title { margin-bottom: 10px; font-weight: bold; font-size: 14px; color: #666; }
        
        .device_calculator .dropdown_con { margin-bottom: 5px; }
        .device_calculator_pair_right { float: right; }
        .dropdown_con + .device_calculator_pair_left { line-height: 30px; }
        
        .device_calculator_color { width: 130px; }
        .device_calculator_memory_size { width: 65px; }
        
        .dropdown_full_length { width: auto; display: block; }
        
        .device_calculator_total { text-align: center; }
                .device_calculator_total_label { font-size: 13px; font-weight: bold; }
                .device_calculator_total_price { margin-left: 15px; font-size: 24px; line-height: 1.5; color: #fb7a14; vertical-align: middle; font-weight: bold; }
                .device_calculator_total_btn { padding: 0 10px; margin-top: 5px; }
                        .device_calculator_total_btn .icon_shopping_cart { margin-right: 10px; position: relative; top: -2px; }
        
        .device_calculator .notes { font-size: 11px; }

/*----- Device Details - Tab Contents ----*/

.tabber_content_title { font-size: 16px; font-weight: bold; }

/* Available Plans */

.plan_category_title { padding: 1em 0 .2em; font-size: 20px; font-weight: bold; }
.plan_category_title:first-child { padding-top: 0; }

.available_plans .tbl_light_horizontal { margin: 1em 0; }
        
/* Specs */

.tabber_content.specs { padding: 15px; }
        .specs_left_con { width: 685px; float: left; }
                .tbl_specs { width: 100%; }
                        .tbl_specs td { padding: 8px 0; border-top: 1px solid #e8e8e8; vertical-align: top; }
                        .tbl_specs .row1 td { background: #eff1f1; font-weight: bold; }
                        .tbl_specs .column_label { font-weight: bold; }
                        .tbl_specs ul { padding-left: 1.2em; margin-top: 0; *padding-left: 0; *margin-left: 1.2em; }
                        .tbl_specs .fontGrey { font-weight: normal; }
                        
                .tabber_content.specs .toggle_full_spec { padding: 8px 10px 8px 35px; border-top: 1px solid #e8e8e8; position: relative; background-color: #eff1f1; font-weight: bold; cursor: pointer; }
                        .toggle_full_spec:before { top: 7px; }
        
        .specs_right_con { width: 205px; float: right; }
                .specs_phone { width: 205px; float: right; text-align: center; }
                .tabber_content.specs .island { width: 205px; margin: 20px 0; float: right; }

.tabber_content.specs .toggle_full_specs { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.tabber_content.specs .toggle_full_specs.toggled { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.toggle_full_specs { padding: 12px 10px 12px 35px; background: #eff1f1 url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 11px no-repeat; font-weight: bold; cursor: pointer; }
.toggle_full_specs.toggled { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }

.full_specs { display: none; }

/*---- Device Details - Popups ----*/

/* Video popup */

.video.popup_con { width: 610px; }

/* 360 view popup */

.view360.popup_con { width: 550px; margin-left: -275px; }
        .view360 .popup_content { height: 340px; position: relative; }
        .view360_img_con { width: 100%; height: 340px; position: absolute; top: 20px; left: 0; z-index: 1; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
                .view360_img_con img { max-height: 100%; display: none; margin: 0 auto; position: relative; z-index: 1; }
                .view360_img_con .current { display: block; }
        .view360 .click_trap { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 4; background: url(/cs/site_template/ecommerce/images/general/general_spacer.gif) repeat; -webkit-user-select: none; -moz-user-select: -moz-none; user-select: none; }
        .view360_ring { width: 221px; height: 46px; margin-left: -110px; position: absolute; bottom: 20px; left: 50%; z-index: 2; background: url(/cs/site_template/ecommerce/images/device_details/view360_ring.png) no-repeat; }
                .view360_ring .ring_dot { width: 8px; height: 8px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: -4px 0 0 -4px; position: absolute; top: 50%; left: 50%;z-index: 3;  background: #0091d2; }

/* Gallery popup */

.gallery .popup_content { height: 440px; position: relative; text-align: center; }
        .gallery.popup_con .left_arrow,
        .gallery.popup_con .right_arrow { width: 59px; height: 59px; position: absolute; top: 0; background:url(/cs/site_template/ecommerce/images/general/arrow_banner.png) left center no-repeat; }
        .gallery.popup_con .left_arrow { left: 0; display: none; }
        .gallery.popup_con .right_arrow { right: 0; background-position: right center; }
        .gallery .left_arrow.disabled,
        .gallery .right_arrow.disabled { cursor: default; }
        
        .gallery_images img { max-width: 570px; max-height: 360px; display: none; position: absolute; top: 50%; left: 50%; margin: -225px 0 0 -135px; }
        .gallery_images img:first-child { display: block; }
        .gallery_thumbnails { width: 570px; position: absolute; bottom: 20px; left: 25px; text-align: left; }
                .gallery_thumbnails .thumbnails_hider { width: 426px; height: 59px; margin: 0 auto; position: relative; overflow: hidden; white-space: nowrap; text-align: center; }
                        .gallery_thumbnails .thumbnails_con { /* width: 300%; height: 100%; */ margin-left: 0; }
                                .gallery_thumbnails .thumbnail { width: 80px; height: 57px; border: 1px solid #bdbdbd; display: inline-block; *display: inline; *zoom: 1; margin-right: 4px; position: relative; cursor: pointer; text-align: center; vertical-align: top; line-height: 57px; overflow: hidden; }
                                        .gallery_thumbnails .thumbnail_overlay { width: 100%; height: 100%; background: url(/cs/site_template/ecommerce/images/general/overlay_black_10.png) repeat; background: rgba(0,0,0,0.1); position: absolute; top: 0; left: 0; }
                                        .gallery_thumbnails .thumbnail:hover .thumbnail_overlay,
                                        .gallery_thumbnails .thumbnail.current .thumbnail_overlay { display: none; }
                                        .gallery_thumbnails img { max-width: 100%; max-height: 100%; vertical-align: middle; }

.gallery .photo_count { width: 100%; font-size: 11px; position: absolute; bottom: 20px; left: 0; }

/* Zoom popup */

.zoom.popup_con { width: 600px; margin-left: -300px; }
        .zoom.popup_con .popup_content { height: 450px; overflow: hidden; position: relative; }
        .zoom.popup_con .zoom_img { position: absolute; top: 0; left: 0; }
        .zoom_img_con { width: 1300px; height: 2000px; padding: 350px 250px; position: absolute; top: -1100px; left: -600px; }


/*-------------------------------------------------------------------
         Error page
-------------------------------------------------------------------*/

.error_con { width: 540px; padding: 60px 0; margin: 0 auto; text-align: center; }
        .error_con h2 { line-height: 1.2; }
        .error_con .main_logo { float: left; }
        .error_page_title { min-height: 45px; padding: 50px 0 0 80px; text-align: right; font-size: 14px; color: #808080; }


/*-------------------------------------------------------------------
         Form pages
-------------------------------------------------------------------*/

.tbl_form .grey_textbox { width: 205px; }
.tbl_form input[type="text"],
.tbl_form input[type="password"] { width: 213px; }
.tbl_form .label { padding-right: 25px; text-align: right; }
.tbl_form [class*="has_"] .label { padding-top: 5px; }
        .tbl_form .label .notes { margin-top: -0.2em; font-size: 11px; display: block; }
.tbl_form [class*="has_"] .form_hint { padding-top: 5px; vertical-align: top; }
.tbl_form [class*="has_"] .icon_question { margin: 5px 0 0 5px; }

.form .content_rounder { color: #999; }
.form .content_rounder.current,
.form .content_rounder.complete { color: #21282e; }

        .form_content,
        .toggle_content { margin-top: .5em; display: none; }
        .form_content.show,
        .toggle_content.show { display: block; }
        
                .action_edit { width: 20px; margin-right: 5px; color: #0091d2; cursor: pointer; font-size: 11px; float: left; vertical-align: top; }
                .toggle_validation.disabled .action_edit,
                .toggle_validation.current .action_edit { display: none; }
                        .action_edit .edit_icon { width: 20px; height: 20px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -20px -120px no-repeat; }
        
                .action_edit + .content_title { padding-left: 30px; line-height: 30px; }
                .toggle_validation.disabled .action_edit + .content_title,
                .toggle_validation.current .action_edit + .content_title { padding-left: 0; }

                .form_content .action_con { text-align: right; }

.static_content_con .content_rounder,
.content_rounder.static { color: #666; }

/* Form (Payment) */

.tbl_delivery_details { margin-top: 1em; table-layout: fixed; }
        .tbl_delivery_details .label { width: 125px; padding-right: 20px; text-align: right; }

.tbl_payment_method th,
.tbl_payment_method td { width: 50%; border-left: 1px solid #e5e5e5; }
.tbl_payment_method .credit_card_con { background: url(/cs/site_template/ecommerce/images/form/visa_mastercard.jpg) bottom right no-repeat; }
        .payment_method img { margin-left: 1em; vertical-align: middle; }


/* Form (Configure Mobile Number) */

.form .line_header { height: 17px; padding: 10px 15px; border-top: solid 1px #cccccc; margin: 10px 0; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; font-size: 15px; font-weight: bold; }
.form .line_content { margin: 15px 0; padding: 0 15px; }
        .form .line_img { margin-right: 25px; float: left; }
        .form .line_details { float: left; margin-bottom: 15px; }
                .form .line_details input[type=text] { margin: 7px 5px 5px 0; }
                
                .form .line_full_details { width: 858px; height: 275px; padding-left: 60px; margin-left: -15px; position: relative; background-color: #f7f7f7; clear: both; overflow: hidden; display: none; }
                        .tbl_sup_line { margin: 15px 0; }
                        .form .line_full_details:before,
                        .form .line_full_details:after { content: ''; width: 100%; height: 20px; position: absolute; left: 0; background: url(/cs/site_template/ecommerce/images/form/form_grey_bg_shadow.gif) repeat-x; }
                        .form .line_full_details:before { top: -10px; }
                        .form .line_full_details:after { bottom: -10px; }

                        .form .line_full_details .form_hint { width: 270px; margin-left: 10px; }
                        .form .line_full_details .form_hint.short { width: 200px; }
                                .form .line_full_details .form_hint.show,
                                .form .line_full_details .form_hint.has_error,
                                .form .line_full_details .form_hint.no_error { margin-top: -3px; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }
                        .form .line_full_details input[type=text] { width: 200px; }
                        .form .line_full_details input[name=street_address] { width: 460px; }
                        .form .line_full_details input[name=city] { width: 270px; }
                        
                        .tbl_form input.field_ic1,
                        .tbl_form input.field_confirm_ic1,
                        .tbl_princesses input.field_ic1 { width: 60px; }
                        .tbl_form input.field_ic2,
                        .tbl_form input.field_confirm_ic2,
                        .tbl_princesses input.field_ic2 { width: 30px; }
                        .tbl_form input.field_ic3,
                        .tbl_form input.field_confirm_ic3,
                        .tbl_princesses input.field_ic3 { width: 50px; }
                        .tbl_form input.field_security_answer { width: 260px; }
                        .tbl_form .security_question.dropdown_con { width: 260px; margin: 0 0 5px 5px; }
                        .tbl_form .id_type.dropdown_con { width: 130px; margin: 0 0 5px 5px; }

.tbl_form .dropdown_con { width: 110px; margin-left: 3px; }
        .tbl_form .year.dropdown_con,
        .tbl_princesses .year.dropdown_con { width: 80px; margin-left: 3px; }
        .tbl_form .month.dropdown_con,
        .tbl_form .day.dropdown_con,
        .tbl_princesses .month.dropdown_con,
        .tbl_princesses .day.dropdown_con { width: 60px; margin-left: 10px; }
        .tbl_form .state.dropdown_con,
        .tbl_princesses .state.dropdown_con { width: 140px; margin-left: 3px; }
        .tbl_form .delivery_option.dropdown_con { width: 200px; }

/* Form (My Account Information) */

.tbl_form .tnc { margin-top: .5em; display: inline-block; *display: inline; *zoom: 1; }
.delivery_label { width: 190px; display: inline-block; *display: inline; *zoom: 1; }

.address_form,
.self_pick_up_form { display: none; }
        .digi_stores.dropdown_con { width: 200px; margin: 1em 5px; }
        .self_pick_up_form .tbl_round { width: 465px; display: none; } 
                .self_pick_up_form .tbl_round td { width: 50%; }
                        .get_directions { text-decoration: none; }

/* Form (Complete) */

.form_thank_you .left_column { width: 400px; padding-top: 1em; }
        .form_thank_you .transaction_num_con { width: auto; }

.form_thank_you .right_column { width: 395px; margin-top: 1em; float: right; } 
        .form_thank_you .right_column .emphasize { font-size: 16px; font-weight: bold; }

.form_thank_you .share_img { width: 110px; height: 185px; float: left; line-height: 185px; }
        .form_thank_you .share_img img { max-width: 100%; max-height: 100%; }
        .form_thank_you .share_content { padding: 15px 0; }
        .form_thank_you .share_content .share_title { margin-bottom: 1em; font-size: 16px; font-weight: bold; }
        .form_thank_you .share_content [class*="icon"] { margin-right: 4px; }

.textarea_address { width: 213px; height: 5em; font-family: Arial, Helvetica, sans-serif; font-size: 13px; resize: none; }

.input_box { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.char_count { padding: 5px 10px; }

/*-------------------------------------------------------------------
         Help & Support
-------------------------------------------------------------------*/

.help_support.tbl_link_list { width: 460px; }

/* Feedback Form */

textarea.textarea_comments { width: 100%; height: 150px; display: block; margin-bottom: .5em; }
.contact_num_type.dropdown_con { width: 75px; }
.contact_num_prefix.dropdown_con { width: 65px; }
.contact_num { vertical-align: middle; }


/*-------------------------------------------------------------------
         International Services pages
-------------------------------------------------------------------*/

.country_to_country_con { text-align: center; }
        .country_to_country_con img { vertical-align: middle; }
        .country_obj { min-width: 175px; padding: 0 10px; display: inline-block; *display: inline; *zoom: 1; font-weight: bold; }
                .country_obj img { margin-right: .5em; }

/* International Direct Dial (IDD) */

.call_plan_type_label { display: block; margin-bottom: .5em; }
.select_call_plan.dropdown_con { width: 170px; margin-bottom: 1em; display: none; font-weight: bold; }
.select_call_country.dropdown_con { width: 210px; font-weight: bold; }

/* Unlimited Internet Roaming */

.unlimited_internet_roaming.dropdown_con { width: 250px; font-weight: bold; }


/*-------------------------------------------------------------------
         Landing page
-------------------------------------------------------------------*/

.landing_middle_con:after, .landing_promo_con:after, .sign_in_panel:after
        { content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }

.landing_banner { border: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; }
        .landing_banner .banner_clicker { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.landing_banner + .content { border-top: 1px solid #bdbdbd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/* Sign in panel */

.landing_quick_panel { width: 200px; padding-bottom: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 5px; right: 5px; overflow: hidden; }
        .sign_in_panel { background: #f8f8f8; padding: 10px 10px 15px; font-size: 12px; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
                .sign_in_panel form { margin-bottom: 10px; }
                .sign_in_panel .btn_medium { float: right; font-size: 13px; }
                .sign_in_panel h3 { color: #222; margin: 0px; font-size: 16px; }
                .sign_in_panel td { padding-bottom: 10px; }
                .sign_in_panel .arrow_link { margin: 3px 0; }

        .landing_quick_panel .quick_linker { padding: 15px 60px 15px 15px; display: block; background: #fd0 right center no-repeat; color: #21282e; border-radius: 0 0 5px 5px; }
        
        #keepSignInCon { vertical-align: middle; }
        
/* Landing content */

.landing_featured_phone { width: 100%; height: 220px; position: relative; }
        .landing_featured_phone .arrow_left, .landing_featured_phone .arrow_right { width: 26px; height: 100%; position: absolute; top: 0; background:url(/cs/site_template/ecommerce/images/general/arrow_select_grey.png) no-repeat left center; cursor: pointer; }
        .landing_featured_phone .arrow_left { left: -42px; }
        .landing_featured_phone .arrow_right { background-position: right center; right: -42px; }
        .landing_phone_holder { width: 100%; height: 100%; float: left; position: relative; overflow: hidden; }
                .landing_phone_mover  { width: 9999px; height: 100%; position: absolute; top: 0; left: 0; }
                        .landing_phone_holder .phone { width: 210px; padding: 5px 0; margin: 0 10px; float: left; font-size: 11px; }
                                .landing_phone_holder .title { margin-left: 10px; font-size: 16px; color: #0091d2; font-weight: bold; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } 
                                .landing_phone_holder .subtitle { width: 85px; height: 65px; clear: both; } 
                                .landing_phone_holder .imager { width: 100px; height: 160px; position: relative; float: left; text-align: center; overflow: hidden; }
                                        .landing_phone_holder .imager img { max-width: 100%; max-height: 100%; }
                    .landing_phone_holder .imager .badge { width: 50px; height: 50px; position: absolute; bottom: 30px; right: 0; }
                                .landing_phone_holder .description { width: 105px; height: 140px; padding: 20px 0 0 5px; float: left; }
                                .landing_phone_holder .textValue { color: #fb7a14; font-weight: bold; font-size: 20px; line-height: normal; }

.landing_middle_con { background:url(/cs/site_template/ecommerce/images/landing/bg_line_shadow.png) no-repeat center top; padding:30px 0px 0px; }
        .landing_middle_content { width: 200px; margin-right: 33px; float: left; }
        .landing_middle_content.last_node { margin-right: 0px; }
        .landing_middle_content .title { color: #0091d2; font-size: 16px; font-weight: bold; }
        .landing_middle_content .imager { overflow: hidden; height: 93px; width: 200px; border: 1px solid #e8e8e8; margin: 20px 0 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
        .landing_middle_content a { border-top: 1px dotted #bdbdbd; display: block; font-size: 12px; line-height: 25px; }
        .landing_middle_content .imager + a { border-top: 0; }


/*-------------------------------------------------------------------
         Login page and  Register page
-------------------------------------------------------------------*/

.login_extra_info { width: 500px; }
        .login_extra_info .content_title { font-size: 15px; }

.tbl_register_confirm td { padding-bottom: 1em; }
.thank_you.popup_con { width: 440px; margin-left: -220px; }


/*-------------------------------------------------------------------
         Logout page
-------------------------------------------------------------------*/

.logout_additional_content { padding-bottom: 20px; }
        .logout_additional_content .start_side { float: left; }
        .logout_additional_content .flip_side { padding-left: 255px; text-align: center; }
                .logout_additional_content .title_text { font-size: 38px; font-weight: bold; }
                .logout_additional_content .subtitle_text { font-size: 16px; margin-bottom: 5px; }
                .logout_additional_content p { width: 70%; margin: 0 auto; }


/*-------------------------------------------------------------------
         My Account page
-------------------------------------------------------------------*/

.my_account h1 { margin-bottom: .2em; *zoom: 1; }
.my_account .clear_cart { color: #21282e; }

.tbl_id_info { margin-top: 15px; }
        .tbl_id_info td { padding-bottom: 5px; }
        .tbl_id_info td:first-child { font-weight: bold; }

.link_ocs { width: 355px; }
.dropdown_con.ocs_type { width: 190px; margin-bottom: 10px; font-weight: bold; }
.field_ocs_num { width: 190px; margin: 0 0 5px; }

/* Online Customer Service */

.tbl_ocs_num th,
.tbl_ocs_num td { padding: 10px 15px; }
        .tbl_ocs_num a { text-decoration: none; }
        .tbl_ocs_num .remove_num { color: #21282e; }

/* My Purchases */

.tbl_my_purchases td { border-bottom: 1px solid #bdbdbd; }
        .tbl_my_purchases .payment_con { text-align: center; }
        .tbl_my_purchases .success { color: #749a01; }
        .tbl_my_purchases .tbl_plain { margin-bottom: 2em; }

.purchased_item_img { width: 60px; height: 120px; float: left; text-align: center; }
        .purchased_item_img img { max-width: 100%; max-height: 100%; }
.purchased_item_details { padding-left: 80px; min-height: 120px; }
        .purchased_item_details ol { padding: 0; margin: 0 0 0 1.5em; }

/* Purchase History */

.tbl_purchase_history th,
.tbl_purchase_history td { padding: 10px; }
.tbl_purchase_history th { *padding: 0 10px; }
.tbl_purchase_history td { border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
.tbl_purchase_history td.last { border-left: 0; background: #f5f8fa; }
        
/* Account Settings */

.password_strength_con { width: 83px; height: 8px; border: 1px solid #bdbdbd; margin: 6px 2px 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
        .password_strength { width: 0; height: 100%; background: url(/cs/site_template/ecommerce/images/my_account/bg_password_strength.gif) repeat-x; }
        .password_strength.passed { background-position: left -8px; }

.password_strength_con + .icon_question { margin-top: 4px; vertical-align: middle; }

.tbl_account_settings_form tr td { padding-bottom: .5em; }
.tbl_account_settings_form .label { width: 140px; padding: .5em 1em 0 0; text-align: right; }
        .tbl_account_settings_form input[type="password"] { width: 140px; }
        .tbl_account_settings_form input[type="text"] { width: 140px; }
        .tbl_account_settings_form textarea { width: 250px; }
        .tbl_account_settings_form input.field_city { width: 220px; }
        .tbl_account_settings_form input,
        .tbl_account_settings_form textarea { margin: 0; font: 13px Arial, Helvetica, sans-serif; resize: none; }

.tbl_grey { border: 0; font-size: 11px; color: #666; }
        .tbl_grey [class*="dropdown_con"] { font-size: 13px; color: #21282e; }
        .tbl_grey td { padding: 10px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }
        .tbl_grey td:first-child { background: #eff1f1; }
        .tbl_grey .last { background: #e5e5e5; }
        .tbl_grey strong { font-size: 13px; color: #21282e; display: block; }
        
.security_question.dropdown_con { width: 245px; }
.field_security_answer { width: 245px; }
.field_alternate_email { width: 190px; }

.change_address_info { display: none; }


/*-------------------------------------------------------------------
         My Cart Summary page
-------------------------------------------------------------------*/

.promo_code { padding: 5px 10px; *padding-right: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; *display: inline; *zoom: 1; background: #21282e; color: #fff; text-align: left; }
        .promo_code input { width: 185px; height: 15px; margin: -3px 0 0 10px; vertical-align: middle; }
        .promo_code .icon_question { margin: -3px 10px 0 5px; vertical-align: middle; }


/*-------------------------------------------------------------------
         Plan Details page
-------------------------------------------------------------------*/

.plan_details_title { margin-top: .5em; }
/* .plan_details_subtitle { width: 350px; } */

.plan_details_action { margin-bottom: 2em; line-height: 40px; }
        .plan_details_price { margin-right: 15px; color: #fb7a14; font-size: 30px; font-weight: bold; vertical-align: middle; }
                        
.tbl_plan_details { width: 510px; }
        .tbl_plan_details th { *padding-top: 0; *padding-bottom: 0; }
.tbl_postpaid_internet { width: 260px; }
.tbl_prepaid_internet { width: 400px; }

.plan_service_popup { width: 530px; }
.prepaid_internet_popup { width: 740px; margin-left: -370px; }
        .prepaid_popup_media { width: 100%; height: 190px; margin-bottom: 1em; line-height: 190px; }
                .prepaid_popup_media img { vertical-align: middle; }


/*-------------------------------------------------------------------
         Rewards page
-------------------------------------------------------------------*/

.rewards_banner { height: 340px; }

/* .rewards .catalogue_item { height: 221px; } */
        /* .rewards .item_preview { height: 199px; overflow: hidden; } Catalogue item height - 22px */
        /* .rewards .item_content { top: 236px; } */

.rewards_sort_dropdown_con { width: 190px; }
.mall_filter.dropdown_con { width: 170px; font-weight: bold; }

.mall_img { width: 200px; margin-top: .2em; float: left; }
        .mall_img img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mall_details { width: 340px; min-height: 120px; padding-left: 230px; *padding-left: 2em;  margin-top: .2em; color: #333; } /* Again, float behaviour differs a bit in IE7, so need to reduce padding to compensate */


/*-------------------------------------------------------------------
         Reload page
-------------------------------------------------------------------*/

.tbl_reload_form { width: 80%; margin-top: 1em; }
.tbl_reload_form label { margin-bottom: .5em; display: block; }
.two_columns.payment_methods { width: 420px; }
        .payment_methods label img { margin-left: .5em; vertical-align: middle; }
        .tbl_reload_form td { padding-bottom: 1em; }

.payment_additional_info { display: none; }


/*-------------------------------------------------------------------
         Search page
-------------------------------------------------------------------*/

.sub_search_category.dropdown_con { width: 120px; margin-right: 1em; font-weight: bold; }
.sub_search_category .dropdown_btn { white-space: normal; overflow: visible; text-overflow: visible; }
.sub_search input[type="text"] { font-size: 18px; }

.search_result { width: 765px; clear: both; margin-bottom: 2em; }
        .result_thumb { width: 80px; height: 60px; border: 1px solid #e5e5e5; margin: 0 20px 2em 0; float: left; }
                .result_thumb img { max-width: 100%; max-height: 100%; }
        .result_details p { padding: 0; }
        .search_src { color: #008000; }


/*-------------------------------------------------------------------
         Sitemap page
-------------------------------------------------------------------*/

.horizontal_divider + h3 { position: relative; }

.tbl_sitemap { margin-top: 15px; }
        .tbl_sitemap td { width: 197px; padding: 20px 0 0 40px; }
        .tbl_sitemap td:first-child { padding-left: 0; }
        .tbl_sitemap tr:first-child td { padding-top: 0; }
                .tbl_sitemap h4 { font-weight: bold; }
                .tbl_sitemap h4 a { text-decoration: none; }
                .tbl_sitemap .link_list .group_title { margin-top: 10px; }


/*-------------------------------------------------------------------
         Store Locator page
-------------------------------------------------------------------*/

.store_state.dropdown_con { width: 135px; }
.store_type.dropdown_con { width: 155px; }
.store_services_products.dropdown_con { width: 210px; }

.stores .catalogue_item { height: 185px; }
        /* .stores .item_toggler { height: 40px; } */
        .stores .item_preview { height: 163px; }  /* Catalogue item height - 22px */
        .catalogue_item .store_details { padding-top: 1em; margin-bottom: 1em; }
        .catalogue_item .icon_pin { vertical-align: top; margin: 2px 2px 0 0; }
        
        /* .stores .item_content { top: 200px; } */
                .stores .tbl_operating_hours { width: 195px; margin-right: 25px; float: left; }
                .store_services { width: 215px; margin-left: 10px; float: left; }
                        .store_services_title { margin-bottom: .2em; font-size: 15px; font-weight: bold; }
                        .store_services ul { width: 100%; padding: 0; margin: 0; list-style: none; }
                                .catalogue_item .store_services li { padding-left: 0; border-top: dotted 1px #b9b9b9; position: relative; background: none; color: #666; line-height: 22px; }
                                        .store_services li [class^="icon_"] { margin: -2px 4px 0 0; vertical-align: middle; }
                                .store_services li:first-child { border-top: 0; }

.store_locator .tbl_dark_horizontal { margin-right: 25px; float: left; width: 195px; }

.store_locator_google_map { width: 700px; margin-left: -350px; }
        .store_locator_google_map .popup_content { height: 450px; }
                .store_locator_google_map .infowindow { width: 500px; }


/*-------------------------------------------------------------------
         Whats Hot pages
-------------------------------------------------------------------*/

.whatshot .catalogue_item { width: 198px; height: 220px; padding: 10px; border: 1px solid #e5e5e5; }
        .whatshot .item_title { height: 3em; font-weight: bold; line-height: 1.2em; }
        .whatshot .item_thumb { width: 200px; height: 100px; margin: 0 0 .25em -1px; }

.tbl_whatshot_rates { margin: 10px 0 20px; }
    .whatshot { position: relative; }
        .whatshot_temp_bg { position: absolute; top: 0; left: 0; z-index: 1; overflow: hidden; }
        .whatshot_top_img,
            .whatshot_temp_bg > img,
            .whatshot_top_img > img { border-radius: 5px 5px 0 0; }
        .whatshot_temp_content { position: relative; z-index: 2; }

/*-------------------------------------------------------------------
         Digi Survey Floating
-------------------------------------------------------------------*/
.dsy_close
{
    display:block;
    background-image:url(/cs/site_template/ecommerce/images/digisurvey/close.png);
    width:48px;height:48px;
    background-repeat:no-repeat;
    text-decoration:none;
    cursor:pointer;
    position:absolute;
    z-index:10
}

.dsy_feedbacktab
{
    display:block;
    background-image:url(/cs/site_template/ecommerce/images/digisurvey/dso_tabbtn.png);
    width:60px;
    height:83px;
    margin-left: 470px;
    background-repeat:no-repeat;
    text-decoration:none;
    cursor:pointer;
    position:fixed;
    top: 235px;
    left: 50%;
    font: 0/0 a;
    z-index:10
    
}

.dsy_feedbacktab.align_to_bottom {
    position: absolute;
    top: auto;
}