﻿/*
THIS SHOULD BE AT THE TOP OF THE FILE...
ALONG WITH THE NEXT FEW DEF...
 */
.product-category-content
{
    line-height: 150%;
    padding: 10px 0 40px 20px;  /*padding-bottom is needed on product pages*/
    width: 678px;
    /*width: 698px;*/
}

.product-category-body
{
    width:960px;
    margin:0 auto;
}
.mbb .product-category-content {
    width: 698px;
    padding: 10px 0 40px 20px !important;
}

#breadcrumbs {
margin: 0 20px;
padding: 40px 0 0;
width: 638px;
}
#breadcrumbs.nomargin {
    margin: 0;
}

.product-category-body > h1,
/*.product-category-content > p,
.product-category-content > h1,
.product-category-content > h2,
.product-category-content > h3,
.product-category-content > ul,
.product-category-content > ol,*/

.product-category-content > h4,
.product-category-content > h5,
.product-category-content > cite,
/*.product-category-content > div > p,*/			/* Dave hid this, phone pages don */
.product-category-content > div > div > p,
.product-category-content > div > div > h2,
.product-category-content > div > div > h3,
.product-category-content > div > div > h4,
.product-category-content > div > div > h5,
.product-category-content > div > div > ul,
.product-categories-list-other h3,
.product-categories-list-other ul,
.product-categories-list-other
{
    padding-left: 20px;
    padding-right: 20px;
}

.product-category-content .more-less .more-block p {padding-left:0;}
.product-category-body > h1,
.product-category-content > h1,
.product-category-content > h3,
.plan-listing-container h3
{
	color:#000000;
}
.product-category-content > hr
{
	margin: 20px;
    border: none; height:1px; background:#D9DEE3;
}
.product-category-content > table
{
    max-width:678px; /* page width minus margins */
 }

.plan-listing-container table
{
    max-width:638px; /* page width minus page and container margins */
}

.subsection {
    clear:both;
    margin-bottom: 50px;
    padding-top: 40px;
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top transparent;
}

.subsection-secondary
{
    clear:both;
    padding: 40px 0;
    /*background: url("../../Images/bg-subsection-shadow.png") no-repeat center top transparent, url("../../Images/bg-subsection-secondary.png") repeat-y center top transparent;*/
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top, linear-gradient(right , rgb(250,250,250) 23%, rgb(255,255,255) 81%);
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top, -o-linear-gradient(right , rgb(250,250,250) 23%, rgb(255,255,255) 81%);
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top, -moz-linear-gradient(right , rgb(250,250,250) 23%, rgb(255,255,255) 81%);
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top, -webkit-linear-gradient(right , rgb(250,250,250) 23%, rgb(255,255,255) 81%);
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top, -ms-linear-gradient(right , rgb(250,250,250) 23%, rgb(255,255,255) 81%);
    background: url("../../Images/bg-subsection-shadow.png") no-repeat center top,
                -webkit-gradient(
                linear,
	            right top,
	            left top,
	            color-stop(0.23, rgb(250,250,250)),
	            color-stop(0.81, rgb(255,255,255))
	            );
}

.subsectioncontainer {margin-right:20px;}

.subsection h3,
.subsection-secondary h3 {
    display: inline-block;
    margin: 3px 0 0 0 !important;
    background-color: #FFF;
    padding: 0 10px;
    width: auto;
    color: #000000;
    font-size:1.2em !important;
    letter-spacing: 0 !important;
    /*color: #747678;*/
    text-transform:uppercase;
    /* For IE 7 */
    zoom: 1;
    *display: inline;


}

.subsectionline  {
    margin: 10px 0 30px;
    border-bottom: 1px dotted #747678;
    height: 10px;
    width: 100%;
    text-align: center;
}

.subsection .twocol {
    float: left;
    width:45%;
    margin-right:10%;
    margin-right: 32px\9;
}

.subsection .threecol {
    float: left;
    width:30%;
    margin-right:5%;
    text-align:center;
}

.subsection .twocol:last-child,
.subsection .threecol:last-child {
    margin-right:0;
}
.subsection .threecol p{margin-right:0;}
.subsection .threecol img {margin:0 auto;}
.product-category-body .subsection h4 
{
    font-size:23px;
    font-family: 'PlutoSansLight',Arial,Helvetica,sans-serif;
}
.subsection h5
{
    text-align: centre;
    font-family: 'PlutoSansBold',Arial,Helvetica,sans-serif;
    font-size:13px;
    margin: 0 0 20px;
    }
.subsection p{width: auto !important; text-align: left;}

.subsection .threecol ul {
    list-style: none;
    list-style-type:none;
}
.subsection .threecol ul li {position:relative;}
.subsection .threecol ul li:before{
    background: none repeat scroll 0 0 #ff8200;
    border-radius: 2px 2px 2px 2px;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 3px 0 0 -12px;
    position: absolute;
    top: 5px;
    vertical-align: middle;
    width: 4px;
}

#terms-summary ul, #terms-summary p {color: #808080; width:auto;}


div#broadbandtabscontainer
{
	line-height:115%;
}



/* END OF TOP REQS...*/

/* TOOLTIP STYLES */
#tooltip
{
    background-color: #fff;
    border: 10px solid #ececec;
    font-size: 1em;
    position: absolute;
    width: 380px;
    z-index: 3000;
    box-shadow: 0 7px 5px -6px black;
}

#tooltip > .body
{
    padding: 10px 20px;
}

.tooltip-content {
    z-index: 1005 !important;
}

.tooltip-content h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

}

.tooltip-content ul
{
    margin-left: 20px;
}

.tooltip-content p {
    margin: 10px 0;
}

#tooltip > .body > ul
{
    list-style-type: disc;
    margin: 0px 0px 10px 0;
}
#tooltip .tooltip-body > ul > li
{
	margin: 0px 0px 5px 15px;
}

#tooltip .tooltip-body
{
	line-height:16px;
}

/* END TOOLTIP STYLES */

/* HEADER IMAGE CLASSES */

/*USE THIS IF YOU NEED BLACK TEXT WITH WHITE SHADOW .adsl-header > h2 {	color:#000000 !important;	text-shadow: 1px 1px #FFFFFF !important;} */

.header-generic01{background-image: url(../../Images/headers/generic-01.jpg);}
.header-generic02{background-image: url(../../Images/headers/generic-02.jpg);}
.header-generic03{background-image: url(../../Images/headers/generic-03.jpg);}
.header-generic04{background-image: url(../../Images/headers/generic-04.jpg);background-repeat: no-repeat; background-position: left bottom;}
.header-generic06{background-image: url(../../Images/headers/generic-06.jpg);}
.header-generic07{background-image: url(../../Images/headers/generic-07.jpg);}
.bobsquad-header{background-image: url(../../Images/headers/bobsquad.jpg);}
.default-header{background-image: url(../../Images/headers/generic-04.jpg); background-position: left bottom;}


.mobile-voice-header-img .category-title {display: none;}
.mobile-voice-header-img .header-address-resolution {padding-top: 170px;}
.mobile-voice-header-img .login-box, .mobile-voice-header-img .address-resolution { width: 650px;}

.mobile-broadband-header{background-image: url(../../Images/headers/mobile-broadband.jpg);}

.budii-header-img {background-image: url(../../Images/budii/budii_header_img.jpg);height:309px !important;}
.banner-nbn{background-image: url(../../Images/headers/banner-nbn.png);height:373px !important;}

#adsl-banner.pagebanner {
    background: #ff8200; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  #ff8200 0%, #ff8200 50%, #fafafa 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff8200), color-stop(50%,#ff8200), color-stop(50%,#fafafa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ff8200 0%,#ff8200 50%,#fafafa 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ff8200 0%,#ff8200 50%,#fafafa 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ff8200 0%,#ff8200 50%,#fafafa 50%); /* IE10+ */
background: linear-gradient(to right,  #ff8200 0%,#ff8200 50%,#fafafa 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#fafafa',GradientType=1 ); /* IE6-8 */

}

.header-adsl{ background-image: url(../../Images/headers/adsl-5-reasons.png); height:330px !important;}

    .header-adsl .check-availability-label
    {
        background:#6d6c71!important;
    }
.banner-nbn h1{
    position:relative;
    top: 70px;
    left:20px;
    font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height:1.3em;
}
.banner-nbn p{
    width:480px;
    position:relative;
    top: 70px;
    left:20px;
    font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;}
.banner-nbn p.bannertagline {
    font-size: 24px;
    margin-bottom: 20px;
}
.banner-nbn img {
    float:right;
    margin-top:117px;
    margin-right:14px;
}

/* END OF HEADER IMAGE CLASSES */
.pagebanner {
    /*height:373px;*/
    background: url("../../Images/bg-banner-gradient.png") repeat-x transparent;
    background-position: bottom left;
}
.product-category-promo
{    background-size: cover;
    margin: 0 auto;
    /*height: 373px;*/
    height: 160px;
    width: 960px;
	position: relative;
	/*border-radius: 3px 3px 0 0;*/
}
.product-category-promo > h2
{
	color: white;
    font-size: 40px;
    left:40px;
    position: absolute;
    text-shadow: 1px 1px #606A74;
    top: 40px;
    letter-spacing:-1px;
    font-weight:bold;
}
.product-category-promo > h3
{
	color: white;
    font-size: 15px;
    font-weight: bold;
    left: 40px;
    line-height: 18px;
    position: absolute;
    text-shadow: 1px 1px #606A74;
    top: 100px;
    width: 375px;
}

#product-category-tabs-container {
    width:100%;
    background-color:#FFF;
    z-index: 20000;
    background: url("../../Images/bg-tabs-bottomshadow.png") no-repeat bottom transparent;
}

#product-category-tabs-container.iifixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    background-image: none;
    background-color: #fff;
}

/*Sticky nav alignment fix*/
.mobile-trigger .netphone-sticky, .mobile-trigger .homephone-sticky, .mobile-trigger .fibre-sticky, .mobile-trigger .mbb-sticky {
    width:960px;
    margin:0 auto;
}
.mobile-trigger .modems-sticky {
    margin: 10px auto 0;
}
.mobile-trigger .modems-sticky #stickylogo {
    margin: 0 20px;
}

/*
#product-category-tabs-container:after
{
    background: radial-gradient(ellipse at 50% -3% , rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 40%) repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    height: 10px;
    left: -10%;
    position: absolute;
    right: -10%;
    top: 100%;
    width: 120%;

}*/

#stickylogo
{
    margin: 12px 0 0 20px;
    float:left;
    position:relative;
    left: -70px;
    width:74px;
    height:40px;
}

.product-category-tabs
{
	display: block;
    position: relative;
    margin:0 auto;
    width:960px;
    height: 65px;
	list-style: none;
	/*padding-left:20px;*/
	z-index:1000;
	/*width: 100%; rendering issue in ie7 */
	/*background: url("../../Images/bg-tabs-bottomshadow.png") no-repeat bottom #FFF;
	overflow: hidden;*/
	/*margin-left:-1px;
	margin-right:-1px;
    */

}


.product-category-tabs > li
{
	float: left;
	margin: 22px 0 18px 30px;
}
.product-category-tabs a
{
    color: #747678 !important;
	cursor: pointer;
	/*background-color: #414a52;
	display: block;
	padding: 9px 15px 13px;
	text-shadow: 1px 1px #31373d;
	border-radius: 3px;
	background: url("../../Images/sprites/bg-product-gradients.png") 0 -430px repeat-x scroll transparent;*/
}
.product-category-tabs a:hover
{
	/*background: #606a74;
	background-image:none;
    */
}
.product-category-tabs > li.active > a
{
	color: #ff8200 !important;
	text-shadow: none !important;
}

.product-category-body
{
    position: relative;
  /* max-width:960px;*/
    margin:0 auto;
    background-color: #FFF;
    min-height: 685px;

	/*margin-top: -8px;*/
	/*top: -8px;*/

	/*padding-bottom:40px;
	margin-top: -15px;
    min-height: 900px;
    width: 700px; commented by moses*/
}

