/* --------------------- Globals -------------------*/
/* --------------------- Global general layout -------------------*/
#AreaB, #AreaB p, #AreaB td, #AreaB input, #AreaB select, #AreaB option, #AreaB textarea {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}
div.headline {
	position:absolute;
	left:-9999em;
}
#ContentAreas {
	background:#E4E4E4 none;
	/*border-top:1px solid #ADC5D7; CM 12/03/09 */
	position:relative;
}
#coreContent .mobileSaver h3 {
	padding-top: 0.6em;
}
.introContent {
	width: 610px;
	padding: 0 0 0 10px;
	margin-bottom:25px;
	overflow:hidden;
}
#coreContent .introContent h2 {
	margin-bottom:5px;
}
#coreContent .introContent p,
#coreContent .fasterSpeed p,
#coreContent .improveSpeed p {
	color:#555555;
	font-size:1.2em;
	margin:5px 20px 5px 0;
}
#coreContent .addContent p{
	float:left;
	width:380px;
}
#coreContent .addContent a{
	float:right;
	margin-top:5px;
}
a.suffixLink {
	padding-left:4px;
}


/****************************************
Font types
****************************************/
#ContentAreas, p {
	color:#333;
	font-family:Tahoma, verdana,lucida,arial,helvetica,sans-serif;	
}
 h3 {
	padding-bottom: 0.6em;
}
.panelWhite h3{
	background-color:transparent;
}
#additionalContent h3 {
	color: #333333;
	font-size: 1.6em;
}
.bodyLarge {
	color:#333333;
	font-size: 1.3em; /* empirix bug fix (1850) */
}
.bodyMed {
	color:#333333;
	font-size: 1.2em; /* empirix bug fix (1850) */
}
 .detailHead {
	font-weight: 600;
}
.price {
	font-size: 1.5em;
	color: #333333;
	font-weight: 600;
	line-height:0.8em;
}
.terms {
	color: #333333;
	font-weight: 600;
	font-size: 1.2em;
	line-height:1em;
}
.priceLarge {
	font-size: 2.9em;
	color: #69be28;
	line-height: 1em;
	font-weight: 600;
}
.termsLarge {
	color: #69be28;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1em;
}
#additionalContent .price {
	color: #333333;
}
.price span {
	font-size: 0.6em;
}
/* empirix bug fix (1577) */
/*.containerB .included {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0px 2px;
	padding:6px 0pt 2px 24px;
}*/
.containerB a {
	color:#00528e;
	font-weight: normal;
}
p {
	margin-bottom: 8px;
}
/* empirix bug fix (pricing) */
#coreContent .badgeTerms {
	font-size: 1em;
	font-weight: 600;
}
/*.fiveTabNav .last .badgeTerms {  
	min-height: 93px;
}*/
.badgeTermsT2 span.keyline {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_pricing_terms.gif) no-repeat scroll center 4px;
}
.fourColumnLayout .badgeTerms {
	min-height: 80px;
}

/****************************************
End of font types
****************************************/

/* -----------------general layout -----------------------*/
.containerB ul {
	list-style:none;
	margin:0;
	padding:0;
}

.containerB ul li {
	margin:0;
	padding:0;
	line-height:1.4em;
}

/*---------------- Panels ---------------------------------*/

 .panelTop h2 {
	 margin:0 -1px 0 0;
	 background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_1_tr.gif) no-repeat top right;                        
}


/****************************************
Column layouts
****************************************/
.columnContent {
	margin: 0 10px;
}

/* --- two column layout --- */
.twoColumnLayout {
	clear: both;
}
#coreContent .twoColumnLayout .column1,
#coreContent .twoColumnLayout .column2 {
	width: 49.9%;
	float: left;
	margin: 0;
}
#coreContent .twoColumnBorder {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_col_divider.gif) no-repeat 50% 10px;
}

/* --- three column layout --- */
#coreContent .threeColumnLayout {
	clear: both;
}
#coreContent .threeColumnLayout .column1,
#coreContent .threeColumnLayout .column2,
#coreContent .threeColumnLayout .column3 {
	width: 33.3%;
	float: left;
	margin: 0;
}
#coreContent .threeColumnBorder {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_col_divider.gif) no-repeat 33.3% 10px;
}
#coreContent .threeColumnBorderInner {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_col_divider.gif) no-repeat 66.6% 10px;
}

/* --- three column narrow layout --- */
#coreContent .threeColumnNarrowLayout .column1 {
	width: 200px;
	float: left;
	padding-right: 10px;
}
#coreContent .threeColumnNarrowLayout .column2 {
	width: 300px;
	float: left;
	margin: 0px;
	padding-right: 10px;
}
#coreContent .threeColumnNarrowLayout .column3 {
	width: 80px;
	float: left;
}


/****************************************
Tab navigation
****************************************/

ul.tabNav li {
	list-style: none;
	margin: 0 5px 0 0;
	padding-left: 5px;
	float: left;
	position: relative;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_tab_nav_off_left.gif) no-repeat left 1px;
}
ul.tabNav li.last {
	margin-right: 0;
	width: 117px;
}
ul.tabNav li a {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_tab_nav_off_right.gif) no-repeat right 1px;
	display: block;
	padding: 6px 5px 4px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1em;
	min-height: 2.12em;
}
ul.tabNav li a span {
	font-size: 0.8em;
	display: block;
}
/* purple tab */
ul.tabNav li.last {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_left_purple.gif) no-repeat left 1px;
}
#coreTabs ul.tabNav li.last { 
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tab_nav_on_left.gif) no-repeat scroll left top;
}
ul.tabNav li.last a {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_right_purple.gif) no-repeat right 1px;
}
ul.tabNav li.last.tabOn {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/tab_nav_on_left.gif") no-repeat scroll left top transparent;
}

span.bunTab  {
	font-size: 0.8em;
	display: inline!important;
	line-height: 1.1em;
}
#coreContent .tabContent .tabOn,
#coreContent .tabContent div.tabOn div {
	position: static;
	top:auto;
}
.tabContent .tabOn {
	padding-top:0;
}
/* new consistency tab amends - 24/07/2009 */
#coreContent ul.tabNav li.packTab.tabOn { background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tab_nav_on_left.gif) no-repeat scroll left top; }
ul.tabNav li.packTab { background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_left.gif) no-repeat left 1px; }
ul.tabNav li.packTab a { background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_right.gif) no-repeat right 1px; }

/****************************************
Dev styles merged - latest: 20/10/2008
****************************************/

/* Tian */
/*---------Start reset panel innerPanel margin to 10px*10px----------*/
.panel{
	background-color:transparent;
}
.panelTop, .panelBottom{
	top:0px;
}
	
.panelContent{
	margin:0px;
	padding:0px 10px;
	background-color:#fff;
	overflow:hidden;
}
.panelOfferContent {
	margin:0px;
	padding:0px 10px;
	background-color:#d5e1ea;
	background:url(../../../../consumer/consumerProducts/common/products_and_services/bg_offerCol_grad_blue.gif) no-repeat left top;
	overflow:hidden;
}
.innerPanel .panelBottomBlue {
	background:url(../../../../consumer/consumerProducts/common/products_and_services/bg_3col_grad_blue_bot.gif) no-repeat left bottom;
}	
.innerPanel .panelBottomBlue div {
	background:url(../../../../consumer/consumerProducts/common/products_and_services/bg_3col_grad_blue_bot.gif) no-repeat right bottom; 
}	
.innerPanel{
	position:relative;
    top:3px;
	margin:0;
}

.panelB2 .panelBMiddle, #additionalContent .modBundle .panelBMiddle{
	margin-bottom:-15px;
} 

.tabNavigation .panel{
	background-color:#fff;
}
.tabNavigation .panelBottom{
	top:8px;
}
.tabContent{
	margin-bottom:-10px;
	padding: 0 0 0 15px;
}


/*---------End reset panel innerPanel margin to 10px*10px----------*/

/* -- broadband hub page------------*/
#coreContent .withAccess {
	background:#FFFFFF none repeat scroll 0%;
	padding:10px 0 10px 0;
	margin-bottom: 20px;
	width:620px;
}
#coreContent .withAccess .indent { padding:0 20px 0 10px; }
#coreContent .withAccess h3 {
	padding:0 0 10px 10px;
	border-bottom:2px solid #EFEFEF;
	color:#333333;
}
#coreContent .withAccess h4 {
	color:#333333;
	font-size:1.4em;
	margin:0.3em 5px 0.3em 0;
	min-height:30px;
	padding-bottom:1px;
	width:284px;
	line-height:1.25em;
}
#coreContent .withAccess ul {
	overflow:hidden;
	margin-left:10px;	
}
#coreContent .withAccess ul li {
	float:left;
	margin:5px 15px 0pt 0pt;
	width:278px;
	min-height:100px;
}
.withAccess .first{
	clear:left;
}
#coreContent .legal p {
	color:#666666;
}
.speedTest .panelContent p{
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:1em;
}
.speedTest .panelOfferContent p{
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:1em;
}
.speedTest .column{
	width:45%;
	float:left;
}
.speedTest .first{
	width:50%;
	float:left;
	margin-right: 20px;
}
.speedTest .column p{
	font-size:1.4em;
	margin-bottom: 8px;
}

/* -- broadband switch to BT page------------*/
ul.switchList{
	overflow:hidden;
	/* margin: 16px 0; */
	margin: 2px 0 16px 0; /* empirix bug fix */
	padding-bottom: 10px;
	border-bottom: 1px dotted #b2b2b2;
}

ul.switchList li{
	float:left;
	/*background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0px 0px;*/
    /*padding:3px 0 8px 24px;*/ /* empirix bug fix (1577) */
	margin-bottom: 10px; /* empirix bug fix (1577) */
	width:275px; /* width: 250px; */
	font-weight:bold;
	line-height:1.2em;
}

ul.switchList li.first{
	clear:left;
	width: 250px;
	margin-right:15px; /* margin-right:30px; */
}

ol.switchSteps{
	margin-left:-25px;
	margin-top:10px;
}

ol.switchSteps p{
	width:240px;
	float:left;
	margin:4px 0 0 56px;
	display:inline;
}
ol.switchSteps li.third p {
	margin-top: 10px;
}

ol.switchSteps li{
	overflow:hidden;
	list-style:none;
	padding-bottom:20px;
}



ol.switchSteps li.first{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_1.gif) no-repeat left top;
}

ol.switchSteps li.second{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_2.gif) no-repeat left top;
}

ol.switchSteps li.third{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_3.gif) no-repeat left top;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 30px;
}

ol.switchSteps li.third a.btnSwap { /* empirix bug fix (1868) */
	float: right;
	margin-right: 20px;
}

/* -- 3 column innerPanel style------------*/
.innerColumn .panelBMiddle{
	overflow:hidden;
}

.innerColumn .innerPanelSmall{
	float:left;
	margin-right:10px;
}

.innerColumn .last{
	margin-right:0;
}

.innerColumn .innerPanelSmall .panelContent {
    min-height:200px; /* empirix bug fix (2024) */
	text-align: center; /* empirix bug fix (2023) */
}
.innerColumn .innerPanelSmall .panelOfferContent {
    min-height:200px; /* empirix bug fix (2024) */
	text-align: center; /* empirix bug fix (2023) */
}
/* empirix bug fix (2023) */
.innerColumn .innerPanelSmall .panelContent .tariffBadge {
	margin: 10px auto;
}
.innerColumn .innerPanelSmall .panelOfferContent .tariffBadge {
	margin: 10px auto;
}
.innerColumn .innerPanelSmall .panelContent .newLegal { margin-top: -8px; }
.innerColumn .innerPanelSmall .panelOfferContent .newLegal { margin-top: -8px; }
/* empirix bug fix (2023) */
.innerColumn .innerPanelSmall .panelContent a.learnMore {
	margin-left: auto;
	margin-right: auto;
}
.innerColumn .innerPanelSmall .panelOfferContent a.learnMore {
	margin-left: auto;
	margin-right: auto;
}
.innerColumn .innerPanelSmall .panelContent a.getItNow { /* CM 26.03.09 */
	margin-left: auto;
	margin-right: auto;
}
.innerColumn .innerPanelSmall .panelOfferContent a.getItNow { /* CM 26.03.09 */
	margin-left: auto;
	margin-right: auto;
}
/* empirix bug fix (overview) */
/*.innerColumn a{
	position:absolute !important;
	bottom:15px;
	left:10px;
}*/
.innerColumn .innerPanelSmall a.learnMore { /* empirix bug fix (1896) */
	left:7px;
	margin-top: 10px; /* empirix bug fix (overview) */
	margin-bottom: 15px;
}

.innerColumn .panelContent p.moreThan { min-height: 50px; }

/* empirix bug fix (overview) */
/*.innerColumn p{
	font-size:1.2em;
	margin: 0 20px 10px 0;
}*/

/* empirix bug fix (overview) */
/*.innerColumn .innerPanelSmall p{
	font-size:1.09em;
	margin:1em 10px 2em 0;
}*/

.getBb .hubDetails{
	margin:0 0 3em 0;
}
.getBb .hubDetails p{
	margin:0 0 8px 0;
}

.getBb .hubDetails .price{
	font-size:1.5em;
}

.getBb .hubDetails .priceLarge {
	font-size:2.9em;
}

.getBb .panelHeading p{
	font-size:1.2em;
	margin:0 10px 10px 0;
}
/* empirix bug fix (overview) */
/*.innerColumn .tariffBadge, #coreContent .tabContent ul.packageDeals .tariffBadge {
	position:absolute !important;
	overflow:hidden;
}
.innerColumn .tariffBadge{
	bottom:18px;
	right:10px;
}*/
#coreContent .tabContent ul.packageDeals .tariffBadge {
	bottom:0;
	right:0;
}

#coreContent .tabContent ul.packageDeals .newLegal { margin-top: -8px; } 

/* empirix bug fix (overview) */
/*.innerColumn .tariffBadge p{
	margin:0;
}*/


#coreContent .innerColumn h4{
	color:#333333;
	margin:0 0 0.5em 0; /* empirix bug fix (2023) */
}
#coreContent .innerColumn .innerPanelSmall h4{ /* empirix bug fix */
	/* margin-top: 45px;  height: 6px; without Sash */
	/* min-height: 70px;  min-height: 50px; */
	margin: 10px 0;
}
/* -- broadband how it works page------------*/
.getMore ul.switchList {
	margin:0;
	border:none;
	padding-top:10px;
}

.getMore ul.switchList li{
	font-weight:normal;
}

.howItWorks ul{
	float:left;
}

.howItWorks img{
	float:right;
}

.howItWorks p{
	font-size:1.2em;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom:10px;
	margin-bottom:10px;
}

.howItWorks ul li{
	font-size:1.2em;
	line-height:1.5em;
}

/* --- side modules --- */
.switchToBT ul li, ul.tickList li{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0px;
	padding:6px 0pt 2px 24px;
	margin:5px 0;
}


/* Tom */
#additionalContent .panel p.getIt{
	font-size:1.6em;
    margin: 0 10px 0 10px;
    padding-bottom:8px;
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick.gif) no-repeat 100% 0;
}
/************************ Zee ************************/

/* --- four column layout --- */
#coreContent .fourColumnBorder {
	clear: both;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_4tab.gif) no-repeat center 36px!important;
}
#coreContent .fourColumnLayout .column1,
#coreContent .fourColumnLayout .column2,
#coreContent .fourColumnLayout .column3,
#coreContent .fourColumnLayout .column4 {
	width: 150px;
	float: left;
	margin: 0;
	text-align: center;
	display: inline!important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_col.gif) no-repeat left bottom;
}
.fourColumnLayout .columnContent {
	text-align: center;
	margin-right: 20px;
}

/* empirix bug fix (overview) */
.quickComparison ul li span {
	font-weight: 600;
}

.quickComparison .panelContent{
	padding:0;
}
/* empirix bug fix (overview) */
/*.quickComparison .columnContent{
	margin:0 9px;
}*/
/* empirix bug fix (overview) */
.quickComparison .tariffBadge {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* empirix bug fix (overview) */
.quickComparison .btnSwap {
	margin: 5px auto 10px; /* margin: 5px auto 20px; */
}

#coreContent .quickComparison h3 {/* global heading size fix */
	font-size: 1.5em;
	min-height: 50px; /*min-height: 80px;*/
}
.quickComparison h3 a {
	/*color: #ED0089; */
	color: #333333;
}
.quickComparison h3 a:hover span {
	text-decoration: underline;
}
.quickComparison h3 span.h3height {
	display: block;
	min-height:45px;
	line-height:normal;
}
.quickComparison h3 span.smaller {
	font-size: 0.7em;
	display: block;
}
.quickComparison ul {
	min-height: 220px; /* min-height: 360px;  */
	margin-bottom: 10px; /* margin-bottom: 20px; */
}
.quickComparison .compareDeals {
	float: right;
	margin: 10px 0 16px 0;
}
.quickComparison .price {
	padding-top:10px;
}
.quickComparison .price span{
	padding-right:20px;	
}
.packIntro {
	margin-top: 8px;
	padding-right:125px;
	position: relative !important; /* new added by LBi */
}
#coreContent .fourTabNav .tabContent .packIntro, #coreContent .fiveTabNav .tabContent .packIntro {
	position:relative;	
}
.packIntro img {
	position:absolute;
	top:0;
	right:0;
}
.bestFor {
	clear: both;
	padding-top: 16px;
	border-top: 1px dotted #e4e4e4;
	margin: 16px 0 0 0;
	overflow: hidden;
}
.mainFeatures {
	clear: both;
	padding-top: 16px;
	border-top: 1px dotted #e4e4e4;
	margin: 16px 0;
	overflow: hidden;
}
.mainFeatures img {
	margin-bottom: 12px;
	margin-top: 10px;
}
#coreContent .mainFeatures li {
	float: left;
	width: 175px; /* CM 180px */
	margin-right: 20px
}

.alsoIncludes {
	clear: both;
	padding-top: 16px;
	border-top: 1px dotted #e4e4e4;
}
.alsoIncludes ul {
	margin-top: 10px;
}
#coreContent .alsoIncludes li {
	float: left;
	width: 246px;
	margin-right: 30px;
	min-height: 120px;
}

/* corp shareholders splash */
#corpTabs .column2 .tariffBadge {
	/* height: 8.3em; */
	margin-top: 25px; /* margin-top: 38px; */
}
#corpTabs .unlimited .column2 .tariffBadge {
	height: 8.3em;
	padding-top: 19px;
}
.optionsPriceTerms .column2 .tariffBadge p {
	line-height: 1.3em;
	top: -7.02em;
}
#corpTabs .twoColumnComparison .column2 ul {
	margin: 57px 0 10px 15px !important;
}
#corpTabs .quickComparison .twoColumnComparison ul {
	min-height: 135px!important;
}
/*#corpTabs .column2 p.badgeTerms {
	padding-top: 30px!important;
}*/
#corpTabs .quickComparison .column1 .btnSwap {
	margin:24px auto 10px;
}
#corpTabs .quickComparison h3 {
	min-height: 20px;
}
#corpTabs .triplePlayImg {
	margin-top: 10px;
}
/*#coreContent .column2 p.badgeTerms {
	padding-top: 21px;
}*/
#coreContent .column2 p.badgeTerms2 {
	padding-top: 0;
}
#coreContent .alsoIncludes li.last  { 
	/*min-height: 105px; */
	margin-right: 0;
}
.getBroadband {
	clear: both;
	padding-top: 16px;
	border-top: 1px dotted #e4e4e4;
	margin-bottom: 10px;
	overflow: hidden;
}
.getBroadband p.bodyLarge {
	margin-bottom: 20px;
}
.getBroadband .price {
	width: 110px;
}
.getBroadband .priceLarge span {
	display: block;
	width: 110px;
	line-height: 1.2em;
}
/* empirix bug fix (2027) */
.getBroadband a.getItNow {
	clear: both;
	margin: 6px;
}
#coreContent .getBroadband p.badgeTerms.badgeTerms3 { min-height: 68px; }
.heavyUsage .getBroadband , .anywhere .getBroadband {
	margin-bottom:0;
}
.anywhereTariff { 
	float: left; 
	width: 200px;
}
.anywhereMins { 
	float: left; 
}
.anywhereMins ul.anywhereList { margin-top: 10px; }
#coreContent ul.packageDeals h4,
#coreContent ul.packageDeals p {
	color: #333333;
	margin-right: 40px;
	margin-bottom: 6px;
}
#coreContent ul.packageDeals p {
	min-height: 48px;
}
ul.packageDeals li {
	float: left;
	width: 180px;
	margin-right: 20px;
	position:relative;
	padding-bottom:30px; /* empirix bug fix (2027) */
	min-height:94px;
	text-align: center; /* empirix bug fix (2027) */
}
ul.packageDeals .btnSwap {
	position:absolute;
	left:16px;
	bottom:0;
	/*margin:0 0 0 16px;  empirix bug fix (2027) */
}
/* empirix bug fix (2027) */
#coreContent .tabContent ul.packageDeals .tariffBadge {
	margin-left: 30px!important;
}
/* empirix bug fix (2027) */
#coreContent ul.packageDeals .tariffBadge p {
	color: #fff;
	margin: 0;
}

/* empirix bug fix (pricing) */
/*.tariffBadge {
	width: 7.2em;


	height: 8.8em;
}
.tariffBadge img { 
	width: 7.2em;
}
.containerB #coreContent .tariffBadge p {
	position: relative;
	text-align: center;
	margin-right: 0;
	color: #fff;
	top: -8.4em;
	line-height: 1em;
	font-size: 0.9em;
}*/
.containerB #coreContent .hubBadge .tariffBadge p {
	top:-7.2em;	
}
.containerB #coreContent .hubBadge .tariffBadge p span {
	line-height:1.4em;	
}
/* empirix bug fix (pricing) */
/*.tariffBadge p span {
	display: block;
	font-weight: 600;
	font-size: 1.6em;
	line-height:1.1em;
}*/
#coreContent .anywhere .mainFeatures h4 {
	font-weight: 600;
	color: #333333;
	font-size: 1.4em;
	margin-bottom: 8px;
}
#coreContent .anywhere .getBroadband p.priceLarge span.termsLarge {
	font-size: 0.4em;
}
#coreContent .heavyUsage .getBroadband p.priceLarge span.termsLarge {
	font-size: 0.4em;
}
.mainFeatures p.detailHead {
	margin-bottom: 0;
}
#additionalContent ul.require li.broadband {
	margin-top:4px;
}
#additionalContent ul.require li.phoneConnection {
	padding-bottom: 10px!important;
}

/*--- Dan's styles/slightly altered in some areas ---*/
#coreContent .hubColumn2 {
	width:345px; /* CM 345px */
	margin-left: 10px;

}
#coreContent .hubColumn1 { /* empirix bug fix (2025) */
	/*width: 238px;*/
	min-height:80px;
}
#coreContent .anywhere .hubColumn2 {
	width:320px; /* width:340px; */
	margin-left: 17px;
	float: left;
}
#coreContent .anywhere .hubColumn1 { /* empirix bug fix (2025) */
	width: 238px; 
	float: left;
}

