/* 
THIS SHOULD BE AT THE TOP OF THE FILE... 
ALONG WITH THE NEXT FEW DEF... 
 */
.product-category-content
{
    line-height: 150%;
    padding: 30px 0 40px 0;  /*padding-bottom is needed on product pages*/
    width: 678px;
}
.product-category-content > p,
.product-category-content > h1,
.product-category-content > h2,
.product-category-content > h3,
.product-category-content > h4,
.product-category-content > ul,
.product-category-content > ol,
.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 > ul,
.product-category-content > #bob-rotate,
.product-categories-list-other h3,
.product-categories-list-other ul,
.product-categories-list-other
{
    padding-left: 20px;
    padding-right: 20px;
}
.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
{
    width:678px; /* page width minus margins */
 }
 
.plan-listing-container table
{
    width:638px; /* page width minus page and container margins */
} 


div#broadbandtabscontainer
{
	line-height:115%;
} 

/* END OF TOP REQS...*/

/* TOOLTIP STYLES */
#tooltip
{
    background-color: #FFFFFF;
    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 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);}
.header-generic06{background-image: url(../../Images/headers/generic-06.jpg);}
.bobsquad-header{background-image: url(../../Images/headers/bobsquad.jpg);}
.default-header{background-image: url(../../Images/headers/generic-04.jpg);}
.mobile-broadband-header{background-image: url(../../Images/headers/mobile-broadband.jpg);}

/* END OF HEADER IMAGE CLASSES */

.product-category-promo
{
    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
{
	display: block;
    height: 35px;
	list-style: none;
	/*width: 100%; rendering issue in ie7 */ 
	background: #131517;
	overflow: hidden;
	margin-left:-1px;
	margin-right:-1px;
	padding-left:20px;
}
.product-category-tabs > li
{
	float: left;	
	
	margin: 6px 3px -3px 0px;
}
.product-category-tabs a
{
	background-color: #414a52;
	display: block;	
	padding: 9px 20px 13px 20px;	
	color: #eeeeee !important;
	cursor: pointer;
	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
{
	margin: 5px 3px -3px 0px; 
}
.product-category-tabs > li.active > a
{
	background: #FBFCFC;
	color: black !important;
	text-shadow: none !important;
}

.product-category-body
{
    position: relative;
    width: 958px;
    background-color: #FBFCFC;
    min-height: 685px;
    height: auto !important;
	height: 685px;

	/*
    padding-bottom:40px;
	margin-top: -15px;
    min-height: 900px;
    width: 700px; commented by moses*/
}
.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-size: 14px;
    font-weight: bold;
    line-height: 15px;
margin: 10px 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;
}
.footer-notifier
{
    margin:0;	
    position:fixed;
    background: #2c3135;/*url(../../Images/bg-return-to-order.png) no-repeat;*/
    width:100%;
    margin-left:-1px;
    height:80px;
    bottom:0;
    opacity: 0.92;
    z-index:99999;
}
.footer-notifier > .back-to-order
{
    Margin:20px 0 0 40px;
    color:#FFFFFF;
    text-decoration:none;
    position:relative;
    top:36px;
    text-shadow: 1px 1px #000000;
}

.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;
	margin-left:0;
}


.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;
    width: 630px;
}
.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 #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;
    clear: both;
    margin:30px 0 15px 0;
    font-weight:bold;
}
div.BoB2-details .bob-logo, div.BoBLite-details .bob-logo {
    margin-bottom:15px; margin-top:20px;
}
.plan-listing-container > table {margin-top:0;}

div.BoB2-details .bob-photo {
	float:right; margin-left:40px;clear: both;margin-top:10px;
}

.product-category-content .plan-listing-container{
    background-color: #FFFFFF;
    border: 1px solid #D9DEE3;
    margin-top: 35px;
    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-top: 20px;
    margin-bottom: 20px;
    padding: 10px 19px 0;
    border-radius: 3px;
    box-shadow: 1px 1px #FFFFFF;	
}
.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;
}
.product-category-content .plan-listing-container div.separator {
   margin-left:0; margin-right:0;    
}
.product-category-content .icon-90{
	float:right;
	margin:-30px 25px 0 25px;	
}

.plan-listing-container > div > button.sign-up-button
{
    margin: 10px 0px;
}

