/*  Shared styles, that is the general font-sizes, colours, and heade / footer layout, not the place for page specific stuff */
* {
    margin: 0;
    padding: 0;
}
iframe.tracking {
    display: none;
}
.clear,.clearme {
    clear: both;
    height: 0;
}
.left{
    float:left;
}
.right{
    float:right;
}
body {
    background: #9B9A9B url('/images/general/background.png') top left repeat-x;
    color: #695664;
    font-family: Arial, sans-serif;
    font-size: 82.5%; /* = 10pt */
    margin: 0 0 20px 0;
    display: table;
    min-width: 100%;
}
a {
    color: #C81E6E;
}
a:hover {
    text-decoration: none;
    color: #14B4E6;
}
img {
    border: none;
}
form button {
    border: 0;
    background: none;
    display: block;
    cursor: pointer;
}
div#skipLinks, .navHeading {
    position: absolute;
    left: -1000em;
}
div#container {
    background-color: #fff;
    margin: 0 auto 0 auto;
    padding: 0 14px 14px 14px;
    width: 946px;
}
/* header - styles duplicated from new_root.css until we can get rid of it */
div#header {
    background: #eef2f3 url('/images/header/header_left_bg.jpg') top left no-repeat;
    height: 101px;
    height: auto !important;
    margin: 0 auto;
    min-height: 105px;
    padding-right: 16px;
    width: 930px; /****/
}
div#logo { /**** can probably remove this whole div */
    background: none;
    display: block;
    float: left;
    height: auto;
    text-indent: 0;
    width: 236px;
    padding: 10px 0 0 10px;
}
div#searcharea {
    float: right;
    margin-top: 16px;
    text-align: right;
    position: relative;
}
div#searcharea ul li {
    display: inline;
}
li#contactus {
    border-right: 1px solid #8B8B8B;
    padding-right: 7px;
}
li#login {
    padding: 0 7px;
}
li#webmail {
    border-left: 1px solid #8B8B8B;
    padding-left: 7px;
}
div#searcharea a {
    font-weight: bold;
}
div#searchFormContainer {
    position: absolute;
    right: 0;
    width: 431px;
    top: 25px;
}
div#top div#searchRow {
    display: inline;
    float: left;
    margin: 0 6px 0 6px;
}
div#top div#searchRow label#googleSearchLabel {
    float: left;
    margin-right: 5px;
}
label#googleSearchLabel {
    display:none;
}
div#top #searchRadioBttns {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    height: 15px;
}
div#top #searchRadioBttns input {
    margin-right: 5px;
}
div#top label#PNradio, div#top label#WEBradio {
    color: #333;
    font-size: 0.75em;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: -10px 0 0 0;
    margin-right: 6px;
}
#searchRow input#searchInput {
    float: left;
    clear: both;
    width: 202px;
}
div#top #searchBttn {
    width: 200px;
    float: right;
    margin-top: 18px;
}
input#searchSubmit {
    float: left;
    margin-top: 0;
}
div#top #poweredBy {
    float: right;
    margin-top: 3px;
    width: 125px;
    display: block;
}
#poweredBy p {
    color: #333;
    font-size: 0.7em;
    float: left;
    margin: 3px 0 0 8px;

}
#poweredBy img {
    float: right;
}
/* navigation */
div#navigation {
    background: #eef2f3 url('/images/header/navigation_bg.png') -2px top no-repeat;
}
div#navigation ul li {
    float: left;
    list-style: none;
    margin-right: 2px;
}
/* defaults */
#main-nav a, #sub-nav a {
    display: block;
    height: 33px;
    overflow: hidden;
    text-indent: -10000px;  
}
/* selected */
#main-nav a.selected {
    background-position: 0 -66px;
}
/* hover */
#main-nav a:hover, #sub-nav a:hover {
     background-position: 0 -33px;
}