#coreContent .anywhere .hubColumn1 p.introCol1 { margin-bottom: 8px; } 
#coreContent .anywhere .bodyLarge { margin-bottom: 10px; }
#coreContent .anywhere ul.listedDetails { margin-bottom: 15px; }
.optionsPriceTerms { /* empirix bug fix (2026) */
	float: left;
	text-align: center;
}
.optionsPriceTerms .tariffBadge { /* empirix bug fix (2026) */
	margin-left: auto;
	margin-right: auto;
}
.homeAway .optionsPriceTerms a.getItNow { margin-left: 22px; }
.mbbGet .optionsPriceTerms { float: none; }
.innerColumn.mbbGet .innerPanelSmall .panelContent { 
	min-height:300px; 
}
.mbbGetImg {
	position: absolute;
	left: 0;
	top: 1px;
}
#coreContent .mbbGet .noPackOffer h4 { 
	margin: 10px 0 0 25px; 
	min-height: 50px;
}
#coreContent .mbbGet .packOffer h4 { 
	margin: 10px 0 0 15px;
}
#coreContent .mbbGet .packOffer.last h4 {
	margin: 10px 0 0 25px;
}

.fastReliable .hubBadge, /* empirix bug fix (2025) */
.heavyUsage .hubBadge,
.unlimited .hubBadge,
.anywhere .hubBadge,
.homeAway .hubBadge {
	width: 212px;
	height: 181px;
}

.fastReliable .hubBadge, .heavyUsage .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub.jpg) no-repeat scroll right top;
}
/*.heavyUsage .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone.jpg) no-repeat scroll right top;
}*/
.unlimited .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone.jpg) no-repeat scroll right top;
}
.anywhere .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_berry.jpg) no-repeat scroll right top;
}
.homeAway .hubBadge {
	/*background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_dongle.jpg) no-repeat scroll right top;*/
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_starter.jpg) no-repeat scroll right top;
}
.hubBadge .tariffBadge {
	padding: 70px 100px 10px 0;
}
.containerB #coreContent .hubBadge .tariffBadge p {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 14px;
	line-height: 1.2em;
}
.containerB #coreContent .hubBadge .fullContent p {
	font-size:0.8em;
	margin-top:-2.6em;
	padding-left:0.8em;
	width:7em;
}
.hubDetails {
	margin-right:0pt;
	width:120px;
}
.hubDetails p.price {
	line-height:0.1em;
}
/*--- end of Dan ---*/

/************************ end of Zee ************************/

/*---- more services --------------*/
#coreContent .roundUp .panelContent {
	padding:0 10px;
}
#coreContent .roundUp h4 {
	color:#333;
	font-size:1.5em;
	margin-bottom:3px;
}
#coreContent .roundUp p {
	padding-bottom:10px;
	line-height:1.1em;
}
#coreContent .roundUp li {
	width:275px;
	margin-left:30px;
	padding-top:10px;
	float:left;
	display:inline;
	min-height:70px;
}
#coreContent .roundUp li.first {
	margin-left:0;	
}
/*--- already have module -------*/

p.footerLinks{
	line-height:2.164em;
}
p.footerLinks .login {
	float:left;
	padding-right:8px;
}
#coreContent .bbContainer h4 {
	color: #666;
}
#coreContent .bbContainer .discount h4 {
	color: #ed0089;	
}
.containerB .bestFor .column1, .containerB .bestFor .column2 {
	padding-bottom:15px;
}
.containerB .quickComparison .included {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_smallest.gif) no-repeat 0 0;
	padding:0 10px 10px 24px;
	line-height: 1.2em;
}
.containerB ul.listedDetails .included, /* empirix bug fix (1852) */
.containerB .included, /* empirix bug fix (1577) */
ul.switchList li, /* empirix bug fix (1577) */
.bestWireless .column2 li, /* empirix bug fix (1577) */
.security .first li, /* empirix bug fix (1577) */
#coreContent .bbHelp ul li { /* empirix bug fix (1577) */
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/list_bullet_grey.gif) no-repeat 0 5px;
	padding-left: 14px;
}
.containerB ul.listedDetails .included {
	padding-top:0;
	margin-bottom: 6px;
}
.containerB ul.listedDetails .included p {
	margin: 0;
	padding: 0 0 2px 0;
}
.containerB .quickComparison .included p {
	padding:0;
	margin:0;	
	line-height:1.25em;
}
.containerB .column1 h4, .containerB .column2 h4, 
.containerB .column3 h4, .containerB .column4 h4 { 
	padding-bottom: 0.5em;
}
		
div.genericContent .hubColumn2 {
	width: 330px;
}
	
.bbContainer {
	float: left;
	border-bottom: 1px dotted #A5A5A5;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 8px;
}
	
.bbContainer .discount {
	float:left;
	}
	
ul.bbOptions {
	margin-top: 1em;
}
.containerB ul.bbOptions li {
	float: left;
	width: 250px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	line-height:1.25em;
	min-height:2.52em;
	padding-bottom: 0.7em;
}
	
ul.bbOptions li.broadband, ul.bbOptions li.download, ul.bbOptions li.games, ul.bbOptions li.getStarted, ul.bbOptions li.storage,
ul.bbOptions li.bbCalls, ul.bbOptions li.wireless {
	padding-left: 30px;
	padding-right: 20px;	
}	
		
ul.bbOptions li.broadband {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/broadbandSpeed.gif) 0 0 no-repeat;
}
ul.bbOptions li.download {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_download.gif) 0 0 no-repeat;
}
ul.bbOptions li.games {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_games.gif) 0 0 no-repeat;
}
ul.bbOptions li.getStarted {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_document.gif) 0 0 no-repeat;
}
ul.bbOptions li.storage {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_storage.gif) 0 0 no-repeat;
}
ul.bbOptions li.bbCalls {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_bb_calls.gif) 0 0 no-repeat;
}
ul.bbOptions li.wireless {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/icon_wireless.gif) 0 0 no-repeat;
}
	
/* hub image */

.hubBadge, .hubDetails {
	float: left;
	margin: 20px 10px 0 0;
}
.hubDetails {
	margin-right: 0;
	width: 120px;
}
		
.hubBadge p {
	color: #fff;
	position: relative;
	text-align: center;
	top: -9em;
	margin: 0;
	width: 81px;
	}
	.hubBadge p span {
		display: block;
		font-size: 1.6em;
		line-height: 0.9;
		}
		
.hubDetails p.price {
	line-height: 0.1em;	
	}
	
.hubDetails .price span {
	padding-right:10px;
}	
	
.bbContainer .tariffBadge {
	float: right;
	margin-bottom: 1.5em;
}
	
.largelinkContainer a.largeLink, .btVision a.largeLink {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_Blue.gif) no-repeat scroll right 2px;
	font-size:1.2em;
	font-weight:600;
	float: left;
}
.largelinkContainer a.getItNow {
	margin-top:0;
}
.btVision a.largeLink {
	float: none;
	line-height: 1em;
}
			
img.getItNow {
	margin-bottom: 2px;
	}

	
/* BT Vision module */

.btVision {
	background: #fff url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_btvision_box.jpg) no-repeat 129px 58px;
}

.btVision h2 {
	margin-bottom: 13px;
	line-height:0.5em;
}

#coreContent .btVision h2 {
	padding-top:10px;	
}

.btVision p.bodyLarge {
	width: 280px;
	margin-bottom: 10px;
	color: #666666; /* empirix bug fix */
}

.btVision ul.discount {
	float:none;
	clear:both;
	border-top: none;
	padding-top:85px;
	display: block;
	}

.btVision ul.discount li {
	float:left;
	width:280px;
	}

#coreContent .btVision ul.discount li h4 {
	color:#666;
	margin-bottom:0.5em;
	}

.btVision ul.discount p {
	width:210px;
	margin: 8px 0;
}

/*--- BT Vision popup -------------*/


.visionPopup {
	background:#fff url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_btvision_popup.jpg) no-repeat 0 92px;
	padding:20px 10px;
	margin:20px 20px 20px 0;
}

.hasJS .visionPopup {
	margin:0;
}

.visionPopup img {
	margin-left:10px;
}

.lightBox .content {
	width:640px;
}

.hasJS .content {
	width:auto;	
}

.lightBox .content .visionPopup p {
	float:left;
	padding:0 10px 8px;
	color:#333;
	width:260px;
}

.hasJS .content .visionPopup p {
	width:290px;
}

.lightBox .content .visionPopup p.detailHead {
	padding-bottom:0;
	margin-bottom:0;	
} 

.lightBox .content .visionPopup p.footerCTA {
	clear:both;
	float:none;
	width:auto;
	font-size:1.6em;
	padding-bottom:0;
	margin-bottom:0;
}

.lightBox .content .visionPopup p.footerCTA a {
	font-weight:normal;	
	position:static;
	bottom:auto;
	color: #00528e; /* empirix bug fix */
}

.lightBox .content .visionPopup div {
	padding-top:210px;
}

/*---- Broadband help module --------------*/

#coreContent .bbHelp .tabContent {
	padding:20px 20px 0;
}
#coreContent .bbHelp h3{
	color:#333333;
	font-weight:normal;
	font-size:1.4em;
	padding:11px 0 0;
	margin:15px 0 4px 0;
	border-top:1px dotted #d2d2d2;
	width:580px;
}
#coreContent .bbHelp h3.first{
	border-top:none;
	padding-top:0;	
}
#coreContent .bbHelp ul {
	padding:2px 0;
}
#coreContent .bbHelp ul li {
	/*list-style:disc;
	list-style-position:inside;*/ /* empirix bug fix (1577) */
	padding-bottom:3px;
}

/* ----------Broadband reskin------------*/
/*--- Home hub---*/
.bestWireless{
	font-size:1.09em;
}
.bestWireless h3{
	margin: 5px 0 5px 0;
}
.bestWireless .compareBBoptions{
	float:right;
	margin:-33px 10px 0 0;
}
div.bestWireless .column1{
    width:200px;
	margin:10px 10px 0 0;
}

div.bestWireless .column2{
	margin:10px 30px 0 10px;	
    width:220px;	
}
div.bestWireless .column3{
	height:15em;
}

div.bestWireless .column2 strong{
	margin-left:10px;
}

.bestWireless .column2 ul{
	/*list-style-type:disc;*/ /* empirix bug fix (1577) */
	margin-left:10px;	
}

.bestWireless .column2 li{
	/*list-style-type:disc;*/ /* empirix bug fix (1577) */
	line-height:1.4em; /* empirix bug fix (1577) */
}

.bestWireless a{
	margin-top:20px;
}

.panelWhite{
	width:620px;
	padding-top:10px;
	margin-bottom:28px;
	font-size:1.09em;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_8_top.gif) no-repeat scroll left top;
}
.panelWhite .panelContent{
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
}
.panelWhite .panelContent p{
	padding-right:40px;
	margin:5px 0 12px 0;
}
.panelWhite .panelWhiteBase{
	height:10px;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_8_bot.gif) no-repeat scroll left top;
}
.panelWhite .getPdf{
	border-top:1px dotted #A5A5A5;
}
.panelWhite .getPdf a{
	display:block;
	margin:10px 0;
}

/*--- security---*/
/* .security{
	font-size:1.09em;
}*/

.security p.strongTxt{
	color:#D71F85;
	font-size:1.8em;
	margin-bottom:0;
}
#coreContent .security h3{
	color:#666;
}

#coreContent .security h4{
	color:#787878;
	font-size:1.2em;
	font-weight:bold;
}

#coreContent .security h3 span{
	color:#D71F85;
}

.security .columns{
	padding:20px 0;
	border-bottom:1px dotted #A5A5A5;
}
.security  p{
	margin-bottom:10px;
}

.security .columns p, ul{
	padding-right:150px;
}

.security .first ul{
	overflow:hidden;
}

.security .first li{
	width:200px;
    float:left;	
	line-height:1.4em; /* empirix bug fix (1577) */
	margin:0 10px 10px 0;
	/*padding-left:10px;*/ /* empirix bug fix (1577) */
	/*background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_disc.gif) no-repeat scroll 0 5px;*/ /* empirix bug fix (1577) */
}

#coreContent .security .second p, #coreContent .security .last p{
	color:#787878;
}

.security .first{
	padding-top:10px;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_yahoo.jpg) no-repeat scroll 450px 40px;
}

.security .second{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_Norton.jpg) no-repeat scroll 450px 40px;
}

.security .last{
	border:none;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_protected_McAfee.gif) no-repeat scroll 440px 120px;
}

/*--- wireless---*/
.wireless .panelContent h3{
	margin:10px 0;
}
#coreContent .wireless .panelContent h3.last{
	padding-top:10px;
	border-top:1px dotted #A5A5A5;
}

.wireless .panelContent p{
	font-size:1.09em;
	margin-bottom:20px;	
}

/*--- speed test---*/
.speedTest{
	border:none;
}
.speedTest label{
	display:block;
	font-size:1.3em;
	margin-top:10px;
}
 .speedTest input{
	margin:10px 0;
	vertical-align: top;
	top:5px;
}

.speedTest .phone_number{
 	width:300px;
	font-size:2em;
}
 .speedTest p{
 	color:#666;
 }

/****************************************
dev zee merged 28/11/08
****************************************/
.introContent p a.largeLink {
	font-size: 1em;
}
.panelBMiddle .modIntro {
	font-size: 1.2em;
	margin: 0 50px 10px 0;
}
#coreContent .module .toGoIntro {
	margin-bottom: 26px;
}
#coreContent .module .toGoIntro p {
	margin-bottom: 10px;
}
#coreContent .module .toGoIntro a.btnSwap {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#coreContent .toGoFeatures h4 {
	font-size: 1.6em;
}
#coreContent .toGoFeatures h5 {
	font-size: 1.4em;








	font-weight: normal;
	line-height: 1.1em;
}
#coreContent .module p.toGoFeaturesIntro {
	margin-top: 10px;
	width: 290px;
}

/****************************************
Module styles
****************************************/

.choicePhones ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.choicePhones ul li .innerPanel {
	width: 294px;
	margin-right: 10px;
	padding-bottom: 3px;
}
.choicePhones ul li .innerPanel .panelContent p.body {
	
}
/* empirix bug fix (pricing) */
/* .choicePhones ul li .innerPanel .panelContent p {
	width: 100px;
}*/
.choicePhones .innerPanel .panelContent {
	min-height: 179px;
}
/* empirix bug fix (2022) */
.choicePhones .panelContent p {
	width: 100px;
}
/* empirix bug fix (2022) */
.choicePhones .panelContent .tariffBadge p {
	width:auto;
}

.choicePhones .phoneModel1 .panelContent {
	background: #fff url(../../../../consumer/consumerProducts/common/products_and_services/bg_HTCs620.gif) no-repeat scroll 140px 0px; /* empirix bug fix (2022) */
}
.choicePhones .phoneModel2 .panelContent {
	background: #fff url(../../../../consumer/consumerProducts/common/products_and_services/bg_HTCs710.gif) no-repeat scroll 120px 0px; /* empirix bug fix (2022) */
}
.choicePhones .tariffBadge {
	left:186px;
	position:relative;
	top:26px;
}
/* empirix bug fix (pricing) */
/* .containerB #coreContent .choicePhones .tariffBadge p {
	font-size:1.1em;
	left:0.1em;
	top:-6.5em;
	width:auto;
}*/
/* empirix bug fix (pricing) */
/* .containerB #coreContent .choicePhones .tariffBadge p span {
	font-weight: normal;
}*/

.toGoFeatures .innerPanel .panelTop div {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_3_tr2.gif) no-repeat scroll right top;
}
.toGoFeatures .panelContent {
	background: #fff url(../../../../consumer/consumerProducts/common/products_and_services/bg_module_content_phone.gif) no-repeat scroll right top;
}
.toGoFeatures p.getNowButton { 
	border-top: 1px dotted #b2b2b2;
}
.toGoFeatures ul.phoneFunctions { margin-top: 140px; }
.toGoFeatures ul.phoneFunctions  li {
	float: left;
	width: 270px;
	margin-right: 12px;
	min-height: 135px;
}
.toGoFeatures img {
	float: left;
	margin-right: 15px;	
}
.toGoFeatures .surround {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/frame_small_126x96.gif) no-repeat scroll left top;
	height:96px;
	width:126px;
	padding: 3px;
	float: left;
}
.toGoFeatures .phoneFunctions  li.bluetoothFeature,
.toGoFeatures .phoneFunctions li.voicemailFeature {
	min-height: 76px;
}
.toGoFeatures .btnSwap {
	float: right;
}
.toGoFeatures .videoLink{
	font-size:1.3em;
	margin:20px 0 0 0;
	padding:10px 0;
}

.toGoFeatures .videoLink a{
	padding:6px 30px 10px 0;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_watch_icon.gif) no-repeat scroll right top;
}*/

.stepsGetStarted div {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.stepsGetStarted .btnSwap {
	margin-top: 10px;
	clear: both;
}
.stepsGetStarted ol.switchSteps p {
	margin: 0 0 0 56px;
	width: 520px;
}

.stepsGetStarted p.costDetails {
	width: 400px;
	padding-bottom: 5px;
}

.stepsGetStarted div.tariffBadge {
	position: absolute;
	right: 20px;
	top: 20px;
	border-bottom: none;
}

.introContent .bunWhyChoose {
	float: right;
	margin-top: -10px;
}

/**** lightbox ****/
.lightBox .phoneSpec {
	background: #fff;
	padding: 20px 20px 0 20px;
}
.lightBox .phoneSpec .twoColumnLayout {
	clear: both;
}
.lightBox .phoneSpec .twoColumnLayout .column1,
.lightBox .phoneSpec .twoColumnLayout .column2 {
	width: 430px;
	float: left;
	margin: 0;
	min-height: 357px;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_lightbox_list.gif) repeat-y left top;
	border-bottom:1px dotted #666666;
	border-top:1px dotted #666666;
}
.lightBox .phoneSpec .twoColumnLayout .column1 {
	margin-right: 10px;
}
.lightBox .phoneSpec ul {
	margin-left: 0;
}
.lightBox .content .phoneSpec p {
	color: #333333;
}
.lightBox .phoneSpec h5 {
	color:#D71F85;
	font-size:3.1em;
	font-weight: normal;
}
.lightBox .phoneSpec li {
	border-bottom:1px dotted #D8D8D8;
	clear:both;
	display:block;
	overflow:hidden;
	padding: 8px 0 8px 10px;
	margin-left: 0;
	background: none;
}
.lightBox .phoneSpec li.last {
	padding-bottom: 8px!important;
	border-bottom: none;
}
.lightBox .phoneSpec li ul {
	display:block;
	float:left;
	margin-bottom:0pt;
	background: none;
}
.lightBox .phoneSpec li ul li {
	border-bottom:medium none;
	color:#333333;
	margin:0pt;
	padding:0pt 20px 0pt 10px;
}
.lightBox .content .phoneSpec li p {
	background:#FAFAFA none repeat scroll 0%;

	display:block;
	float:left;
	margin-bottom:0pt;
	min-height:30px;
	width:140px;
}
.lightBox .phoneSpec h6 {
	width: 125px;
	display: block;
	float: left;
	margin: 0;
}

.lightBox .specifications {
	clear: both;
	padding-top: 20px;
}

.lightBox .specifications h4 {
	color:#D71F85;
	font-size:1.8em;
	font-weight:normal;
}
/* packages tab lightbox css */
.lightBox.hasJS .bundlesPopup p {
	color:#333333;
}
.bundlesPopup {
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	padding:0 15px 15px;
}
.popPhone h5 {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/bundling/pop_h5_phone.gif) no-repeat scroll 0 50%;
}
.popBB h5 {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/bundling/pop_h5_bb.gif) no-repeat scroll 0 50%;
}
.bundlesPopup h5 {
	color:#D71F85;
	font-size:3em;
	font-weight:normal;
	padding:16px 0 10px 44px;
}
.bundlesPopup .popIntro h6 {
	float:left;
}
.bundlesPopup h6 {
	color:#D71F85;
	font-size:2em;
	font-weight:normal;
}
.bundlesPopup .popIntro {
	border-bottom:1px dotted #EAEAEA;
	margin-bottom:10px;
}
.bundlesPopup .popIntro p.bodyLarge {
	clear:left;
	float:left;
}
.bundlesPopup .popIntro img {
	float:right;
}
.switchPopup h5 {
	padding-left:0 !important;
	font-size: 2.2em!important;
}
.switchPopup ul li {
    padding-bottom:7px;
    background: url(../../../../consumer/consumerProducts/common/products_and_services/bullet_greydisc.gif) no-repeat left 0.5em !important;	
}
.switchPopup .indent {
	margin: -5px 0pt 15px 25px;
}
.switchPopup .indent ul {
	margin-bottom: 0;
}
.twoColumnLayoutNarrow {
	clear:both;
}
.twoColumnLayoutNarrow .column1 {
	float:left;
	width:33.3%;
}
.twoColumnLayoutNarrow .column2 {
	float:left;
	width:66.6%;
}
.bundlesPopup .twoColumnLayout .column1, .bundlesPopup .twoColumnLayout .column2 {
	float:left;
	margin:0 20px 0 0;
	width:290px;
}
.bundlesPopup .planIncludes ul {
	margin:0;
	/*padding-right: 0;*/
}
.bundlesPopup ul li.included, #coreContent ul.includedLarge li {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0 2px;
	padding:6px 0 2px 24px;
}
.secPanel {
	float:left;
	width:285px;
}
.secPanel.last{ margin-left:10px; }
.secPanel .panelTop  {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/elf/bg_sec_panelTop.gif) no-repeat top left;
	height: 10px;
	margin-left: 1px;
}
.secPanel .secContent {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/elf/bg_sec_panelMain.gif) repeat-y scroll 0 0;
	padding: 0 10px;
	min-height: 19em; /* min-height: 23em; */
}
.secPanel .panelBot  {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/elf/bg_sec_panelBot.gif) no-repeat bottom left;
	height: 9px;
	margin-left: 1px;
}
.protectPlus ul.includedLarge{
	float:left;
	width:340px;	
}
.protectPlus ul.includedLarge li{ 
	font-size:1.1em;
	line-height:1.25em;
}
.protectPlus .btNetProtectPlus{
	float:right;
	width:230px;
	background-position:top right;
	padding-top:130px;
	text-align:center;
	margin-top:70px;
}
.protectPlus .btNetProtectPlus p{
	width:auto;
	font-weight:bold;
}
.bundlesPopup ul li.includedLarge {
	background:transparent url(../../common/products_and_services/tick_small.gif) no-repeat scroll 0 2px;
	min-height:73px;
	padding:6px 10px 2px 24px;
}
.bundlesPopup .planIncludes {
	border-top:1px dotted #B2B2B2;
	clear:both;
	margin-top:16px;
	padding-top:10px;
}
.bundlesPopup .planIncludes ul li {
	margin:0 0 0 12px;
	padding:0 0 0 30px;
	width:246px;
}
.bundlesPopup .planIncludes li {
	display:inline;
	float:left;
	margin:0;
	min-height:40px;
	padding-right:40px;
	width:255px;
}
.bundlesPopup ul li.getStarted {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_document.gif) no-repeat scroll 0 0;
}
.bundlesPopup ul li.broadband {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/broadbandSpeed.gif) no-repeat scroll 0 0;
}
.bundlesPopup ul li.bbCalls {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_bb_calls.gif) no-repeat scroll 0 0;
}
.bundlesPopup ul li.storage {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_storage.gif) no-repeat scroll 0 0;
}
.popBB .optionDetails {
	float:left;
	width:380px;
}
.popBB .hubBadge, .popBB .hubPhoneBadge {
	float:right;
	margin:20px 10px 0 0;
}
.popBB .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_hub.jpg) no-repeat scroll right top;
}
.popBB .hubBadge .tariffBadge, .popBB .hubPhoneBadge .tariffBadge {
	padding:70px 100px 10px 0;
}
.popBB .tariffBadge {
	height:8.7em;
	width:10.1em;
}
.bundlesPopup .knowMore {
	clear:both;
}
.popTV {
	padding:0 0 15px 15px;
}
.popTV h5 {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/bundling/pop_h5_tv.gif) no-repeat scroll 0 50%;
}
.popTV .popIntro {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_btvision_popup.jpg) no-repeat scroll right top;
	border-bottom:medium none;
	padding:20px 0 186px;
}
.popTV .popIntro h6 {
	font-size:2.3em;
	padding-left:270px;
}
/*---IT support / netProtect internet security----*/
#coreContent .roundUp2 li{
    min-height:85px;
}

