/*Shop tab style starts*/

#shop_tab {
    padding-left: 10px;
    background: url("../images/shop_tab_bg.gif") bottom repeat-x;
    margin-left: 1px;
}

#shop_tab li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#shop_tab a:link, #shop_tab a:visited {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: #FFFFFF url(../images/sprite.png) 0 -92px repeat-x;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-right: 10px;
    margin-top: 4px;
    padding: 1px 8px;
    text-decoration: none;

}

#shop_tab a:link.active, #shop_tab a:visited.active {
    border-bottom: 2px solid #fff;
    background: #fff url("../images/sprite.png") 0 -72px repeat-x;
    color: #666;
}

#shop_tab a:hover {
    background: #fff url("../images/sprite.png") 0 -72px repeat-x;
    color: #666;
}

#promotion_tab_button {
    font-weight: bold;
}

/*Shop result list style*/

#shop_list {
    background-color: #fff;
    padding: 7px 0 2px 4px;
}

/*Shop grey panel starts*/
.grey_panel {
    background-color: #f5f5f5;
    border: 1px #e5e5e5 solid;
    -moz-border-radius: 6px;
    padding: 6px 8px 4px 8px;
    color: #666;
    clear: both;
}

.grey_panel h1 {
    font-size: 12px;
    line-height: 24px;
}

.grey_panel table {
    border: none;
    width: 100%;
    margin: 0;
}

.grey_panel th label {
    font-size: 10px;
    font-weight: bold;
    color: #00609b;
}

.grey_panel td label {
    font-size: 10px;
    font-weight: normal;
}

.grey_panel th {
    font-size: 11px;
    border: none;
    padding: 4px 8px;
    color: #666;

}

.grey_panel td {
    font-size: 12px;
    color: #68c325;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
    padding: 6px 10px;
    width: 90px;
    border: none;
}

.grey_panel td:hover {
    background-color: #fcfcfc;
    -moz-border-radius: 6px;
}

/*Shop grey panel for broadband starts*/
.grey_panel_for_terms_table {
    background-color: #f5f5f5;
    border: 1px #e5e5e5 solid;
    -moz-border-radius: 6px;
    padding: 6px 8px 4px 8px;
    color: #666;
    clear: both;
}

.grey_panel_for_terms_table h1 {
    font-size: 12px;
    line-height: 24px;
}

.grey_panel_for_terms_table table {
    border: none;
    width: 100%;
    margin: 0;
}

.grey_panel_for_terms_table th label {
    font-size: 10px;
    font-weight: bold;
    color: #00609b;
}

.grey_panel_for_terms_table td label {
    font-size: 10px;
    font-weight: normal;
}

.grey_panel_for_terms_table th {
    font-size: 11px;
    border: none;
    padding: 4px 8px;
    color: #666;

}

.grey_panel_for_terms_table td {
    font-size: 12px;
    color: #68c325;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
    padding: 6px 10px;
    width: 50%;
    border: none;
}

.grey_panel_for_terms_table td:hover {
    background-color: #fcfcfc;
    -moz-border-radius: 6px;
}

/*Shop filter starts*/

#shop_list_filter h1 {
    font-size: 12px;
    line-height: 12px;
    float: left;
}

#shop_list_filter h2 {
    font-size: 11px;
    color: #666;
    line-height: 12px;
    float: left;
}

.shop_list_filter li {
    float: left;
}

.brand_filter li {
    width: 120px;
    float: left;
}

.feature_filter li {
    width: 160px;
    float: left;
}

#shop_list_filter label {
    font-size: 12px;
    margin-left: -5px;
    cursor: pointer;
    padding: 2px 4px;
}

.brand_filter {
    padding: 4px 8px 4px 8px;
}

.feature_filter {
    padding: 4px 8px 4px 8px;
    overflow: hidden;
    height: 40px;
}

#shop_list_filter .plan_filter h4 {
    font-size: .8em;
    font-weight: normal;
    width: auto;
}

.cost_filter, .minute_filter, .sms_filter {
    float: left;
    width: 190px;
    margin-right: 25px;

}

#price_slider {
    width: 100px;
    background: url("../yui/slider/assets/skins/sam/rail-classic-x.png") center repeat-x;
}

#minutes_slider {
    width: 100px;
    background: url("../yui/slider/assets/skins/sam/rail-classic-x.png") center repeat-x;
}

#sms_slider {
    width: 100px;
    background: url("../yui/slider/assets/skins/sam/rail-classic-x.png") center repeat-x;
}

#max_monthly_price_label, #min_free_minutes_label, #min_free_sms_label {
    font-weight: bold;
    color: #666;
}