#main-nav a.selected:hover {
     background-position: 0 -66px;
}
/* backgrounds for each item */
a#nav-residential {
    background: url('/images/header/navresidential.png') no-repeat left top;
    width: 115px;
}
a#nav-business {
    background: url('/images/header/navbusiness.png') no-repeat left top;
    width: 95px;
}
ul#sub-nav {
    float: right;
}
a#subnav-help {
    background: url('/images/general/nav_help.png') no-repeat left top;
    width: 130px;
}
a#subnav-myaccount {
    background: url('/images/general/nav_member.png') no-repeat left top;
    width: 128px;
}
a#subnav-mobile {
    background: url('/images/general/nav_mobile.png?refresh=29112016') no-repeat left top;
    width: 136px;
}
a#subnav-community {
    background: url('/images/header/navcommunity.png?04APR12') no-repeat left top;
    width: 113px;
}
div#navigation ul#sub-nav li {
    margin-right: 0px;
}
/* end of header styles */

/* footer styles - copied from new_root */
div#sitemap {
    background: #695564 url('/images/brand_refresh/home_page/sitemapBG.gif') bottom center no-repeat;
    color: #FFF;
    margin: 0 auto;
    padding: 25px 40px 10px 40px;
    width: 894px;
}
div.sitemap-col {
    float: left;
    width: 220px;
}
div#sitemap h3 {
    background: url('/images/brand_refresh/home_page/sitemap-products.gif') top left no-repeat;
    display: block;
    height: 14px;
    margin-bottom: 20px;
    text-indent: -1000em;
    width: 66px;
}
div#sitemap ul {
    margin-bottom: 35px;
    margin-left: 0;
    padding: 0;
}
div#sitemap ul li {
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
}

div#sitemap a {
    color: white;
    margin-left: 0;
    text-decoration: underline;
}
div#sitemap-rounded {
    background: url('/images/brand_refresh/home_page/sitemapBG-rounded.gif') bottom center no-repeat;
    height: 16px;
    height: auto !important;
    margin: 0 auto;
    min-height: 16px;
    width: 974px;
}
div#sitemap h3#sitemap-sitelinks {
    background: url('/images/brand_refresh/sitemap-sitelinks.gif') top left no-repeat;
    height: 17px;
    width: 71px;
}
div#sitemap h3#sitemap-business {
    background: url('/images/brand_refresh/home_page/sitemap-business.gif') top left no-repeat;
    width: 138px;
}
div#sitemap h3#sitemap-member {
    background: url('/images/brand_refresh/home_page/sitemap-member.gif') top left no-repeat;
    width: 121px;
}
div#sitemap h3#sitemap-community {
    background: url('/images/brand_refresh/home_page/sitemap-community.gif') top left no-repeat;
    height: 18px;
    width: 122px;
}
div#sitemap h3#sitemap-help {
    background: url('/images/brand_refresh/home_page/sitemap-help.gif') top left no-repeat;
    height: 18px;
    width: 118px;
}
div#sitemap h3#sitemap-company {
    background: url('/images/brand_refresh/home_page/sitemap-company.gif') top left no-repeat;
    height: 17px;
    width: 75px;
}
#sitemap p {
    padding: 0 0 14px 0;
}