#additionalContent .panelB .innerPanel li span {
	display:block;
}

#coreContent .netProtectIncluded h4, #coreContent .btNetProtectPlus h4{
    color:#333333;
    margin: 0.5em 0;
}

#coreContent .accPanel li li{
    border:none;
    margin-bottom:10px;
    list-style:disc inside;
}
#coreContent .hitsAcc { margin-bottom: 0; }
.callButton .callYouBackPink { margin-right: 0; }
.netProtectIncluded{
    float:left;
    width:440px;
}

.netProtectPrice{
    float:right;
    margin-top:10px;
}

.netProtectPrice .getItNow{
    margin: 20px 0 0 10px;
}

.netProtectPrice .tariffBadge { margin-left: 24px; }

.getBb2 .innerPanel{
    float:left;
    width:295px;
    margin-right: 10px;
}
.getBb2 .last{
	margin-right:0;
}
.getBb2 .btnSwap { margin-right: 180px; }
.getBb2 ul.listedDetails li {text-align:left;}
.hitsAcc .btnSwap { 
	float: left; 
	margin: 5px 0 15px 0;
} 
.getBb .innerPanelSmall .panelContent { /* CM 26.03.09 */
	min-height: 315px;
}
.getBb .panelContent .getBbPara { 
	min-height: 50px;  /* min-height: 65px; */
}
.sharedBB .badgeTerms {
	min-height: 35px; /* min-height: 85px; */
}
.sharedBB .last .badgeTerms {
	min-height: 57px;
}
.sharedBB .badgeTerms span {
	font-weight: normal;
}
/*.getBb .panelContent .learnPack { min-height: 70px; }*/
.getBb2 .innerPanelSmall .panelContent .tariffBadge {
	float: left;
}
#coreContent .getNetProtect h4{
    color:#333333;
    margin-bottom:20px;
}
.getNetProtect .innerPanel .panelContent p{ margin-bottom:7px; }
.getNetProtect .getItNow{ margin-top: 10px; }
#coreContent .gotBTTBB .getItNow { 
	margin-top: 30px;
	float: left;
}
p.footerLine {
	margin:10px 0;
}
.hitButton {
	float: left;
	width: 295px;
	margin-right: 10px;
}
.hitButton .last {
	margin-right:0!important;
}
.callYouBack{
	float:right;
	margin:15px 15px 0 0;
	display:inline;
}
a.bookNow{
	background:url(../../buttons/products_and_services/btn_book_a_visit.gif) no-repeat scroll 0 0;
	width:172px;
	margin-bottom: 10px;
}
.callBack a.btnSwap {
	margin:20px auto 0 auto!important;
}
#additionalContent .haveNetProtect ul.listedInfo li.last {
	border-bottom: none;
	padding-bottom: 0!important;
}
#additionalContent ul.premMail.listedInfo li.last {
	border-bottom: none;
	padding-bottom: 0!important;
}
.callButton {
	margin-bottom: 5px;
	padding-left: 250px;
}
.bookNow a.btnSwap {
	margin:10px auto!important;
	position:relative 15px;
}
a.onlineNow {
	background:url(../../buttons/products_and_services/btn_book_a_visit.gif) no-repeat scroll 0 0;
	width:172px;
}
.btn1 {
	float: right;
	margin: 20px 0 0 20px;
}
.btn2 {
	float: right;
	margin-top: 20px;
}
/*safari 3 fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#coreContent .roundUp2 li{min-height:100px;}
.getNetProtect .last a{margin-top:30px;}
}
/*---End of IT support / netProtect internet security----*/

/*--- online storage / yahoo mail / mail standalone / extra phone line ---*/
#coreContent img.linkArrow, #additionalContent img.linkArrow {
    float:none;
    margin:0 0 0 4px;
    position:relative;
    top:2px;
}
.panelBMiddle .mailDetails p {
    margin-bottom: 10px;
}
.mailDetails ul.listedDetails {
    float: left;
    margin-right: 50px;
    width: 400px;
}
.mailDetails .optionsPriceTerms {
    position: relative;
    top: -20px;
}
.mailDetails .optionsPriceTerms .tariffBadge {
    margin-bottom:10px;
}
.rightStorage p {
    margin-bottom: 10px;
}
.rightStorage .tariffBadge {
    float: left;
}
.rightStorage .getItNow {
    margin: 26px 0 0 0; /* margin: 52px 0 0 0; */
    float: left;
}
.rightStorage .activateVault {
    float: left;
}
.storageDetails {

    width: 170px;
    float: left;
    margin-right: 20px;
}
.storageDetails ul.listedDetails {
    margin-bottom: 10px;
}
.callOverInternet p {
    margin-bottom: 10px;
}
#coreContent  .callOverInternet h4 {
    margin: 7px 0 20px;
    color:#333333;
}
/*.callOverInternet a.largeLink {
    margin-bottom: 20px;
    display: block;
}*/
.whyDigitalVault {
    background:#FFFFFF none repeat scroll 0 0;
    margin-bottom:10px;
    padding:10px 0;
}
#coreContent .whyDigitalVault h3 {
    color:#666666;
    font-size:1.585em;
    padding:0 0 5px 10px;
    border-bottom:2px solid #EFEFEF;
    background: transparent;
}
.whyDigitalVault ul {
    overflow:hidden;
    padding:0 10px;
}
#coreContent .whyDigitalVault li {
    float:left;
    margin-right:20px;
    min-height:90px;
    width:280px;
    min-height: 134px;
    padding-bottom: 10px;
}
/*safari 3 fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#coreContent .whyDigitalVault li { min-height:149px;}
}
#coreContent .whyDigitalVault h4 {
    color:#666666;
    font-size:1.585em;
    padding-top:15px;
    min-height: 30px;
}
/*--- end online storage / yahoo mail / mail standalone / extra phone line ---*/

/* xxxxxxxxxxxxxxxxxxxxxxxx Start New Yahoo CSS xxxxxxxxxxxxxxxxxxxxxxxx */

/* tab styles */
#content_left .twoTabNav ul.tabNav li, #content_left .twoTabNav ul.tabNav li.last { width: 202px; }

#content_left	{ 
	width: 621px;
	background: url("../../../../consumer/consumerProducts/images/products_and_services/internet/content_left_bg.jpg") 0px 0px no-repeat;
}
#content_left h2 {
	color: #333;
	font-size: 18px;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#content_left .panel .btm	{  
	overflow: auto;  
	padding-top: 0px;
}
#content_left .panel .btm p {  
	font-size: 13px; 
	padding: 0px; 
	margin: 0px;
}
.left_10	{
	padding-left: 10px; 
}
h1.title { 
	margin: 20px 0px 65px 0px;
	line-height: 30px;
	font-size: 32px;  
}

/* Styles the content pods */

.pod {
	background-color: #FFFFFF;
	overflow: auto;
	border-top: 1px #CCCCCC dashed;
	padding: 10px 0px 15px 0px;
}
.pod_bottom {
	background: url("../../../../consumer/consumerProducts/images/products_and_services/internet/pod_bottom_bg.gif") 0px 0px no-repeat;
	height: 10px;
}
.pod.first {
	border-top: none;
}
.left_pod {
	float: left;
	width: 375px;
	margin: 0px 25px 0px 0px;
}
.right_pod {
	float: left;
	width: 175px;
}
.full_width_pod {
	clear: both;
}
img.true_switch {
	margin: 30px 0px 0px 0px;
}

/* Styles the left hand column's bg image */

.left_pod table {
	width: 375px;
	margin:15px 0px 15px 0px;
}
.left_pod th , .left_pod td {
	padding: 5px 5px 5px 5px;
}
.left_pod th {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	font-weight: bold;
}
.left_pod td {
	border-left: 1px #CCCCCC solid;
}
.left_pod th.first , .left_pod td.first {
	border-left: none;
}
.left_pod th.first , td.first {
	border-left: none;
}

/* Yahoo icons */


#coreContent .icon_list h3 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 0.5em 0px;
}

.icon_list div {
	clear: both;
}

.icon_list div div {

	float: left;
	width: 275px;
	clear: none;
	margin: 0px 0px 0px 25px;
}

.icon_list div div.icon {
	margin: 0px;
}

.icon_list div div.full_width {
	width: auto;
	margin: 0px;
}

.icon_list div div img {
	float: left;
	margin: 5px 10px 40px 0px;
}
.logos .icon_list {
	margin-top: 20px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxx End New Yahoo CSS xxxxxxxxxxxxxxxxxxxxxxxx */

/* Start Original Tariff Badge CSS */
.containerB #coreContent .hubBadgeGrad .tariffBadgeGrad p { top:-7.2em;	}
.containerB #coreContent .hubBadgeGrad.opt2 .tariffBadgeGrad p { top:-7.8em; }
.containerB #coreContent .hubBadgeGrad .tariffBadgeGrad p span { line-height:1.4em; }
.fastReliable .hubBadgeGrad, /* empirix bug fix (2025) */
.heavyUsage .hubBadgeGrad,
.unlimited .hubBadgeGrad,
.anywhere .hubBadgeGrad,
.homeAway .hubBadgeGrad {
	/*width: 212px;*/
	width: 162px;
	height: 165px;
}
.fastReliable .hubBadgeGrad, .heavyUsage .hubBadgeGrad, #shareHolders .hubBadgeGrad {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub.jpg) no-repeat scroll right top;
}
/*.heavyUsage .hubBadge {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone.jpg) no-repeat scroll right top;
}*/
.unlimited .hubBadgeGrad {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone.jpg) no-repeat scroll right top;
}
.anywhere .hubBadgeGrad {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_berry.jpg) no-repeat scroll right top;
}
.homeAway .hubBadgeGrad {
	/*background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_dongle.jpg) no-repeat scroll right top;*/
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_starter.jpg) no-repeat scroll right top;
}
.hubBadgeGrad .tariffBadgeGrad {
	padding: 72px 100px 10px 0;
}
.containerB #coreContent .hubBadgeGrad .tariffBadgeGrad p {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 14px;
	line-height: 1.2em;
}
.containerB #coreContent .hubBadgeGrad .fullContent p {
	font-size:1em;
	margin-top:-0.2em;
	padding-left:0.1em;
	width:7em;
}
.hubBadgeGrad, .hubDetails {
	float: left;
	margin: 20px 10px 0 0;
}
.hubBadgeGrad p {
	color: #fff;
	position: relative;
	text-align: center;
	top: -9em;
	margin: 0;
	width: 81px;
}
.hubBadgeGrad p span {
	display: block;
	font-size: 1.6em;
	line-height: 0.9;
}
.bbContainer .tariffBadgeGrad {
	float: right;
	margin-bottom: 1.5em;
}
/* End Original Tariff Badge CSS */
a.upgradeMail {
	background:url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_upgrade_mail.gif) no-repeat 0 0;
	width: 148px;	
	margin: 10px 0;
}
a.addMail {
	background:url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_add_mail.gif) no-repeat 0 0;
	width: 122px;	
	margin: 10px 0;
}
.hubDetailsBB { 
	border-top:1px dotted #E4E4E4;
	margin-bottom: 10px;
}
.offerSashBun {
	float:left;
}
.catSashBun {
	float: left;
	position: absolute!important;
	top: 53px!important;
	left: 0;
	z-index: 10;
}
.offerBB1 .catSashBun, .offerBB2 .catSashBun { 
	top: 2px!important;
}
#coreContent .innerColumn .innerPanelSmall .offerBB2 h4 { 
	margin-left: 50px;
}
.sharedBB .innerPanelSmall h4 {
	min-height: 35px; /* min-height: 55px; */
}
.hubDetailsBB .tariffBadge {
	float:left;
	margin-left:-30px;
	padding-top:25px;
}
.offerCopy {
	float:left;
	/*margin:20px 0 0 15px;*/
	width:300px;
}
#coreContent .offerCopy h4 {
	color:#333333;
	font-size:1.4em;
	padding-bottom: 0;
}
#coreContent .offerCopy h4 span {
	color:#D71F85;
	font-size:1.5em;
}
#coreContent .offerCopy h5 {
	font-size:1.15em;
	font-weight:normal;
	padding-bottom: 10px;
}
#coreContent .offerCopy h5 span {
	color:#64379B;
}
.hubDetailsBB a.getItNow {
	float:right;
	margin:55px 20px 0 0;
}
.zubLink {
	float:right;
	margin-right:10px;
}
/*--- bb competitor comparison table ---*/
.comparisonTable span.providers {
    border-bottom:2px solid #FFFFFF;
    min-height:70px;
    margin: 0 5px 6px;
	width: 140px;
}
#coreContent .tabContent h3{ margin-top:10px; }
#coreContent .bbComparison tr.tableData td {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData1_top.gif) no-repeat scroll center top;
    padding:4px 0 6px;
    vertical-align:top;
}
#coreContent .bbComparison tr.tableData td p {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData1_bottom.gif) no-repeat scroll center bottom;
    color:#333333;
    margin:0;
    padding:0 6px 6px;
}
#coreContent .bbComparison tr.tableData td p img {
	margin-bottom: -4px;
}
#coreContent .bbComparison thead th {
    color:#D71F85;
    padding:10px 0px 14px;
    width:132px;
}
#coreContent .bbComparison thead th p.supLink {
	font-size: 0.7em;
}
#coreContent .bbComparison thead th p.supLink a.largeLink,
#coreContent .bbComparison td p a.largeLink{
    font-size: 1.3em;
}
/*#coreContent .bbComparison tr.tableData td.noData p img {
	margin-bottom: 0;
}*/
#coreContent .bbComparison tr th.sectionHead {
    font-weight:normal;
    padding-bottom:6px;
}
#coreContent .bbComparison tr th.sectionHeadT2 {
    padding:40px 0 6px;
}
#coreContent .bbComparison tr.tableData th {
    padding-top:5px;
    text-align:left;
    vertical-align:top;
}
#coreContent .bbComparison tr th.sectionHead span,
#coreContent .bbComparison tr.headingRow th.sectionHeadT2 span,
#coreContent .bbComparison tr.headingRow td span {
    background:#FFFFFF none repeat scroll 0;
    border-bottom:1px solid #dddddd;
    border-top:1px solid #dddddd;
    font-size:1.6em;
    text-align:left;
    display:block;
    font-weight: normal;
    min-height: 25px;
}
#coreContent .bbComparison tr.headingRow td span {
    text-align: center;
    vertical-align: middle;
}
#coreContent .bbComparison a.btnSwap {
    margin-left: auto;
    margin-right: auto;
}
#coreContent .bbComparison tr th.sectionHead span {
    width:577px;
}
#coreContent .bbComparison tr.tableData td.btData {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData3_gradient_top.gif) no-repeat scroll center top!important;
}
#coreContent .bbComparison tr.tableData td.btData p {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData3_gradient_bottom.gif) no-repeat scroll center bottom!important;
    color:#fff;
    overflow:hidden;
}
#coreContent .bbComparison tr.tableData td.blue {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData4_gradient_top.gif) no-repeat scroll center top!important;
}
#coreContent .bbComparison tr.tableData td.blue p {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableData4_gradient_bottom.gif) no-repeat scroll center bottom!important;
    color:#fff;
}
#coreContent .bbComparison tr.tableData td.noData,
#coreContent .bbComparison tr.tableData td.noData p {
    background:transparent none ;
}
#coreContent .bbComparison {
    background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableRates3.gif) repeat-y scroll 137px bottom;
}
#coreContent .bbComparison tfoot td {
    background:transparent none repeat scroll 0;
}
.comparisonTable span.providers span{
	display:block;
	font-size:0.7em;
}
/* specific to bb for competitor drop down list */
.comparisonTable .changeProviders .options{
	top: 21px;
	z-index: 10;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .comparisonTable .changeProviders .options { top:20px;}
}
/*--- end bb competitor comparison table ---*/
/*--- bb usage ---*/
#coreContent ul.usageDetails {
    width: 580px;
    margin-top: 12px;
}
#coreContent ul.usageDetails li.clearfix {
    margin-bottom: 16px;
	clear: both;
}
#coreContent ul.usageDetails .column1,
#coreContent ul.usageDetails .column2 {
    width: 49.9%;
    float: left;
    margin-left: 0;
}
#coreContent ul.usageDetails .column1 p,
#coreContent ul.usageDetails .column1 img,

#coreContent ul.usageDetails .column2 p,
#coreContent ul.usageDetails .column2 ul {
    padding-right: 20px;
}
#coreContent .usageDetails p {
    margin-bottom: 2px;
}
#coreContent ul.usageDetails ul.listedDetails li.included {
    line-height: 1.2em!important;
}
/*--- end bb usage ---*/

/* new home hub & wireless */

.img_hub_n	{ 
	float: left; 
	margin-left: 25px; }
.wlessCopy { 
	float: left; 
	margin: 10px 0 0 30px; 
	width: 320px;
}
#coreContent .wlessCopy li, #coreContent .col_list li {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/list_bullet_grey.gif) no-repeat 0 5px;
	padding-left: 14px;
	margin-bottom: 10px;
}
.btm .innerPanel{
    float:left;
    width:295px;
    margin-right: 10px;
}
.btm .last{ margin-right:0; }
/*#coreContent .btm .panelContent { 
	text-align: left;
}*/
.btm .innerPanelSmall .panelContent { 
	min-height:200px; /* min-height:230px; */
	text-align: left;
}
#coreContent .btm .innerPanelSmall h4 { min-height: 20px; }
.btmImage { 
	float: left;
	width: 135px;
}
.btmImageR {
	float: left;
	width: 110px;
}
.btmList {
	float: left;
	width: 130px;
}
.btmListR {
	float: left;
	width: 150px;
}
.btmLink { margin: 10px 0; }
/*.btmLinkR { margin: 20px 0 10px 0; }*/
/* end new home hub & wireless */
/*--- bb mobile ---*/
#hero.mobileHero {
	margin:-7px 0 10px -19px;
	position:relative;
	height: 233px;
}
/*.laptop{ min-height: 190px; }*/
.internetAnywhere .moduleIntro {
    float: left;
    width: 370px;
}
.internetAnywhere .moduleIntro p, .visitBritain p {
    margin-bottom: 10px;
}
.installTip {
    position: absolute;
	right: 9px;
	top: 42px;
	z-index: 10;
}
#coreContent .introContent.introMobile h2{ font-size: 2.6em;  } 
#coreContent .introContent.introMobile h2 span{ 
	display:block;
	font-size:0.75em; 
}
.moduleIntro .includedTick, .mbbComparison .includedTick{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0 2px;
	padding:6px 10px 10px 24px;
}
/*.grad_col {
	float: left;
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/grad_col_bg.gif) no-repeat left top;
	width: 162px;
	height: 554px;
	padding: 15px 14px 0;
	margin-right: 14px;
}
.grad_col.last { margin: 0; }
.grad_col .copy { height: 65px; }*/
.mbbComparison .columnsPanel .col {
	min-height: 340px;
	background-position: left -70px;
}
.mbbComparison .columnsPanel .col .copy {
	margin: 10px 0;
}
.price_01 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/col_01_img.jpg) no-repeat left top;
	width: 74px; /*142*/
	height: 78px; /*105*/
	font-size: 1.8em;
	color: #fff;
	line-height:0.8em;
	padding: 27px 0 0 68px;
	text-align: center;
	margin: 10px auto 0;
}
.price_02 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/col_02_img.jpg) no-repeat scroll 3px top;
	width: 103px; /*111*/
	height: 85px; /*105*/
	font-size: 1.8em;
	color: #fff;
	line-height: 0.8em;
	padding: 20px 8px 0 0;
	text-align: center;
	margin: 10px auto 0;
}


.price_01 span, .price_02 span {
	font-size: 0.6em;
	line-height: 1em;
	display: block;
	padding-top:3px;
}
.dark_grey {
	color:#333333!important;
	font-size:1.6em!important;
}
.mbbComparison .innerPanel .panelTop, .mbbComparison .innerPanel .panelBottom,
.mbbComparison .innerPanel .panelTop div, .mbbComparison .innerPanel .panelBottom div {
	background: none!important;
}
.btn_center {
	margin:10px auto!important;
}
.bbIdeas { margin-bottom: 36px!important; }
.bbIdeas p{ height: 85px; }
.homeOnGo .hubBadgeGrad {
	/*background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone_berry.jpg) no-repeat scroll right top;*/
	height:181px;
	width:190px;
}
.homeOnGo .hubBadgeGrad, .hubDetails {
	float:left;
	margin:20px 10px 0 0;
}
.homeOnGo .tariffBadgeGrad {
	padding:20px 100px 10px 0;
}
.homeOnGo .hubBadgeGrad .fullContent p {
	font-size:1em;
	margin-top:-0.2em;
	padding-left:0.1em;
	width:7em;

}
.homeOnGo .hubBadgeGrad p {
	color:#FFFFFF!important;
	margin:0;
	position:relative;
	text-align:center;
	top:-9em;
	width:81px;
}
.homeOnGo .hubBadgeGrad .tariffBadgeGrad p {
	font-size:1em!important;
	font-weight:600;
	line-height:1.2em;
	margin-top:14px;
	top:-8.7em;
}
.btm .innerPanelLarge{
    width:600px;
}
.homeOnGo .optionsPriceTerms {
	float:left;
	text-align:center;
	width: 120px;
}
.homeOnGo .optionsPriceTerms .tariffBadge {
	margin: 0 auto;
}
.homeOnGo .tariffBadge {
	height:7.8em;
	width:6.8em;
}
.homeOnGo .tariffBadgeT2 p {
	top:-5.4em;
}
.homeOnGo .tariffBadge p {
	color:#FFFFFF!important;
	font-size:1em!important;
	left:0;
	position:relative;
	text-align:center;
}
.homeOnGo .tariffBadge p span {
	display:block;
	font-size:1.8em;
	line-height:1;
}
.homeOnGo .badgeTerms {
	font-size:1.1em;
	font-weight:600;
}
.awardImages { padding: 10px 0 0 5px; }
.awardLegal {
	color: #666666;
	font-size: 0.92em;
}
/*--- end of bb mobile ---*/