.product-category-body >h1
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 30px 20px 0;
    width: 678px;
}

.product-category-body > h3
{
	font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    padding: 20px;
	margin: 14px 0px 14px 0px;
}
.product-category-body h4
{
	font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 15px;
    margin: 4px 0px 10px 0px;
}
.product-category-body > p
{
    padding: 32px 0px 0px 20px;
}
.product-category-content > cite
{
	font-size:11px;
	color:#666666;
}
.product-category-body > table
{
	margin: 0 20px;
    table-layout: fixed;
	border: solid 1px #666666;
	border-collapse: collapse;
}
.product-category-body > table > thead
{
	background-color: #333333;
	color: white;
}
.product-category-body > table > thead th
{
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #666666;
}
.product-category-body > table > thead th.name
{
	width: 150px;
}
.product-category-body > table > thead th.price, .product-category-body > table > thead th.controls
{
	width: 80px;
}
.product-category-body > table > thead th.info-1, .product-category-body > table > thead th.info-2
{
	width: 110px;
}
.product-category-body > table > tfoot
{
	background-color: #333333;
	color: #aaaaaa;
}
.product-category-body > table > tfoot td
{
	padding: 5px 10px 5px 50px;
}
.product-category-body > table  td
{
	border-bottom: solid 1px #aaaaaa;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product-category-body > table  td.controls
{
	padding-left: 0px;
}
.product-category-body > table button.disabled
{
	background-color: #333333;
	background-image: none;
    border-radius: 3px 3px 3px 3px;
    color: #777777;
    cursor: pointer;
    font-weight: bold;
    left: 100px;
    padding: 5px 7px 5px 7px;
	border: none;
}
.product-category-body > table button
{
	background-color: #FF5e00;
    background-image: -ms-linear-gradient(hsla(0,0%, 100%,.6), hsla(0,0%,100%,0) 30%);
	background-image: -moz-linear-gradient(hsla(0,0%, 100%,.6), hsla(0,0%,100%,0) 30%);
	background-image: -webkit-linear-gradient(hsla(0,0%, 100%,.6), hsla(0,0%,100%,0) 30%);
    border-radius: 3px 3px 3px 3px;
	color: black;
    cursor: pointer;
    font-weight: bold;
    left: 100px;
    padding: 5px 7px 5px 7px;
	border: none;
}
.product-category-body > table button:hover
{
	background-color: #FF9C00;
}
.product-category-body > table button.disabled:hover
{
	background-color: #333333;
}


.product-category-content > h2,
.product-category-content > div > h2
{
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.product-category-content > h1
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}


.product-category-content table.info td
{
    padding: 5px 0px 5px 0;
    vertical-align: top;
}
.product-category-content table.three-col td
{
    width: 33%;
    text-align:center;
}

.product-category-content ul.three-col
{
    padding:0;
   /* margin:0 40px; */
    list-style: none outside none;
    display:inline-block;
}
.product-category-content ul.three-col li
{
    width: 33%;
    float:left;
    padding:0;
    margin:0 0 10px 0;
}

.product-category-content ul.two-col
{
    padding:0;
    margin:0 40px;
    list-style: none outside none;
    display:inline-block;
}
.product-category-content ul.two-col li
{
    width: 50%;
    float:left;
    padding:0;
    margin:0 0 10px 0;
}

.product-category-content ul.four-col
{
    padding:0;
    margin:0 40px;
    list-style: none outside none;
    display:inline-block;
}
.product-category-content ul.four-col li
{
    width: 25%;
    float:left;
    padding:0;
    margin:0 0 10px 0;
}

.product-category-content ul.features{
    text-align:center;
    margin-top:10px;
}

.product-category-content ol.four-col
{
    padding:0;
    margin:0 40px;
    list-style: none outside none;
    display:inline-block;
    width: 80px;
    float:left;
}
.product-category-content ol.four-col li
{
    padding:0;
    margin:0 0 10px 0;
}

.product-category-content ol.features{
    text-align:left;
    margin-top:10px;
    list-style-type:decimal;
        margin-bottom:10px;
}
.first-countries {margin-left:70px !important;}
.product-category-content #features p
{
	}
.product-category-content ul.features img
{
    display:block;
    margin:0 auto;
}

.product-category-content ul.things-needed
{
    padding:0;
    list-style: none outside none;
    display:inline-block;
}
.product-category-content ul.things-needed li
{
    padding:0;
    margin:0 0 10px 0;
    padding-right: 10px;
    clear: both;
}
.product-category-content ul.things-needed img
{
    display: block;
    padding: 5px 20px 10px 20px;
    margin: 0 auto;
    float: left;
}
.product-category-content ul.things-needed li:last-child
{
    padding: 0;
}

/*
.product-category-content ul.things-needed
{
    padding:0;
    margin:0 30px;
    display:inline-block;
}
.product-category-content ul.things-needed li
{
    margin:0 40px 10px 40px;
}

.product-category-content ul.things-needed li:last-child
{
	margin-bottom:0;
}
.product-category-content ul.things-needed img
{
    float:right;
    margin:10px 60px  0 25px;
    clear:both;
}
*/

.product-category-content ul.leftlist,
.product-category-content ul.rightlist
{
    float: left;
}
ul.two-col-list
{
	display:inline-block;
}
ul.two-col-list li
{
	float:left; width:35%; padding-right:40px;
}

.product-category-content h2
{
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.product-category-content h3
{
	font-size: 18px;
	font-weight: bold;
    clear: both;
    margin:30px 0 5px 0;
}

.plan-listing-container > table {margin-top:0;}

.product-category-content .plan-listing-container
{
    background-color: #FFFFFF;
    border: 1px solid #D9DEE3;
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    padding: 10px 19px 20px 19px;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;

}

.feature-listing-container
{
    background-color: #FFFFFF;
    border: 1px solid #D9DEE3;
    margin: 20px 0 20px 0;    
    padding: 10px 19px 0;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;
    position: relative;
}

.feature-listing-container > hr, .plan-listing-container > hr
{
	margin: 0px;
    border: none; height:1px; background:#D9DEE3;
}

.product-category-content  .tabbed-plan-listing-container{margin-top: 0; border-radius: 0 0 3px 3px;}

div.separator
{
 background-color: #D9DEE3;
    height: 1px; margin: 20px 40px 20px 40px;
}

#nbn-container .step-three .option div.separator
{
 background-color: #D9DEE3;
    height: 1px; margin: 0px 40px 20px 40px;
}
.product-category-content .plan-listing-container div.separator
{
   margin-left:0; margin-right:0;

}

.product-category-content .icon-90
{
	float:right;
	margin: -50px 30px 0 25px;
}

.plan-listing-container > div > button.sign-up-button
{
    margin: 10px 0px;
}

.plan-listing-container h3
{
	margin:20px 0 20px 0;
}
.product-category-content p
{
    margin-bottom: 15px;
}

.nbn-fibre-phone p {
    margin-right:20px;
}

.product-category-content ul
{
    list-style-type: disc;
    margin: 0px 20px 60px;
    text-align:left;
}
.product-category-content  ul  li, .product-category-content ol li{
	margin: 0px 0px 10px 15px;
}
.product-category-content ul ul {
    margin-left:30px;
    margin-bottom:0;
}
.product-categories-list-other
{
    overflow: auto;
}
.product-categories-list-other ul
{
    margin: 20px 0 50px !important;
}
.product-categories-list-other ul li
{
    margin: 0px 0px 5px 30px;

}
.product-category-content > ul > li > em
{
	font-weight: bold;
}
.product-category-content .compare-plans
{
	margin-top: 15px;
	margin-bottom: 40px;
}
.product-category-content .compare-plans > ul
{
    padding: 0px;
}
.product-category-content .compare-plans > li, .product-category-content .compare-plans {
    list-style-type: none;
	margin: 5px 0px 0px 0px;
	height: 370px;
	padding: 10px 0px;
}
.product-category-content .compare-plans > li
{
	float: left;
	text-align: center;
	border: 1px solid #000;
	font-size: 14px;

	width: 310px;
	border: 1px solid #cfd5db;
	background: #fff;
}
.product-category-content .compare-plans > li > ul > li
{
	padding: 5px 0px 5px 0px;
}
.product-category-content .compare-plans > li > ul > li.small
{
	margin-top: -3px;
	font-size: 11px;
}
.product-category-content .compare-plans > li > ul
{
	padding: 7px 0px 7px  0px;
	border-bottom: 1px #cfd5db dotted;
}
.product-category-content .compare-plans em
{
	font-weight: bold;
}
.product-category-content .compare-plans b
{
	color: #10688a;
	font-weight: bold;
}
.product-category-content .compare-plans > li button
{
	clear: both;
	height: 40px;
	width: 130px;
	margin: 20px 10px 10px;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #000;
	color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #db2d20), color-stop(1.0, #fb3a2b));
	background-image: -moz-linear-gradient(center bottom, #db2d20 0%, #fb3a2b 100%);
	text-shadow: 1px 1px 1px #000;
}
.product-category-content .compare-plans > li.selected-plan
{
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B2B2B2), color-stop(1.0, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom, #B2B2B2 0%, rgb(255,255,255) 100%);
}
.product-category-content .compare-features
{
	clear: both;
}
.product-category-content .compare-features > li > em
{
	width: 575px;
	display: inline-block;
	color: #10688a;
	font-weight: bold;
}
.product-category-content .compare-features > li
{
	padding: 3px 0px 3px 20px;
	line-height: 25px;
	border-left: 1px solid #cfd5db;
	border-right: 1px solid #cfd5db;
	border-top: 1px solid #cfd5db;
	margin: 0px;
}
.product-category-content .compare-features > li.last
{
	border-bottom: 1px solid #cfd5db;
}
.product-category-content .compare-features > li > button
{
	border: 1px solid #bfc5cb;
	border-radius: 3px;
	line-height: 12px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9f9f9f), color-stop(1.0, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom, #9f9f9f 0%, rgb(255,255,255) 100%);
	font-size: 10px;
	padding: 0px;
	width: 20px;
	height: 20px;
	color: #000;
	text-shadow: 1px 1px 1px #efefef;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
}
.product-category-content .compare-features > li > span
{
	display: block;
	line-height: 13px;
	font-size: 12px;
	padding: 4px;
}

/** Phone additional products & config. */
.product-category-content .compare-addons
{
	clear: both;
}
.product-category-content .compare-addons > li > em
{
	display: inline-block;
	color: #10688a;
	font-weight: bold;
}
.product-category-content .compare-addons > li
{
	padding: 3px 0px 3px 20px;
	line-height: 25px;
	border-left: 1px solid #cfd5db;
	border-right: 1px solid #cfd5db;
	border-top: 1px solid #cfd5db;
	margin: 0px;
}
.product-category-content .compare-addons > li.last
{
	border-bottom: 1px solid #cfd5db;
}
.product-category-content .compare-addons > li > button
{
	border: 1px solid #bfc5cb;
	border-radius: 3px;
	line-height: 12px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9f9f9f), color-stop(1.0, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom, #9f9f9f 0%, rgb(255,255,255) 100%);
	font-size: 10px;
	padding: 0px;
	width: 20px;
	height: 20px;
	color: #000;
	text-shadow: 1px 1px 1px #efefef;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
}
.product-category-content .compare-addons > li > span.desc
{
	display: block;
	line-height: 13px;
	font-size: 12px;
	padding: 4px;
}
.product-category-content .compare-addons > li > span.cost
{
	float: right;
	display: block;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 9px;
}
.product-category-content .compare-addons > li > input
{
	margin: 0px 5px 0px 0px;
}
.product-category-content .compare-addons > li > img
{
	margin-top: 4px;
	margin-bottom: -4px;
	margin-right: 5px;
}
#selection-processing {
    display: none;
}
#selection-processing .loading
{
    background: url("../../Images/loading.gif") no-repeat scroll 0 0 transparent;
    display: block;
}
#selection-processing > h2
{
	margin-top: 25px;
	font-size: 20px;
	margin-bottom: 20px;
}
div#broadbandtabscontainer
{
    display: block;
    height: 45px;
    margin: 25px 0 0 0;
    padding: 0;
    padding-bottom:10px;
    overflow: hidden;
	background: #3a4046;
}
#product-selection-form {
    position: relative;
    margin-right: 20px;
}
.broadband-naked
{
	position: absolute;
    top: 16px;
    left: 460px;
}
ul#broadbandtabs
{
    display: block;
    height: 45px;
    margin:0;
    padding: 0;
    margin-bottom:10px;
	list-style: none;
    width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
ul#broadbandtabs > li.active
{
	color: #fff;
    margin: 0 3px 0 0;
    padding: 12px 40px 13px;
	background: url("../../Images/sprites/bg-product-gradients.png") 0 -417px repeat-x scroll transparent;
    text-shadow: 1px 1px #31373d;
}
ul#broadbandtabs > li
{
	float:left;
	padding: 8px 40px 13px;
	margin: 3px 3px 0 0;
	border-radius: 3px 3px 0px 0px;
	background: url("../../Images/sprites/bg-product-gradients.png") 0 -554px repeat-x scroll transparent;
    cursor: pointer;
    height:23px;
    text-shadow: 1px 1px #FFFFFF;
    text-align:center;
}
ul#broadbandtabs > li > strong
{
	display:block;
}
ul.tabs li strong
{
    float: left;
    width: 39px;
    font-size: 29px;
    padding-right:10px;
    padding-top:7px;
}
ul.tabs li {
    text-align: left;
    font-size: 11px;
    line-height: 12px;
}
#broadband1tabcontent .price-table, #broadband2tabcontent .price-table {
    padding:0px 0 10px;
}
ul#broadbandtabs.tabs li
{
    text-align: left;
}
ul#broadbandtabs.tabs li.unstyled-tab {
    background-image: none;
    cursor: default;
    text-align: right;
    padding-right: 5px;
    padding-top: 0px;
    margin-top: 0;
}
.tabs-content {
    border-style: solid;
    border-color: #D9DEE3;
    border-radius:0 0 3px 3px;
    border-width: 0 1px 1px 1px
}
.product-category-body #broadband1tabcontent .accordion-wrapper,
.product-category-body #broadband2tabcontent .accordion-wrapper { padding-bottom: 0; }
.product-category-body #broadband1tabcontent .accordion-item,
.product-category-body #broadband2tabcontent .accordion-item { border-width: 0 0 0 0; }
a.coverage-map
{
    padding-left: 45px;
    line-height: 35px;
    display: block;
    padding-right: 45px;
    background:transparent url(../../Images/icons/35/address-checker.png) right top no-repeat;
}