/* page layout */
div.banner {
    text-indent: -5555px;
    height: 90px;
    width: 946px;
}
div.main-content {
    background: white;
    float: left;
    margin: 10px 0 0 0;
    padding: 0px;
    width: 625px;
    position: relative;

}
div.main-content.topBanner {
    margin: 0;
}
div#sub-content {
    display: inline;
    float: right;
    margin: 10px 0 30px 0;
    position: relative;
    width: 306px;
    z-index: 1;
}
div#sub-content.topBanner {
    margin-top: 0;
}
.rightbox {
    background: #fff url(/images/salespages/grey_gradient_bg.png) repeat-x bottom left;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #EAEAEA),
        color-stop(1, #FEFEFE)
        );
        background-image: -moz-linear-gradient(
        center bottom,
        #EAEAEA 0%,
        #FEFEFE 100%
        );
    border: 1px solid #E5E5E5;
    margin: 0 0 10px 0;
    padding: 0 14px 0 14px;
    overflow: hidden;
}
.rightbox.box4 {
    background: #fff url(/images/salespages/grey_gradient_bg.png) repeat-x bottom left;
    border: 4px solid #D1D0D4;
}
.rightbox h3 {
    display: block;
    text-indent: -5000px;
    margin: 0 0 20px 0;
    padding: 0;
    height: 36px;
}
.rightbox p {
    padding: 7px 0;
    margin: 0;
}
.rightbox a.button, .rightbox.switchSmall a, .rightbox.compareSmall a, .rightbox.seenSmall a {
    float: right;
    margin: 7px;
    margin-right: 0;
    display: inline-block;
    height: 31px;
    text-indent: -5000px;
}
.rightbox h3#fibreInTheUk {
    background: none;
    margin-bottom: 30px;
}
.rightbox h3#existing {
    background: transparent url(/images/general/heading_existing.png?refresh=17052012) no-repeat 0 13px;
}
.rightbox h3#latestnews {
    background: transparent url(/images/general/h3_rightbox_latestnews.png?refresh=17052012) no-repeat 0 15px;
    height: 65px;
}
.rightbox h3#about {
   background: transparent url(/images/salespages/heading_about_plusnet.png) no-repeat left top;
}
.rightbox h3#awardwinningbroadbandPn {
    background: url(/images/salespages/h3_rightbox_awardwinningbroadband.png?refresh=130612) no-repeat scroll 0 0 transparent;
}
.rightbox.switchSmall h3, .rightbox.compareSmall h3  {
    margin-left: -14px;
    height: 60px;
    width: 220px;
    float: left;
}
.rightbox.switchSmall a, .rightbox.compareSmall a {
    float: right;
    margin: 10px 10px 0 0;
    background: transparent url('/images/why/rightbox_button_more.png') no-repeat top left;
    height: 33px;
    width: 59px;
    text-indent: -9999px;
}
.rightbox.switchSmall h3 {
     background:transparent url(/images/why/h3_rightbox_switchingplusnet.png) no-repeat left top;
}
.rightbox.compareSmall h3 {
    background: transparent url(http://www.plus.net/images/why/h3_rightbox_compareus.png) no-repeat left top;
}
.rightbox.switchSmall, .rightbox.compareSmall {
    padding-bottom: 10px;
}
.rightbox.switchSmall a:hover,.rightbox.compareSmall a:hover,.rightbox.seenSmall a:hover{
    background-position:bottom;
}
h3#otherPackages { 
    background: url(/images/salespages/bb_index_heading_otherpackages.png?refresh=130612) no-repeat scroll 4px 0 transparent;
}
h3#packageFaqs{
    background: url(/images/salespages/bb_index_heading_otherpacks.png) no-repeat;
}
h3#proFaqs {
    background: url(/images/salespages/bb_index_heading_profaq.png) no-repeat;
}
h3#broadbandFaqs{
    background: url(/images/salespages/bb_index_heading_bbfaq.png) no-repeat;
}
h3#fibreFaqs {
    background: url(/images/salespages/heading_fibre_faq.png?refresh=270612) no-repeat top left;
}
h3#fibrePackageFaqs {
    background: url(/images/salespages/heading_fibre_package_faq.png?refresh=130612) no-repeat top left;

}
h3#gotaquestion {
    background: url(/images/salespages/bb_index_heading_gotaquestion.png?refresh=17052012) no-repeat 0 15px;
}
#workAtPlusnet {
    padding-right: 0;
    padding-bottom: 5px;
    position: relative;
}
#workAtPlusnet h3 {
    background: url(/images/salespages/heading_workatplusnet.png?refresh=17052012) no-repeat left top;
    margin-top: 15px;
    float: left;
    width: 152px;
}
#workAtPlusnet h4 {
    background: url(/images/salespages/now_hiring.png) no-repeat top left;
    text-indent: -9999px;
    width: 115px;
    height: 115px;
    position: absolute;
    right: 0;
    top: 0;
}
#workAtPlusnet p {
    width: 215px;
    float: left;
    padding-top: 0;
}
#callTariffs {
    padding: 5px 10px;
}
#callTariffs a {
    background: transparent url(/images/salespages/bb_index_icon_phonepink.png) top left no-repeat;
    display: block;
    font-size: 1.2em;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
	color: #695564;
}
#callTariffs a:hover {
	color: #c81e6e;
}
.rightbox h3#callTariffs {
    background:url(/images/salespages/bb_index_icon_phonepink.png) no-repeat scroll 20px 12px transparent;
    height:31px;
}
.rightbox#news p a {
    display: block;
    margin: 0 0 7px 0;
}
.rightbox a#more_community_news {
    background: transparent url(/images/general/rightbox_button_morecommunitynews.png) no-repeat left top;
    width: 181px;
}
.rightbox.alternate {
    background: #0397B5;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 7px;
    border:none;
}
.rightbox.alternate p {
    color: #fff;
    float: left;
    width: 230px;
    margin-left: 7px;
}
.rightbox.alternate h3 {
    margin-left: 7px;
}
.rightbox.alternate a.button {
    text-indent: 0;
    margin-top: 7px;
}
.alternateBox {
    overflow: hidden;
    margin: 7px 0;
    padding: 7px;
    background: #f1f1f1;
    clear: both;
}
.alternateBox ul {
    margin: 7px 0 0 0;
}
.alternateBox ul li {
    margin: 0 0 7px 0;
}
.rightbox.fibreInTheUk {
    background: transparent url(/images/general/title_fibre_uk.png) no-repeat left top;
    height: 141px;
    position: relative;
}
.rightbox.fibreInTheUk a.button {
    position: absolute;
    bottom: 7px;
    right: 20px;
}
.rightbox.fibreInTheUk p {
    color: #695564;
    width: 140px;
    float: left;
}
.infoBoxes {
    margin: 0 0 10px 0;
}
/* defaults for info boxes */
.infoBoxes .infoBox {
    float: left;
    background: #ffffff;
    border: 4px solid #D1D0D4;
    width: 617px;
    margin-right: 9px;
    position: relative;
}