/* mobile bb lightbox */
.lightBox .content .mobilePrePay, .lightBox .content .homeOnGo,
.lightBox .content .switchBT {
    background: #fff;
    padding: 32px 20px;
    color: #333333;
    overflow: hidden;
}
.lightBox .content .mobilePrePay h5, .lightBox .content .homeOnGo h5,
.lightBox .content .switchBT h5 {
    font-size: 3.1em;
    color: #d71f85;
    font-weight: normal;
    margin-bottom: 38px;
}
.lightBox .content .homeOnGo h5 { margin-bottom: 0; }
.lightBox .content .switchBT h5 { margin-bottom: 10px; }
.lightBox .content .mobilePrePay p, .lightBox .content .homeOnGo p,
.lightBox .content .switchBT p {
    color: #333333;
}
.lightBox .content .mobilePrePay ul.useAmount {
    overflow: hidden;
    margin: 0;
    border-bottom: 1px dotted #b3b3b3;
    padding: 4px 0 12px;
}
.lightBox .content .mobilePrePay ul.useAmount li {
    float: left;
    display: inline!important;
    margin-left: 50px;
    padding: 0;
	background: none;
}
.lightBox .content .mobilePrePay ul.useAmount li p {
    text-align: center;
    color: #69be28;
    font-size: 1.4em;
}
.lightBox .content .mobilePrePay ul.useAmount li p span {
    font-size: 2.5em;
    display: block;
    line-height: 1em;
}
.lightBox .content .mobilePrePay .howTopup,
.lightBox .content .mobilePrePay .pricing {
    float: left;
    display: inline;
    margin-top: 10px;
}
.lightBox .content .mobilePrePay .howTopup {
    width: 370px;
    margin-right: 38px;
}
.lightBox .content .mobilePrePay .pricing {
    width: 190px;
}
.lightBox .content .mobilePrePay ol.switchSteps {
    margin-left: 0;
}
.lightBox .content .mobilePrePay ol.switchSteps li {
    padding-bottom: 12px;
    margin-left: 0;
}
.lightBox .content .mobilePrePay ol.switchSteps li p {
    width: 314px;
}
.lightBox .content .mobilePrePay ol.switchSteps li p a,
.lightBox .content .mobilePrePay table thead th{
    font-weight: normal;
}
.lightBox .content .mobilePrePay table {
    border-bottom: 1px dotted #666666;
    border-top: 1px dotted #666666;
    width: 188px;
}
.lightBox .content .mobilePrePay table tr td {
    border-top: 1px dotted #d7d7d7;
}
.lightBox .content .mobilePrePay table tr td,
.lightBox .content .mobilePrePay table thead th {
    padding: 4px 0 4px 10px;
    color:#333333;
    text-align: left;
}
.lightBox .content .mobilePrePay table tr td span {



    font-weight: 600;
}
p.dataBunCopy { margin-top: 10px; }
.lightBox .content .homeOnGo .bestFor {
	border: none;
	padding-top: 0!important;
}
.homeOnGo .hubColumn1 {
	float:left;
	width:258px;
}
.homeOnGo .hubColumn2 {
	float:left;
	margin-left:17px;
	width:320px;
}
.homeOnGo .bestFor .column1, .homeOnGo .bestFor .column2 {
	padding-bottom:15px;
}
/*End  mobile bb lightbox */

/*Q1 offers */
.fiveTabNav #tab1 {
	position: relative !important;
}
.quickComparison .q1Box {
	height: 24em;
}
.q1Offers{
	background: #fff;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4!important;
	position: absolute !important;
	padding: 10px 0 10px 0;
	bottom: 290px; /* bottom: 80px; */
	left: 0;
}
.q1Offers .btExclusive{
	position: absolute;
	top: 0;
	left: -15px;
}
.q1Offers h4{
	color: #000000 !important;
	font-size: 1.1em !important;
	font-weight: bold !important;
	text-align: center;
}

.q1Offers p{
	text-align: center;
}

.q1Offers ul{
	overflow: hidden;
	padding: 15px 0 0 0;
}

.q1Offers ul li{
	float: left;
	width: 146px;
	height: 37px;
	margin-left: 3px;
	padding: 5px 0 0 0;
}

.q1Offers ul li.op1Offer{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_offers_lightpurple.gif) no-repeat left top;
	margin-left: 0px;
}
.q1Offers ul li.op2Offer{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_offers_lightpurple.gif) no-repeat left top;
}
.q1Offers ul li.op3Offer{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_offers_purple.gif) no-repeat left top;
}
.q1Offers ul li.op4Offer{

	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_offers_purple.gif) no-repeat left top;
}
.q1Offers ul li p{
	color: #ffffff;
	/*padding-top: 6px;*/
	margin: 0;
}
h4.marginTop { margin-top: 10px; }
.ccOffer {
	margin-top: 10px;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_bb_tableFull_lightPurp.gif) no-repeat;
	text-align: left;
	width: 580px;
	padding: 10px 0 17px 13px;
}
.ccOffer ul {
	overflow: auto;
	padding: 0 !important;
	list-style-type: disc;
	list-style-position: inside;
}
.ccOffer ul li {
	float: none;
	width: auto;
	height: auto;
	font-weight: bold;
	color: white;
}
/* End Q1 offers */

/* Hero carousel*/

.carouselContainer{
	position: relative  !important;
}

.carouselContent{
	overflow: hidden;
	position: relative !important;
}

.carouselContent ul{
	overflow: hidden;
	left: 0;
	top: 0;
}

.carouselContent ul li{
	float: left;
}

.alternateControls{
	display: none;
}
.controls a img {
    height: 102px;
    width: 25px;
}

/*carousel 01*/
.carousel01{
	height: 250px;
	width: 978px;
	overflow: hidden;
}

.carousel01 .controls{
	display: none;
}

.carousel01 .carouselContent{
	width: 978px;
}

.carousel01 .carouselContent ul li{
	width: 978px;	
	background: #ffffff;
}

.carousel01 .controls a.left{
	position: absolute !important;
	left: -11px;
	top: 130px;
	z-index: 10;
	background: url(../../../../consumer/consumerProducts/images/products_and_services/entertainment/vision_library_new_arrow_left.gif) no-repeat left top;
	width: 25px;
	height: 102px;
	display: block;
	overflow: hidden;
}
.carousel01 .controls a.right{
	position: absolute !important;
	right: -11px;
	top: 130px;
	z-index: 10;
	background: url(../../../../consumer/consumerProducts/images/products_and_services/entertainment/vision_library_new_arrow_right.gif) no-repeat left top;
	width: 25px;
	height: 102px;
	display: block;
	overflow: hidden;	
}

.carousel01 .step01{
	position: relative !important;
	height: 250px;
}

.carousel01 .step01 h4{
	font-size: 1.2em;
	margin-bottom: 15px;
	width: 295px;
	background: transparent !important;
}

.carousel01 .step01 .col01{
	width: 140px;
	float: left;
	margin-right: 15px;
}

.carousel01 .step01 .col02{
	width: 140px;
	float: left;
}

.carousel01 .step01 .stepContent{
	position: relative  !important;
	z-index: 10;
}

.carousel01 .step01 img{
	position: absolute  !important;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.carousel01 img.bannerExclusive{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 25;
	width:1px;
	height:1px;
}

.carousel01 .alternateControls{
	position: absolute;
	right:27px;
	top: 20px;
	z-index: 25;
}
	
.carousel01 .alternateControls ul li{
	width: 290px;
	height: 103px;
	position: relative;
}

.carousel01 .alternateControls ul li a{
	text-align: center;
	width: 290px;
	height: 103px;
	display: block;
	color: #666666 !important;
	padding: 0 0 0 0 !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;	
}

.carousel01 .alternateControls ul li a#btn01{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/BTN-FREEfor3-shdw.png) no-repeat 0 0 ;
}
.carousel01 .alternateControls ul li a#btn02{
	/*background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/BTN-dongle-shdw.png) no-repeat 0 0; - dongle promotion */
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/BTN-20MbBB-shdw.png) no-repeat 0 0;
}

.carousel01 .alternateControls ul li a#btn01:hover, .carousel01 .alternateControls ul li a#btn02:hover{
	background-position: 0 -103px;
}

.carousel01 .alternateControls ul li .active{
	background-position: 0 -206px !important;
	cursor: default;	
}
/* End hero carousel*/
/* Get more two colummns */
.getMore{
	overflow: hidden;
}

.getMore .innerPanel{
	float: left;
	width: 294px;
	margin-right: 10px;
	display: inline;
}

.getMore .innerPanel .panelContent{
	padding-right: 0;
}

.getMoreContent {
	padding: 10px 20px 0 0;
}
.getMoreCol2 {
	min-height: 250px;
}
.getMoreContent p {
	margin: 10px 0 15px 0;
}
.bbImg { margin-top: 20px; }
/*End get more two columns */
/* ADSL2+ Splash page css START */
.heroImage { 
	/*background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/adsl2_header_978x220.jpg) no-repeat 0 0 ;*/
	height: 200px;
	position: relative;
	margin: 0 -19px;
}
.heroList {  
	float: left;
	margin: 55px 0 0 20px;
}
.heroList p.detailHead { 
	font-size: 1.4em;
	font-weight: normal; 
}
#coreContent .introADSL h2 { font-size: 2.5em; }
.panelContent.pADSL2 p { padding-bottom: 5px; }
.pADSL2 h4 {
	color:#999999!important;
	font-size:1.4em;
}
.accPanelADSL2 p { padding-right: 15px; }
ul.listADSL2 li.surfingIcon { background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_surf.gif) no-repeat 0 10px ; }
ul.listADSL2 li.downloadIcon { background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_download.gif) no-repeat 0 10px ; }
ul.listADSL2 li.uploadIcon { background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_upload.gif) no-repeat 0 10px ; }
ul.listADSL2 li.multipleConnIcon { background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_multipleConn.gif) no-repeat 0 10px ; }
ul.listADSL2 li.workingIcon { background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_working.gif) no-repeat 0 10px ; }
.adslLogo { margin: 10px 0; }
/* ADSL2+ Splash page css END */

/* Security tab css START */
.btNetProtectPlus { 
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/new_mcafee_logo.jpg) no-repeat 360px 10px; 
}
.btNetProtectPlus p { 
	width: 350px;
}
p.intro {
	margin: 5px 10px 5px 0;
	font-size:1.2em;	
}
.btNetProtectPlus, .familyProtection, .btNetProtect, .overview { margin-bottom: 10px; }
.btNetProtect, .famProIntro { 
	width: 310px;
	float: left;

	padding-right: 20px; 
}
.mcSumImg { margin-right: 20px; }
p.NPTitle { 
	margin-top: 20px; 
	font-weight: bold;
}
.btNetProtectPlus ul.listedDetails .included {
	padding-top:0;
	margin-bottom: 10px;
}
.nortonsRight { 
	width: 200px;
	margin: 20px 0 0 30px;
	float: left;
}
.nortonsRight .getItNow { margin-left:45px; }
.nortonsRight .tariffBadge { margin-left: 57px; }
.nortonsRight .largeLink { margin-left: 20px; }
.protectList { margin-bottom: 10px; }
.protectList ul.listedDetails li.included { 
	width: 260px;
	float: left; 
	margin: 0 20px 20px 0;
	height: 45px;
}
.protectList ul.listedDetails li.included.last { margin: 0 20px 0 0; } 
/* comparison table amends - security */
.overview .comparisonTable { margin-top: 15px; }
.overview .comparisonTable span.providers {
	border-bottom: none;
    min-height:30px;
    margin: 0 5px 6px;
	width: 140px; 
}
#coreContent .overview .bbComparison thead th {
    color:#D71F85;
    padding:10px 0px 14px;
    /*width:132px; */
	font-size: 0.8em;
	font-weight: 400;
}
#coreContent .overview .bbComparison tr th.sectionHead {
    border-top:1px solid #dddddd;
}
#coreContent .overview .comparisonTable tbody tr, #coreContent .overview .comparisonTable tfoot tr {
	height:2.0em;
}
#coreContent .overview .bbComparison {
   background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_tableRates_2_tabs.gif) repeat-y scroll 285px bottom;
}
#coreContent .overview .bbComparison tr th.secHead2 {
	font-size:1.6em;
    text-align:left;
	font-weight: normal;
}
#coreContent .overview .bbComparison tr th.secHead2 span{ 
	font-size: 0.7em!important;
	font-weight: normal;
	padding-left: 20px;
 }
/* Security tab css END */

/* CORPORATE OFFERS */
.twoColumnComparison { overflow: hidden; }
.twoColumnComparison .column1, .twoColumnComparison .column2 {
	width: 290px !important;
	margin-right: 9px; 
	margin-left: 0 !important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_2col.gif) no-repeat left bottom ;
	text-align:center;
}
.twoColumnComparison .last { margin-right: 0; }
#coreContent .quickComparison .twoColumnComparison ul {
	margin:10px 0 10px 15px;
	min-height:110px; /*125px*/
	text-align:left;
}
.quickComparison .twoColumnComparison ul li {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_smallest.gif) no-repeat scroll 0 0;
	line-height:1.2em;
	padding:0 10px 10px 24px;
}
#coreContent .quickComparison .twoColumnComparison h3 { margin-top:10px; }
#coreContent .quickComparison .twoColumnComparison h3 a { color:#D71F85; }
#corpTabs.tabNavigation .panel { width: 619px !important; /*strang 1px off on right */ }
#corpTabs .tabContent { padding-right: 15px; }
#corpTabs .packIntro { padding-right:0; }
#corpTabs .packIntro img {
	position: relative;
	float: right;
}
#corpTabs .optionsPriceTerms {
	float: right; 
	margin-top: 0;
}
#corpTabs .optionsPriceTerms a { margin-left: 10px; }
#corpTabs .hubColumn2 { width:329px; }
#corpTabs .mainFeatures li { width:267px; }
.twoColumnComparison .tariffBadge{
	float:right;
	/*margin-right:25px;*/
	height:11em;
	width:9em;
}
.twoColumnComparison .tariffBadge.greyBadge{
	float:left;
	margin:0 0 0 25px;
}
#coreContent .twoColumnComparison .tariffBadge h4{
	font-size:1.2em;
	color:black;
	font-weight:bold;
	padding-bottom:0.5em;
	width:116px;
}
.twoColumnComparison .tariffBadge p{ 
	top:-5em; /*top:-7.5em;*/
	line-height:1.3em;
}
.shareContent .twoColumnComparison .tariffBadge{
	float: none;
}
#corpTabs .twoColumnComparison .tariffBadge p{ 
	top:-7.5em;
	line-height:1.3em;
}
.twoColumnComparison .tariffBadge p span{ font-size:1.75em; }
#coreContent .twoColumnComparison .greyBadge h4{ color:#555555; }
.twoColumnComparison .greyBadge p{ 
	top:-9.8em;
	text-decoration:line-through;
}
#corpTabs .twoColumnComparison .greyBadge p{ 
	top:-9.8em;
	text-decoration:line-through;
}
#coreContent .twoColumnComparison p.badgeTerms{ 
	clear:both;
	font-size:1.1em;
}
#coreContent .twoColumnComparison p.termsBadge{ 
	clear:both;
	font-size:1.1em;
	padding-top: 27px;
	font-weight:bold;
}
#coreContent .twoColumnComparison p.badgeTerms span{ font-size:90%; }
#coreContent .greenBanner{
	background: url(../../images/products_and_services/internet/corp_greenSaveBanner.gif) no-repeat;
	padding:5px;
	margin:10px 0;
	width:260px;	
}
#coreContent .greenBanner h4{
	color:white;
	font-size:1em;
	font-weight:bold;
	padding-bottom:0.5em;	
}
#coreContent .greenBanner h4 span{ font-size:1.5em; }
#coreContent .hubColumn2 .greenBanner {
	text-align:center;
	margin-left:30px;
}
.getBBprice { margin-top: 10px; }
.getBBprice .tariffBadge, .getBBprice  .badgeTerms { float: left; }
.getBBprice  .badgeTerms { margin: 25px 0 0 20px; }
.getBBprice a.getItNow {
	clear: none !important;
	float:right;
	margin-top:20px;
}
.texturedBox {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_textured_box_bot.gif) no-repeat scroll left bottom;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.texturedBoxInner {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_textured_box_top.gif) no-repeat scroll left top;
	overflow:hidden;

	padding:15px;
}
.texturedBox h3{ 
	color:#333333 !important;
	margin-bottom:5px;
}
.texturedBox p{ font-size:1.2em; }
.texturedBox .speedChecker { padding-top:10px; }
.texturedBox .speedChecker input.field {
	float:left;
	font-size:1.8em;
	height:26px;
	margin-right:5px;
	width:250px;
}
input.checkNowLarge {
	background:url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_checkNowLarge.gif) no-repeat scroll 0 0;
	position:relative;
	top:1px;
	width:126px;
	padding:0;
	margin-left:10px;
}
div input.hover.checkNowLarge { background-position: 0 -32px; }
.lightBox .IBMhelp {
	background: #ffffff;
	color: #666666;
	padding: 20px 20px 10px;
	overflow: hidden;
}
.lightBox .IBMhelp h5{
	color:#D71F85;
	font-size: 2.4em;
	font-weight: normal;
}
.lightBox .IBMhelp ul{
	width: 300px;
	float: left;
	padding-top: 20px;
}
.lightBox .IBMhelp ul li{
	padding-bottom: 10px;
	list-style: disc;
	background: none;
	margin: 0 25px;
}
/* END CORPORATE OFFERS */
/* START ACCELERATOR */
#coreContent .accelerator h4 {
	color:#333333;
	font-weight:bold;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0.5em;	
}
#coreContent .accelerator h4 a, #coreContent .accelerator h5 a{
	font-weight: bold!important; 
}
#coreContent .accelerator p, #coreContent .accelerator ul li, #coreContent .accelerator h5 { 
	padding-bottom: 0.7em;
	line-height:1.4em;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.alignCenter { text-align:center; }
.accelerator .tariffBadge p { margin-top: -23px; }
.accelerator a img { margin: 5px 0; }
.accelerator img.floatRight { margin: 0 40px 10px 0; }
.step1_socket {
	float: left;
	padding: 0 25px;
}
.socket_col {
	float: left;
	padding-right: 10px;
	width: 23%;
}
.socket_col img { margin-bottom: 10px; }
.accelerator .col_30pc { width:30%; }
.accelerator .col_70pc { width:70%; }
.accelerator .borderBase { 
	border-bottom:1px dotted #B2B2B2;
	margin-bottom: 10px;
}
.accelerator .error {
	color:#CC0000;
	font-weight:bold;
}
.containerB ul.listedDetails.accBold {
	font-weight: bold;
}
/* END ACCELERATOR */

/* ADSL Modifications */
.ADSL .quickComparison ul {
	margin: 10px 0; /* margin: 10px 0 15px 0; */
	min-height:200px; /* min-height:185px; -- amended for vision launch KK 29/07/2009 --*/
	text-align: left;
}
.ADSL .fourColumnLayout .last .badgeTerms {
	min-height:92px !important;
}
.threeColumnComparison  {
	overflow: hidden;
}
.threeColumnComparison .column1, .threeColumnComparison .column2 , .threeColumnComparison .column3 {

	width: 190px !important;

	margin-right: 10px; 
	margin-left: 0 !important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_3col.gif) no-repeat left bottom ;
	text-align:center;
	float: left;
}
.twoColumnComparison .last, .threeColumnComparison .last, .fourColumnLayout .last, .fourColumnComparison .last {
	margin-right: 0!important;
}
.quickComparison .twoColumnComparison ul {
	margin-bottom:20px;
	min-height:125px;
}
#coreContent .ADSL .quickComparison h3{
	line-height:1.2em;
	padding-top: 10px;
}
/*#coreContent .ADSL .quickComparison .last h3{
	padding-left: 30px;
}*/
.ADSL .threeColumnComparison .column3 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_3col_ADSL.gif) no-repeat left bottom ;
	min-height:582px;
}
#coreContent .ADSL .fourColumnLayout .column4 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_4col_ADSL.gif) no-repeat left bottom ;
	min-height:582px; 
}
#coreContent .ADSL .tabOn .quickComparison .columnContent{
	position:relative;
}
#coreContent .ADSL .tabOn .quickComparison .tariffBadgeT2{
	position:absolute;
	right:-5px;
	top:35px;
}
#coreContent .ADSL .tabOn .fourColumnLayout  .tariffBadgeT2{
	top:35px !important;
}
/*.ADSL .quickComparison .last a img{
	position:relative;
	left:-10px;
	top:10px;
}*/
/*.ADSL .quickComparison .last .tariffBadgeT2 p {  -- amended for vision launch KK 29/07/2009 --
	top:-6em;
}*/
/* Home and Away Tab amends */
.packagesContentA {
	overflow:hidden;
	border-top:1px dotted #E4E4E4;
	/*padding:0 0 0 20px;*/
}
.packagesContentA .intro {
	min-height:0;
	padding-right:20px;
}
#coreContent .packagesContentA .hubDetails {
	margin:10px 0;
	padding:0 0 5px 20px;
	width: auto;
}
.packagesContentA .hubDetails .tariffBadge {
	float:left;
	margin-right:20px!important;
}
.packagesContentA .hubDetails .badgeTerms {
	float:left;
	padding-top:10px;
}
.packagesContentA .hubDetails .badgeTerms.homeAndAway {
	width:350px; 
}
.packagesContentA .hubDetails .badgeTerms span {
	display:inline;
}
.packagesContentA .badgeTerms span.normal {
	font-weight:normal;
}
.packagesContentA .hubDetails a.getItNow {
	float:left;
	margin-left:20px;
}
.packagesContentA .ccPanel {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/credit_card/cc_allcards_small.jpg) no-repeat scroll 340px 15px;
	clear:both;
	padding-right:280px;
}
.packagesContentA span.apr {
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
}
.packagesContentA .packageProduct {
	border-top:1px dotted #A5A5A5;
	clear:both;
	margin:10px 20px 0 0;
	padding-top:10px;
	position:relative !important;
}
.packagesContentA .packagePhone h3 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_phone_grey.gif) no-repeat scroll left top;
	padding:2px 0 10px 30px;
}





.packagesContentA .packageProduct .packageWrap {
	margin-left:30px;
	position:relative !important;
}
.packagesContentA .packageWrap .rightImages {
	position:absolute !important;
	right:0;
	text-align:right;
	/*top:20px;*/
	width:175px;
}
.packagesContentA .packagePhone ul, .packagesContentA .packageBb ul {
	padding:10px 0;
	width:380px;
}
.packagesContentA .packageProduct p.column {
	width:340px;
}
.packagesContentA .packageProduct p.learnMore {
	clear:both;
	margin:0;
	position:relative;
	text-align:right;
}
.packagesContentA .bodyLarge { 
	font-size: 1.4em;
	padding-top: 10px;
}
.graphicInfo {
	float:right;
}
.packagesContentA .packageBb h3 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_bb_grey.gif) no-repeat scroll left top;
	color:#69BE28!important;
	padding:5px 0 10px 30px;
}
.packagesContentA .packageProduct.packageBb.packageDongle { margin-right: 0; }
.packagesContentA p.footer {
	border-top:1px dotted #A5A5A5;
	margin-top:10px;
}
.packagesContentA p.footer a {
	float:right;

}
.packageVision .rightImages {
	float:right;
}
#coreContent .packageVision h3 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/icon_tv_grey.gif) no-repeat scroll left top;
	color:#64379B;
	padding:5px 0 10px 30px;
}
.packagesContentA .packageProduct.packageVision .packageWrap {
	position:static !important;
}
#coreContent .packageVision ul {
	padding:5px 0 10px;
}
/* END ADSL Modifications */