#hardware-3g-options h3, #hardware-4g-options h3 {
    padding-left: 65px;
    line-height: 35px;
    display: block;
    background:transparent url(../../Images/icons/35/wireless-hotspots.png) 20px 4px no-repeat;
}
.product-category-content  table, table.standard-table{
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #D9DEE3;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;
    margin: 20px 20px 20px 0;
}
.hw-product {
    clear: both;
    overflow: auto;
    padding: 15px 0;
    border-top: 1px solid #D9DEE3;
}
#Hardware .hw-products {
    border: 1px solid #D9DEE3;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;
    padding: 0 25px 0 20px;
}
#Hardware .hw-product {
    border-top:0;
    border-bottom: 1px solid #D9DEE3;
}
#Hardware section.last-product { border-bottom: 0; }
.hw-product img {
    float: left;
    margin-right: 10px;
}
.hw-product section h4 {
    margin-top: 25px;
}
.hw-product form {
    float: right;
    width: 20%;
    min-height: 120px;
    margin-left: 10px;
}
.hw-product form input[type="radio"], .hw-product form .radio-input {
    float: right;
    display: block;
    width: 10%;
    margin-top: 5px;
}
.hw-product form .price-wrap {
    display: block;
    margin: 3px 0;
}
.hw-product label.price-wrap {
    float: right;
    width: 82%;
}
.hw-product div.price-wrap {
    margin-left:15%;
}
.hw-product form .price-wrap span {
    display: block;
    text-align: center;
}
.hw-product form .hw-item {
    padding:4px 0;
    border-bottom:1px solid #D9DEE3;
    overflow: auto;
}
.hw-product form div.last-item {
    border-bottom:0px;
}
.hw-product form .price-wrap  .hw-price {
    font-weight: bold;
    font-size: 18px;
    color: #d52e21;
}
.hw-product form .price-wrap .hw-price-desc {
    font-size: 11px;
    padding: 5px 5px;
    line-height: 100%;
}
.hw-select .button-125 {
    width:100%;
    line-height: inherit;
}
.mbb-filter { clear:both; padding-left:20px; overflow:auto; }
.mbb-filter p { font-weight: bold; }
.mbb-filter p, .mbb-filter ul, .mbb-filter li { float: left; }
.mbb-filter ul, .mbb-filter li { list-style: none; }
.product-category-content table thead th, .product-category-content table tbody th, .standard-table tbody th {
    text-shadow: 1px 1px #FFFFFF;

}
.product-category-content table thead th,  .standard-table thead th{
background: #f4f6f6 url(../../Images/bg-table-header.png) repeat-x;
padding: 14px 20px;
font-size:13px;
color:#000000;
text-align:left;
}

.product-category-content table tbody th, .standard-table tbody th
{
background: #f7f7f7;
padding: 12px 20px;
border-top:1px solid #D9DEE3;
text-align:left;
}
.product-category-content table tbody td, .standard-table tbody td{
border-right: 1px solid #D9DEE3;
border-top: 1px solid #D9DEE3;
padding: 5px 20px;
vertical-align: middle;
}
.product-category-content table tbody td.last, .standard-table tbody td.last {border-right:none;}
.product-category-content table tr:first-child th.first, .standard-table tr:first-child th.first  {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px; /* Saf3-4 */
}

.product-category-content table tr:first-child th.last, .standard-table tr:first-child th.last {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px; /* Saf3-4 */
}

.product-category-content table tr:last-child td.first, .standard-table tr:last-child td.first {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px; /* Saf3-4 */
}

.product-category-content table tr:last-child td.last, .standard-table tr:last-child td.last  {
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px; /* Saf3-4 */
}

.product-category-content table td.no-right, .standard-table td.no-right
{
	border-right:0;
}

.product-category-content table tr:first-child th.firstandlast,  .standard-table tr:first-child th.firstandlast{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px; /* Saf3-4 */
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px; /* Saf3-4 */
}
.product-category-content table small,  .standard-table small
{
	font-size:11px;
	color:#666666;
}
.needs-fix, ul.needs-fix li a{color:#c5fe00 !important;}

.product-category-content .plan-listing-container .price-period
{
	margin-bottom: 10px;
    margin-top: 0;
}
.product-category-content .table-no-head thead td
{
	border-right: 1px solid #D9DEE3; padding: 5px 10px;
}
.product-category-content .table-no-head td.last
{
	border-right:0}

.plan-listing-container .table-plans .price-period
{
	margin-top:0; padding:0 5px 15px 0 ;
}


.product-category-content .phone-plans  {margin-top:0;}
.product-category-content table tbody td.table-price {width:100px; border-top:0;vertical-align:top; padding-top:20px;}
.table-price button, .table-price a.button-125 {margin-bottom:15px;}
.product-category-content table tbody td.top {border-top:0;}

#discover-table .note {
    display: block;
    font-size: 11px;
    color:#7a7a7a;
    width: 142px;
}

/*Product Image Gallery Slider */
#product-image-slideshow {
    width: auto;
    padding: 0 20px;
    margin: 0 0 30px 0;
    border: 1px solid #d5d5d5;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
	filter: none !important;
	background: none;
    background-color: #fff;
    overflow: hidden;
}

#left-pointer, #right-pointer {
    float: left;
    height: 34px;
    margin: 155px 0;
    cursor: pointer;
}

#slides-frame {
    position: relative;
    float: left;
    width: 480px;
    height: 392px;
    padding: 40px 0;
    margin: 0 50px;
    overflow: hidden;
}

#slides {
    position: absolute;
    overflow: hidden;
    width: 4240px;
}



#slides > p {
    float: left;
    /*margin: 0 50px 0 0;*/
    overflow: hidden;
    width: 480px;
    text-align: center;
}



/* widget styles, ie. call cost calculator, international rates, etc. */
.widgetcontainer {
    border: 1px solid #D9DEE3;
    margin-top: 20px;
    padding: 10px 19px;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;

}

/* call cost calculator */
#ccc {
    margin-bottom:40px;
    margin-right: 20px;
}

.widgetcontainer > #cccinput
{
    margin:10px 0;
}

.widgetcontainer > div > form#cccform {
    overflow:auto;  /* clearfix? */
}

.widgetcontainer > div > form#cccform > div {
    float:left;
    min-height:27px; /* height of submit button */
}

.widgetcontainer > div > form#cccform > div#ccc-origin {
    width:170px;
}

.widgetcontainer > div > form#cccform > div#ccc-destination {
    width:160px;
}

.widgetcontainer > div > form#cccform > div#ccc-duration {
    clear:both;
    margin-top:20px;
}

.widgetcontainer > div > form#cccform label,
.widgetcontainer#lookup label {
    display: block;
    margin-right:5px;
}

.widgetcontainer > div > form#cccform input,
.widgetcontainer#lookup input#country {
    display: inline-block;
    margin-top: 3px;
    /*width: 104px; REMOVED FOR IITALK*/
    padding:5px 8px;
    border:1px solid #D9DEE3;
}

.widgetcontainer > div > form#cccform input.field_example,
.widgetcontainer#lookup input#country {
    color: #333;
}
.widgetcontainer#lookup input#country {display:block;margin-bottom:10px;}
.widgetcontainer > div > form#cccform input#duration {
    width:65px;
    margin-right:5px;
}

/* call cost calculator returned rates */
.widgetcontainer > div#cccresult  {
    margin:0 auto;
    padding:10px;
    width:470px;
    overflow:hidden;
    border: 1px solid #D9DEE3;
    border-radius: 3px;
    display:none;
}

.widgetcontainer > div#cccresult > ul {
    margin:0;
    padding:0;
    float:left;
}
.widgetcontainer > div#cccresult > ul li {
    width:200px;
    line-height:22px;
    list-style:none;
    margin:0;
    padding:0;
}
.widgetcontainer > div#cccresult > ul li strong  {
    width:130px;
    display:inline-block;
}
.widgetcontainer > div#cccresult > ul li span  {
    width:60px;
    display:inline-block;
    text-align:right;
}
.widgetcontainer > div#cccresult > #netphone-rates  {

}


/* call cost calculator ajax loader */
.widgetcontainer > div#ajaxloader {
    background:url(../../Images/loading.gif) no-repeat 50% 0;
    padding-top:20px;
    margin-top:15px;
    text-align:center;
    display:none;
}

/* call cost calculator warning and error messages */
.widgetcontainer > div#cccerror {
    display: none;
}

.widgetcontainer > div#cccerror > p#warning-title {
    font-weight: bold;
}


#lookup.widgetcontainer
{
    min-height: 35px;
    overflow: auto;
    margin-bottom: 20px;

}
#lookup.widgetcontainer ul.ui-menu
{
    min-height: 50px;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    border-bottom: solid 1px #cccccc;
}
#lookup.widgetcontainer ul.ui-menu
{
    background-color: #ffffff;
}
#lookup.widgetcontainer ul.ui-menu li.ui-menu-item
{
    list-style-type: none;
}
#lookup.widgetcontainer ul.ui-menu li.ui-menu-item a
{
    color: #666666;
    padding: 5px;
}
#lookup.widgetcontainer ul.ui-menu li.ui-menu-item a:hover
{
    background-color: #f4f4f4;
}
#lookup.widgetcontainer .call-rate-details
{
    margin-top:-5px;
}
p.call-rate-not-found
{
    padding: 0px;
    margin: 0px;
}
.call-rate-details
{
    width: 300px;
    float: right;
}