.gradientSurround {
	background-color: #2eb9dc;
    padding: 4px;
    margin-right: 9px;
    float: left;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #D1D0D4),
    color-stop(1, #2eb9dc)
    );
background-image: -moz-linear-gradient(
    center bottom,
    #D1D0D4 0%,
    #2eb9dc 100%
    );
}
.gradientSurround .infoBox, .roundedBlueGradient .infoBox {
    border: none;
    margin: 0;
}
.twoColumn .gradientSurround {
    width: 300px;
}
#sub-content .gradientSurround {
    width: 298px;
    margin-bottom: 10px;
}
#sub-content .gradientSurround .rightbox {
    background: #fff;
    width: auto;
    padding-left: 14px;
    margin: 0;
}
.gradientSurround.last, .infoBox.last {
    margin-right: 0;
}

.infoBoxes.twoColumn .infoBox {
    min-height: 75px;
    width: 300px;
}
.infoBoxes.threeColumn .infoBox {
    width: 193px;
    min-height: 120px;
}
.infoBox h2, .infoBox h3, .infoBox p, .infoBox h4 {
    padding: 14px 14px 0 14px;
}
.infoBox p{
    padding: 14px;
}
.infoBox.box1.broadband h3, .infoBox.box1.bundles h3{
    width:200px;
}
.infoBox.box1.broadband p.summary, .infoBox.box1.bundles p.summary{
    width:200px; font-weight: bold; padding-bottom: 0;
}
.infoBox h2 {
    text-indent: -9999px;
}
.infoBox h3 {
    font-size: 1em;
}
.infoBox a.button {
    position: absolute;
    bottom: 5px;
    right: 0;
    margin: 7px;
    display: inline-block;
    height: 31px;
    text-indent: -5000px;
}
a.button.findOutMore {    
    background: transparent url(/images/quarry/elements/buttons/find_out_more.png) no-repeat scroll left top;
    width: 118px;
}
a.contactUsOnline {
    background: url(/images/general/rightbox_button_contact_us_online.png) no-repeat scroll 0 0 transparent;
    width: 140px;
}
a.button:hover {
    background-position: 0 -31px;
}