.bbAward img { margin: 10px 0 -10px -10px; }
.bbAward p { padding: 5px 0 0 10px; }
.havePremMail h3 a {
	font-size: 0.8em;
	margin-left: 100px;
}
.bbProviders .panelBMiddle p { margin-bottom: 8px; }
.visitBrit h3 { font-size: 1.4em!important; }
.visitBrit ul {
	width: 120px;
	float: left;
	margin: 10px 10px 0 0;
}
.visitBrit ul li.last { border: none!important; }
.visitBrit img { 
	float: left; 
	margin-bottom: 10px;
}
.visitBritEnter { border-top: 1px solid #d2d2d2; }
.visitBritEnter p {
	width: 130px;
	margin-right: 10px; 
	float: left;
}
/* large line checker - added 20/11/09 */
#coreContent #plainLineChecker .panelHeading {
	padding-bottom: 12px;
}
#coreContent #plainLineChecker .panelHeading p {
	font-size: 1.2em;
}
#coreContent #plainLineChecker .panelContent {
	padding: 10px 10px 0 10px;
}
#coreContent #plainLineChecker .lineCheckForm {
	 padding: 0 10px 15px 20px;
	 border: none;
}
#coreContent  #plainLineChecker .lineCheckForm div.wrap label {
	width: 112px;
	text-align: right;
	float: left;
	margin: 0 10px 0 0;
}
#coreContent #plainLineChecker .lineCheckForm .wrap {
	padding-bottom:15px;
	overflow:hidden;	
}
#coreContent #plainLineChecker .lineCheckForm  input.checkNow {
	float: right;
	margin-top: -46px;
	width: 126px;
	background:url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_checknow_32.gif) no-repeat 0 0;
	border: none;
}
#coreContent #plainLineChecker .lineCheckForm .checkNow.hover {
	background-position: 0 -32px;
}
#coreContent #plainLineChecker .wrap input {
	height: 14px;
	padding: 4px 0;
	border: 1px solid #CCCCCC;
}

#coreContent #plainLineChecker .wrap input.error{
	border: 1px solid #ff0000;
}
#coreContent #plainLineChecker input.landLine {
	width: 300px;
}
#coreContent #plainLineChecker .lineCheckForm label.error {
	color: #FF0000;
	margin:0 0 0 120px !important;
	width: 250px !important;
	text-align: left !important;
	clear: both;
	display:block;
	height:17px;
	padding: 5px 0 0 20px;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/alert_mini.gif) no-repeat scroll 0 4px;
}
#coreContent #plainLineChecker .PE_error {
	margin-top: 5px;
}


/* -- broadband how it works page - new ------------*/
.manageAccount {
	min-height: 448px;
	background-color: #d2d4cc;
	
}
.manageAccount .panelB {
	border-left: 1px solid #efefef !important;
	border-right: 1px solid #efefef !important;
}
#additionalContent .manageAccount .panelBMiddle {
	background: #d2d4cc url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_manage_account_top.jpg) no-repeat left top;
	margin: 0 0 -12px -1px;
	padding:10px 0 0 10px;
	position:relative;
	top:-8px;
	min-height: 448px;
	
}
#additionalContent .manageAccount .base {
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_manage_account_bot.jpg) no-repeat left bottom;
	height: 10px;
	margin:0 0 0 -1px;
	position:relative;
	top:4px;
}
.manageAccount .header {
	width: 126px;
	float: left;
}
#additionalContent .manageAccount .header h3 {
	font-size:1.95em;
	color:#D71F85;
	font-weight:normal;
	line-height:1.1em;
	padding: 5px 5px 10px 10px;
}
#additionalContent .manageAccount .header p.intro {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 10px;
	padding-bottom: 12px;
}
.manageAccount .innerPanel {
	width: 280px;
	padding-top: 18px;
	overflow: hidden;
}
.manageAccount .innerPanel .panelTop {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_9_tl.gif) no-repeat left top !important;
}
.manageAccount .innerPanel .panelTop div {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_9_tr.gif) no-repeat right top !important;
}
.manageAccount .innerPanel .panelBottom {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_9_bl.gif) no-repeat left top!important;
	padding-bottom: 8px;
}
.manageAccount .innerPanel .panelBottom div {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_9_br.gif) no-repeat right top !important;
	margin: 0;
}
#additionalContent .manageAccount .settings {
	padding-right: 0 !important;
	float: left;
	width: 270px;
}
#additionalContent .manageAccount .settings ul.require {
	float: left;
	width: 240px;
	clear: both;
}
#additionalContent .manageAccount .settings ul li {
	float: left;
	border-bottom: none !important;
	display: inline;
	padding-bottom: 0 !important;
	padding-right: 5px;
}
#additionalContent .manageAccount .settings ul li.email {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_email_26x24.gif) no-repeat left 0.2em;
	width: 80px;
	margin-top: 5px;
}
#additionalContent .manageAccount .settings ul li.security {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_lock_20x24.gif) no-repeat left 0.6em;
	width: 100px;
	padding-left: 25px !important;
}
#additionalContent .manageAccount .settings ul li a {
	font-size: 1.2em;
	color:#D71F85;
	background: url(../../../../consumer/consumerProducts/common/products_and_services/arrow_pink_8x14.gif) no-repeat right 0.2em;
	padding-right: 10px !important;
}
#additionalContent .manageAccount .settings ul li.last {
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
#additionalContent .manageAccount .listedInfo li {
	padding-left: 2px;
	padding-bottom: 8px !important;
}
.manageAccount p.footerLinks {
	margin-top: 10px;
}
a.signUpNow {
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_sign_up_now.gif) no-repeat scroll 0 0;
	width: 115px;
}
.getStartedEasy .panelBMiddle {
	overflow: hidden;
}
.getStartedEasy .innerPanel {
	float: left;
	margin-right: 10px;
	width: 295px;
}
.getStartedEasy .last {
	margin-right: 0;
}
#coreContent .getStartedEasy  h4 {
	color:#333333;
	margin:0.5em 0;
}
#coreContent .getStartedEasy p {
	font-size: 1.1em;
}
.getStartedEasy a.smallLink {
	padding: 5px 0;
	display: block;
}
a.smallLink span {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/arrow_blue_6x11.gif) no-repeat right 2px;
	padding: 0 6px;
}
.getMoreFromBroadband .surround {
	float:left;
	height:62px;
	margin-right:8px;
	padding:3px;
	width:62px;
	margin-top: -10px;
}
#coreContent .getMoreFromBroadband ul li {
	margin-left: 0;
	min-height: 65px;
	width: 265px;
	margin-right: 25px;
}
.getMoreFromBroadband .panelContent p.intro {
	font-size: 1.3em;
}
.getMoreFromBroadband .btHomeHub {
	margin-top: 0;
}
.plainColumns .column1, .plainColumns .column2, .plainColumns .column3 {
	background-image: none !important;
	background-color: #FFFFFF;
	margin-right: 0 !important;
}

.bbUsage .panelHeading p {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10px;
}
.bbUsage .threeColumnComparison {
	padding: 15px 0;
}
.bbUsage .threeColumnComparison ul {
	text-align: center !important;
	min-height: 96px;
}
.bbUsage .threeColumnComparison li {
	background:none;
	padding-bottom: 10px;
	text-align: center !important;
	padding-left: 20px;
}
.bbUsage .threeColumnComparison li p {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat 0 0;
	display: inline;
	padding-left: 18px;
	padding-top: 4px;
	line-height: 1.2;
}
.bbUsage .threeColumnComparison .content {
	text-align: center;
	margin: 0 auto;
}
.bbUsage .threeColumnComparison .content .option {
	font-size: 1.2em;
}
.bbUsage .largerContent {
	font-size: 1.1em;
	padding-bottom: 5px;
}
#coreContent .bbUsage .threeColumnComparison h4 {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 14px;
}
#coreContent .legalAndTerms h3.legal {
	font-size: 1.4em !important;
	color: #333333 !important;
	padding: 3px 0 15px 10px;
}
.legalAndTerms .accPanel {
	margin-bottom: 0;
}
.legalAndTerms .accPanel, #coreContent .legalAndTerms .accPanel h3 {
	background-color: transparent !important;
}
#coreContent .legalAndTerms .accPanel h3 {
	background-image: none !important;
	font-size: 1.2em;
}

#coreContent .legalAndTerms .accPanel .accOpen h3 span a {
	color: #666666;
}
.legalAndTerms .terms {
	padding-left: 10px;
	font-size: 1em;
}
#additionalContent .promoMod4 {
	padding: 8px 0;
	position: relative;
}
#additionalContent .promoMod5 {
	margin-top: -22px;
	position: relative;
	padding-bottom: 8px;
}
#additionalContent .learnSupport {
	/*margin: 18px 0;*/
	margin-top: 20px;
}
/* How it works - carousel */
.btHomeHubFeatures {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/entertainment/bg_visionbox_features.gif) no-repeat scroll right top;
	margin-top:-10px;
	min-height:590px;
}

#coreContent .btHomeHubFeatures h3 {
	font-size:2em;
	padding:20px 0 10px 20px;
}
.btHomeHubFeatures .commonFeatures ul {
	overflow:hidden;
}
.btHomeHubFeatures .commonFeatures ul li {
	float:left;
	padding-left:20px !important;
	width:180px;
}
.btHomeHubFeatures .commonFeatures ul li h4 {
	color:#333333 !important;
	padding:5px 0 !important;
}
.carousel03 .carouselContent{
	width: 620px;
	margin: 0;
}

.carousel03 .carouselContent ul{
	padding: 0 !important;
}

.carousel03 .carouselContent ul li{
	width: 620px;	
	margin-right: 0!important;
	background: transparent;
}

.carousel03 .controls {
	display: none;
}
.carousel03 .step01{
	position: relative !important;
	height: 315px;
}

.carousel03 .step01 h4{
	font-size: 1.2em;
	margin-bottom: 15px;
	width: 295px;
	background: transparent !important;
}

.carousel03 .step01 .col01{
	width: 140px;
	float: left;
	margin-right: 15px;
}

.carousel03 .step01 .col02{
	width: 140px;
	float: left;
}

.carousel03 .step01 .stepContent{
	position: relative  !important;
	z-index: 10;
}

.carousel03 .step01 img{
	position: absolute  !important;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.carousel03 .alternateControlsContainer{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_features_controls.gif) no-repeat left top;	
	position: absolute;
	left: 10px;
	bottom: -10px; /* bottom: 0; */
}

.carousel03 .alternateControls{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_features_controls_bot.gif) no-repeat left bottom;
	width: 600px;
	min-height: 134px;
	overflow: hidden;	
}

.carousel03 .alternateControls ul{
	float: left;
	width: 600px !important;
	overflow: hidden;
}

.carousel03 .alternateControls ul li{
	float: left !important;
	color: #ffffff !important;
}

.carousel03 .alternateControls ul li div{
	/* padding-right: 2px !important; */
	height: 134px;
	color: #ffffff !important;
	padding-left: 10px !important;
}
.carousel03 .alternateControls ul li div p {
	color: #FFFFFF !important;
}
.carousel03 .alternateControls ul li a{
	display: block;
	color: #ffffff !important;
	padding: 25px 0 10px 0 !important;
	font-size:1.2em;
	height: 90px;
	line-height: 1.1em;
}
.carousel03 .alternateControls ul li a span {
	
}

.carousel03 .alternateControls ul li a img{
	position: relative;
	padding:12px 3px 0 0 !important;
	top: -2px;
}

.carousel03 .alternateControls ul li a img.first{
	padding:22px 3px 0 0;
}

.carousel03 .alternateControls ul li ul li{
	height: auto;
	float: none !important;
	display: block !important;
	font-size: 1.1em;
	padding: 0 0 8px 8px !important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bullet_white.gif) no-repeat left 5px;
}

.carousel03 .alternateControls ul li a:hover{
	text-decoration: none !important;
}
.carousel03 .alternateControls ul li.hubFeatures{
	width: 200px; /* width: 149px; */
}
.carousel03 .alternateControls ul li.hubFeatures .current{
	width: 189px; /* width: 137px; */
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_highlight_homehub_2.gif) no-repeat left top;
}
.carousel03 .alternateControls ul li.connections{
	width: 201px; /* width: 149px; */
}
.carousel03 .alternateControls ul li.connections .current{
	width: 190px; /* width: 137px; */
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_highlight_connections.gif) no-repeat left top;
}
.carousel03 .alternateControls ul li.security{
	width: 189px; /* width: 149px; */
}
.carousel03 .alternateControls ul li.security .current{
	width: 199px; /* width: 137px; */
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_highlight_security.gif) no-repeat left top;
}
/*.carousel03 .alternateControls ul li.howItWorks {
	width: 149px;
}
.carousel03 .alternateControls ul li.howItWorks .current {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_highlight_how_2.gif) no-repeat left top;
	width: 137px;
	margin-left: 4px;
}*/
.carousel03 .alternateControls .howItWorks  p {
	color: #ffffff;
}

.carousel03 .feature01, .carousel03 .feature02, .carousel03 .feature03 { /* , .carousel03 .feature04 */
	width: 620px;
	height: 321px;
}

.carousel03 .feature01{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_homehub_features_01_03.gif) no-repeat left top;
}

.carousel03 .feature02{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_homehub_features_02_03.gif) no-repeat left top;
}

.carousel03 .feature03{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_homehub_features_03_03.gif) no-repeat left top;
}

.carousel03 .feature04{
	overflow: hidden;
}

.carousel03 .feature04 .howItWorksDemo{
	width: 160px;
	float: left;
	margin: 100px 0 0 20px;
}

.carousel03 .feature04 .howItWorksDemo p{
	font-size: 1.4em !important;
}

.carousel03 .feature04 .howItWorksDemo .play{
	position: relative;
	top: 10px;
}

.carousel03 .feature04 img.btHomeHub{
	float: right;
	margin: 10px 10px 0 0;
}
/* END - How it works - carousel */
/* tooltip*/
.quickComparison ul li {
	padding: 16px 0 0 0;
	text-align: left;
}
.quickComparison ul li .PE_infoLink, .onlyBB ul li .PE_infoLink {
	position:relative;
	cursor:pointer;
	font-weight:normal;
	left:0;
	top:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.quickComparison ul li .PE_infoLink, .onlyBB ul li .PE_infoLink { display: inline-block; }
}
.PE_infoContainer{
	position:absolute !important;
	bottom: 5px;
	display: block;
	z-index: 40;
}
.PE_infoContainer .tooltipContent{
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/toolTip_Top_yellow.png) left top;
	width: 216px;
	padding: 15px 20px 0 15px;
	text-align: left;
	position: relative !important;
}
.PE_infoContainer .tooltipContent h4{
	color: #333333 !important;
	font-size: 1.1em;
	font-weight: bold !important;
	padding-bottom: 8px;
	min-height: inherit!important;
}
.PE_infoContainer .tooltipContent p{
	margin-bottom: 0 !important;
	padding-bottom: 5px;
}
.PE_infoContainer .tooltipBottom{
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/toolTip_Bottom_yellow.png) left top;
	width: 251px;
	height: 28px;
}
.info_left .PE_infoContainer .tooltipBottom{
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/toolTip_Bottom_yellow_left.png) left top;
	width: 251px;
	height: 28px;
}
/* restyling some column styling based on design*/
/*#coreContent .BBHome .fourColumnLayout .column4, #coreContent .BBHome .fourColumnLayout .column3 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_4col_ADSL.gif) no-repeat left bottom ;
	min-height:582px;
}*/
#coreContent .BBHome .tabOn .quickComparison .columnContent{
	position:static !important;
}
#coreContent .BBHome .fourColumnLayout .columnContent {
	margin: 0 15px 0 6px; /* CM aug offers */
}
#coreContent .columnContent .compImage{
	margin-left:-10px;
}
#coreContent .compImage{
	position: relative !important;
}
#coreContent .compImage .tariffBadge{
	top: -18px !important;
	right: -5px !important;
	position: absolute !important;
}
.addMoreBB{
	border-top:1px dotted #E4E4E4;
	clear:both;
	margin:20px 0;
	overflow:hidden;
	padding-top:16px;
}
.addMoreBB .productColumn{
	float: left;
	width: 295px;
	text-align: center;
	margin-top: 10px;
}
.addMoreBB .productColumn h4{
	color: #333333 !important;
	margin-bottom: 10px;
	padding: 0 15px;
}
.addMoreBB .productColumn img{
	margin-bottom: 10px;
}
.addMoreBB .productColumn p{
	margin-bottom: 10px;
	padding: 0 15px !important;
}
.BBHome .moreProducts a.learnMore{
	margin: 0 auto;
}
/* small tabs line checker */
#addtionalContent .lineChecker.tabsVersion {
	width: 298px !important;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle {
      background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_top.gif) no-repeat 0 0;
	width: 299px;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle .panel {
	width: 298px !important;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle .base {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_bot.gif) no-repeat 0 100%;
	width: 299px;
	height: 15px;
}
#additionalContent .lineChecker.tabsVersion h3 {
	font-size: 1.8em;
}
#additionalContent .lineChecker.tabsVersion .panelContent {
	width: 288px;
	padding: 40px 0 0 12px;
}
.lineChecker.tabsVersion .panelBMiddle .base{
	top: 0;
}
#additionalContent .lineChecker.tabsVersion .panelContent p {
	font-size:1.2em;
	margin: 0 0 5px 0;
}
#additionalContent .lineChecker.tabsVersion .panelContent .lineCheckForm p{
	color: #333333;
	font-size: 1.0em;
	margin: 10px 0 10px 0;
}
#additionalContent .lineChecker.tabsVersion .wrap label {
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
	color: #333333;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm {
	padding: 5px 10px 0 0;
	width: 100%;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm .wrap {
	padding-bottom: 5px;
	overflow: visible;
}
#additionalContent .lineChecker.tabsVersion input.landLine {
	width: 240px;
}
#additionalContent .lineChecker.tabsVersion .wrap input {
	height: 14px;
	padding: 4px 0;
	border: 1px solid #999999;
}
#additionalContent .lineChecker.tabsVersion .wrap input.error{
	border: 2px solid #ff0000;
}
#additionalContent .lineCheckForm.tabsVersion .checkNow {
	float: right;
	margin: -38px 0 0 0;
	width:101px;
	height: 24px;
}
#additionalContent .panelTopWhiteGreen {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_bot.gif) no-repeat left bottom;
}
#additionalContent .panelTopWhiteGreenInner {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_top.gif) no-repeat left top;
	padding: 5px 30px 5px 10px;
}
#additionalContent .lineChecker.tabsVersion .postcodeFields{
	width: 127px;
}
#additionalContent .lineChecker.tabsVersion .tab{
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}
#additionalContent .lineChecker.tabsVersion .tab li{
	float: left;	
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left -49px;
}
#additionalContent .lineChecker.tabsVersion .tab li a{
	color: #ffffff;
	width: 126px;
	height: 39px;
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
	text-align: center;
}
#additionalContent .lineChecker.tabsVersion .tab li.ui-state-active{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left top;
}
#additionalContent .lineChecker.tabsVersion .tab li.ui-state-active a{
	color: #ffffff;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm .checkNow {
	margin:-43px 0 0;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm label.error {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_error.gif) no-repeat 0 0;
	color: #ff0000;
}
.lineCheckFields{
	margin-top: -10px;
	position: relative;
	z-index: 10;
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_lightgreen_bot.gif) no-repeat left bottom !important;
}
.lineCheckFields .panelTopWhiteGreenInner{
	margin-top: -10px;
	position: relative;
	z-index: 10;
	padding: 5px 30px 20px 10px !important;
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_lightgreen_top.gif) no-repeat left top !important;
}
.ui-tabs .ui-tabs-hide{
	display: none;
}
#additionalContent .infinity .panelBMiddle {
     background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_infinity_top.gif) no-repeat 0 0 !important;
	 width: 299px;
}
#additionalContent .infinity .panelContent {
	width: 288px;
	padding: 50px 0 0 12px !important;
}

/* BT Infinity */
#ContentAreas .note p{
	font-size:1em;
	color:#666;
}
/*.infinityDetails ul.tabNav li.last {
	width: 203px;
}*/
.infinityDetails .tabContent .packIntro p {
	width: 400px;
}

#coreContent .infinityDetails #tab1 .twoColumnComparison {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_infinity_options_tab.gif) no-repeat left top;
}
#coreContent .infinityDetails #tab1 .twoColumnComparison .column1,
#coreContent .infinityDetails #tab1 .twoColumnComparison .column2 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_opaquewhite_bot_292x1000.png) no-repeat left bottom;
	width: 292px !important;
}
#coreContent .infinityDetails #tab1 .twoColumnComparison .columnContent {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_opaquewhite_top_292x10.png) no-repeat scroll left top;
	margin:0;
	padding:15px 20px 5px;
}
#coreContent .infinityDetails #tab1  .compImage {
	/* top:-5px; */
}
#coreContent .infinityDetails #tab1 .compImage .tariffBadge {
	right:-25px !important;
	top:24px !important;
}
#coreContent .infinityDetails #tab1 .badgeTerms {
	min-height:66px;
	padding-top:0;
	margin-bottom: 0;
}
#coreContent .infinityDetails #tab1 .badgeTerms span {
	padding-bottom: 0;
}
#coreContent .infinityDetails #tab1 ul li {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/home_phone_services/bullet_tick.gif) no-repeat scroll 0 1em;
	padding:8px 0 8px 20px;
	text-align:left;
}
a.checkToGet {
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_checkifyoucangetit.gif) no-repeat scroll 0 0;
	margin:10px ;
	width:169px;
}
#coreContent .infinityDetails #tab1 .checkSupport a.checkToGet {
	margin: 5px auto 5px auto !important;
}
/*#coreContent .checkSupport  {
	min-height: 58px;
}*/
.computerSpecs .twoColumnLayout {
	overflow: hidden;
	padding-bottom: 14px;
}
.computerSpecs .column1, .computerSpecs .column2 {
	text-align: center;
}
.computerSpecs .column1 p, .computerSpecs .column2 p {
	margin-bottom: 0;
}
.computerSpecs span a {
	text-decoration: underline!important;
}
.computerSpecs span {
	font-weight: bold;
}
/****************************************
Infinity - how to get it (changed to 3 cols, 4 tabs)
****************************************/
.infinityDetails ul.tabNav li {
	text-align:center;
}
#coreContent .infinityDetails #tab4 h3 {
	/* width:400px; */
}
/*.infinityDetails #tab1 .column1 .badgeTerms, .infinityDetails #tab1 .column2 .badgeTerms {
	margin-top:47px;
}*/
#coreContent .infinityDetails #tab1 .details {
	min-height:365px; /* min-height:265px; */
	/*margin-bottom:30px;*/
}
/*#coreContent .infinityDetails #tab1 .column3 .tariffBadge{
	top:10px !important;
	right:0 !important;
}
#coreContent .infinityDetails #tab1 .column3 .compImage{
	top:6px;
	margin-bottom:4px; 
}
.btInfinity #tab4 .heavyUsage .hubBadgeGrad {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/bg_home_hub_phone.gif") no-repeat scroll right top transparent;
}*/
.btInfinity .threeColumnComparison .column3{
	width:193px !important;
	background:url("../../../../consumer/consumerProducts/images/products_and_services/home_phone_services/bg_3col_grad_blue_bot.gif") no-repeat scroll center bottom transparent;
}
.btInfinity .tabContent{
	padding:0 0 0 13px;
}
#tab4 .optionsPriceTerms a{
	margin:0 auto;
}
#coreContent .btInfinity ul.tabNav li.styleVariant {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_left.gif") no-repeat scroll left 1px transparent;
}
#coreContent .btInfinity ul.tabNav li.styleVariant a {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/bun_tab_nav_off_right.gif") no-repeat scroll right 1px transparent;
}