/*Shop filter ends*/

#shop_control h1 {
    font-size: 14px;
    float: left;
    line-height: 25px;
}

#shop_control h2 {
    font-size: 12px;
    float: left;
    line-height: 27px;
    color: #666;
    padding-right: 4px;
}

#shop_control {
    padding: 4px 5px;
    background: #eee;
    border: 1px #e5e5e5 solid;
    border-top: none;
    margin-bottom: 10px;
}

#shop_control ul {
    float: right;
}

#shop_control li {
    float: left;
}

.shop_control_reset {
    width: 65px;
    margin-top: 6px;
}

/*Shop result item style starts*/

.current_package {
    display: block;
}

.shop_result_item {
    padding: 8px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 11px;
    color: #666;
}

.shop_result_item h1 {
    font-size: 14px;
}

.shop_result_item h2 {
    font-size: 12px;
    color: #00609b;
}

.shop_result_item h3 {
    font-size: 11px;
}

.shop_result_item h4 {
    font-size: 11px;
    color: #666;
}

.shop_result_item:hover {
    background-color: #f5f5f5;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom: 1px solid #fff;
}

.shop_result_item ul li {
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}

.shop_result_item_image {
    float: left;
    padding-right: 5px;
}

.shop_result_item_title {
    float: left;
    width: 150px;
    padding: 0 5px;
}

.shop_result_item_desc {
    float: left;
    width: 200px;
    padding: 0 5px;

}

.shop_result_item_desc ul {
    margin-left: 10px;

}

.shop_result_item_desc ul li {
    float: none;
    font-size: 11px;
    color: #666;
    list-style: url(../images/bullet.png) outside;
    line-height: 16px;
}

.shop_result_item_vas {
    float: left;
    width: 380px;
    padding: 0 5px;
}

.shop_result_item_vas input {
    float: left;
    display: block;
    margin: 2px 5px 0 0;
}

.shop_result_item_vas p {
    padding-left: 17px;
}

.shop_result_item_price {
    float: right;
    width: 110px;
    margin-left: 10px;
}

.shop_result_item_price_two {
    float: right;
    width: 110px;
    margin-left: 10px;
}

.shop_result_item_price h1, .shop_result_item_price_two h1 {
    font-size: 22px;
    float: left;

}

.shop_result_item_price h2, .shop_result_item_price_two h2 {
    font-size: 18px;
    color: #68c325;
    float: left;
}

.shop_result_item_action {
    float: right;
    margin-top: 10px;
}

.device_number_input {
    text-align: center;
}

.shop_result_item select {
    margin-top: 7px;
    margin-bottom: 7px;
}

.plan_highlight_text .parbase .text ul li {
    font-size: 10px;
    color: #36393D;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    list-style: outside url("../images/tick.png");

}

/*.plan_icon {*/
/*float: left;*/
/*padding: 49px 14px 7px 14px;*/
/*width: 4em;*/
/*height: 2.3em;*/
/*}*/

.plan_icon h4 {
    font-size: .6em;
    font-weight: bold;
}

.shop_result_item_tv {
    margin: 5px 0;
    padding-bottom: 4px;
}

.shop_result_item_tv h3 {
    font-size: 11px;
}

.shop_result_item_tv:hover {
    background-color: #f5f5f5;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom: 0px solid #fff;
}

.shop_result_item_tv_channels {
    float: left;
    width: 300px;
}

.hd_selected {
    float: right;
    width: 245px;
}

.shop_result_item_tv_channels_plus {
    float: left;
    width: 289px;
    border: 1px solid #e5e5e5;
    margin: 8px 4px;
    padding: 0 3px 5px 0;
    background-color: #f5f5f5;
}

.shop_result_item_tv_channels_hd {
    float: left;
    width: 289px;
    border: 1px solid #e5e5e5;
    margin: 8px 4px;
    padding: 0 3px 5px 0;
    background-color: #f5f5f5;
}

.shop_result_item_tv_addon_channels {
    float: left;
    width: 560px;
}

.shop_result_item_tv_channels_price {

}

.shop_result_item_tv_addon_channels .shop_result_item_tv_channel {
    float: left;
    width: 245px;
}

.shop_result_item_tv_name {
    float: left;
    background: #efefef;
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #ccc;
}

.shop_result_item_tv_name h2 {
    font-size: 14px;
    line-height: 24px;
}

.shop_result_item_tv_name a {
    float: left;
    font-size: 13px;
    padding: 4px 0 0 4px;
    font-weight: bold;
}