.call-rate-details dt
{
    clear: left;
    float: left;
    font-weight: bold;
    width: 100px;
    margin-bottom: 5px;
}

.call-rate-details dd
{
    float: left;
    margin-bottom: 5px;
}

.category-promo
{
	background-image: url("../../Images/product-category.jpg");
    height: 260px;
    width: 960px;
	position: relative;
}
.category-promo > h2, .product-category-promo > p.category-title
{
	color: white;
    font-size: 40px;
    left:40px;
    position: absolute;
    text-shadow: 0 1px #606A74;
    top: 45px;
    letter-spacing:-1px;
    line-height: 1em;
    font-weight: bold;
}

.category-promo > h2, .product-category-promo > p.category-subtitle
{
    font-size: 22px;
    left:40px;
    position: absolute;
    text-shadow: 0 1px #606A74;
    letter-spacing:-1px;
    line-height: 1em;
    font-weight: bold;
    top: 175px;
    font-family: PlutoSansLight;
}

.product-categories-list
{
    list-style: none outside none;
    margin: 0;
	width: 700px;
	/*min-height: 800px;*/
}
.product-categories-list > li
{
	background-color: #FFFFFF;
    border: 1px solid #D9DEE3;
    height: 130px;
    margin: 20px;
    padding: 20px;
    position: relative;
	border-radius: 3px;
	box-shadow: 1px 1px #FFFFFF;
}
.product-categories-list > li.unavailable
{
	background-color: #CCCCCC;
    color: #AAAAAA;
    font-style: italic;
    text-shadow: 1px 1px white;
}
.product-categories-list > li.unavailable > label
{
	color: black;
}
.product-categories-list > li > p
{
    line-height: 18px;
    padding: 17px 0 22px;

}
#additionalproductscontainer{ background:url("../../Images/homepage/awards-bg.jpg") repeat-x scroll 0 0 #F3F4F5;}