/* BT Infinity holding page */
#coreContent .holdingPage {
	width: 618px;
	padding-bottom: 20px;
	margin-top: -12px;
}
#coreContent .holdingPage #tab1 {

	padding: 10px 0;
}
#coreContent .holdingPage .innerPanelLarge{
	width: 618px;

}
#coreContent .holdingPage .twoColumnComparison {
	padding-left: 2px;
}
#coreContent .holdingPage .twoColumnComparison .column1, #coreContent .holdingPage .twoColumnComparison .column2 {
	width: 292px !important;
}
#coreContent .holdingPage .twoColumnComparison .column1,  #coreContent .holdingPage .twoColumnComparison .column2 {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bg_grey_bot_292x1000.gif) no-repeat left bottom;
}
#coreContent .holdingPage .twoColumnComparison .columnContent {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bg_grey_top_292x10.gif) no-repeat left top;
	padding:15px 20px 5px 20px;
	margin: 0;
}
#coreContent .holdingPage .twoColumnComparison ul {
	margin-bottom: 0 !important;
	min-height: 140px;
	margin-left:40px;
}
#coreContent .holdingPage .badgeTerms {
	padding-top: 0;
	min-height: 43px;
}
#coreContent .bookmarkContainer {
	clear:both;
	overflow:hidden;
	width:600px;
	padding:5px 0;
	text-align: center;
}
#coreContent .bookmarkContainer .message, #coreContent .bookmarkContainer .bookmark  {
	padding-top:3px;
	font-size: 1.3em;
	display: inline;
}
#coreContent .bookmarkContainer .message {
	color: #D71F85;
}
#coreContent .bookmarkContainer .bookmark {
	padding-left: 10px;
}
 #coreContent .bookmarkContainer .bookmark img {
	padding-right: 6px;
	position: relative;
	top: 5px;
 }
.holdingPage .tariffList ul li {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/home_phone_services/bullet_tick.gif) no-repeat scroll 0 1em;
	padding: 8px 0 8px 20px;
	text-align:left;
}
#coreContent .holdingPage .compImage {
	position: relative;
	top: -5px;
}
#coreContent .holdingPage .compImage .tariffBadge {
	right: 0 !important;
	top: 24px !important;
}
#coreContent .holdingPage .compImage .tariffBadge p {
	top: -5em;
}
.howInfinityWorks {
	margin-bottom: 15px;
}
.howInfinityWorks .innerPanelLarge {
	width:618px;
}
#coreContent .howInfinityWorks .panelHeading {
	padding-left: 0;
	padding-top: 5px;
}
#coreContent .howInfinityWorks .panelContent {
	padding: 0 20px;
}
#coreContent .howInfinityWorks .introContent {
	width: auto;
	padding-left: 0;
	margin-bottom: 20px;
}
#coreContent .howInfinityWorks .introContent p {
	margin: 0;
	padding-top: 5px;
}
#coreContent .infinityFeatures h4 {
	color: #333333;
}
#coreContent .infinityFeatures ul {
	clear: both;
	overflow: hidden;
	padding-bottom: 6px;
	padding-top: 22px;
}
.infinityFeatures ul li {
	display:inline;
	float:left;
	margin-left:0;
	margin-right:25px;
	min-height:65px;
	padding-top:10px;
	width:264px;
}
.infinityFeatures ul li .surround {
	float:left;
	height:62px;
	margin-right:8px;
	margin-top: 0;
	padding:3px;
	width:62px;
}
/** three steps to superfast BB **/
.threeSteps ol {
	overflow: hidden;
	padding-bottom: 5px;
}
.threeSteps ol, .threeSteps ol li {
	list-style-type: none;
}
.threeSteps ol li {
	display:block;
	float:none;
	text-align:left;
	width:auto;
	margin-left:0;
	overflow:hidden;
	border-bottom:solid 1px #e5e5e5;
}
.threeSteps ol li.one{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_1.gif) no-repeat scroll 0 10px;
}
.threeSteps ol li.two{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_2.gif) no-repeat scroll 0 10px;
}
.threeSteps ol li.three{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_step_3.gif) no-repeat scroll 0 10px;
	border-bottom:none;
}
#coreContent .threeSteps ol li h4 {
	color:#333;
	font-size:2.0em;
	margin:19px 0 0 48px;
	padding-top:0;
}
.threeSteps ol li div {
	display:block;
	float:left;
	width:50%;
	margin-top:19px;
}
.threeSteps ol li div img{
	display:block;
	float:left;
	margin-top:2px;
	width:122px;
}
.threeSteps ol li div div{
	display:block;
	float:left;
	width:149px;
	margin-top:0;
	padding:0 0 23px 17px;
}
.threeSteps ol li.three div div{
	padding-bottom:0;
}
.threeSteps ol li div div h5 {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.3em;
}
.threeSteps ol li div div p{
	padding-right:17px;
}
.superFastFibre .panelWhite{
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_superFastFibre_top.gif) no-repeat scroll left top;
}
.superFastFibre .panelContent{
	border:none;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_superFastFibre.gif) no-repeat scroll bottom left;
}
.superFastFibre .detail,
.superFastFibre .optionsPriceTerms {
	float:left;
}
.superFastFibre .optionsPriceTerms {
	margin:24px 0 0 51px;
}
.superFastFibre h3,
.superFastFibre .detail {
	margin-left:10px;
	width:436px;
}
.superFastFibre .detail p,
.superFastFibre .optionsPriceTerms p {
	padding:0;
}
.superFastFibre .panelWhite .panelContent p {
	margin-top:0;
}
.superFastFibre .panelContent ul li {
	padding:10px 0 10px 22px;
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif) no-repeat scroll 0 8px;
}
.superFastFibre .panelContent a.btnSwap {
	float:left;
}
.superFastFibre .panelContent a.textMore {
	float:left;
	display:block;
	padding:5px 10px;
	margin:10px 0;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_blue_8x14.gif) no-repeat scroll 100% 7px;
}
/** infinity landing **/
.instantInternet{
	background:#000 url(../../../../consumer/consumerProducts/common/products_and_services/bg_instantInternet_infinity.gif) no-repeat scroll bottom left;
	margin-bottom: 20px;
	margin-top: -5px;
}

.instantInternet .copy {
	float:left;
	width:435px;
	font-size:16px;
	font-size:1.5em;
	padding:10px 0 20px 20px;
}
.instantInternet .copy p { padding-right:35px;color:#FFF;}
.instantInternet.copy p {padding-right:65px;}
.instantInternet .promo {
	float:left;
	width:165px;
	position:relative;
}
.instantInternet .promo{margin-top:70px}
.instantInternet .promo .pmCopy {
	margin:-10px 0 0 8px;
}
.instantInternet .promo .pmImg{
	margin:68px 0 0 20px;
}
.instantInternet .tariffBadge {
	position:absolute;
	top:21px;
	left:100px;
}
.flashInPage{
	position: static !important;
}

.infinityDetails .alsoIncludes li {
	float:left;
	margin-right:30px;
	min-height:105px!important;
	width:246px;
}
/* Computer specifications for infinity*/
.lightBox .content .compSpecs {
    background: #fff;
    padding: 20px 20px;
    color: #333333;
    overflow: hidden;
}
.lightBox .content .compSpecs  h5 {
    font-size: 3.1em;
    color: #d71f85;
    font-weight: normal;
    margin-bottom: 20px;
}
.lightBox .content .compSpecs  p {
    color: #333333;
}

.lightBox .content .compSpecs table thead th{
    font-weight: normal;
}
.lightBox .content .compSpecs table {
    border-bottom: 1px dotted #666666;
    border-top: 1px dotted #666666;
    width: 100%px;
}
.lightBox .content .compSpecs table tr td,
.lightBox .content .compSpecs table tr th {
    border-top: 1px dotted #d7d7d7;
}
.lightBox .content .compSpecs table tr.firstRow td ,
.lightBox .content .compSpecs table tr.firstRow th{
    border-top: none;
}
.lightBox .content .compSpecs table tr td,
.lightBox .content .compSpecs table thead th {
    padding: 4px 0 4px 10px;
    color:#333333;
    text-align: left;
}
.lightBox .content .compSpecs table tr td span {
    font-weight: 600;
}
#additionalContent #lineChecker01 .lineCheckForm .checkNowGrey {
	float:none;
	margin:-12px 0 0 1px;
	width:101px;
	height:24px;
}
#additionalContent #lineChecker02 .lineCheckForm .checkNowGrey {
   float: right;
   margin: -30px 0 0 0;
   width: 101px;
   height: 24px;
}
/* empirix bug fix (2023) */
.innerColumn .innerPanelSmall .panelContent .touchicon {
	/*position: absolute;
	margin-left: 60px;*/

	float: left;
	margin: 0 20px 0 40px;
}

/*BT Infinity - new skin */
#coreContent .btInfinity .panelB {
	/*background-color: #151644;*/
	border-right: none;
	border-left: none;
}
#coreContent .btInfinity .panelBLarge {
	background-color: transparent;
}
#coreContent .btInfinity .panelBLarge .panelBMiddle {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_top_620x2000.gif) no-repeat left top;
	padding-bottom: 8px;
}
#coreContent .btInfinity .panelBLarge .base {
		background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_bot_620x10.gif) no-repeat left bottom;
		top: 0;
}
#coreContent .btInfinity .innerPanelLarge .panelContent {
	margin: 0 0 -1px 0;
}
#coreContent .btInfinity .innerPanel .panelTop {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_inner_tl.gif) no-repeat left top;
}
#coreContent .btInfinity .innerPanel .panelTop div {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_inner_tr.gif) no-repeat right top;
	font-size: 1px;
}
#coreContent .btInfinity .innerPanel .panelBottom {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_inner_bl.gif) no-repeat left bottom;
}
#coreContent .btInfinity .innerPanel .panelBottom div {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_inner_br.gif) no-repeat right bottom;
	font-size: 1px;
}
#coreContent .btInfinity h3 {
	color: #FFFFFF;
}
#coreContent .infinityDetails h3 {
	color: #D71F85;
}
#coreContent .btInfinity ul.tabNav li {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_infinity_tab_nav_off_left.gif) no-repeat left 1px;
}
#coreContent .btInfinity ul.tabNav li a {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_infinity_tab_nav_off_right.gif) no-repeat right 1px;
	margin-left: -1px;
}
#coreContent .btInfinity ul.tabNav li.tabOn {
	background:url(../../../../consumer/consumerProducts/common/products_and_services/tab_nav_on_left.gif) no-repeat scroll left top;
	border-bottom:medium none;
	bottom:-2px;
}
#coreContent .btInfinity ul.tabNav li.tabOn a {
	background:url(../../../../consumer/consumerProducts/common/products_and_services/tab_nav_on_right.gif) no-repeat scroll right top;
	color:#D71F85;
}
#coreContent .btInfinity .infinityDetails #tab1 .twoColumnComparison {
	background-image: none;
}
#coreContent .btInfinity .infinityDetails #tab1 .twoColumnComparison .column1, #coreContent .btInfinity .infinityDetails #tab1 .twoColumnComparison .column2 {
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_bot_292x1000.gif) no-repeat scroll left bottom;
	width:292px !important;
}
#coreContent .btInfinity .infinityDetails #tab1 .twoColumnComparison .columnContent {
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/infinity_top_292x10.gif) no-repeat scroll left -106px;
}
#coreContent .btInfinity .howInfinityWorks .twoColumnLayout {
	display: none;
}
#coreContent .btInfinity .howInfinityWorks .innerPanel .panelTop {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/module_infinity_howitworks_top.gif) no-repeat left top;
	height: 10px;
	font-size: 1px;
}
#coreContent .btInfinity .howInfinityWorks .innerPanel .panelTop div {
	font-size: 1px;
	margin-top: -1px;
}
#coreContent .btInfinity .howInfinityWorks .innerPanel .panelContent {
		background:  url(../../../../consumer/consumerProducts/images/products_and_services/internet/module_infinity_howitworks_bot.gif) no-repeat left bottom;
}
#coreContent .btInfinity .howInfinityWorks .innerPanel .panelTop div, #coreContent .btInfinity .howInfinityWorks .innerPanel .panelBottom, #coreContent .btInfinity .howInfinityWorks .innerPanel .panelBottom div  {
	background-image: none;
	height: 0;
}
#coreContent .btInfinity .howInfinityWorks {
	background-color: transparent;
}
#coreContent .btInfinity .howInfinityWorks .introContent {
	border-bottom: none;
}
#coreContent .btInfinity .howInfinityWorks .introContent p, #coreContent .btInfinity .howInfinityWorks .introContent p a  {
	color: #FFFFFF
}
#coreContent .btInfinity .howInfinityWorks .introContent p a {
	font-weight: bold;
}
#coreContent .btInfinity .howInfinityWorks .introContent p a:hover {
	text-decoration: underline;
}
/*End BT Infinity - new skin */

/*Line checker - 15/02/2010 */

#addtionalContent .lineChecker.tabsVersion {
	width: 298px !important;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle {
      background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_top.gif) no-repeat 0 0;
	width: 300px;
}
#additionalContent .btInfinity .lineChecker.tabsVersion .panelBMiddle {
      background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_blue_top.gif) no-repeat 0 0 !important;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle .panel {
	width: 298px !important;
}
#additionalContent .lineChecker.tabsVersion .panelBMiddle .base {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_bot.gif) no-repeat 0 100%;
	width: 300px;
	height: 15px;
}
#additionalContent .btInfinity .lineChecker.tabsVersion .panelBMiddle .base {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_blue_bot.gif) no-repeat 0 100% !important;
}
#additionalContent .lineChecker.tabsVersion h3 {
	font-size: 1.8em;
}
#additionalContent .lineChecker.tabsVersion .panelContent {
	width: 288px;
	padding: 40px 0 0 12px;
}
.lineChecker.tabsVersion .panelBMiddle .base{
	top: 0;
}
#additionalContent .lineChecker.tabsVersion .panelContent p {
	font-size:1.2em;
	margin: 0 0 5px 0;
}
#additionalContent .lineChecker.tabsVersion .panelContent .lineCheckForm p{
	color: #333333;
	font-size: 1.0em;
	margin: 10px 0 10px 0;
}
#additionalContent .lineChecker.tabsVersion .wrap label {
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
	color: #333333;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm {
	padding: 5px 10px 0 0;
	width: 100%;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm .wrap {
	padding-bottom: 5px;
	overflow: visible;
}
#additionalContent .lineChecker.tabsVersion input.landLine {
	width: 240px;
}
#additionalContent .lineChecker.tabsVersion .wrap input {
	height: 14px;
	padding: 4px 0;
	border: 1px solid #999999;
}
#additionalContent .lineChecker.tabsVersion .wrap input.error{
	border: 2px solid #ff0000;
}
#additionalContent .lineCheckForm.tabsVersion .checkNow {
	float: right;
	margin: -38px 0 0 0;
	width:101px;
	height: 24px;
}
#additionalContent .panelTopWhiteGreen {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_bot.gif) no-repeat left bottom;
}
#additionalContent .panelTopWhiteGreenInner {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_top.gif) no-repeat left top;
	padding: 5px 30px 5px 10px;
}
#additionalContent .btInfinity .panelTopWhiteGreen {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innerblue_bot.gif) no-repeat left bottom !important;
}
#additionalContent .btInfinity .panelTopWhiteGreenInner {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innerblue_top.gif) no-repeat left top !important;
}
#additionalContent .lineChecker.tabsVersion .postcodeFields{
	width: 127px;
}
#additionalContent .lineChecker.tabsVersion .tab{
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}
#additionalContent .lineChecker.tabsVersion .tab li{
	float: left;	
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left -49px;
}
#additionalContent .lineChecker.tabsVersion .tab li a{
	color: #ffffff;
	width: 126px;
	height: 39px;
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
	text-align: center;
}
#additionalContent .lineChecker.tabsVersion .tab li.ui-state-active{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left top;
}
#additionalContent .lineChecker.tabsVersion .tab li.ui-state-active a{
	color: #ffffff;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm .checkNow {
	margin:-43px 0 0;
}
#additionalContent .lineChecker.tabsVersion .lineCheckForm label.error {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_error.gif) no-repeat 0 0;
	color: #ff0000;
}
.lineCheckFields{
	margin-top: -10px;
	position: relative;
	z-index: 10;
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_lightgreen_bot.gif) no-repeat left bottom ;
}
.lineCheckFields .panelTopWhiteGreenInner{
	margin-top: -10px;
	position: relative;
	z-index: 10;
	padding: 5px 30px 20px 10px !important;
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_lightgreen_top.gif) no-repeat left top ;
}
.ui-tabs .ui-tabs-hide{
	display: none;
}
#additionalContent .infinity .panelBMiddle {
    background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_infinity_top.gif) no-repeat 0 0 !important;
	width: 299px;
}
#additionalContent .infinity .panelContent {
	width: 288px;
	padding: 50px 0 0 12px !important;
}

.submitted {
	padding-top: 10px;
}

#additionalContent #noBT .lineChecker.tabsVersion .lineCheckForm .checkNowGrey, #additionalContent #haveBT .lineChecker.tabsVersion .lineCheckForm .checkNowGrey {
	float: right;
	margin: 0;
	width:101px;
	height: 24px;
}
#additionalContent #noBT .lineChecker.tabsVersion .lineCheckForm .checkNowGrey {
	margin-top: -30px !important;
}
#additionalContent #noBT .lineCheckForm  a.checkNow, #additionalContent #haveBT .lineCheckForm  a.checkNow {
	background: url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_check_now_pink.gif) no-repeat 0 0;
	width: 106px !important;
	margin-top: 10px !important;
	margin-right:6px;
}
#additionalContent #noBT .lineCheckForm  a.checkNow {
	margin-top: -30px !important;
}

/*End Line checker - 15/02/2010 */

/* Switching to BT - Added 23/12/2009 */
.switchSteps .panelContent {
	padding-top: 25px;
}
.switchSteps ul {
	clear: both;
	float: left;
}
.switchSteps ul li {
	display:inline;
	float:left;
	margin:12px 20px 0 0;
	padding-bottom: 5px;
}
.switchSteps ul li p {
	font-size: 1.4em;
	line-height: 1.2;
	color: #666666;
}
.switchSteps ul li .description {
	padding-bottom: 10px;
}
.switchSteps ul li em {
	color: #333333;
	font-style: normal;
}
.switchSteps ul li p a.largeLink {
	font-size: 0.9em !important;
}
.switchSteps ul li p a.largeLink span {
	background-position: right 3px;
	display: inline-block;
	width: 7px;
	height: 15px;
}
.switchSteps ul li .innerPanel {
	width: 180px;
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bb_hatched_panel_top_180x300.gif) no-repeat left top;
	padding-top: 25px;
	position: relative;
}
.switchSteps ul li .innerPanel .panelBottom {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bb_hatched_panel_bot_180x10.gif) no-repeat left bottom;
	height: 10px;
	font-size: 1px;
	/*margin: 0 0 6px 0;*/
}
.switchSteps ul li .innerPanel .content {
	overflow: hidden;
	padding: 0 10px 0 10px;
	min-height: 106px;
}
.switchSteps ul li.last {
	margin-right: 0;
}
.switchSteps ul li h4 {
	width: 61px;
	height: 60px;
	position: absolute;
	left: 0;
	top: -40px;
	font-size: 1.2em;
}
.switchSteps ul li h4 span {
	position: absolute;
	left: -9999px;
	height: 1px;
}
.switchSteps ul li.stepOne h4 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_switch_step_1.gif) no-repeat left top;
}
.switchSteps ul li.stepTwo h4 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_switch_step_2.gif) no-repeat left top;

}
.switchSteps ul li.stepThree h4 {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_switch_step_3.gif) no-repeat left top;
}
.hatchedPanelLarge {
	padding-top: 20px;
	float: left;
}
.hatchedPanelLarge .innerPanel{
	width: 580px;
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bb_hatched_panel_top_580x300.gif) no-repeat left top;
	position: relative;
	clear: both;
}
.hatchedPanelLarge .panelBottom {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bb_hatched_panel_bot_580x10.gif) no-repeat left bottom;
	height: 10px;
	font-size: 1px;
}
.hatchedPanelLarge .content {
	overflow: hidden;
	padding: 10px 10px 0 10px;
	width: 580px;
	position: relative;
}
.hatchedPanelLarge span.promoBg {
	position: absolute;  
	top: -40px;
	right: 35px;
}
.whySwitch ol {
	overflow: hidden;
	padding-bottom: 5px;  
}
.whySwitch ol, .whySwitch ol li {
	list-style-type: none;
}
.whySwitch ol li {
	float: left;
	display: inline;
	width: 155px;
	text-align: center;
}
.whySwitch ol li.helpSupport {
	width: 194px;
}
.whySwitch ol li p {
	font-size: 1.4em;
	color: #D71F85;
}
.whySwitch .content p {
	margin-bottom: 1em;
	font-size: 1.1em;
}
.awardsWon {
	overflow:hidden;
}
.awardsWon ul li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
.awardsWon ul li .panelContent {
	min-height:215px;
}
.awardsWon ul li .innerPanel {
	width:193px;
}
#coreContent .awardsRecorder h4, #coreContent .awardsADSL h4, #coreContent .awardsWireless h4 {
	min-height:30px;
	padding-top:110px;
	padding-bottom: 5px;
	color:#333333;
	font-size:1.4em;
	font-weight:normal;
	line-height: 1;
}
.awardsWon ul li .panelContent {
	padding: 0;
}
.awardsRecorder h4 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_h4_awards_recorder.gif) no-repeat scroll center top;
}
.awardsADSL h4 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_h4_awards_adsl.gif) no-repeat scroll center top;
}
.awardsWireless h4 {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_h4_awards_wireless.gif) no-repeat scroll center top;
}
.legal {
	padding-bottom: 30px;
}
a.getBBLarge {
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_get_bt_total_bb_now_260x40.gif) no-repeat scroll 0 0;
	width:260px;
}
a.largeLink span {
	background-position: right 3px;
	display: inline-block;
	width: 7px;
	height: 15px;
	padding-left: 0;
	padding-bottom: 1px;
}
#coreContent .legalAndTerms .accPanel li li.detailHead {
	margin: 10px 0!important;
}
#coreContent .legalAndTerms .accPanel ul.switchTerms {
	border: none!important;
}

/* Switching to BT - MAC code help - 04/01/2010 */

#coreContent .whatisMacCode .panelContent {
	float: left;
	width: 580px;
	overflow: visible;
}
.whatisMacCode .content {
	width: 270px;
	float: left;
	display: inline;
}
.whatisMacCode .content, .whatisMacCode ul li, .broadbandProviders .panelContent .contentText p{
	font-size: 1.2em;
}
.whatisMacCode .macInfo {
	width: 288px;
	float: right;
	clear: right;
}
.whatisMacCode .macInfo ul {
	padding-bottom: 12px;
	float: left;
}
.whatisMacCode ul li {
	float: left;
	display: inline;
	width: 120px;
	margin-left: 20px;
}
.whatisMacCode ul li h4 {
	padding-bottom: 4px;
}
.whatisMacCode ul li h4 img {
	position: relative;
	margin-top: -34px;
}

