/* Homepage styles
 * Do not put any css in here if it is not used on the homepage, plus.net 
 * */
div.carousel {
    border: 4px solid #0397B5;
    color: #fff;
    list-style:none;
    position: relative;
    left: 0;
    margin: 0 0 10px 0;

    /* CSS3 Borders */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
ul.carousel {
    width: 9000px;
    position: relative;
    left: 0; /* Starting panel selection: 0 = Broadband, -617px = packages */
}
a.carouselPrevious, a.carouselNext {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 0.5em;
    width: 70px;
}
a.carouselPrevious span {
    position:relative;
    bottom:11px;
    left:5px
}
a.carouselNext span {
    position:relative;
    bottom:11px;
    right:5px
}
.carousel #viewport {
    width: 617px; 
    overflow: hidden; 
    position:relative;
    height: 275px;
}
.carousel li {
    display: block;
    height: 236px;
    float: left;
}
.carousel #controls {
    width: 617px;
    text-align: center;
    font-size: 2em;
    position: relative;

    /* CSS3 Borders */
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;

    /* Background gradients */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #c5dbe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c5dbe8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#c5dbe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#c5dbe8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#c5dbe8 100%); /* IE10+ */
    background: linear-gradient(top,  #ededed 0%,#c5dbe8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c5dbe8',GradientType=0 ); /* IE6-9 */
}
.carousel #controls a.carouselSwitch {
    width:205px;
    float:left;
    height:118px;
    text-indent:-9999px;
    background: transparent none no-repeat top left;
}
.carousel #controls a.carouselSwitch.packages {
    width: 207px;
}
a.carouselSwitch span.pointer {
    display: none;
    position:relative;
    top:-45px;
    margin: 0 auto;
    height: 14px;
    width:29px;
    background:transparent url(/images/general/carousel_pointer.png?refresh=180512) no-repeat top left;
}
a.carouselSwitch.active span.pointer {
    display: block;
}
.carousel #controls a.carouselSwitch.active {
    border-color: #dddddd;
}
.carousel #controls a.broadband, .carousel #controls a.packages, .carousel #controls a.fibre {
    float: left;
}
.carousel #controls a.broadband {
    background-image: url(/images/general/carousel_btn_broadband.png?refresh=150612);
}
.carousel #controls a.packages {
    background-image: url(/images/general/carousel_btn_bundles.png?refresh=150612);
} 
.carousel #controls a.fibre {
    background-image: url(/images/general/carousel_btn_fibre_bundles.png?refresh=150612);
}
.carousel #controls a.carouselSwitch:hover, .carousel #controls a.carouselSwitch.active {
    background-position: 0 -118px;
}
.carousel #controls div.prevNext {
    position: absolute; 
    left: 0pt; 
    padding-top: 90px; 
    top: -250px; 
    display: none;
}
.carousel #controls div.prevNext#next {
    right: 0;
    left: auto;
}

/* Homepage specific box titles */
.gradientSurround .infoBox.broadband h2 {
    background: transparent url(/images/general/heading_broadband.png) no-repeat scroll 0 0;
    height: 75px;
}
.gradientSurround .infoBox.bundles h2 {
    background: transparent url(/images/general/heading_bundles.png) no-repeat scroll 0 0;
    height: 95px;
}
.infoBox.priceMatch h2 {
    background: transparent url(/images/general/title_price_match.png) no-repeat scroll 0 0;
    height: 20px;
    width: 196px;
}
.infoBox.priceMatch {
    padding-bottom: 0;
}
.infoBox.priceMatch img {
    float: left;
}
.infoBox.priceMatch a.button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.infoBox.priceMatch p {
    padding: 0;
}