.smallerFont {font-size: smaller;}
.disclaimer, .breakout-box p.disclaimer {font-size:11px;color:#999999;line-height:15px; margin-top:15px;}
.product-category-content > .breadcrumbs > a {margin:0;}

#eligible-alert{background:url(../../Images/sprites/bg-product-gradients.png) repeat-x 0 -517px; height:35px; margin:-11px -20px 25px -20px; color:#FFFFFF; padding:0 20px 0 13px; margin-bottom:25px;}
#eligible-alert p{ text-shadow: 0 1px #001F43;position:relative; top:8px; padding-left:35px;}
#eligible-alert p.positive{ background:url(../../Images/sprites/ui-sprites.png) 0 -430px no-repeat;}
#eligible-alert p.negative{ background:url(../../Images/sprites/ui-sprites.png) 0 -400px no-repeat;}
#eligible-alert p.negative a, #eligible-alert p.positive a { color:#FFFFFF; }
.eligible-round { margin:25px 0 0 0 !important; border-radius:3px 3px 0 0;}
.tvfetchtv #eligible-alert{position:relative; top:22px;}
.tvfetchtv #eligible-alert.fetch-gen2 {top:auto;}
.tvfetchtv eligible-round{margin-top:0 !important;}

/* Product Specific - Broadband */
.broadband-addons{ border: 1px solid #D9DEE3; border-radius: 3px 3px 3px 3px; margin-bottom:20px;position:relative;}
.broadband-addons > div > img {float:right; margin-right:20px;}
.broadband-addons > div > p {float:left; position:relative;max-width: 357px;}
.broadband-addons > div.last > p {top:3px;}
#turbo-pack-checkbox {top:11px;}
#turbopack-addon > span {display:block;margin-left:22px}
.broadband-addons h4 {width:155px; margin-left:20px; margin-right:20px; font-size.broadband-selection:12px; float:left;}
.broadband-addons h4.adslh4 {
     clear: both;
}
.broadband-addons h4 em {display:block; font-size:11px; color:#394045;}
.broadband-addons div { clear:both; padding:8px 0 0; border-bottom: 1px solid #D9DEE3; overflow:hidden; /*height:70px;*/ }
.broadband-addons div.last {border:0; border-top: 1px solid #D9DEE3; }
.broadband-addons input { position:relative; top:2px; right:4px; cursor:pointer;}
#product-selection-form > .tabbed-plan-listing-container > h3 {padding-left:0;}
ul#broadbandtabs > li#broadband1tab { padding-left:25px; padding-right:25px;}
.tooltip-body > .photo {margin:0 auto;}
.broadband-addons div span{padding-left: 22px; font-size: 11px; color: #606a74;}
.broadband-addons input[disabled] + label {color:#999;}
.broadband-addons .netphoneaddon img:last-of-type {display:none;}

.broadband-selection .selection-info {float: left; width: 508px;}
.broadband-selection .selection-costs {float: right; width: 130px; margin-top:15px;}

.broadband-selection .selection-info .your-plan { font-size: 17px; font-weight: bold; margin-bottom: 10px; }
.broadband-selection .selection-info .bundle-bonus { font-size: 12px; font-weight: bold; }
.broadband-selection .selection-info .total-cost, .budiipage .total-cost, #hardware-tabs .total-cost, .combo-panel .total-cost { margin-top: 8px; font-size: 11px; line-height: 1.4; color: #878787; padding-right: 17px; }
.broadband-selection .selection-info .plan-details { margin: 10px 0; padding: 0; list-style-type: none; float:left;}
.broadband-selection .selection-info .plan-details li { font-size: 11px; display: inline; margin: 0 5px 0 0; padding: 0; }
.broadband-selection .selection-info .your-contract { font-size: 11px; margin: 10px 0; padding: 0; float:left; }
.broadband-selection .selection-info .your-contract .select-contract { font-size: 11px; width: 150px }
.broadband-selection .selection-costs {text-align: center;}
.broadband-selection .selection-costs .monthly-cost {font-weight: bold; line-height: 1;}
.broadband-selection .selection-costs .monthly-cost .cost {display: block; font-size: 28px; color: #D84135;}
.broadband-selection .selection-costs .monthly-cost .period {display: block; margin-bottom: 14px; font-size: 11px;}
.bb-unavailable {clear:both;}
.tell-us-when-ready {clear:both;}
.broadband-selection > .selection-info > .shaping-tooltip {position:relative; top:9px}

.naked-broadband-selection {width:508px; float:left;}
.naked-selection-costs {float:right; width: 130px;}

#datapack-details {margin:20px 20px 20px 0; height:60px; }
#datapack-details ul { list-style:none; margin:0; padding:0; }
#datapack-details li { list-style:none; margin:0 13px; padding:8px 0 0 0; text-align:center; width:100px; float:left; }
#datapack-details strong { font-size:18px; display:block; }


/* Product Specific - Phone & Netphone */
.product-category-content .phone-situation {padding-top:18px;}
.phone-situation label{ margin-left:10px; margin-right:15px;}
.phone-situation input{position: relative; right: 4px;top: 2px;}
.product-category-content .phone-situation .price-period{margin-top:5px;}
.or {margin-top:10px; margin-left:31px;}

/* Product Specific - Fetchtv */
.fetch-plans > table > .first {vertical-align:middle;}
#entertainment-list{float:right;margin-right:2px;	background: url(../../Images/plus-01.png) no-repeat 0 5px; padding-left:50px}
.tvfetchtv .plan-listing-container, .nakedpage .plan-listing-container{margin-right:0; margin-top:0; border-radius:0 0 3px 3px;}
.tvfetchtv #product-selection-form {margin-right:0;}
.fetch-plan-container
{
    border: 1px solid #D9DEE3;
    border-radius: 3px;
}

.fetch-plan-col
{
    width: 317px;
    float: left;
    padding-bottom: 20px;
}
.fetch-plan-cell
{
    padding: 5px 20px;
    border-bottom: 1px solid #D9DEE3;
}
    .fetch-plan-cell.fetch-button
    {
        padding-top: 20px;
        border-bottom: 0;
    }

.fetch-plan-cell.plan-details
{
    height: 370px;
}

.fetch-plan-col.full-width
{
    width: 635px;
}
.full-width .fetch-plan-cell.plan-details
{
    height: auto;
}

.full-width ul.fetch-options.fetch-plans
{
    height: auto;
}

.fetch-plan-col.fetch-entertainment
{
    border-right: 1px solid #D9DEE3;
}
.tvfetchtv ul.first{
    margin-bottom: 0;
}
.fetch-ent-plus
{
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
}
ul.fetch-options
{
    list-style: none;
}
ul.fetch-options.fetch-plans
{
    height: 70px;
}
    ul.fetch-options li
    {
        font-weight: bolder;
        margin: 20px 0 5px 0;
    }
    ul.fetch-options li p
    {
        margin-left: 25px;
    }

li.fetch-stb-option
{
    height: 40px;
}
.fetch-stb-option label
{
    padding: 20px 140px 20px 0;
}
.fetch-stb-option.fetch-stb-black label
{
    background: url("../../Images/fetchtv/stb-black.png") no-repeat right;
}
.fetch-stb-option.fetch-stb-white label
{
    background: url("../../Images/fetchtv/stb-white.png") no-repeat right;
}
.tvfetchtv .item-price.monthly
{
    font-size: 26px;
    margin-right: 3px
}
.tvfetchtv .item-price.upfront
{
    font-size: 18px;
}

/* Product Specific - BoBSquad */
#bTestimonial {  margin:0;   }
#bTestimonial #indi-speech { background: url("../../Images/bobsquad/indi.png") no-repeat scroll 0 0 transparent; display: block; height: 46px; position: relative; left: 40px; top: -20px; width: 50px; }
#bTestimonial cite {color: #999999; display: block; font-size: 12px; font-style: normal; font-weight: bold; position: relative;}
#bTestimonial #blockquote{background:#c6e6e5;position:relative;color:#000000;font-size:13px;margin:0;padding:20px;padding-top:16px;padding-bottom:0px;line-height:24px;margin-top:20px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px; text-shadow: 1px 1px 0 #dcf0ef;	}
#bTestimonial #blockquote i{    position:absolute;	display:block;    top:10px;		background:#c6e6e5; width:610px;    z-index:8;}
#bTestimonial #blockquote i.active {   z-index:10;}
#bTestimonial #blockquote i.last-active {    z-index:9;}
#bTestimonial #blockquote {    height: 55px;    position: relative;}
#bTestimonial a{ position:relative; top:-30px; left:105px;}
.bob-plan h3 {clear:none;}
.bob-plan button {margin-top:10px;}
.bob-plan h3 {margin-bottom:5px; padding-left:0 !important;}
.bob-plan p {padding-left:0 !important;}
.bob-plan > .price-period {margin-top:10px !important;}

/* Product Specific - Dialup */
.script_only, #what_you_get_1, #what_you_get_2 {margin-left:182px;}

/* Product Specific - Mobile Broadband */

.things-needed {margin: 0 20px; overflow: hidden;}
.things-needed dt{clear: left; float:left; margin: 3px 20px 0 0;}
.things-needed dd{float:left; width: 570px;}
.things-needed dd h4{margin: 5px 0;}

#mobiihotspot .mbb-plans {position: relative; padding: 0 20px 20px; margin: 40px 20px 0; border-radius: 3px 3px 0 0; overflow: hidden; }
.mbb-plans > a {margin-bottom:15px; float:right; margin-left:17px;}
.mbb-plans > a:hover {text-decoration:none;}
.mbb-plans .product {margin-top:0;}
.mbb-plans .question {margin-left:10px; }
.mbb-plans > .disclaimer {margin-top:15px;}
.mbb-plans th .disclaimer {line-height:11px;}
.mbb-plans .price-table th, .mbb-plans .price-table td {padding: 14px 15px;}
#mobiihotspot { width: 718px; padding: 0 0 20px; }
.mobii4gtablehead {font-weight:normal; font-size:10px; text-align:center;}

#mobiihotspot > img {padding-left: 20px;}
.mbb-plans > .breakout-box {text-align:center; padding: 20px 90px 20px 0px; margin-right:0;}
.mbb-plans > .breakout-box > .monthly-cost > span.period {line-height:12px; margin-top:7px;}
#mobiihotspot .feature-listing-container {margin:20px;}
#mobiihotspot #intro { padding:20px 20px 0; background: #fff url("../../Images/mobile-broadband/connecting-devices.jpg") no-repeat 400px bottom; height:200px;}
#mobiihotspot #intro-mobiiconnect { padding:20px 20px 0; background: #fff url("../../Images/mobile-broadband/mobiiconnect-connecting-devices.png") no-repeat 400px bottom; height:200px;}
#mobiihotspot #intro h1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; margin-top: 5px; }
#mobiihotspot #intro h4 { font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif; font-size: 18px; }
#mobiihotspot #intro .mobiiheader { font-weight: bold; line-height: 20px; width:348px; margin: 15px 0 10px;}
#mobiihotspot .travel-kit { background: url("../../Images/mobile-broadband/travel-kit.jpg") no-repeat left bottom; padding:24px 19px 24px; margin-left:20px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); border: 1px solid #d9dee3\9; }
#mobiihotspot .travel-kit p{ margin-left: 250px; font-size: 15px; line-height: 24px; margin-bottom: 0; }
#mobiihotspot .monthly-cost, #mobiihotspot .mbb-plans > .breakout-box > h3 {
    display:inline-block;padding: 0 25px; margin: 0; /* for IE7 */
    zoom: 1;
    *display: inline;
}
/*#mobiihotspot .monthly-cost:last-child {/*border-left: 1px solid #D9DEE3;margin: 0 0 0 -13px;}*/
#mobiihotspot > h3, #mobiihotspot > h4, #mobiihotspot > p, #mobiihotspot > ul  {margin-left: 20px; margin-right: 15px;}
#mobiihotspot .mbb-plans > .breakout-box > h3 {padding: 0;color: #D84135;}
#mobiihotspot .plan-listing-container { overflow: hidden; }
#hotspot{position: absolute;top: 20px;left: 510px;}
.mbb-select-button {float: right;margin: 0;}
#mobiihotspot p.disclaimer, .mbb-plans p.disclaimer{width: 470px;}
#mobiihotspot > #broadbandtabscontainer { margin:40px 20px 0 20px;}
#mobiihotspot  .mbb-plans {margin-top:0;}
#mobiihotspot .accordion-item {min-height:42px;}
#mobiihotspot .accordion-wrapper { clear:both; top:10px; position:relative;}
#mobiihotspot .accordion-wrapper accordian-header-space {padding:10px 20px;}
#mobiihotspot .item-content {clear:both; height: auto !important;}
#mobiihotspot  .accordion-item > .ui-accordion-header > .ui-icon {left:528px;}
#mobiihotspot .accordion-wrapper img.icon-45 {margin: 0 15px 0 20px;}
#mobiihotspot .accordion-wrapper h3  {clear: none; padding: 0; margin:10px 0;}
#mobiihotspot .accordion-wrapper img.icon-45, #mobiihotspot .accordion-wrapper h3 {float: left;}
.mbb-plans {margin-top:30px;}
#mobiihotspot .five-devices {margin-bottom:0; overflow: hidden; padding-right:20px;}
#mobiihotspot .five-devices > img {float: left;}
#mobiihotspot .five-devices > p {float: right; width: 238px; margin: 10px 20px;}
.mbb-sydney {float:right;}
#mobiihotspot .things-needed {padding: 0 20px;}


/* New MobiiHotspot section: Override previous styles */
#mobiihotspot.mobile-hotspots { width:678px; padding:0 20px 20px 20px; }
* html #mobiihotspot.mobile-hotspots { width: 718px; }
#mobiihotspot.mobile-hotspots #intro { width:658px; padding-top:0; height:240px; margin:30px 240px 0 0; }
#mobiihotspot.mobile-hotspots h3,
#mobiihotspot.mobile-hotspots p,
#mobiihotspot.mobile-hotspots ul { margin-left:0; }
#mobiihotspot.mobile-hotspots #broadbandtabscontainer { margin:20px 0 0 0; }
#mobiihotspot.mobile-hotspots .mbb-plans { margin:10px 1px 0 0; padding-top: 0; }
#mobiihotspot.mobile-hotspots .accordion-wrapper { top: 0; padding-bottom: 0;  }
#mobiihotspot.mobile-hotspots .accordion-wrapper h3 { float: none; padding:5px 20px 5px 65px; margin: 0 0; }
#mobiihotspot.mobile-hotspots .accordion-item .ui-accordion-header .ui-icon { left:635px; }
#hardware-3g-options .mobii-hotspot-tech-specs h3,
#hardware-4g-options .mobii-hotspot-tech-specs h3 {
    padding-left: 65px;
    line-height: 35px;
    display: block;
    background:transparent url(../../Images/icons/35/service-level-agreements.png) 20px 4px no-repeat;
}
/* Hide some 3g/4g tab content from all sections except "MobiiHotspot" section */
.tabs-content .mbb-plans,
.tabs-content .connect-devices,
.tabs-content .mobii-hotspot-tech-specs { display: none; }
#mobiihotspot.mobile-hotspots .tabs-content .mbb-plans,
#mobiihotspot.mobile-hotspots .tabs-content .connect-devices,
#mobiihotspot.mobile-hotspots .tabs-content .mobii-hotspot-tech-specs { display: block; }
#mobiihotspot.mobile-hotspots .mbb-plans > h3 { left:-20px; position: relative; }
#mobiihotspot.mobile-hotspots .plan-listing-container { border:0; }
#mobiihotspot.mobile-hotspots .connect-devices { margin-top: -40px; }
#mobiihotspot.mobile-hotspots .five-devices { margin: 20px 20px 40px; }
#mobiihotspot.mobile-hotspots .things-needed dd { width: 530px; }

/* New 4G section: Override previous styles */
#mbb-4g-page h2 { margin-top: 0; }
#mbb-4g-page section.price-table { margin: 0 0; }
#mbb-4g-page #hardware-4g-options { border-radius:3px; }
/* Fix IE accordion bugs */
.isIE #mbb-4g-page #hardware-4g-options { width: 98%; }
.isIE #mbb-4g-page #hardware-4g-options .accordion-item { position: relative; top:-3px; }
.isIE #mbb-4g-page #hardware-4g-options .ui-icon { left: 620px; }

#mobilecoverageMap .breakout-box {text-align:center;}
.mbb-plans #broadbandtabs, #mobiihotspot #broadbandtabs{font-size:11px; line-height:12px; }
.mbb-plans ul#broadbandtabs > li, #mobiihotspot ul#broadbandtabs > li{text-align:left;}
.mbb-plans #broadbandtabs strong, #mobiihotspot #broadbandtabs strong{ float:left; font-size: 29px;padding-right: 10px; padding-top: 7px;}
#mbb-4g-page #sb-player { overflow:auto; }
#mbb-4g-page > .price-table {margin:0 20px;}
#mbb-4g-page > .breakout-box > p {margin:0;}
#mbb-4g-page > #mobile-hardware-container {margin-top:20px;}
/* Product Specific - Mobile Plans */
    table#voice_plans {
        position: relative;
        top: 20px;
    }
    table#voice_plans th {
        font-weight: bold;
    }
    table#voice_plans td, table#voice_plans th {
        text-align: center !important;
        padding: 5px;
    }
    .voice-selection {
        margin-top: 30px;
        margin-left: 25px;
    }


    .finn    {float:right; z-index: -1;}


    .mobileplans .plan-listing-container {border:0; padding:0;}
    .mobileplans table {background-color: transparent !important; z-index: 999; position:relative; margin:0; border:0; width:678px;}
    .mobileplans table thead th  {
            height: 71px;
            padding: 0;
            border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            text-align: center;
            font-weight:bold;
            font-size: 24px;
            color: #FFFFFF;
            text-shadow: 1px 1px #31373D;
    }

            #mobilevoiceplans ul{list-style:none;margin:0; height:150px;}
            #mobilevoiceplans ul li{list-style:none;margin:0 0 10px 0;}
    .mobileplans th.ten  {background: url("../../Images/mobile-plans/bg-mobileplans10.png") no-repeat bottom left transparent; }
    .mobileplans th.twenty  {background: url("../../Images/mobile-plans/bg-mobileplans20.png") no-repeat bottom left transparent; vertical-align: middle;}
    .mobileplans th.forty  {background: url("../../Images/mobile-plans/bg-mobileplans40.png") no-repeat bottom left transparent; }
    .mobileplans th.sixty  {background: url("../../Images/mobile-plans/bg-mobileplans40.png") no-repeat bottom left transparent; }

    .mobileplans th.ten span, .mobileplans th.forty span, .mobileplans th.sixty span {position: relative; top: 27px;}
    .mobileplans > ul {margin-left:25px;}
    .mobileplans table td {text-align: center; width: 226px; padding-bottom: 20px !important; border-bottom: 1px solid #D9DEE3;}
    .mobileplans table td.first {border-left: 1px solid #D9DEE3;border-right: 1px solid #D9DEE3;  border-bottom-left-radius: 3px; 	-webkit-border-bottom-left-radius:3px;}
    .mobileplans table td.last {border-right: 1px solid #D9DEE3 !important; border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;}
    .mobileplans table form {margin-bottom: 10px;}

    .mobileplans span.description {color:#ff5800; font-weight:bold; margin-top: 20px;}
    .bigger-value {font-size: 16px; font-weight:bold; margin-bottom: 0 !important;padding-left:20px;}

    .mobileplans p{line-height: 2.5em;}
    .product-category-content ul.three-col li.top {height: 100px;}
    h3.inside-breakout-box {margin-top: 0;}

    #mobile  {padding: 0 20px;}
    #mobile .mobile {position: relative; top: -250px; right:-150px; margin-bottom:-340px;}

    #mobile p {width: 420px;}
    #mobile ul{width: 350px;}
    .socialnetworking {position: relative; top:-150px; margin-bottom:-140px;}
    .socialnetworking2 {padding: 0 0 20px 20px;}

    .monthly-cost {text-align: center; vertical-align:middle;}
    .mobileplan-col1 {width: 50%;}
    .mobileplan-col2 {width: 15%;}
    .mobileplan-col3 {width: 20%;}
    span.cost {
        color: #D84135;
        display: block;
        font-size: 28px;
        font-weight:bold;
        line-height: 1em;
    }
    span.period {
        display: block;
        font-size: 11px;
        margin-bottom: 0;
    }
    span.totalcost {
        color: #878787;
        font-size: 10px;
        margin-top: 2px;
        text-shadow: 1px 1px #FFFFFF;
    }

    .plan-listing-container table.mobilebig {width: 678px;}

     /* Mobile plans roaming */
   /* h3.country-name {float: left; padding-left: 20px;}

    .country-remove
    {
        padding-left: 5px;
	    margin-top: 22px;
	    text-transform:lowercase;
	    display:block;
	    width:80px;
	    float:left;
	    cursor:pointer;
        font-weight: bold;
    }
    .country-remove:hover {
	    color:#D52B1E;
    }

    table.call-rates-tbl {clear: both; width:678px;}*/

    /* Mobile plans hardware */
    table.sim-choice th, table.sim-choice td {
        width:50%;
        text-align: center;
        vertical-align: middle;
    }

    /* Mobile plans coverage maps */
    	ul.map
    	{
    	float: none;
		margin-right: 0 !important;
	}
	ul.map li
	{
	    display: inline-block;
		list-style-type: none !important;
		list-style-image: none !important;
		list-style-position: outside;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	ul.map li a img {
		height: 120px;
		border: solid 1px #fff;
	}
	ul.map li a img:hover {
		border: solid 1px #0AA4A4;
	}
	ul.map li span {
		display: block;
		font-size: 0.85em;
	}

	/* Product Specific - Tablets */

	.tablets-section #intro { background:none; }
    .tablets-section #mobilecoverageMap {
        width:940px !important;
    }

.tablets-section #mobilecoverageMap p {
    margin: 10px 0;
}

.tablets-section #mobilecoverageMap h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tablets-section .product-category-content {
    overflow: visible !important;
}

/* Product Specific - Online Protection */
#online-protection .product-category-body .accordion-wrapper {padding-bottom:0;}

/* Product Specific - Piix Photo Frame */

/*.piix.product-category-content {padding:0 !important; width:700px !important;}*/
.piix .left {width: 395px;float: left; padding:0 25px 30px 20px;}
    .piix .left h1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; }
.piix .right {width: 205px;float: left;}

.piix .noteworthy { width:180px; height:172px; padding:15px; color:#ffffff; float:left; margin-left:15px; background:url("../../Images/campaign/piix/bg-features.png") transparent bottom left no-repeat; }

.piix .noteworthy#box01 { background-color:#ff8200;}
.piix .noteworthy#box02 { background-color:#f7941e;}
.piix .noteworthy#box03 { background-color:#faa61a;}
.piix .noteworthy#step1,  .piix .noteworthy#step2,  .piix .noteworthy#step3 {background:#fff; width:173px; border:1px solid #d5d5d5; margin-top:30px; margin-bottom:30px; margin-left:20px;  }

.piix .noteworthy p {font-family: 'PlutoSansLight', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; margin: 15px 0;}

.piix .noteworthy#step1 img,  .piix .noteworthy#step2 img,  .piix .noteworthy#step3 img{margin-left:40px; margin-top:10px;}

.step-img {position:relative; z-index:3; top:-50px; left:-70px;}

.piix .noteworthy h3 {font-family: 'PlutoSansHeavy', Arial, Helvetica, sans-serif; font-size: 32px; line-height: 20px; margin-top:0 !important; margin: 20px 0; }


.piix .demo { width: 718px; height:451px; background:url("../../Images/campaign/piix/bg-demonstration.jpg") top left no-repeat;margin: 0 0 -40px -20px !important; position:relative;}
    .piix .demo .btn-send {width:154px; height: 34px; background:url("../../Images/campaign/piix/btn-send.png") no-repeat; text-indent: -99999px; display:block; position:absolute; bottom:98px; left:70px; }
    .piix .demo h3 { font-size:32px; line-height:40px; padding:0 30px; width:360px; float:right; margin:20px 40px 0 0; }
    .piix .demo .arrow { width:73px; height:97px; background:url("../../Images/campaign/piix/arrow.png") no-repeat; display:block; text-indent:-9999px; position:absolute; left:200px; bottom:120px;}
    .piix .demo .piix-display { width:194px; height:148px; background:url("../../Images/campaign/piix/p-display.png") no-repeat; display:block; text-indent:-9999px; position:absolute; right:85px; bottom:115px;}
.piix ul {float: left; width: 470px; margin-bottom: 30px; }
.piix ul li{padding-bottom: 8px;}
h2.how {margin-top:20px;}


.piix .cost { width:230px; text-align:center;}
.piix .cost .price{font-family: 'PlutoSansHeavy', Arial, Helvetica, sans-serif; color:#d21f2a; font-size:48px; font-weight:bold; line-height: 1em;}
/*.piix .cost span{display: block; font-size: 11px;  margin: 3px 0; color: #333;}*/
.piix .cost p {padding:0;margin:0 0 5px; color:#969696; font-size:11px; line-height:18px;}

.piix dl {
    margin:0 0 50px;
    border: 1px solid #D9DEE3;
    border-radius: 3px 3px 3px 3px;
}

.piix dl dt {
    float:left;
    padding:8px;
    width:150px;
    border-bottom: 1px solid #D9DEE3;
    border-right: 1px solid #D9DEE3;
}

.piix dl dd {
    margin:0 0 0 168px;
    padding:8px;
    width:492px;
    border-bottom: 1px solid #D9DEE3;
}

.piix dl dt.double, .piix dl dd.double {min-height: 38px;}

.piix dl dt.title {width: 126px;}
.piix dl dd.title {width: 468px;}
.piix dl dt.title, .piix dl dd.title {
    background: url("../../Images/bg-table-header.png") repeat-x scroll 0 0 #F4F6F6;
    color: #000000;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
    padding:14px 20px;
   }

.piix dl dt:last-child,
.piix dl dd:last-child {border-bottom: none;}

.piix-more-features h2 { margin:0!important; margin:20px 10px 0!important; font-size:22px!important;}
.piix-more-features {margin-left:15px; background-color:#fff; border:1px solid #d5d5d5; padding-left:15px; float:left; margin-bottom:30px; background:url("../../Images/campaign/piix/features-bg.png") #fff bottom left no-repeat;}
.piix-more-features ul.left{float:left; margin:10px 21px; padding:0; width:280px;}
.piix-more-features ul.right{float:right; margin:10px 21px; padding:0; width:280px;}

.piix-more-features ul.right li, .piix-more-features ul.left li {margin:0;}

.piix .noteworthy .steps {
    width: 45px;
    height: 45px;
    margin: -40px 0 0 -30px;
    text-indent: -9999px;
}
.piix .noteworthy#step1 p, .piix .noteworthy#step2 p, .piix .noteworthy#step3 p {font-size: 12px; color: #000;}
.piix #step1 .steps
{
    background:url("../../Images/campaign/piix/step1.png") #fff bottom left no-repeat;
}
.piix #step2 .steps
{
    background:url("../../Images/campaign/piix/step2.png") #fff bottom left no-repeat;
}
.piix #step3 .steps
{
    background:url("../../Images/campaign/piix/step3.png") #fff bottom left no-repeat;
}


/* Product Category Pages */
ul.product-categories-list > li > .icon-65 {float:right; margin:15px 0 0 20px;}
ul.product-categories-list > li > h2 {font-weight:bold; font-size: 18px; margin-top:10px;}
ul.product-categories-list > li > h2 > a {color:#000000;}
ul.product-categories-list > li > ul {margin: 0 0 0 30px;list-style-type: disc;}
.product-categories-list-other h3 { font-weight:bold; font-size:18px;}
.product-categories-list-other ul { margin: 0 0 0 30px;}

div#additionalproducts .addon-header,
div#additionalmodemproducts .addon-header
{
    padding: 0 0 0 16px;
}
.addon-header h3 {vertical-align: top; margin: 8px 0 0 4px; display: inline-block; }
.addon-header .addon-selected,  .addon-header .addon-deselected{ display: inline-block;}



.standard-form > label
{
	background: url("../../Images/sprites/bg-signup-gradients.png") repeat-x scroll 0 -54px transparent;
    border-radius: 3px 0 0 3px;
    clear: left;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font: bold 12px arial,helvetica,sans-serif;
    height: 23px;
    margin-bottom: 4px;
    padding: 9px 0 0;
    text-align: center;
    text-shadow: 1px 1px #001F43;
    width: 140px;}

    .standard-form > input    {
    background: url("../../Images/sprites/bg-signup-gradients.png") repeat-x scroll 0 -87px transparent;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font: 12px arial,helvetica,sans-serif;
    height: 28px;
    /*margin: 0 0 5px;*/
    margin: 0 8px 5px;
    padding-left: 5px;
    float: left;
    width:350px;
    }


    .standard-form > input.withlabel{ border-radius: 0 3px 3px 0;}

    .breakout-box {
    background-color: #FFFFFF;
    border: 1px solid #D9DEE3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px #FFFFFF;
    margin: 20px 20px 20px 0;
    padding: 20px 19px 20px;
}

.bob-squad-page .eligible-round {margin: 25px 0 -35px 0!important;}
.bob-squad-page .plan-listing-container {margin-right:0;}

.bob-plan
{

            background: #f6f7f8;
            background-image: -moz-linear-gradient(top, #e8eaed 0%,#ffffff 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eaed), color-stop(100%,#f7f7f8));
            background-image: -webkit-linear-gradient(top, #e8eaed 0%,#ffffff 100%);
            background-image: -o-linear-gradient(top, #e8eaed 0%,#ffffff 100%);
            background-image: -ms-linear-gradient(top, #e8eaed 0%,#ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaed', endColorstr='#ffffff',GradientType=0 );
            margin-top:-30px;


    }
.mbb-plans ul#broadbandtabs > .fourgtab, ul#broadbandtabs > .fourgtab {width:150px!important;}
.fourgtab .question {position:relative; left:28px; top:-8px;}
.hwitem{border:none!important;}
.hwitem button, .hwitem a.button-125{width:125px; margin-left:30px;}
.hwitem a.button-125:hover{text-decoration:none;}
.tell-us-when-ready{display:none;}

/* budii product page */
.product-category-content.budiipage {padding: 10px 0 40px !important; width: 960px;}
.budiipage .plan-listing-container, .adslhardware .plan-listing-container {padding:20px 0; border: none;}
.budiipage #rentalterms {}

#faq-content h4 {
    font-size: 18px; line-height: 24px; color: #000000;
}

.budiipage #rentalterms input {margin-left: 20px;}
.budiipage #rentalterms ul li {padding-bottom: 8px;}
.budiipage #rentalterms table {width: 598px;}
.budiipage .plan-pricing-header h3
{
    font-family: 'PlutoSansHeavy',Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #000;}
.budiipage .plan-pricing-header .contract-note
{
    font-family: 'PlutoSansHeavy',Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #d21f2a;
    margin-top:5px;}
.budiipage .plan-pricing-left > h4 {padding-top: 25px;}
.budiipage .plan-pricing-header {padding: 20px 0 10px;}
.budiipage .plan-pricing-row {margin:0 0 10px 0;}
.budiipage .plan-pricing-left {margin-top: 45px;}
.budiipage .plan-pricing-left.last {margin-top: 20px; height: auto;}
.budiipage .plan-pricing-item {margin-top: 45px; height: 140px;}
.budiipage .plan-pricing-item.recommend {margin-top:0;}
.budiipage .plan-pricing-item.recommend img {padding-bottom: 5px;}
.budiipage .feature-listing-container {border: 0; padding:0 0 0 20px;margin-right:0;}
.budiipage .feature-listing-container img {float:right; margin-top: 30px;}
.budiipage .feature-listing-container h3 {clear:none; margin: 50px 260px 30px 0;}
.budiipage .feature-listing-container h3 img {float:left; margin:-20px 10px 0 0;}
.budiipage .feature-listing-container ul {clear: left; /*margin:0 280px 40px 0;*/ padding-top: 20px;}
.budiipage .feature-listing-container ul li {margin-left: 15px; padding-bottom: 12px;}
.budiipage #rentalterms h3 {font-size:14px;}
.budiipage .product-category-content .plan-listing-container {margin-bottom:0;}

.floating-budii-image img  {}
.plan-pricing-left img {}
.plan-pricing-left img.plus{}
.margin-top20{margin-top:20px;}
.floating-budii-image{width:200px;height:150px;float:right;margin-top:-10px; }
.floating-budii-image img{display:block;margin:auto;}
.plan-pricing-row{margin:11px 0;}

.budiipage #termssummary {background-color: #f2f3f3; padding: 10px 40px 50px 20px;}

.budiipage #termssummary ul li{padding-bottom: 12px; }

.budiipage div#additionalproductscontainer {width: 718px; margin:0;}
.budiipage .additional-product-item-data ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active {width: 678px;}

#budii-pricing-wrapper > hr { background: none repeat scroll 0 0 #D9DEE3;    border: medium none;    height: 1px;    margin: 20px;}
    .plan-pricing-left { height:100px;margin-top:20px;width:320px;float:left;}
    .plan-pricing-right { width:170px;float:left;margin-top:10px;}
    .plan-pricing-right h3 { margin:0 0 5px 0;}
    .plan-pricing-right span.price {color: #B81739;font-size: 16px; font-weight: bold;}
    .plan-pricing-right input[type=radio] {position:absolute;margin-left:-20px;}

    .plan-pricing-item { height:100px;margin-left:30px;margin-top:20px;width:125px;float:left;}
    .plan-pricing-item input[type="radio"] {
        position: absolute;
        margin-left: -20px;
    }

    .plan-pricing-header .contract-note,
    .plan-pricing-item .savings-note,
    .plan-pricing-item .total-cost {
        font-size: 10px;
        display: block;
        line-height: 12px;
    }
    .plan-pricing-header .contract-note{
        color: #878787;
     }

    .plan-pricing-header .plan-pricing-item,
    .plan-pricing-header .plan-pricing-left {
        height: 70px;
        margin-top: 0;
    }
    .plan-pricing-header h3 {color: #B81739;font-size: 20px;  margin: 10px 0 0 0;}
    .pricing-info-row {margin-bottom:10px;}
    .pricing-info-row span.total-cost {font-size:10px; line-height:1.0;}
    /*.pricing-info-row ul.total-cost li{margin-left:0 !important;}*/
    .marginbtm40{margin-bottom:40px !important;}
    .budii-header-img p {display:none !important;}
    .budii-header-img .address-resolution { margin:100px 0 0 15px; width:518px;}

	.budii-header-img .address-resolution input,
	.budii-header-img .address-resolution-input {width:370px;}

#budii_wrapper {
	width:718px;
	height:420px;
	margin:auto;
	background-image:url(../../Images/budii/budii_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#budii_wrapper ul li {
	list-style-type:none;
	text-align:center;
	opacity: 0.5;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opactiy .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	display:block;
	padding-top:55px;
	width:60px;
	margin-bottom:10px;
	margin-left:0;

}
#budii_interactive {margin-left:-20px}
#budii_wrapper ul li a {
	display:block;
}
#budii_wrapper ul li {
	font-weight:bold;
	color:#ff8200
}
#budii_wrapper ul li:hover {
	opacity:1;
	transition: all 0.15s ease 0s;

}
#budii_wrapper ul li img:hover {
}
#budii-bottom-list ul {
	padding:0;
	margin:0
}
#budii-bottom-list ul li {
	float:left;
	margin:0 30px;
}
#budii-bottom-list {
	width:300px;
	height:50px;
	margin: 20px auto auto auto;
}
#budii-left-list ul {
	margin-left:15px;
	padding-left:0;
	width:50px;
	height:300px;
	margin-top:14px;
}

#budii-left-list {
	width:50px;
	margin-left:15px;


}
#budii-right-list ul {
	margin-left:0;
	padding-left:0;
	width:50px;
		margin-top:0;
}
#budii-right-list ul li {
}
#budii-right-list {
	width:50px;
	margin-right:25px;
	float:right;
	margin-top:0;
}
#budii-bottom-list ul li.last_budii_item {
	margin-right:0px;
}
#budii-bottom-list ul li.first_budii_item {
	margin-left:0px;
}
ul li.last_budii_item {
	margin-bottom:0px !important
}
#budii_descriptions {
	   height: 334px;
    left: 80px;
    position: absolute;
    width: 560px;
}