/* Legals section */
#smallPrint {
    margin: 40px 0 10px 0;
}
#smallPrint h3 {
    font-size: 1.2em;
    padding: 0 0 14px 0;
}
#smallPrint p {
    padding: 6px 0 8px 0;
    line-height: 14px;
}
#theLegalBit {
    background: url(/images/salespages/bb_index_heading_thelegalbit.png?refresh=17052012) no-repeat;
    display: block;
    text-indent: -9999px;
    height: 30px;
}
div.expander {
    background: #fff url(/images/salespages/grey_gradient_bg.png) repeat-x bottom left;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.22, rgb(227,227,227)),
    color-stop(0.61, rgb(244,244,244))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(227,227,227) 22%,
        rgb(244,244,244) 61%
    );
    padding: 0 10px 4px;
    margin: 0 0 13px 0;
    border: none;
}
div.expander h2 {
    font-size: 1.1em;
    position: relative;
    background: url(/images/salespages/plus.png) no-repeat scroll right 7px transparent;
    height: 23px;
    padding: 10px 0 0;
}
div.expander h2 span {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 0.8em;
    padding: 0 32px 0 0;
    display:none;
}
div.expander:hover, div.expander.hover {
    cursor: pointer;
}
div.expander h2.minus {
    background: url(/images/salespages/minus.png) no-repeat scroll right 7px transparent;
}
div.expander h2.noJs {
    background:none;    
} 

a.tooltip {
    background: transparent url(/images/salespages/fibre_icon_questionmark_sml_red.png) repeat scroll 0 0 !important;
    display: inline-block !important;
    height: 13px !important;
    margin: 2px !important;
    position: relative !important;
    text-decoration: none !important;
    width: 13px !important;
    margin-left: 5px;
    top: 3px;
    left: 3px;
    outline: none;
}

a.tooltip span.arrow {
    background: url(/images/salespages/tool_tip_arrow.png) no-repeat scroll 0 30px transparent !important;
    height: 60px !important;
    left: 15px !important;
    top: -37px !important;
    width: 30px !important;
    z-index: 3 !important;
}

a.tooltip span.content {
    -moz-border-radius: 4px 4px 4px 4px !important;
    border: 4px solid #CF3070 !important;
    margin: 5px 0 0 15px !important;
    padding: 5px 5px 5px 17px !important;
    width: auto !important;
}

a.tooltip span {
    background: #fff;
    color: #695664 !important;
    display: none !important;
    float: left !important;
    left: 12px !important;
    position: absolute !important;
    top: -27px !important;
    z-index: 2 !important;
    text-indent: 0 !important;
    height: auto !important;
}

a.tooltip span strong {
    color: #C81E6E !important;
    display: block !important;
    float: none !important;
    margin: 5px 0 !important;
    width: 220px !important;
}

a.tooltip:hover span,a.tooltip:focus span {
    display: block !important;
}

/* */
/* round border white blue white gradient */
.infoBox.box1 {
    background: #eff6fe url(/images/salespages/light_blue_gradient.png) repeat-x top left;
    border: none;
    width:100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.51, rgb(239,246,254)),
        color-stop(0.67, rgb(215,231,242))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(239,246,254) 51%,
        rgb(215,231,242) 67%
    );
    position: relative;
    padding-top: 75px;
    padding-bottom: 45px;
    
}
.infoBox.box1.fibreExplained {
    padding-bottom: 20px;
}
.infoBox.box1 h2 {
    position: absolute; 
    top: 0px; left: 0px; 
    height: 95px; 
    width: 272px;
}