.plan-listing-container h3
{
	margin:20px 0 20px 0;
	font-weight:bold;
}
.product-category-content  p 
{
    margin-bottom: 15px;
}

.product-category-content ul
{
    list-style-type: disc;
    margin: 0px 0px 10px 0;
}
.product-category-content  ul  li, .product-category-content ol li{
	margin: 0px 0px 0 30px;
}
.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;
}
.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 -188px repeat-x scroll transparent;
    cursor: pointer;
    height:23px;
    text-shadow: 1px 1px #FFFFFF;
    text-align:center;
}
ul#broadbandtabs > li > strong
{
	display:block;
}

.product-category-content  table{
background: none repeat scroll 0 0 #FEFEFE;
border: 1px solid #D9DEE3;
border-radius: 3px 3px 3px 3px;
box-shadow: 1px 1px #FFFFFF;
margin-bottom:20px;
margin-top:20px;
}
    
.product-category-content table thead th, .product-category-content table tbody th 
{
text-shadow: 1px 1px #FFFFFF;
font-weight:bold;
}
.product-category-content table thead th 
{
background: #e2e4e7 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 
{
background: #f7f7f7; 
padding: 12px 20px;
border-top:1px solid #D9DEE3;
text-align:left;

}

.product-category-content > table thead tr th.row-header,
.product-category-content > table tbody tr th.row-header
{
	padding: 5px 10px;
	font-weight: normal;
	border-right: 1px solid #D9DEE3;
}

.product-category-content > table thead tr th.row-header.top,
.product-category-content > table tbody tr th.row-header.top
{
	border-top: none;
}
.product-category-content table tbody td{
border-right: 1px solid #D9DEE3;
border-top: 1px solid #D9DEE3;
padding: 5px 10px;
}
.product-category-content table tbody td.last {border-right:none;}
.product-category-content 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 {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px; /* Saf3-4 */
}
	
.product-category-content 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 {
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px; /* Saf3-4 */
}

.product-category-content table td.no-right 
{
	border-right:0;
}

.product-category-content 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 
{
	font-size:11px;
	color:#666666;
}
.needs-fix, ul.needs-fix li a{color:#c5fe00 !important;}

.product-category-content .plan-listing-container .price-period
{
	margin-top:20px;
}
.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{margin-bottom:15px;}
.product-category-content table tbody td.top {border-top:0;}

/* 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;
}

.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:184px;
}   

.widgetcontainer > div > form#cccform > div#ccc-destination {
    width:214px;
}

.widgetcontainer > div > form#cccform > div#ccc-duration {
    width:240px;
}

.widgetcontainer > div > form#cccform label {
    display: inline-block;
    margin-right:5px;
}

.widgetcontainer > div > form#cccform input {
    display: inline-block;
    margin-top: 3px;
    width: 104px;
}

.widgetcontainer > div > form#cccform input.field_example {
    color: #bbb;
}

.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  {
    margin-left:60px;
}


/* 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;
    padding-top: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 
{
    padding-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: 70px;
}

.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;
    font-weight:bold;
}
.product-categories-list
{
    list-style: none outside none;
    margin: 0;
    padding: 20px 0px;
	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{font-size:11px;color:#999999;line-height: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-round { margin:25px 0 0 0 !important; border-radius:3px 3px 0 0;}
.tvfetchtv #eligible-alert{position:relative; top:22px;}
.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; top:3px;}
.broadband-addons > div.last > p {top:3px;}
#turbo-pack-checkbox {top:11px;}
#turbopack-addon > span {display:block;margin-left:24px}
.broadband-addons h4 {width:155px; margin-left:20px; margin-right:20px; font-size:12px; float:left;}
.broadband-addons h4 em {display:block; font-size:11px; color:#394045;}
.broadband-addons div { clear:both; padding:8px 0 7px 0; border-bottom: 1px solid #D9DEE3; height:50px; }
.broadband-addons div.last {border:0; border-top: 1px solid #D9DEE3; }
.broadband-addons input { position:relative; top:2px; right:4px; }
.broadband-addons div.netphoneaddon { border-bottom: none;}
#product-selection-form > .tabbed-plan-listing-container > h3 {padding-left:0;}
ul#broadbandtabs > li#broadband1tab { padding-left:25px; padding-right:25px;}

.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 { 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; }
.broadband-selection .selection-info .plan-details li { font-size: 11px; display: inline; margin: 0 5px 0 0; padding: 0; }

.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;}

.naked-broadband-selection {width:508px; float:left;}
.naked-selection-costs {float:right; width: 130px;}

#datapack-details {margin-top:20px; 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-top:0; border-radius:0 0 3px 3px;}

/* Product Specific - BoBSquad */
#bTestimonial {  margin: 0 20px 25px 20px;   }
#bTestimonial #indi-speech { background: url("../../Images/bobsquad/indi.png") no-repeat scroll 0 0 transparent; display: block; height: 46px; position: absolute; left: 40px; top: 385px; 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:9px; left:85px;}
.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 */
.mbb-plans > a {margin-bottom:15px; float:right; margin-left:17px;}
.mbb-plans > a:hover {text-decoration:none;}
.mbb-plans .question {margin-left:10px; }

/* 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 { 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;
    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-bottom: 20px;
    margin-top: 20px;
    padding: 20px 19px 20px;
}


/* ========== Plan Selector copied over from IPE ===================== */

.plan-selector-2 .plan-toggle-2 {}
.plan-selector-2 {
    background: url("../../Images/sprites/bg-product-gradients.png") repeat-x scroll 0 -185px transparent;
    display: table;
    text-align: center;
    width: 100%;
}
.plan-selector-2 label {
    border-bottom: 1px solid #BCC4CC;
    border-right: 1px solid #BCC4CC;
    border-top: 1px solid #BCC4CC;
    cursor: pointer;
    display: table-cell;
    line-height: 1.4;
    margin: 0;
/*    padding: 14px 0 10px;*/
    padding: 14px 0;
    text-shadow: 1px 1px #FFFFFF;
}
.plan-selector-2 label span {
    display: block;
    line-height: 130%;
}
.plan-selector-2 label.corner-left {
    border-bottom-left-radius: 3px;
    border-left: 1px solid #BCC4CC;
    border-top-left-radius: 3px;
}
.plan-selector-2 label.corner-right {
    border-bottom-right-radius: 3px;
    border-left: medium none;
    border-top-right-radius: 3px;
}
label > span.price {
    font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
    text-shadow: 1px 1px #FFFFFF;
}
label > span.quota {
    font-weight: bold;
    margin-top: 1px;
	font-size: 20px;
    text-shadow: 1px 1px #FFFFFF;
}
label > span.usertype {
    color: #878787;
    font-size: 11px;
    margin-top: 2px;
}
label > span.peak-offpeak {
    color: #878787;
    font-size: 11px;
    margin-top: 2px;
    text-shadow: 1px 1px #FFFFFF;
}
.plan-selector-2 input[type="radio"] {
    display: none;
}
.plan-selector-2 input[type="radio"]:checked + label {
    background: url("../../Images/sprites/bg-product-gradients.png") repeat-x scroll 0 -315px transparent;
    border-bottom: 1px solid #606A74;
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid #606A74;
    color: #FFFFFF;
    cursor: pointer;
    text-shadow: 1px 1px #31373D;
}
.plan-selector-2 input[type="radio"]:checked + label > span.quota, .plan-selector-2 input[type="radio"]:checked + label > span.price, .plan-selector-2 input[type="radio"]:checked + label > span.peak-offpeak {
    color: #FFFFFF;
    text-shadow: 1px 1px #31373D;
}
label.active-plan-2 {
    background: url("../../Images/sprites/bg-product-gradients.png") repeat-x scroll 0 -315px transparent;
    border-bottom: 1px solid #606A74;
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid #606A74;
    color: #FFFFFF;
    cursor: default;
    text-shadow: 1px 1px #31373D;
}

label.active-plan-2 span.quota, label.active-plan-2 span.peak-offpeak, label.active-plan-2 span.price, label.active-plan-2 span.usertype {
    color: #FFFFFF;
    text-shadow: 1px 1px #31373D;
}

.your-plan {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.total-cost {
    color: #878787;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 8px;
    padding-right: 17px;
}

.networkstatus img{
	padding-left:20px;
}
.networkstatus {float: left}

.lastupdate{
	font: italic 11px arial,sans-serif;
	color: #999;
	text-align: center;
	margin: 10px 0;
}