.titlebg {background-color: #f1f1f1;}


/* backgrounds for ul li elements */
/* left column*/
ul li#superfastadsl {
	background:url(../../Images/budii/icon-adsl2.jpg) top center no-repeat;
}
ul li#netphone {
	background:url(../../Images/budii/icon-netphone.jpg) top center no-repeat;
}
ul li#pstn {
	background:url(../../Images/budii/icon-pstn.jpg) top center no-repeat;
}
/* right column */
ul li#g3-storage {
	background:url(../../Images/budii/icon-3g-storage.jpg) top center no-repeat;
}
ul li#wireless {
	background:url(../../Images/budii/icon-wireless.jpg) top center no-repeat;
}
ul li#findnpair {
	background:url(../../Images/budii/icon-find-and-pair.jpg) top center no-repeat;
}
/*bottom */
ul li#answering-machine {
	background:url(../../Images/budii/icon-answering-machine.jpg) top center no-repeat;
}
ul li#internet-radio {
	background:url(../../Images/budii/icon-internet-radio.jpg) top center no-repeat;
}
ul li#wifi-tablet {
	background:url(../../Images/budii/icon-tablet.jpg) top center no-repeat;
}
/* description positions for icons */
#budii_descriptions > div {
	color:#fff;
	background-color:#ff8200;
	padding:5px;
	position:absolute;
	display:none;
	width:350px;
	min-height:50px;
}
#adsl2-description {
}
#netphone-description {
	margin-top:95px;
	width:350px;

}
#pstn-description {
	margin-top:190px;
	width:350px;
}
#answering-machine-description {
	margin-top:229px;
	width:350px;
	margin-left:20px
}
#internet-radio-description {
	margin-top:229px;
	width:450px !important;
	margin-left:50px
}
#wifi-tablet-description {
	margin-top:229px;
	width:350px;
	margin-left:220px
}
#findnpair-description {
margin-top:190px;
	width:350px;
	right:1px;
}
#wireless-description {
		margin-top:95px;
	width:350px;
	right:1px;
}
#g3-storage-description {
	width:350px;
	right:1px;
}
/*Budii */
.budiipage > h1 {margin: 0 20px 30px;}