/* round border half white half grey gradient */
.infoBox.box2 {
    background: #f9f9f9 url(/images/salespages/two_tone_bg.png) repeat-x top left;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #EEEEEE),
        color-stop(0.5, #F9F9F9)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #EEEEEE 50%,
        #F9F9F9 50%
    );
}
/* round border grey to grey gradient */
.infoBox.box3 {
        background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #EAEAEA),
        color-stop(1, #FEFEFE)
        );
        background-image: -moz-linear-gradient(
        center bottom,
        #EAEAEA 0%,
        #FEFEFE 100%
        );
}
.infoBoxes .infoBox.box4 {
    background: #fff none;
    width: 597px;
    padding: 20px 10px 10px 10px;
}

#sub-content .box4 {
    
}
/* light blue to white gradient */
.infoBox.box5 {
    background-color: #fff;
}
/* reversed gradient of above */
.roundedBlueGradient .infoBox.box5 {
background-color: #fff;
}
/* white background - round border */
.infoBox.box6{
    background:#ffffff;
    background-image:none;
    margin:0 5px 5px;
    width:auto;
    border:none;
    padding: 10px 0;
}
/* blue to grey, no border */
.infoBox.box7 {
   background: #EDEDED url(/images/salespages/blue_grey_gradient_bg.png) repeat-x top left;
   background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.4, rgb(237,237,237)),
    color-stop(0.7, rgb(78,191,236))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(237,237,237) 40%,
        rgb(78,191,236) 70%
    );
    border: none;
    width: 100%; 
    padding-top: 5px;
}
.infoBox.box11{
    background:#8aa530;
}
.infoBox.box12{
    background:#999;
    margin-bottom: 34px;
}
.infoBox.box12a{
    background:#999;
    margin-bottom: 34px;
}

.infoBox.box11, .infoBox.box12{
    border:none;
    width:auto;
    margin:3px;
    color:#FFF;
    padding:0 0 4px 0;
    width: 160px;
    _height: 45px;
    min-height: 45px;
}

/* blue to dark blue - no border */
.infoBox.box13 {
    background-color: #2eb9dc;
    border:none;
    width: 100%;
    margin-right: 0;
}