.shop_result_item_tv_check {
    display: block;
    float: left;
    height: 16px;
    padding: 4px 6px;
    background: url("../images/shop_result_item_tv_check_bg.png") repeat-x;
}

.shop_result_item_tv_check input {
    margin: 0;
}

.shop_result_item_tv_channel {
    padding: 6px 8px 6px 8px;
    border: 1px solid #eee;
    margin: 8px 4px 4px 8px;
    font-size: 11px;
    -moz-border-radius: 4px;
    color: #666;
    background: #fff;
}

.shop_result_item_tv_channel_name {
    float: left;
    width: 175px;
    overflow: hidden;
}

.shop_result_item_tv_channel_logo {
    float: right;
    width: 70px;
    height: 40px;
    overflow: hidden;
}

.shop_result_item_tv_channels_plus_hint {
    font-size: 11px;
    color: #36393D;
    background-color: #f5f5f5;
    border: 1px #e5e5e5 solid;
    padding: 6px 10px;
    margin: 8px;
    -moz-border-radius: 4px;
}

.shop_result_item_tv_channel_plus {
    padding: 6px 8px 6px 8px;
    border: 1px dotted #eee;
    margin: 8px 4px 4px 8px;
    font-size: 11px;
    -moz-border-radius: 4px;
    background: #fff;
}

.shop_result_item_tv_channels_hd_hint {
    font-size: 11px;
    color: #36393D;
    background-color: #f5f5f5;
    border: 1px #e5e5e5 solid;
    padding: 6px 10px;
    margin: 8px;
    -moz-border-radius: 4px;
}

.shop_result_item_tv_channels_upsize_hd_hint {
    font-size: 11px;
    color: #36393D;
    background-color: #f5f5f5;
    padding: 6px 10px;
    margin: 8px;
    -moz-border-radius: 4px;
}

.shop_result_sub_item {
    margin-left: 20px;
    border: #ccc 1px dotted;
    background-color: #eee;
    padding: 8px 0px;
}

.sort_control {
    font-size: 11px;
    color: #00609b;
}

.statement {
    font-family: 'trebuchet MS', sans-serif;
    color: black;
}

.number_selection {
    font-size: 12px;
    color: #00609b;
    padding: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.number_selection:hover {
    background-color: #f5f5f5;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*right hand basket style*/
.your_basket {
    margin-bottom: 10px;
}

.your_basket h1, .your_basket_detail h1 {
    font-size: 16px;
}

.your_basket h2, .your_basket_detail h2 {
    font-size: 13px;
}

.your_basket h3, .your_basket_detail h3 {
    font-size: 11px;
    color: #999;
}

.your_basket .green_box .m {
    padding: 0;
    background: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 226px;
    margin-left: 1px;
}

.your_basket .green_box .m_DV {
    padding: 2px 0;
    background: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 226px;
    margin-left: 1px;
}

.your_basket .green_box .b {
    background: url(../images/green_box_greyf5f5f5.png) no-repeat right -25px;
}

.your_basket .green_box .b span {
    background: url(../images/green_box_greyf5f5f5.png) no-repeat left -25px;
}

.basket_extendable_item {
    background: #eee;
    padding: 4px 8px;
}

.basket_new_package {
    background: url("../images/button_sprite.png") 0 -1612px no-repeat;
    height: 17px;
    margin: 0 0 3px 0;
    cursor: pointer;
}

.basket_new_package:hover, .new_package_selected {
    background-position: 0 -1637px;
}

.basket_recontract {
    background: url("../images/button_sprite.png") 0 -1663px no-repeat;
    height: 17px;
    margin: 0 0 3px 0;
    cursor: pointer;
}

.basket_recontract:hover, .recontract_selected {
    background-position: 0 -1689px;
}

.basket_extendable_item_list {
    padding: 4px 8px;
    margin: 0 0 7px;
}

#basket_new_package_list {
    width: 213px;
}

#basket_recontract_list {
    width: 213px;
}

.basket_extendable_item_list li {
    font-size: 11px;
    border-bottom: 1px solid #CCCCCC;
    height: 25px;
    font-weight: bold;
}

.basket_package_title {
    background: #D3E7F1;
    padding: 10px 5px 5px 10px;
    border: 1px solid #CCCCCC;    
}

.basket_package_title h2 {
    color: #00609B;
    line-height: 12px;
}

.basket_package_single_package_title {
    background: #eee;
    padding: 2px 5px 2px 10px;
}