#budii_intro {
    margin-bottom: 15px;
    line-height:1.8em;
    padding-left:20px;
}

#budii_intro > img {
   float: right;
    margin: -60px 0 0 25px;
}

#budii_intro > h3
{
    clear:none;
    margin: 30px 0 5px;
}

#budii-selection-section {padding: 0 20px;}
.budiipage .plan-listing-container .addtocart {margin: 20px 0 20px 40px; float:left;}
.plan-listing-container hr {
	margin: 0px;
    border: none; height:1px; background:#D9DEE3;
}
.plan-pricing-left ul li {
    float: left;
    height: 50px;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    width: 50px;
    font-weight:bold; }

    .plan-pricing-left ul li.modem, .plan-pricing-left ul li.phone{width:70px;}

    #floating_add_to_cart{width:190px;height:150px;border:1px solid #D9DEE3;float:right;margin-top:-45px;text-align:center;padding:20px 5px 5px 5px; border-radius: 3px 3px 3px 3px;-webkit-border-radius: 3px;line-height:1.1em;
-moz-border-radius: 3px;}
    #floating_add_to_cart button{margin:10px auto;}
    #floating_add_to_cart span.price {font-weight:bold; font-size:24px;color:#b81739;}
    #floating_add_to_cart span.contract {font-size:11px;}
    #floating_add_to_cart span.total-cost {font-size: 10px;}

.scrollover {float:left; margin:-2px 5px auto 20px;}


/* budii 360 styles */
#threesixtycontainer {
    height:400px;
    width:718px;
    margin: 20px 0 50px -20px;
}
#threesixty {
	position:absolute;
	overflow:hidden;
	margin-top:40px;
	width:700px;
	height:540px;

}
#threesixty ol li {list-style:none !important; margin:0 !important;}


#threesixty_images {
	display: none;
}

#threesixty img {
	position:absolute;
	/* This one fixes the IE positioning bug */
	top:0;
	width:700px;
	height:auto;
}

.current-image {
	visibility:visible;
	width:100%;
}

.previous-image {
	visibility:hidden;
	width:0;
}
/*
	Sets the dimensions of the CanvasLoader placeholder <div>, it also centeres it horizontally and vertically inside the wrapper and makes it invisible by default
*/
#spinner {
	position:absolute;
	left:50%;
	top:50%;
	width:90px;
	height:90px;
	margin-left:-45px;
	margin-top:-50px;
	display:none;
}
/*
	Sets the style of the percentage <span> of the preloader by setting its dimensions and centering it horizontally and vertically
*/
#spinner span {
	position:absolute;
	top:50%;
	width:100%;
	color:#333;
	font:0.8em Arial, Verdana, sans;
	text-align:center;
	line-height:0.6em;
	margin-top:-0.3em;
}

/* end of budii 360 styles */

/* ADSL Hardware */
.plan-listing-container .addtocart {height: 14px; margin:20px 0;}
.plan-listing-container .addtocart button {float:right; margin-right: 50px;}


/* NBN Page */
.product-category-body.nbnpage {background: none;}
.product-category-body.nbn-background {background: transparent url(../../Images/nbn/bg-nbn-icon.png) no-repeat 436px -15px;}

.product-category-body.nbnpage #product-selection-form {margin-right:0;}
.product-category-body.nbnpage .product-category-content {padding-bottom:0;}

.product-category-body.nbnpage .product-category-content #planoption {
    position:relative;
    margin: 40px 0;}
.product-category-body.nbnpage .product-category-content h3{clear: none;}

.product-category-body.nbnpage .product-category-content #planoption .or{float:left; margin: 40px 18px 0 20px; font-size:14px; font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif; }
.product-category-body.nbnpage .product-category-content .plan-listing-container {border:none; padding:0; margin-right: 20px;}
.product-category-body.nbnpage > #termsandfees .icon-90 {display:none;}
.product-category-body.nbnpage .selection-info {float:left; width: 50%;}
.product-category-body.nbnpage .selection-info .title {font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif; font-size:16px;}

.product-category-body.nbnpage .selection-info .nbn-plan-small {font-size:11px;}
.product-category-body.nbnpage .plan-listing-container h3 {text-align:left; color:#ff8200; font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;}

#productType {
    padding-bottom:20px;
    border-bottom:1px solid #e2e2e2;
}

#productType input {margin-left:0;}
#productType label
{
    display: inline-block;
    margin-right: 50px;
    font-size: 15px;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
}

#productType label:hover {cursor:pointer;}

#planoption span#or {position:relative;}
.optionbox {
   float:left;
   display:block;
   width: 307px;
   height: 120px;
   box-shadow: 0 0 10px rgba(0,0,0,0.25);
   background-color:#FFFFFF;
   cursor: pointer;
}

span.icon {
    background: url(../../Images/nbn/icon-optionbox.png) no-repeat;
    background-position: top left;
    height: 66px;
    width: 66px;
    display: block;
    margin: 20px 10px 20px 20px;
    float: left;
}

#viewallplans span.icon {background-position:top left;}
#confirmavailability span.icon {background-position:top right;}

#viewallplans.active span.icon {background-position:bottom left;}
#confirmavailability.active span.icon {background-position:bottom right;}

#planoption span.title {display:block; font-size:13px; margin-top:26px; font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;}
#planoption span.desc {display:block; width: 290px;}

.triangle {
   display:block;
   width: 65px;
   height: 25px;
   box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5);
   position: absolute;
   top:120px;
   overflow: hidden;
   transform: rotate(180deg);
   -ms-transform:rotate(180deg); /* IE 9 */
   -moz-transform:rotate(180deg); /* Firefox */
   -webkit-transform:rotate(180deg); /* Safari and Chrome */
   -o-transform:rotate(180deg); /* Opera */
}
.triangle:after {
   content: "";
   position: absolute;
   width: 18px;
   height: 18px;
   background: #FFF;
   transform: rotate(45deg); /* Prefixes... */
   -ms-transform:rotate(45deg); /* IE 9 */
   -moz-transform:rotate(45deg); /* Firefox */
   -webkit-transform:rotate(45deg); /* Safari and Chrome */
   -o-transform:rotate(45deg); /* Opera */
   bottom: -10px;
   right: 45px;
   box-shadow: -1px -1px 10px -2px rgba(0,0,0,0.25);
}

#SQ-positive div.result:before, #SQ-negative div.result:before{
    content: "";
    position: absolute;
    left: 54px;
    margin-top: -19px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 19.1px 11px;
    /*border-color: transparent transparent #d21f2a transparent;*/
    border-color: transparent transparent #e6e7e8 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #e6e7e8 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

}
#SQ-positive div.result, #SQ-negative div.result{
    height:78px;
    background-color:#e6e7e8;
    margin-bottom:50px;
}