/* round border white blue gradient */
.infoBox.box14 {
    border: #d1d0d4 solid 5px;
    background: #eff6fe; /* Old browsers and IE 6-9*/
    background: -moz-linear-gradient(top,  #ffffff 0%, #c4dbe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c4dbe8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c4dbe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#c4dbe8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#c4dbe8 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#c4dbe8 100%); /* W3C */
    position: relative;
    padding-top: 75px;
    padding-bottom: 45px;
}
.infoBoxes.twoColumn .infoBox.box14 {
    width:298px;
    min-height:0;
}
.infoBoxes.threeColumn .infoBox.box14 {
    width:192px;
}
.infoBoxes.threeColumn .infoBox a.button {
    right:30px;
}
.infoBox.box14.fibreExplained {
    padding-bottom: 20px;
}
.infoBox.box14 h2 {
    position: absolute; 
    top: -5px; left: 0px; 
    height:auto; 
    width:auto; /*width: 272px;*/
    text-indent:0;
    padding:0;
}
.infoBox.box14 p.summary {
    padding:0 14px;
}

/* Popup styles */
.popUpContent h1 {
    text-indent: -9999px;
    margin: 0 0 13px 0;
}
.popUpContent {
    margin: 20px 0 20px 0;
    width: 625px;
    float: left;
}
.popUpContent p {
    margin: 13px 0;
}
.popUpContent ul {

    margin: 13px 0;
}
#cboxLoadedContent .popUpContent {
    margin: 0;
}
h1#plusnetvalue { 
    background: url(/images/brand_refresh/h1_plusnetvalue.gif) no-repeat left bottom;
    height:29px;
}
#whatCan10 {
    background: url(/images/general/whatCan10.gif) no-repeat left top; 
}
#whatCan60 {
    background: url(/images/general/60GB.png) no-repeat left top;
    height:40px;
}
#whatCan40 {
    background: url(/images/salespages/what_can_40.png) no-repeat top left;
}
#whatCan250 {
    background: url(/images/salespages/what_can_250.png) no-repeat top left;
}
.popUpContent #lineRental {
    background: url(/images/lineRentalSaver/line_rental.png) no-repeat top left;
    height: 40px;
}
.popUpContent #lineRentalSaver {
    background: url(/images/lineRentalSaver/line_rental_saver.png) no-repeat top left;
    height: 40px;
}
.popUpContent p.lineRental {
    background: #fff url(/images/salespages/line_rental_icon.png) no-repeat 96% top;
    padding-bottom: 12px;
    padding-right: 175px;
}
.popUpContent p.lineRentalSaverRoundell {
    background: #fff url(/images/lineRentalSaver/line_rental_saver_icon.png) no-repeat 96% top;
    padding-bottom: 12px;
    padding-right: 175px;
}
.popUpContent#activationFee h1 {
    background: url(/images/salespages/heading_activation_fee.png) no-repeat top left;
    height: 40px;
}
.popUpContent#installationFee h1 {
    background: url(/images/salespages/fibre_installation_fee.png) no-repeat top left;
    height: 40px;
}
.popUpContent#activationFee h2 {
	font-size: 1em;
}
h1#fibreHow {
    background: #fff url(/images/salespages/heading_how_it_works.png?refresh=270612) no-repeat left top;
    height: 36px;
}
#fibreInstall h1 {
    background: #fff url(/images/salespages/fibre/fibre_install_heading.png) no-repeat left top;
    height: 44px;
}
.popUpContent img.diagram {
    margin:13px 0;
}
.popUpContent#fibreHow ol {
    list-style-position: inside;
    margin-top: 13px;
}
.popUpContent ol h2 {
    font-size: 1em;
    display: inline;
}
#fibreInstall ol h2 {
    display: block;
    padding-left: 10px;
}
#fibreInstall ol p {
    padding-left: 10px;
}
.popUpContent#fibreHow ol p {
    margin-top: 0;
}
#fibreInstall ol li {
    float: left;
    margin: 0 22px 13px 0;
    width: 272px;
}
#fibreInstall ol {
    list-style: none outside none;
    width: 610px;
}
/* rounded corners */
/* flat top */
.rightbox {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}
/* all corners rounded */
.rightbox.box4,.alternateBox,.rightbox.fibreInTheUk, .infoBoxes .infoBox,.gradientSurround,#sub-content .gradientSurround .rightbox,.infoBox h2,div.expander, .topBoxes {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
     border-radius: 7px;
}
/* live person */
#buttonDIV img{
	margin: 0 0 10px 0;
}
/* Latest News right col */
a.newsfeed{
    display:block;
    margin-bottom: 10px;
}

#lrsDetails h1 {
    background: url(/images/lrs/plusnet-line-rental-saver.png) no-repeat top left;
    height: 40px;
	margin: 0 0 13px;
    text-indent: -9999px;
}
.popUpContent .lineRentalSaverRoundell {
     background: url("/images/lineRentalSaver/line_rental_saver_icon.png") no-repeat 96% 10%;
     padding-bottom: 32px;
     padding-right: 175px;
}
.popUpContent .lineRentalRoundell {
    background: url("/images/salespages/line_rental_icon.png") no-repeat scroll 96% 20%;
    padding-bottom: 32px;
    padding-right: 175px;
}
/* survey popup */
#survey {
    width: 420px;   
}
#survey h2 {
    text-indent: -9991px;
    background: transparent url(/images/survey/heading-survey.png) no-repeat top left;
    border-bottom: 1px solid #999;
    width: 420px;
    height: 80px;
}
#survey p {
    margin: 10px 0;   
}
#survey h3 {
    color: #d21b71;
}
#nakedWine {
    float: right;
    margin: 0 10px;   
}
#survey .buttons {
    text-align: center;
    margin: 20px 0 0 0;
}
#survey a.button {
    display: inline-block;
    height: 31px;
    text-indent: -9999px;
    margin: 0 10px;
}
#survey .surveyYes {
    background: transparent url(/images/survey/survey-yes.png) no-repeat top left;
    width: 126px;
}
#survey .surveyNo {
    background: transparent url(/images/survey/survey-no.png) no-repeat top left;
    width: 98px;
}
#survey .surveyNo:hover {
    background-position: 0 -31px;
}
#signupButtonPad {
    padding-top: 54px;
    padding-bottom: 0;
}