.basket_package_number {
    background: #D3E7F1;
    color: #00609B;
    padding: 2px 5px 2px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.basket_detail_package_number {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: 380px;
    float: left;
}

.basket_item_empty {
/*background: url( "../images/sprite.png" ) 0 -23px repeat-x #666;*/
    background-color: #999999;
    text-align: right;
    padding: 0 5px 3px 10px;
    border-bottom: 1px solid #FEFEFE;
}

.basket_item_empty:hover {
/*background: url( "../images/sprite.png" ) 0 -47px repeat-x #666;*/
}

.basket_item_empty a {
    color: #fefefe;
    display: block;
    font-weight: bold;
}

.basket_item_empty a:hover {
    color: #fff;
}

.basket_deactive_item {
    background: #f5f5f5;
}

.basket_deactive_item:hover {

}

.basket_active_item {

}

.basket_active_item h3 {
    padding: 0 0 0 18px;
    background: url("../images/arrow_left.png") left bottom no-repeat;
    line-height: 14px;
    margin: 20px 0 18px 0;
    font-size: 12px;
    color: #68c325;
}

.basket_active_item a {
    color: #666;
}

.basket_active_item a:hover {
    color: #333333;
}

.basket_item_name {
    height: 19px;
    padding: 2px 5px 0 0;
    color: #666;
    font-size: 12px;
    font-weight: bold;

}

.basket_item_selection {
    font-size: 11px;
    padding: 3px 5px 5px 10px;
    border-bottom: #ccc 1px solid;
    background: #f5f5f5;
}

.end {
    border-bottom: #ccc 0px solid;
}

.basket_list_item {
    color: #666;
    font-size: 11px;
}

.basket_detail_item {
    border-bottom: #cccccc solid 1px;
    padding: 4px 18px;
}

.basket_detail_item li {
    float: left;
}

.basket_detail_item_name {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 370px;
}

.basket_detail_item_selection {
    font-size: 12px;
    color: #68c325;
    font-weight: bold;
    width: 370px;

}

.basket_detail_item_action {
    width: 95px;
    float: left;

}

.basket_detail_item_monthly_cost {
    font-size: 12px;
    width: 95px;
    color: #68c325;
    font-weight: bold;
    float: left;
    text-align: right;

}

.basket_detail_item_onetime_cost {
    font-size: 12px;
    width: 95px;
    color: #68c325;
    font-weight: bold;
    float: left;
    text-align: right;

}

.basket_detail_item_empty .basket_detail_item_selection {
    color: #ccc;
}

.basket_detail_required_item_empty {
    background: #FFFF88;
}

.basket_detail_required_item_empty .basket_detail_item_selection {
    color: red;
}

.hd_settopbox_empty {
    background: #FFFF88;
}

.basket_review_checkout_button {
    background: #F5F5F5;
    padding: 8px 0 2px;
    height: 35px;
}

.basket_change_delete {
    padding: 5px 10px 5px 0;
    text-align: right;
}

/*cost box style*/

.your_cost {
    margin-bottom: 10px;
}

.your_cost li {
    font-size: 11px;
    color: #999;
}

.your_cost_detail li {
    float: left;
    padding: 15px 0 0 0;
}

.cost_detail_item_desc {
    width: 300px;
    padding: 2px 10px;
}

.cost_detail_item_title {
    width: 210px;
}

.cost_detail_item_title h1 {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.cost_detail_item_price {
    width: 140px;
    text-align: left;
}

.cost_detail_item_price h1 {
    font-size: 13px;
    line-height: 18px;
}

/*shop terms and conditions*/

.terms_conditions_title {
    cursor: pointer;
}

#shop_terms_conditions {
    margin: 5px 0;
    font-size: 10px;
    color: #999;
}

#shop_terms_conditions li {
    font-size: 10px;
    color: #999;
}

#shop_terms_conditions td {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    padding: 2px 4px;
    font-size: 10px;
}

#shop_terms_conditions th {
    color: #00609b;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    background-color: #f5f5f5;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
}

/*others*/

.package_content {
    display: none;
}

.package_active {
    display: block;
}

.current_package {
    display: block;
}

.hide {
    display: none;
}

.NoTopCorner {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

.NoBottomCorner {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
}

.product_lable p {
    color: #fff;
    background: #666;
    padding: 2px 4px;
    border-top: #f5f5f5 solid 1px;
    text-align: center;
    font-weight: bold;
    margin: 0
}

.benefit_lable p {
    background: #68c325;
    text-align: center;
    padding: 2px 4px;
    margin: 0;
    color: #fff;
}

.postcode_finder {
    font-size: 12px;
    margin-bottom: 10px;
    background: #d3e7f1;
    padding: 0 5px;
    color: #666;
}