/*
#SQ-positive span, #SQ-negative span {
    margin-top: 25px;
    padding-left:40px;
    text-align:left;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}
*/


#SQ-positive div.result .nbn-plan-desc, #SQ-negative div.result .nbn-plan-desc {
    padding-left:0;
}

#SQ-positive div.result p, #SQ-negative div.result p
{
    /*float:left;
    margin-top:20px;*/
    padding-top: 25px;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
    font-size: 1.3125em;
}

#SQ-positive div.result img, #SQ-negative div.result img {
    float: left;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 20px;
}

#slider-speed span {padding-left: 0;}

#FibrePhoneDetails a.option-tooltip
{
   
}
/*
#FibrePlansDetails a.option-tooltip, #FibreSpeedDetails a.option-tooltip, #WirelessPlansDetails a.option-tooltip, #WirelessSpeedDetails a.option-tooltip 
{
   
    background-position: 280px -188px;
}
*/
a.option-tooltip {
    float:right;
    margin-top:20px;
    padding-right: 30px;
    width:43%;
    text-indent: 0;
    background-position: 290px -188px;
    font-size:1.0em;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
    color:#9a9b9c;
    text-align: right;

    }
a.option-tooltip:hover {background-position: 290px -207px; color:#747678;}
#FibrePlansDetails, #FibreSpeedDetails, #WirelessPlansDetails, #WirelessSpeedDetails, #PlanDetails-mbb3g, #PlanDetails-mbb4g {height:180px;}


#FibrePlansDetails h3, #FibreSpeedDetails h3,
#WirelessPlansDetails h3, #SatellitePlansDetails h3, #FibrePhoneDetails h3, #PlanDetails-mbb3g, #PlanDetails-mbb4g h3 {
    font-family: 'PlutoSansBold', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    letter-spacing: 0 !important;
}

#SatellitePlansDetails h5 {
    text-align:left;
    margin-top: 30px;
    margin-bottom:30px;
    font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff8200;
	padding-bottom: 5px;
}

#WirelessPlansDetails h5 {
    text-align:left;
    margin-top: 120px;
    font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff8200;
	padding-bottom: 5px;
}
#SatellitePlansDetails p.speed, #WirelessPlansDetails p.speed {text-align:left; }

.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show{
    font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.selection-info-container {padding-top:30px; border-top:1px solid #e2e2e2;}
.selection-info .total-cost {font-size: 0.9em; color:#9a9b9c;}
.selection-info ul.plan-details {list-style:none; margin-top:20px;}
.selection-info ul.plan-details li {margin-left:0; font-size: 11px; padding-bottom: 2px;}

.selection-info a.cis-link {margin-bottom:20px;}
.plan-cost
{
    margin-right: 10px;
    padding-left:0 !important;
    color: #ff8200;
    font-size: 48px !important;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
}
.per-month {
    font-size: 18px;
    font-family: 'PlutoSansLight',Arial,Helvetica,sans-serif;
}

.call-to-signup {
    background: transparent url(../../Images/nbn/call-to-signupshadow.png) no-repeat top left;
    width: 280px;
    font-family: 'PlutoSansbold',Arial,Helvetica,sans-serif;
    font-size: 32px;
    line-height: 1em;
    color:#d21f2a;
    margin-top: 10px;
    padding-top: 20px;
}

.nbn-tooltip-col {margin-bottom:20px;}
.nbn-tooltip-col p{margin-top:5px;}
#benefits-fibre {}
#benefits-wireless {display:none;}
#benefits-satellite {display:none;}

#video-container {
   overflow: hidden;
   padding: 10px 33px;
}
#viewpoint {margin:30px 0;}


.nbnpage .moreinfo, .iitvpage {
    text-align: center;
}

.nbnpage .moreinfo a, .iitvpage .moreinfo a {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #747678;
    display: block;
    font-family: 'PlutoSansMedium',Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 7px 15px;
}

.nbnpage .moreinfo a:hover, .iitvpage .moreinfo a:hover {
    position: relative;
    top: 1px;
}

.nbnpage .moreinfo span, .iitvpage .moreinfo span {
    background: none repeat scroll 0 0 #F2F2F1 !important;
    display: inline-block;
    margin: 5px !important;
    text-align: center !important;
}

.nbnpage .moreinfo-pad, .iitvpage .moreinfo-pad {
    margin: 0 auto;
    max-width: 678px;
}

.nbn-product-detail #sq{margin-bottom: 50px;}
.nbn-product-detail #sq div.address-resolution > label.check-availability-label {
    background: none;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    width: auto;
    text-align:left;
    padding-right: 15px;
}
.nbn-product-detail #sq .address-resolution .address-resolution-input {
    padding: 3px 10px;
    border-radius:0;
    width:460px;
    background: none;
}


.nbn-product-detail #SQBox h2 {font-size: 1.6em;letter-spacing: -0.01em !important;}
/*.nbn-product-detail #SQBox #SQ-positive h2#step2 {margin-top:100px;}*/
.nbn-product-detail #SQBox #SQ-negative h2#step2 {margin-top:50px;}
.nbn-product-detail #SQBox h3 {font-size: 1.4em;letter-spacing: 0.01em !important;}
.nbn-product-detail #SQBox #new-customers-form {padding:15px; margin-bottom: 20px;}
.nbn-product-detail #SQBox #new-customers-form p.standard-form {width:100%;}
.nbn-product-detail #SQBox #new-customers-form .standard-form > label {width:130px;}
.nbn-product-detail #SQBox #new-customers-form p.form-info{width:80px; margin-right:0;}
.nbn-product-detail #SQBox #new-customers-form .form-info, .option-group {min-width: 130px !important;}
.nbn-product-detail #SQBox #new-customers-form .form-info, .option-group p{margin-bottom:0;}

.nbn-product-detail #sq div.address-resolution > div.reset-address {
    right: 100px;
    top:-35px;
}
.NBNplans .nbn-plan-title  {font-family: 'PlutoSansLight',Arial,Helvetica,sans-serif }
.nbn-plan-small{font-family: 'PlutoSansLight',Arial,Helvetica,sans-serif }

/*All about NBN tab*/
.video-item {
  float: left;
  height: 275px;
  width: 270px;
  padding-right: 23px;
}
.video-item:last-child {padding-right:0;}
.video-item p {padding-left:0 !important; width:auto !important;}
.video-item p img {
    border: 1px solid #D2D2D2;
    cursor: pointer;
}
.product-category-body .video-item h3 {
    font-size: 14px;
    margin: 10px 0 5px;
    padding: 0;
}

.svg-canvas {
border-top: 1px solid #D9DEE3;
display: inline-block;
height: 137px;
padding: 11px 16px 0;
width: 137px;
}


/* ADSL Page */
.homephonepage.product-category-content,
.netphonepage.product-category-content,
.adslpage .product-category-content {width:698px;}
.adslpage .product-category-content .plan-listing-container,
.adslpage .product-category-content p {margin-right:0;}

.header-adsl p.category-title {
    display: none;
}

.adslpage #termsandfees.product-category-content p,
#hardware.product-category-content p {margin-right:20px;}
.bundle-reasons.product-category-content {width:678px;}
#bob-product-selection-form.plan-listing-container {margin-right:20px;}

.mobileproducttabs.product-category-tabs > li {margin: 23px 30px 20px 0;}

.mbb-plans .plan-listing-container,
.mbb-plans .feature-listing-container,
#mbb-4g-page .breakout-box,
#mbb-4g-page .plan-listing-container {margin-right:0;}

#mobiihotspot .product-category-content ul li, .product-category-content ol li {margin-left:30px;}
.adslpage .feature-listing-container { margin-right:20px; }
/*mobile voice 4G banner*/



        .starburst
        {
            padding: 2px 6px; background:#f8901f; color:#fff; border-radius:5px; /*text-shadow:1px 1px 1px #d46e00;*/ margin-top:5px; margin-right:40px; font-weight:bold; font-size: 11px;float: right;padding: 0px 6px;font-family: Arial;line-height: 20px;
        }

      
        h4.callpacks
        {
            position: relative;top: 12px!important;width: 103px;
        }

.standalone .product-category-content {
    width: 698px;
}

.existing-customer .product-category-content {
    padding-left: 101px;
    padding-right: 101px;
    margin-left: auto;
    margin-right: auto;
}

.standalone .product-category-content .plan-listing-container {
    margin-right: 0;
}

.standalone .product-category-content p {
    margin-right: 0;
}

/*Hardware section*/
        #hardware .right {
            clear: right;
            float: right;
        }

       #hardware .product-price {
           width: 130px;
           text-align: center;
       }
       #hardware .cost {
           color: #D84135;
           font-size: 28px;
           margin-bottom: 3px;
           font-weight: normal;
       }

       #hardware .punit {
           font-size: 12px;
           color: #232323;
           font-weight: bold;
           display: block;
           padding-top: 2px;
       }

#hardware .no-clear {
    clear: none;
}
.product-category-content table tbody td.hwitem { vertical-align: top; padding:20px; }
.product-category-content table tbody td.hwitem h3 {margin: 0 0 5px 0;}
.breakfees h4
{
	font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 15px;
    margin: 4px 0px 10px 0px;
}
.mobile-voice-header-img {background-image: url(../../Images/headers/s5-ii-top-banner-no-bg.jpg); background-position: left bottom; height: 245px; background-size:contain; }
    .mobile-voice-header-img .login-box, .mobile-voice-header-img .address-resolution
    {       }


.additional-product-item-data .left-content {
    display: block;
    float: left;
}

.additional-product-item-data .right-content {
    display: block;
    width: auto;
    overflow: auto;
    padding-left: 10px;
}

.before-you-begin-content {
    margin-bottom: 100px;
}
.before-you-begin-btn-next {
    height: 65px;
    width: 220px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
    margin-top: 16px;
    box-shadow: 0 2px 2px -2px #000000;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'PlutoSansMedium', Arial, Helvetica, sans-serif;
    padding: 8px 12px;
    position: relative;
    padding-right: 55px;
}

.btn-flat[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#broadband2tabcontent .plan-selector-2 label span.name {
    font-size:12px;
}

.pagebanner.promobannerOrange { 
    background-image:url(../../Images/headers/header-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff !important;
    padding-top: 20px;
}

.pagebanner.promobannerRed { 
    background-image:url(../../Images/headers/header-bg1.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff !important;

}

header.marginbtm40{margin-bottom:0px !important;}

.refine-address a, .refine-address a:hover{
    color: #0090ab;
    text-align: left;
}

/* For address checker on ADSL pages */

#adsl-sq.sq-section {
    background: url("../../Images/bundles/address-check-bg.png") no-repeat scroll 20% 88% #808080;
}

#adsl-sq.sq-section #address-checker {
    margin: 0 auto;
    max-width: 960px;
    padding: 10px 0 38px;
}

#adsl-sq.sq-section #address-checker #qas-header-container {
    background: url("../../Images/nbn/sq-shadow-grey.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 68px;
}

#adsl-sq.sq-section #address-checker h2 {
    color: #fff;
    font-family: "PlutoSansLight",Arial,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 1em;
    margin: 15px 0;
    text-align: center;
}

#adsl-sq.sq-section #address-checker #qas-header-container .address-resolution #header-availability-label {
    display: none;
}

#adsl-sq.sq-section #address-checker #qas-header-container .address-resolution #header-address-check, .sq-section #address-checker #qas-header-container .address-resolution .address-resolution-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #606a74;
    font-size: 14px;
    height: 45px !important;
    line-height: 45px;
    max-width: 100%!important;
    width: 100%;
}

#adsl-sq.sq-section #address-checker #qas-header-container .address-resolution {
    height: auto;
    margin: 0;
    width: 100%;
}

#adsl-sq div.address-resolution > div.reset-address {
    float: right;
    line-height: 45px;
    margin: 0 0 0 -50px;
    padding: 0 15px 0 0;
    position: static;
    right: auto;
}

@media only screen and (max-width: 767px) {

    #adsl-sq.sq-section {
        display: none;
    }
}