a.interaction {
    overflow: hidden;
}
.expandContent {
    overflow: hidden;
    _height: 0px;
    max-height: 0px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.open .expandContent {
    _height: auto;
    max-height: 1000px;
}
.legalExpander {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 39%, #e3e3e3 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#f4f4f4), color-stop(78%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 39%,#e3e3e3 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 39%,#e3e3e3 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 39%,#e3e3e3 78%); /* IE10+ */
    background: linear-gradient(top, #f4f4f4 39%,#e3e3e3 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border-radius: 7px;
    margin: 0 0 13px;
    padding: 4px 10px 4px;
    
}
.interaction h2 {
    color: #695664;
    font-size: 1.1em;
    line-height: 1.75em;
    cursor:pointer;
    height: 26px;
    background: url(/images/salespages/plusminus.png) top right no-repeat;
    -moz-transition: background-position 0.2s ease-in;
    -webkit-transition: background-position 0.2s ease-in;
    -ms-transition: background-position 0.2s ease-in;
    -o-transition: background-position 0.2s ease-in;
    transition: background-position 0.2s ease-in;
}
.interaction h2:hover {
    color: #14b4e6;
}
.interaction h2:hover .legalExpanderControls a {
    color: #14b4e6;
}
.open .interaction h2 {
    background-position: bottom right;
} 
.legalExpanderControls {
    display: inline-block;
    position: absolute;
    right: 40px;
    font-size:0.8em;
}
.legalExpanderControls a h2 {
    text-decoration: underline;
}
.legalHide {
    display: none;
}
.legalShow {
    display: inline;
}
.open .legalHide {
    display: inline;
}
.open .legalShow {
    display: none;
}
/* New utility class to get rid of selection colour on interaction elements */
.noSelect ::selection {
    background: transparent !important;
}
.noSelect ::-moz-selection {
    background: transparent !important;
}
.noSelect ::-webkit-selection {
    background: transparent !important;
}

/* satisfaction */

#satisfactionPopup .trophy {
    float:right;
}
#satisfactionPopup h1,
#satisfactionPopup h2 {
    float:left;
    text-indent:0;
}
#satisfactionPopup .surveyBackground {
    margin:15px 15px 0 0;
    padding:10px;
    background:#EAEAEA;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#satisfactionPopup .surveyResults {
    margin:0 0 15px 0;
}
#awardsPopup h1,
#awardsPopup h3 {
    text-indent:0;
}
#awardsPopup .awards {
    padding:15px 15px 0 0;
}
#awardsPopup .award {
    clear:both;
    padding:15px 0;
}
#awardsPopup .award img {
    float:right;
}
#awardsPopup .award p {
    width: 460px;
}

/* Price change styling */

table.wlrMessage {
    border: 1px solid #c9c9c9;  
    margin: 10px 0 0 0;
    padding: 0;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    width: 600px;
}

.wlrMessage tr {
    background-color:#EDEDED;
    border-top: none;
    padding:2px;
    vertical-align: top;
}

.wlrMessage th {
    font-size: 1em;
    text-align: left;
    padding: 2px;
    vertical-align: top;
    width: 33%;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}

.wlrMessage td {
    background-color: #FFFFFF;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    font-size: 0.9em;
    padding: 2px;
}
        