/* About Us Refresh - August 2011 */
.awards {
    padding:0 28px;
    text-align:right;
    margin-top:20px;
}
.awards img {
    display:block;
    margin:0 auto 10px auto;
    float:left;
}
#aboutPlusnet,
#latestAdvert,
#fourNations,
#goOnline {
    padding-bottom:10px;
}
#aboutPlusnet h3,
#latestAdvert h3,
#fourNations h3 {
    height: auto;
    margin: 16px 0 20px;
    text-indent: 0;
}
img.floatRight {
    float:right;
    margin:0 0 10px 5px;
}

/*Go On sidebar*/

#goOnline h3 {
    background:url(/images/homepage/title_go_online.png) no-repeat left scroll ;
    height:20px;
    margin: 16px 0 20px;
}


/* TTL Offers */

.half12 ul.carousel,
.half9 ul.carousel,
.ttl ul.carousel {
    left: -617px; /* Starting panel selection: 0 = Broadband, -617px = packages */
}

/* /satisfaction */

#satisfactionHomepage {
    background:#E5E5E5;
    position:relative;
}
#satisfactionButton {
    display: block;
    text-align: center;
    margin: 10px 0;
}
#satisfactionHomepage .satisfactionInner {
    background: #FFF;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding:15px 10px;
    width:597px;
    overflow: hidden;
    background: #ffffff;/* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #edf6f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edf6f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf6f7',GradientType=0 ); /* IE6-9 */
}
#satisfactionHomepage .satisfactionInner h3 {
    padding:0;
}
#satisfactionHomepage .satisfactionInner div {
    float:left;
    width: 33.33%;
    text-align: center;
    padding: 15px 0 0 0;
}
#aboutPlusnet {
    display:none;
}

/* Fibre Infographic Styles */

.fibreInfographic {
    margin-bottom:8px;
}
.fibreInfographic a {
    display: block;
    text-indent: -9000px;
}
.fibreInfographic a img {
    position: relative;
    left:9000px;
}

/* 11/09 Test and Target MVT Test styles */

.homepageInfo .fourColumns,
.homepageInfo .threeColumns {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff;/* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #edf6f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edf6f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#edf6f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf6f7',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
    border:4px solid #D1D0D4;
}
.homepageInfo .column {
    float: left;
}
.homepageInfo .fourColumns .column {
    width: 25%;
}
.homepageInfo .threeColumns .column {
    width: 33.3%;
}
.homepageInfo .content {
    padding: 25px;
}
.homepageInfo .fourColumns .content {
    padding: 20px 20px 50px 20px;
    min-height: 230px;
    position: relative;
}
.homepageInfo .fourColumns a.cta {
    position: absolute;
    bottom:20px;
    left:20px;
}
.homepageInfo img,
.homepageInfo p,
.homepageInfo h4 {
    display: block;
    margin: 0 0 15px 0;
}
.homepageInfo a img {
    margin:0;
}
.homepageInfo ul {
    padding: 0 0 8px 1em;
}
.homepageInfo li {
    padding:0 0 10px 0;
}
.largeCarousel {
    margin: 10px 0 0 0;
}
.largeCarousel #viewport {
    width:938px;
}
.largeCarousel .carousel #controls a.carouselSwitch {
    width:25%;
    background-position:center 0;
    background-repeat:repeat-x;
}
.largeCarousel .carousel #controls a.carouselSwitch.active,
.largeCarousel .carousel #controls a.carouselSwitch:hover {
    background-position:center -118px;
}
.largeCarousel .carousel #controls {
    width:auto;
    zoom: 1;
}
.largeCarousel .ttl ul.carousel {
    left: -942px; /* Starting panel */
}
.largeCarousel .carousel #controls a.broadband {
    background-image: url("/images/mvt_assets/carousel_btn_broadband.png");
}
.largeCarousel .carousel #controls a.fibre {
    background-image: url("/images/mvt_assets/carousel_btn_fibre.png");
}
.largeCarousel .carousel #controls a.packages {
    background-image: url("/images/mvt_assets/carousel_btn_bundles.png");
}
.largeCarousel .carousel #controls a.services {
    background-image: url("/images/mvt_assets/carousel_btn_service.png");
}