.broadbandProviders .panelContent .content {
	clear: both;
	padding-bottom: 35px;
	overflow: hidden;
}
.broadbandProviders .panelContent .contentText {
	display: inline;
	width: 372px;
	float: left;
	padding-right: 28px;
}
.broadbandProviders .notes {
	color: #666666;
}
.broadbandProviders .panelContent .content img {
	position: relative;
	top: 2px;
	float: right;
}
.broadbandProviders table {
	width: 100%!important;
}
.broadbandProviders table thead th, .broadbandProviders table tbody td {
	font-weight:normal;
	padding:4px 7px 0 9px;
	height: 41px;
	vertical-align: top;
	color: #333333;
}
.broadbandProviders table thead th.provider {
	font-weight: bold;
	/* width: 211px; */
}
.broadbandProviders table thead th.call {
	width: 210px;
}
.broadbandProviders table thead th.writeTo {
	width: 142px;
}
.broadbandProviders table thead th {
	background-color: #FAFAFA;
	border-top: 1px solid #CACACA;
	border-bottom:1px solid #E9E9E9;
}
.broadbandProviders table tbody tr, .broadbandProviders table tbody td {
	border-bottom:1px solid #E9E9E9;
}
.broadbandProviders table tbody tr.last, .broadbandProviders table tbody tr.last td {
	border: none;
}
.broadbandProviders a.switchCable {
	margin-top: 4px;
}
.broadbandProviders .accPanel table {
	width: 100%;
}
#coreContent .broadbandProviders .accPanel h3 {
	border-bottom: none;
}
.bannerButtons {
	position:absolute;
	right:52px;
	top:155px;
	z-index:50;
}
a.viewDemo {
	background:transparent url(../../buttons/products_and_services/btn_mobilebb_view_demo.gif) no-repeat scroll 0 0;
	margin:10px 10px;
	width:145px;
}
.bannerButtons a.btnSwap {
	display:block;
	overflow:hidden;
	height:28px;
}
.bannerButtons a.btnSwap:hover {
	background-position: 0 -28px;
}


/*Webisodes*/
.webisode .introContent h2{
	margin-bottom:5px;
	color:#D71F85;
	font-size: 2.9em;
}
.webisode .introContent p {
	color:#555555;
	font-size:1.2em;
	margin:5px 20px 5px 0;
}
.webisode, .webisode .innerPanelLarge, .infinityBenefits, .infinityBenefits .innerPanelLarge {
	width: 620px;
	margin-bottom: 15px;
}
.webisode .videoContainer{
	width: 620px;
	padding: 0 10px 10px 0;
	/*background: #1e1e1e;*/
	margin-left: -10px;
	margin-top: -10px;
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_webisode2.jpg) no-repeat left bottom;
	height: 324px;
	float: left;
}
.webisode .videoContainer .flashContent {
	margin-left: 68px;
	margin-top: 20px;
	width: 480px;
	position: static;
}
.webisode .videoThumbs{
	padding: 0 0 8px 10px;
	width: 610px;
	float: left;
	clear: both;
	/*overflow: hidden;*/
}

.webisode .videoThumbs .desc{
	padding-bottom: 10px;
	padding-top: 8px;
}



.webisode .videoThumbs li{
	float: left;
	width: 184px;
	padding: 0 14px 0 0;
	min-height: 234px;
	display: inline;
}

#coreContent .webisode .videoThumbs p a{
	color:#D71F85;
	padding: 0 10px 0 0;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_pink_7x12.gif) no-repeat 100% 4px; 
}

.webisode .videoThumbs p{
	margin: 0;
	width: 140px;
	float: left;
	font-size: 1.2em;
}

.webisode .videoThumbs .active p,
.webisode .videoThumbs .mouseover p{
	color: #ffffff;
}

#coreContent .webisode .videoThumbs .active p a,
#coreContent .webisode .videoThumbs .mouseover p a{
	color: #ffffff;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrowWhite3.gif) no-repeat 100% 4px; 
}

.webisode .videoThumbs .videoItemTop{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_184x12_top.gif) no-repeat left top;
	height: 12px;
	width: 184px;
	/*display: block;*/
}

.webisode .videoThumbs .videoItemBot{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_184x12_bot.gif) no-repeat left bottom;
	height: 12px;
	width: 184px;
	/*display: block;*/
	clear: both;
	font-size: 1px;
}

.webisode .videoThumbs .videoItem{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_184x600.gif) no-repeat left bottom;
	width: 156px;
	float: left;
	padding: 0 14px;
}

.webisode .videoThumbs .active .videoItemTop,
.webisode .videoThumbs .mouseover .videoItemTop{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_184x12_top.gif) no-repeat left top;
	height: 12px;
	width: 184px;
	display: block;
}

.webisode .videoThumbs .active .videoItemBot,
.webisode .videoThumbs .mouseover .videoItemBot{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_184x12_bot.gif) no-repeat left bottom;
	height: 12px;
	width: 184px;
	/*display: block;*/
	font-size: 1px;
	clear: both;
}

.webisode .videoThumbs .active .videoItem,
.webisode .videoThumbs .mouseover .videoItem{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_184x600.gif) no-repeat left bottom;
	width: 156px;

}
.webisode .videoThumbs .thumbnail{
	float: left;
}
.webisode .twoVideoColumn .videoItemTop {
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_280x10_top.gif) no-repeat left top;
	height: 10px;
	width: 280px;
	display: block;
}
.webisode .twoVideoColumn .videoItemBot {
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_280x10_bot.gif) no-repeat left top;
	height: 10px;
	width: 280px;
	display: block;
	font-size: 1px;
	clear: both;
}
.webisode .twoVideoColumn .videoItem {
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_grey_280x300.gif) no-repeat left bottom;
	width: 280px;
	padding-right: 0;
}
.webisode .twoVideoColumn .active .videoItemTop,
.webisode .twoVideoColumn .mouseover .videoItemTop{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_280x10_top.gif) no-repeat left top;
	height: 10px;
	width: 280px;
	display: block;
}
.webisode .twoVideoColumn .active .videoItemBot,
.webisode .twoVideoColumn .mouseover .videoItemBot{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_280x10_bot.gif) no-repeat left top;
	height: 10px;
	width: 280px;
	display: block;
	font-size: 1px;
	clear: both;
}
.webisode .twoVideoColumn .active .videoItem,
.webisode .twoVideoColumn .mouseover .videoItem{
	background: transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/webisode_pink_280x300.gif) no-repeat left bottom;
	width: 280px;
	padding-right: 0;
}

.webisode .twoVideoColumn li{
	float: left;
	width: 280px;
	padding: 0 20px 0 0;
	min-height: 138px;
	display: inline;
}
.webisode .twoVideoColumn .desc {
	float: left;
	clear: right;
	width: 100px;
	padding-left: 10px;
	padding-top: 0;
}
.webisode .twoVideoColumn p {
	float: none;
	display: inline-block;

}
.webisode .twoVideoColumn .thumbnail {
	margin-bottom: -5px;
}
.webisode .threeVideoColumn .thumbnail {
	margin-left: 10px;
}
.webisode .threeVideoColumn p {
	margin-left: 10px;
}
.infinityBenefits .videoContainer{
	width: 620px;
	margin-left: -10px;
	margin-top: -10px;
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_btinfinity_benefits.jpg) no-repeat left bottom;
	height: 390px;
	float: left;
	margin-bottom: 18px;
}
.infinityBenefits .flashContent {
	width: 600px;
	margin-left: 10px;
	position: static;
}
.buttons {
	overflow: hidden;
	clear: both;
}
.infinityBenefits .buttons {
	padding: 0 3px 0 10px;
}
a.howToGetIt {
	background: url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_howtogetit.gif) no-repeat left top;
	width: 152px;
}
.infinityBenefits .buttons a.howToGetIt{
	float: right;
}

#coreContent .webisode .innerPanel .panelTop, #coreContent .infinityBenefits .innerPanel .panelTop {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_9_tl.gif) no-repeat scroll left top;
}
#coreContent .webisode .innerPanel .panelTop div, #coreContent .infinityBenefits .innerPanel .panelTop div {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_9_tr.gif) no-repeat scroll right top;
}
.infinityBenefits a {
	cursor: pointer;
}

/*transcripts*/


.transcript{
	padding: 10px;
}
.transcript h2{
	color: #64379b !important;
	font-size: 2.0em;
	padding: 0 0 5px 0;
}
.transcript p{
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
.transcript .subHead{
	font-weight: bold;
	font-size: 1.4em;
}

.transcript .videoText{
	padding: 10px 0 0;
}

#coreContent .webisode  p.infoLink {
	overflow: hidden;
	position: relative;
	top: -10px;
	padding-left: 10px;
}
#coreContent .webisode  p.infoLink a {
	color:#D71F85;
	font-size: 1.2em;
}
#coreContent .webisode  p.infoLink a span {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_pink_7x12.gif) no-repeat scroll 100% 4px;
	color:#D71F85;
	padding:0 10px 0 0;
}
.webisode .buttons {
	padding: 5px 10px 0 10px;
}

.webisode .buttons a.howToGetIt{
	float: right;
}

/* Get more from broadband - 05/01/2010 */
#coreContent .broadbandIncludes .getMoreFromBroadband li {
	margin-left:0;
	margin-right:25px;
	min-height:65px;
	width:265px;
	float: left;
	display: inline;
	padding-top: 10px;
}
#coreContent .broadbandIncludes h4 {
	color: #333333;
	margin-left: 15px;
	padding-bottom: 10px;
}
#coreContent .broadbandIncludes ol {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_includes_bg.gif) no-repeat left top;
	margin: 0 -10px;
	padding-top: 10px;
}
#coreContent .broadbandIncludes ol li {
	text-align: left;
	min-height: 238px;
}
#coreContent .broadbandIncludes ol li h4 {
	font-size: 1.6em;
	color: #333333;
	padding-bottom: 10px;
	margin-left: 0;
}
#coreContent .broadbandIncludes ol li p {
	font-size: 1em;
	color: #333333;
	padding-bottom: 0.3em;
}
.broadbandIncludes ol li.digitalVault {
	width: 166px;
}
/*added by Tanay */
#coreContent .addMoreToBB h4 {
	color:#333333;
	font-size:1.5em;
	margin-bottom:3px;
}
#coreContent .addMoreToBB ul li,  #coreContent .broadbandIncludes ul li {
	display:inline;
	float:left;
}
#coreContent .addMoreToBB .getMoreFromBroadband, #coreContent .broadbandIncludes .getMoreFromBroadband {
	padding-top: 20px;
	border-top: 1px #cccccc solid;
}
#coreContent .addMoreToBB .btVision{
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_img_visionTV.gif) no-repeat 2px 0;
	height: 180px;
	width: 310px;
	padding: 5px 290px 0 10px;
}
#coreContent .addMoreToBB .btVision p{
	padding-bottom: 8px;
}
#coreContent .addMoreToBB .btVision h4{
	font-size: 2.0em;
	padding-bottom: 10px;
}
#coreContent .addMoreToBB .panelContent{
	overflow: visible;
	float: left;
	width: 580px;
}

/* bb outbound splash css */
.heroBBImage {
	margin:-33px -19px 0 -19px;
	position:relative;

	background: none;
	height: auto;
}
.outboundPanel {
	width: 941px!important;
	margin: -15px 0 0 0!important;
}
.outboundPanel p {
	margin-bottom: 8px;
}
.outboundPanel .panelBLarge {
	width: 938px;
}
.outboundPanel .panelBLarge .panelBMiddle {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_4_top_940px.gif) no-repeat left top;
	padding-bottom: 8px;
}
.outboundPanel .panelBLarge .base {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/module_4_bot_940px.gif) no-repeat left bottom;
}
.outboundPanel .innerPanelLarge {
	width: 920px;

}

ul.bbPartners li {
	background: url(../../../../consumer/consumerProducts/common/products_and_services/bb_outbound_panel.gif) no-repeat left top; 
	width: 416px;
	height: 145px;
	float: left;
	margin: 20px 10px 10px 20px;
}
ul.bbPartners li h4 {
	color:#333333!important;
	font-size:1.6em;
	padding: 10px 0 0 15px;
}
ul.bbPartners li img {
	padding: 5px 20px 0 10px;
	float: left;
}
.partnerAddress {
	float: left;
	padding-top: 10px;
}
/* NEW BB HOME PAGE STYLES */
.tabContent .packIntro {
	padding:0;
}
.BBHome .packIntro {
	width:270px;
	float:left;
	min-height:140px;
}
.tabContent .packIntro p {
	width:380px; /* width:260px; */
}
.tabContent .packIntro p.bodyLarge {	
	font-size:1.3em;
}
.packTab .packIntro p.bodyLarge {	
	font-size:1.2em;
}
.tabContent #tariffBadgeTerms {
	float:right;
	padding-top:60px;	
	width:310px;
}
.tabContent #tariffBadgeTerms .tariffBadge, .tabContent #tariffBadgeTerms .optionsPriceTerms {
	float:left;
	margin-top:-30px;
}
.tabContent #tariffBadgeTerms .optionsPriceTerms {
	margin-left:15px; /* margin-left:30px; */
}
.packTab #tariffBadgeTerms .optionsPriceTerms {
	margin-left:15px;
	text-align:left;
}
.tabContent #tariffBadgeTerms .optionsPriceTerms a {
	margin: 0 auto;
}
.twoColumnLayout, .threeColumnLayout {
	clear:both;
	margin-bottom:20px;
	margin-left:-5px;
}
.twoColumnLayout .column {
	background:url(../../../../consumer/consumerProducts/images/products_and_services/bundling/bun_column_blue_bot_298x800.gif) no-repeat left bottom;
	float:left;
	margin:0;
	height:330px; /* height:350px; */
	width:298px;
}
.threeColumnLayout .column {
	background:url(../../../../consumer/consumerProducts/images/products_and_services/bundling/bun_column_blue_196px.gif) no-repeat 0 100%;
	float:left;
	margin:0 3px;
	min-height:380px; /* min-height:675px; */
	width:196px;
}
.threeColumnLayout .tswm  {
	min-height:400px; /* min-height:645px; */
}
.twoColumnLayout .column .left {
	width: 52%;
	float: left;
}
.twoColumnLayout .column .right {
	width: 46%;
	float: right;
}
.twoColumnLayout .column.last {
	margin-right: 0;
}
.threeColumnLayout .column.first {
	margin-left: 0;
}
.twoColumnLayout ul, .threeColumnLayout ul {
	margin:0;
	padding:10px 0 8px;
	text-indent:0;
}
.twoColumnLayout ul li, .threeColumnLayout ul li {
	background:url(../../../../consumer/consumerProducts/images/products_and_services/bundling/bun_package_list_tick.gif) no-repeat scroll 0 0 transparent;
	color:#333333;
	line-height:1.2;
	padding:0 0 10px 20px;
}
.column_plus {
	background-image:url(../../../../consumer/consumerProducts/common/products_and_services/circle_plus.gif);
	height:25px;
	margin:120px 0 0 -13px;
	position:absolute !important;
	width:26px;
}
.threeColumnLayout .column_plus {
	margin-left:-16px;
}
.twoColumnLayout h4 .bbIcon {
	margin:0 1px 0 2px;
}
.twoColumnLayout h4, .threeColumnLayout h4, .darkgrey {
	color:#333333 !important;
}
.twoColumnLayout h4 span, .threeColumnLayout h4 span {
	display:block;
	font-size:0.8em;
	margin-left:21px;
}
#coreContent .tabContent .alsoIncludes, #coreContent .tabContent .mainFeatures{
	margin-right:15px;
}
#coreContent .tabContent .withAccess {
	padding:0;
	width:590px;
	margin-bottom:5px;
}
#coreContent .tabContent .withAccess ul {
	margin:0;
}
#coreContent .tabContent .withAccess ul li {
	min-height: 80px;
	width:270px;	
}
#coreContent .tabContent .withAccess ul li.first {
	margin-right:20px;
}
#coreContent .tabContent .withAccess h4 {
	width:260px;
}
.icon_2b {
	float:left;
	margin:6px 10px 2px 5px;
}
.col_title_2b {
	float:left;
	text-align:left;
	width:135px;
}
#coreContent .tabContent .col_title_2b h3 {
	margin:0;
}
.col_title_2b p {
	font-size:1.2em;
}
.callToActions {
	clear:both;
	float:right;
	margin:-10px 15px 10px;
}
#coreContent .onlyBB .innerPanelSmall h4  {
	margin:0;
	min-height:25px;
}
.onlyBB ul {
	margin:15px 0 0 15px;
	text-align:left;
	min-height:115px;
}
.onlyBB ul li {
	margin-bottom:10px;
}
.onlyBB .panelContent {
	overflow: visible !important;
}
.onlyBB h3 span {
	color: #333333;
	font-size: 70%;
}
/* NEW BB HOMEPAGE LIGHTBOXES */
.bbPopup {
	background:#fff;
	padding:14px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
.bbPopup a {
	color:#00528E;
	font-weight:normal !important;
}
.bbPopup h5 {
	font-size:1.8em;
	color:#d71f85;
	margin:0 0 0.6em;
	font-weight:normal;
}
.bbPopup .lightBoxHubColumn1 {
	width:300px;
	float:left;
	margin-right:20px;
}
.bbPopup .lightBoxHubColumn2 {
	width:285px;
	float:left;
	padding:14px 0;
}
.bbPopup .lightBoxIncludes  {
	clear:both;
	color:#666;
	border-top:1px dotted #e4e4e4;
	padding-top:16px;
}
.bbPopup .lightBoxGetNow  {
	width:254px;
	clear:both;
	text-align:center;
}
.bbPopup  ul {
	margin:0 !important;
	padding:0 !important;
}
.bbPopup .lightBoxHubColumn2 li {
	list-style:none;
	margin:0;
	padding:0 0 10px 66px;
}
.bbPopup .lightBoxIncludes li {
	float:left;
	margin:0 10px 10px;
	width:260px;
}
.bbPopup .lightBoxDownload  { 
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_dl_speed.gif) 0 0 no-repeat;
}
.bbPopup .email { 
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_email.gif) 0 -10px no-repeat;
}
.bbPopup .homehub { 
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_home_hub.gif) 1px 6px no-repeat;
}
.lightBox.hasJS .content .bbPopup p, .bbPopup p { 
	color:#666;
}
.bbPopup .detailHead { 
	margin-bottom:0.4em;
}
.bbPopup .tariffBadge p, .bbPopup .tariffBadgeGrad  p { 

	color:#fff !important;
}
.bbPopup .hubBadgeGrad {
	width:190px;
	height:165px;
}
.bbPopup a.btnSwap:link { 
	margin:10px auto;
}
.bbPopup .tariffBadgeGrad { 
	height:80px;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/bb_tariff_ball.png) no-repeat bottom left;
	position:relative;
}
#lightBox-bbOption1 .hubBadgeGrad, #lightBox-bbOption2 .hubBadgeGrad {	
	background:url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub.jpg) no-repeat scroll right top;
}
#lightBox-bbOption3 .hubBadgeGrad { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/bg_bt_hub_phone.jpg) no-repeat scroll right top;
}
.bbPopup .hubBadgeGrad .tariffBadgeGrad p {
	font-size:1.1em;
	font-weight:600;
	line-height:1.2em;
	position: absolute;
	top:83px;
}
.categoryContent {
	min-height:250px;
	padding:10px 20px 20px;
}
.categoryContent p {
	color:#666 !important;
	margin:20px 340px 0 0;
}
.categoryTv { 
	background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_tvBg.jpg) no-repeat right bottom;
}
.categoryTvReplay {
	background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_tvReplayBg.jpg) no-repeat right bottom;
}
.categoryFilm { 
	background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_filmBg.jpg) no-repeat right bottom;
}
.categoryKids { 
	background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_kidsBg.jpg) no-repeat right bottom;
}
.categorySports, .categoryEspn { 
background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_sportBg.jpg) no-repeat right bottom;
}
.categoryMusic { 
	background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_musicBg.jpg) no-repeat right bottom;
}
.categoryBolly { 
background:#fff url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModule_bollyBg.jpg) no-repeat right bottom;
}
.categoryContent h5 { 
	padding:15px 0 10px 55px;
}
.categoryMusic h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_music.gif) no-repeat left center;
}
.categoryTv h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_tv.gif) no-repeat left center;
}
.categoryTvReplay h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_tv.gif) no-repeat left center;
}
.categoryFilm h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_film.gif) no-repeat left center;
}
.categoryKids h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_kids.gif) no-repeat left center;
}
.categorySports h5, .categoryEspn h5 {
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_sports.gif) no-repeat left center;
}
.categoryMusic h5 { 
	background:url(../../../../consumer/consumerProducts/common/products_and_services/vision_costModuleBg_music.gif) no-repeat left center;
}
/* Checker lightbox */
.articleContainer{
	background: #ffffff !important;
}
.articleContainer iframe{
	border: none;
	overflow-x: hidden; 
}
/** april 10/10 **/
#coreContent .freeWifi,
#coreContent .freeWifi p,
#coreContent .wifiAtHome p,
#coreContent .wifiAtHome li,
#coreContent .support_24-7 p,
#coreContent .support_24-7 li,
#coreContent .contact_24-7 p,
#coreContent .contact_24-7 li {
	color:#555555;
}
#coreContent .freeWifi h4 {
	font-size:1.4em;
}
#coreContent .freeWifi .btmList h4,
#coreContent .freeWifi .btmListR h4 {
	font-size:1.3em;
	display:inline-block;
	padding-right:12px;
	margin-bottom:10px;
	/*color:#00528E;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_Blue.gif) no-repeat scroll 100% 2px;*/
	
}
.freeWifi .btmImage,
.freeWifi .btmImageR {
	width:75px;
}
.freeWifi .btmList,
.freeWifi .btmListR {
	width:178px;
}
.freeWifi .btmList p,
.freeWifi .btmListR p {
	margin-bottom:10px;
}
.freeWifi .tariffBadge {
	left:492px;
	position:absolute;
	top:21px;
}
.freeWifi .tariffBadge p {
	
}
.wifiAtHome {width:619px}
.wifiAtHome .panelBMiddle {
	margin-bottom:8px;
	background:#f8f8f8 url(../../../../consumer/consumerProducts/common/products_and_services/module_10_top.gif) no-repeat left top;
}
.wifiAtHome .base {
	height:8px;
	margin:-16px 0 32px;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/module_10_bottom.gif) no-repeat left top;
}

.wifiAtHome .btmList {
	padding-left:10px;
	width:236px;
}
.wifiAtHome .btmListR {
	padding-left:10px;
	width:350px;
}
.wifiAtHome .btmList ul {
	margin-top:15px;
}
#coreContent .wifiAtHome .btmList li {
	font-size:1.15em;
	padding-left:15px;
	width:203px;
}
#coreContent .wifiAtHome .btmList li.link {
	background:none;
	padding-top:20px;
}
#coreContent .wifiAtHome .btmList  a.largeLink {
	font-size:1.1em;
}
#coreContent .wifiAtHome .btmList  a.hubLink {
	display:block;
	font-size:1.3em;
	padding:4px 40px 11px 0;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bb_watch_icon_large.gif) no-repeat 100% 0;
}
#coreContent .support_24-7 {
	
}
#coreContent .support_24-7 li {
	width:50%;
	float:left;
	height: 160px;
	overflow:auto;
}
#coreContent .support_24-7 .details_247 li {
	width:50%;
	float:left;
	height: 187px;
	overflow:auto;
}
#coreContent .support_24-7 .details_247 li img {
	float:left;
}
#coreContent .support_24-7 .details_247 li h4,
#coreContent .support_24-7 .details_247 li p,
#coreContent .support_24-7 .details_247 li ul {
	margin-left:70px;
}
#coreContent .support_24-7 .details_247 li h4 {
	margin-top:5px;
	margin-bottom:10px;
}
#coreContent .support_24-7 .details_247 li ul {
	overflow:hidden;
}
#coreContent .support_24-7 .details_247 li li {
	float:none;
	height:auto;
	overflow:visible;
	height:12px;
	padding:10px 0 3px 0;
	width:100%;
}
#coreContent .support_24-7 .details_247 li li a {
	padding-right:10px;
	background: transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_Blue.gif) no-repeat 100% 0;
}
#coreContent .support_24-7 .details_247 li li a:hover {
	text-decoration:underline;
}
#coreContent .moreWays {
	
}
#coreContent .moreWays li {
	float:left;
	margin:10px 0 5px 16px
}
#coreContent .moreWays li a {
	height:80px;
	display:block;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_247.jpg) no-repeat 0 0;
}
#coreContent .moreWays li a:hover {
	background-position: 0 -80px;
}
#coreContent .contact_24-7 li.btn {
	background:none;
	text-align:center;
}
#coreContent .contact_24-7 li.btn a.btnBookVisit,
#coreContent .contact_24-7 li.btn a.btnCallBack  {
	margin:30px 0 30px 35px;	
}
a.btnBookVisit,
a.btnCallBack {
	display:block;
	height:24px;
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_BookVisit.gif) no-repeat 0 0;
}
a.btnCallBack {
	background-image: url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_CallBack.gif);
}
a.btnBookVisit:hover,
a.btnCallBack:hover {
	background-position: 0 -25px;
}
#coreContent .contact_24-7 h4 {
	text-align:center;
}
#coreContent .contact_24-7 div.contactBanner{
	position:relative;
}
#coreContent .contact_24-7 .tariffBadge {
	position:absolute;
	top:12px;
	left:135px;
}
#coreContent .contact_24-7 .tariffBadge p {
	margin-top:8px;
	color:#FFF !important;
}

/* faster speed 16-04-10 */
#coreContent .fasterSpeed {}
#coreContent .fasterSpeed h3 {
	margin-bottom:10px;
}
#coreContent .fasterSpeed table { 
	width:100%;
}
#coreContent .fasterSpeed table .first {
	background-color:#FFF;
	padding-left:0px;
}
#coreContent .fasterSpeed table tr { background-color:#f1f1f1;}
#coreContent .fasterSpeed table tr.odd { background-color:#FFF;}
#coreContent .fasterSpeed table th,#coreContent .fasterSpeed table td { 
	height:61px;
	font-size:1.2em;
	padding-left:10px;
}
#coreContent .fasterSpeed ul {
	overflow:hidden;
	margin:20px 0 10px 90px;
}
#coreContent .fasterSpeed ul li {
	float:left;
}
#coreContent .fasterSpeed ul li.first {
	margin-right:30px;
}
#coreContent .fasterSpeed ul li a,
#coreContent .improveSpeed a {
	display:inline-block;
	font-size:1.2em;
	background:url("../../../../consumer/consumerProducts/common/products_and_services/arrow_Blue.gif") no-repeat scroll 100% 0 transparent;
	padding: 0 10px 2px 0;
}
#coreContent .improveSpeed a {background-position:100% 4px;}
#coreContent .improveSpeed div.tips a {
	background-position:100% 2px;
}
#coreContent .fasterSpeed table th { 
	color:#D71F85;
	font-weight:bold;
	font-size:1.4em;
	padding-left:10px;
}

/* improve speed 16-04-10 */
#coreContent .improveSpeed {}
#coreContent .improveSpeed img.speed {
	float:right;
}
#coreContent .improveSpeed p.asTitle {
	margin:22px 0 20px
}
#coreContent .improveSpeed p.asTitle strong {
	font-size:1.2em;
	display:block;
	margin-bottom:10px;
}
#coreContent .improveSpeed div.tips {
	float:left;
	width:50%;
	margin-top:10px;
}
#coreContent .improveSpeed h3.tipsTitle {
	margin-top:10px;
}
#coreContent .improveSpeed p.asTitle a {
	font-size:1.0em;
}
#coreContent .improveSpeed div.left h4,
#coreContent .improveSpeed div.right h4 {
	color:#000;
	margin-bottom:10px;
}
/*Line checker in core content area */

#coreContent .btBroadbandCheck .panelBMiddle{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_top_620.gif) no-repeat left top !important ;
	width: 620px;
	padding: 10px 0 0 0;
}

#coreContent .btBroadbandCheck .panelBMiddle .base {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_green_bot_620.gif) no-repeat left top !important ;
}

#coreContent .btBroadbandCheck .lineCheckFields {
	background:#ffffff url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_bot_620.gif) no-repeat scroll left bottom !important;
	width: 600px;
	margin-top: 0;
}

#coreContent .btBroadbandCheck .lineCheckFields .panelTopWhiteGreenInner {
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_innergreen_top_620.gif) no-repeat scroll left top !important;
	margin-top:0;
	overflow: hidden;
}

#coreContent .btBroadbandCheck .panelContent{
	padding: 0 0 0 10px;
}

#coreContent .btBroadbandCheck h3 {
	font-size:1.95em;
	padding-left: 10px !important;
}

#coreContent .btBroadbandCheck .panelContent p {
	font-size: 1.1em;
	color: #333333;
}

#coreContent .btBroadbandCheck .panelContent p.largeText {
	font-size: 1.2em;
}

#coreContent .btBroadbandCheck .lineCheckFields .panelTopWhiteGreenInner {
	padding:10px !important;
}

#coreContent .btBroadbandCheck .speedCheckIntro {
	width: 280px;
	float: left;
	padding-right: 20px;
}


#coreContent .btBroadbandCheck .tabs {
	width: 280px;
	float: left;
}

#coreContent .btBroadbandCheck .tab{
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}

#coreContent .btBroadbandCheck .tab li{
	float: left;	
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left -49px;
}

#coreContent .btBroadbandCheck .tab li a{
	color: #ffffff;
	width: 126px;
	height: 39px;
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
	text-align: center;
}

#coreContent .btBroadbandCheck .tab li.ui-state-active{
	background:transparent url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_tabs.png) no-repeat left top;
}

#coreContent .btBroadbandCheck .tab li.ui-state-active a{
	color: #ffffff;
}

#coreContent .btBroadbandCheck .lineCheckForm .checkNow {
	margin:-43px 0 0;
}

#coreContent .btBroadbandCheck .lineCheckForm label.error {
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/icon_error.gif) no-repeat 0 0;
	color: #ff0000;
}

#coreContent .btBroadbandCheck .lineCheck{
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_form_green_bot.gif) no-repeat left bottom;
	margin-top: -10px;
}

#coreContent .btBroadbandCheck .lineCheckInner{
	background: url(../../../../consumer/consumerProducts/images/products_and_services/internet/bg_line_checker_form_green_top.gif) no-repeat left top;
	padding: 15px 10px 10px 10px;
}

#coreContent .btBroadbandCheck .lineCheckForm{
	padding: 0;
}

#coreContent .btBroadbandCheck .lineCheckForm .wrap {
	padding-bottom: 15px;
}

#coreContent .lineChecker .wrap input {
	height:15px;
}

#coreContent .btBroadbandCheck .wrap label{
	color: #333333;
	float: none;
	text-align: left;
	display: block;
	padding-bottom: 3px;
	width: 240px;
}
#coreContent .btBroadbandCheck  label.error {
	margin:5px 10px 0 0 !important;
	width:100px !important;
}
#coreContent .btBroadbandCheck #haveBT .lineCheckForm a.checkNow {
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_check_now_pink.gif) no-repeat scroll 0 0;
	margin-top:10px !important;
	width:106px !important;
}

#coreContent .btBroadbandCheck #noBT .lineCheckForm a.checkNow {
	background:transparent url(../../../../consumer/consumerProducts/buttons/products_and_services/btn_check_now_pink.gif) no-repeat scroll 0 0;
	margin-top:-40px !important;
	width:106px !important;
}

#coreContent .lineChecker input.landLine {
	width:248px;
}

.articleContainer{
	background: #ffffff !important;
}
.articleContainer iframe{
	border: none;
	overflow-x: hidden; 
}
#coreContent .getConnectedContent {
	position:relative;
}
#coreContent .getConnected {
	position:relative;
	margin-top:-25px;
	float:left;
	width:193px;
}
#coreContent .getConnectedImage {margin-left:-10px;}
#coreContent .getConnected h4,
#coreContent .getConnected p {
	padding-right:15px;
}
.freeWifi h3 { clear:both; margin-top:20px;}
#coreContent .getConnected h4 {
	font-size:1.4em;
}
#coreContent .getConnected ul {margin-bottom:15px; overflow:hidden;}
#coreContent .getConnected li  {float:left; margin-right:20px;}
#coreContent .getConnected li a { 
	display:inline-block;
	font-size:1.1em;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/arrow_small_Blue.gif) no-repeat 100% 0;
	padding: 0 10px 2px 0;
}
.wifiAtHome .btmList li,
#coreContent .contact_24-7 li {
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/list_bullet_grey.gif) no-repeat 0 13px;
	float:none;
	line-height:1.3em;
	margin-left:0;
	padding:7px 0 0 20px;
	text-align:left;
}

.fiveTabNav ul.tabNav li a {
	min-height: 45px;
}
.fiveTabNav .fourColumnLayout .badgeTerms {
	min-height:30px; /* min-height:100px; */
}
.bbCatPopup h5 {
	padding: 16px 0 10px 0;
	font-size: 2.2em;
}
.bbCatPopup ul li {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/bullet_greydisc.gif") no-repeat scroll left 0.5em transparent !important;
	padding-bottom:7px;
}

/* new css for payg splash - june '10 START */
.paygMain {
	float: left;
}
.paygMain .innerPanel {
	width:920px; /* width:440px; */
}
.paygMain h3 {
	color: #fff!important;
	font-size:1.95em;
	padding-top: 0!important;
}
.paygMain ul.listedDetails {
	margin: 10px 0 20px 0;
}
.paygMain .lozPrice {
	font-size: 1.8em;
	font-weight: bold;
}
.paygMain .lozCopy {
	font-size: 1.5em;
	font-weight: normal;
}
.paygMain .lozLegal {
	font-size: 0.95em;
}

.splashAnytime {
	margin-right: 15px;
}
.anytimeLoz p, .paygLoz p {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
}
.splashAnytime .panelContent, .splashPayg .panelContent {
 	height:100%; /* min-height: 280px; */
}
.paygContact b {
	color:#275890;
}
/* purple module - anytime */
.splashAnytime .panelB {
	background-color:#744ba5;
	width:460px;
}
.splashAnytime .panelBMiddle  {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_top.gif") no-repeat scroll left top transparent;
	margin:0 0 -12px 0;
}
.splashAnytime .panelB .base {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_bot.gif") no-repeat scroll left bottom transparent;
	margin: 0;
}
.splashAnytime .innerPanel .panelTop {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_tl.gif") no-repeat scroll left top transparent;
}
.splashAnytime .innerPanel .panelTop div {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_tr.gif") no-repeat scroll right top transparent;
}
.splashAnytime .innerPanel .panelBottom {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_bl.gif") no-repeat scroll left bottom transparent;
}
.splashAnytime .innerPanel .panelBottom div {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_br.gif") no-repeat scroll right bottom transparent;
}
.anytimeLoz {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_purple_1_lozenge.gif") no-repeat scroll left top transparent;
	height: 99px;
	padding: 10px 10px 0 10px;
}

/* blue module - payg */
.splashPayg .panelB {
	background-color:#234f81;
	width:940px; /* width:460px; */
}
.splashPayg .panelBMiddle  {
	/* background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_top.gif") no-repeat scroll left top transparent; */
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_2_top.gif") 0 top no-repeat transparent;
	margin:0 0 -12px 0;
}
.splashPayg .panelB .base {
	/* background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_bot.gif") no-repeat scroll left bottom transparent; */
	background:url('../../../../consumer/consumerProducts/common/products_and_services/module_blue_2_bot.gif') 0 bottom no-repeat transparent;
	margin: 0;
}
.splashPayg .innerPanel .panelTop {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_tl.gif") no-repeat scroll left top transparent;
}
.splashPayg .innerPanel .panelTop div {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_tr.gif") no-repeat scroll right top transparent;
}
.splashPayg .innerPanel .panelBottom {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_bl.gif") no-repeat scroll left bottom transparent;
}
.splashPayg .innerPanel .panelBottom div {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_br.gif") no-repeat scroll right bottom transparent;
}
.paygLoz {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_blue_1_lozenge.gif") no-repeat scroll left top transparent;
	height: 99px;
	/* padding: 10px 10px 0 10px; */
	width:410px;
	float:right;
	padding:10px 0 0 10px;
	margin-left:102px;
}
.paygContact span {
	color: #275890;
	font-size: 0.95em;
	font-weight: bold;
	display:inline;
	font-size:1.6em;
}
.paygContact {
	font-size: 1.4em;
}

/* grey module - dialup */
.dialUp .panelB {
	width: 939px;
}
.dialUp .panelBMiddle  {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_grey_large_top.gif") no-repeat scroll left top transparent;
}
.dialUp .panelB .base {

	background:url("../../../../consumer/consumerProducts/common/products_and_services/module_grey_large_bot.gif") no-repeat scroll left bottom transparent;
	margin: 0;
}
.dialUp .innerPanel {
	width: 920px;
}
.dialUp h3 {
	color: #666!important;
	font-size:1.95em;
	padding-top: 0!important;
}
.dialUp ul li {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif") no-repeat scroll 0 0 transparent;
	line-height:1.2;
	padding:4px 0 6px 25px;
}
/* new css for payg splash - june '10 END */

#coreContent .fourColumnLayout .column2Offer {
	width: 150px;
	float: left;
	margin: 0;
	text-align: center;
	display: inline!important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_col_pink.gif) no-repeat left bottom;
}
.column2Offer h3 span.pinkOffer {
	font-size: 0.75em;
	font-weight: bold;
}
#coreContent .accLegal ul {
	margin-bottom: 20px;
}

/* june 2010 offer */
.hurryOffer {
	color:#D71F85;
	font-weight: bold;
	padding-bottom: 5px;
}
.largePrice {
	font-size:1.1em;
}
.BBHome .hurryOffer { padding-bottom: 0!important; }
object.countdownFlashCat {
	position: absolute;
	top: 10.8em!important; /* top: 11.3em!important; */
	left: 2em!important;
}

/** tab1 changes for Sky promo **/
.fourColumnLayout {
      position:relative !important;
}
.addAdmiralPromo {
      position:absolute !important;
      bottom:90px !important; /* bottom:92px !important; */
      right:15px !important;
      width:293px;
}
.addAdmiralPromo .addAdmiralPromoCopy {
      overflow:hidden;
      position:relative;
      width:293px;
      color:#FFF;
      background:url("../../../../consumer/consumerProducts/images/products_and_services/bundling/bg_addAdmiralPromo_BB_top.png") no-repeat scroll 0 0 transparent;
}
.addAdmiralPromo .addAdmiralPromoBaseline {
      width:293px;
      height:41px;
      background:url("../../../../consumer/consumerProducts/images/products_and_services/bundling/bg_addAdmiralPromo_BB_base.png") no-repeat scroll 0 100% transparent;
}
.addAdmiralPromo .addAdmiralPromoCopy p {
      position:relative;
      color:#FFF;
      padding:13px 43px 5px 50px;
}

/* aug new layout amends */
.BBHome .fourColumnLayout h4 span{
	color:#D71F85;
	font-size:1.2em;
}
.BBHome .fourColumnLayout .tariffBadgeT2 p, .offerBB1 .tariffBadgeT2 p,
.offerBB2 .tariffBadgeT2 p {
	top: -5.4em; /* top: -6.4em; */
	font-size: 0.95em!important;
}
.BBHome .fourColumnLayout .column2 .tariffBadgeT2 p {
	top: -5.5em;
}
.BBHome .columnContent h4 {
	font-size: 1.1em;
	padding-bottom:5px;
	min-height: 23px;
}
p.offerH4 {
	color:#D71F85;
	font-size:1.2em;
}
p.offerH4 span {
	font-size: 1.1em;
}
span.perMCopy {
	font-size: 0.5em!important;
	display: inline!important;
}
span.usualPrice {
	font-weight:normal;
	display:block;
	font-size:0.9em;
}
.BBHome #tariffBadgeTerms p.hurryOffer {
	position:relative;
}
.BBHome  #tariffBadgeTerms .tariffBadge p span {
	line-height:1.2;
}
.BBHome  #tariffBadgeTerms .tariffBadgeT2 p {
	font-size:0.95em !important;
	top:-5.4em;
}
.onlineExclusive{
	left:0;
}
.winterDeal {
	left:150px;
}
/*.tabContent #tariffBadgeTerms .sash {
	margin-left:15px;
}*/
.BBHome  #tariffBadgeTerms .catSash {
	position:absolute;
	margin:-60px 0 0 -25px;
}
/*safari 3 fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.BBHome  #tariffBadgeTerms  .catSash {
	margin:-60px 0 0 199px;
}
}

/* btfon page css START */
.introContent a.addthis_button {
	margin-top:10px;
}
#coreContent .btFonIntro .introContent h3 {
	margin-top: 10px;
}
#coreContent .btFonIntro .introContent li {
	font-size: 1.2em;
	margin-bottom: 0;
}
#coreContent .broadbandIncludes ol li {
	padding-top:11px;
}
.comparebbdeals p, .hotspot p, .chooseBBpack p {
	margin-bottom:14px;
}
.comparebbdeals a /*, .findoutmore a */ {
	display:block;
	width:175px;
	height:24px;
	overflow:hidden;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/btn_comparebbdeals.gif) 0 0 no-repeat;
}
/*.findoutmore a {
	width:125px;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/btn_findoutmore.gif) 0 0 no-repeat;
}
.findoutmore {
	padding-right:120px;
	background:#fff url(../../../../consumer/consumerProducts/images/products_and_services/internet/img_globe-laptop.gif) 160px 50px no-repeat;
}*/
.findoutmore p { padding-bottom: 8px; }
.chooseBBpack a {
	display:block;
	width:229px;
	height:24px;
	overflow:hidden;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/btn_chooseBBpack.gif) 0 0 no-repeat;
}
#additionalContent .fonFAQs ul.listedInfo li.last {
	border-bottom: medium none!important;
	padding-bottom: 8px!important;
}
/* wide panel */
.panelDLarge {
	background-color:#EEEEEE;
	width:935px;
}
.panelD {
	clear:both;
	background-color:#EBEBEB;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	margin:10px 0 36px;
}
.panelD .innerPanelLarge {
	margin-top:5px;
	width:906px;
}
.panelDLarge .panelDMiddle {
	position:relative;
	top:-8px;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/module_937_top.gif) 0 0 no-repeat;
	padding:10px 0 0 10px;
	margin:0 0 -12px -1px;
}
.panelDLarge .base {
	position:relative;
	top:8px;
	background:url(../../../../consumer/consumerProducts/images/products_and_services/internet/module_937_bot.gif) 0 bottom no-repeat;
	height:10px;
	margin:0 0 0 -1px;
}
.panelD h3 {
	font-size:1.95em;
	color:#D71F85;
	font-weight:normal;
	line-height:1em;
	padding-top:0;
}
.fonLegals a { font-weight: bold; }
.btFonLB .switchPopup ul li {
	background:url("../../../../consumer/consumerProducts/common/products_and_services/tick_small.gif") no-repeat scroll 0 0 transparent!important;
	line-height:1.2;
	padding:4px 0 6px 25px;
}
.btFonLB a { font-weight: normal; }
.btFonLB .lbSpacer { height: 20px; }
.btFonLLCopy { margin-left: 120px; }
.appsSash {
	float:left;
	left:0;
	position:absolute;
	top:0;
	z-index:10;
}
/* btfon page css END */

/* bt infinity how to get redesign START */
.fourColumnComparison  {
	overflow: hidden;
	position: relative !important;
}
.fourColumnComparison .column1, .fourColumnComparison .column2, .fourColumnComparison .column3, .fourColumnComparison .column4 {
	width: 140px !important;
	margin-right: 10px;
	margin-left: 0 !important;
	background:transparent url(../../../../consumer/consumerProducts/common/products_and_services/bg_comparison_4col.gif) no-repeat left bottom ;
	text-align:center;
	float: left;
	overflow-x: hidden;
}
#coreContent .infinityDetails .quickComparison h3 {
	min-height: 49px;
	padding-bottom: 0!important;
}
#coreContent .infinityDetails #tab1 .compImage {
	left: -14px;
	margin-bottom: 10px;
}
#coreContent .infinityDetails #tab1 .column1 .badgeTerms, #coreContent .infinityDetails #tab1 .column2 .badgeTerms {
	margin-top: 25px;
	min-height: 51px;
}
#coreContent .infinityDetails #tab1 .column3 .tariffBadge, #coreContent .infinityDetails #tab1 .column4 .tariffBadge {
	right:-25px !important;
}
#coreContent .infinityDetails .column3 .tariffBadgeT2 p, #coreContent .infinityDetails .column4 .tariffBadgeT2 p,
#coreContent .infinityDetails #tab4 .tariffBadgeT2 p, #coreContent .infinityDetails #tab5 .tariffBadgeT2 p {
	top: -5.5em;
}
.fibrePromo { margin-top: 10px; }
/* bt infinity how to get redesign END */

.johnLewisLink {
	float:left;
	position:absolute;
	top: 108px;
	left: 48px;
	z-index: 70; /* z-index: 100; */
}

.awardPromo img{
	margin-left: 10px;	
}

.jlCounterBanner {
	position: absolute;
	top: 110px;
	left: 50px;
	z-index: 100;	
}
.jlObject { 
	position: absolute;
	top: 110px;
	left: 50px;
	z-index: 1;
	
}
.logoImages {
	float: right;	
	position: absolute;
	top: 50px;
	right: 25px;
}
.logoImages p { 
	width: 200px; 
	margin-bottom: 0;
}
.bannerButton {
	position:absolute;
	top: 16.4em; /* top: 140px; */
	left: 16em; /* right: 22px; */
	z-index:30;
}
.bannerButton a {
	background:url("../../../../consumer/consumerProducts/buttons/products_and_services/btn_see_the_map.gif") no-repeat scroll 0 0 transparent;
	width:115px;
}

#shareHolders .panelBMiddle p { padding-bottom: 8px; }
#shareHolders .hubBadgeGrad .tariffBadgeGrad { padding: 0 0 0 70px; }
#shareHolders .hubColumn1, #shareHolders .hubColumn2 {
	width: 250px;
	float: left;
	padding-bottom: 0;
}
 #shareHolders .hubColumn2 {
	 width: 305px;
 }
 
	 
#shareHolders .mainFeatures li { width: 267px; }
#shareHolders .alsoIncludes li {
    min-height: 145px;
}
#shareHolders li.endMod { min-height: 80px; }
#shareHolders .getBBprice a.startYourOrder {
	float: left;
	margin-left: 20px;
}
.deliveryCharge {
	position:absolute;
	top: 325px;
	left: 290px;
}
