/*
TEMP CORE COMBINED FOR BOT/CPT
*/

/* overrides browse components tiny font appearing in manual address overlay*/
div.lightbox form div.field div.input div.inputWrapper .dd_display span,
div.lightbox form div.field div.input div.inputWrapper .dd a{
    font-size:1em;
}

ul.rightNav li#existCable.active a, ul.rightNav li#existCable.active a span,
ul.rightNav li#newCust.active a, ul.rightNav li#newCust.active a span{
    background-image: none;
}
ul.rightNav li#existCable:hover a, ul.rightNav li#existCable:hover a span,
ul.rightNav li#newCust:hover a, ul.rightNav li#newCust:hover a span{
    background: url(../../images/common/header/mainNavBG.png) no-repeat top left;
}

/*
 this hides the logged in navigation //TODO: review with Iesh
*/
div#subNavWrap ul.loggedInL2,
div#subNavWrap ul.loggedOutL2 {
    display: none;
}

#container .header h2 {             /* TODO: overrides style due to issue where 'join the virgin community' gif is appearing in the bg in global.css*/
    background-image: none;
    width: auto;
}
/* fixes height of years at address field your details page*/
form div.field div.multipleInputs div.input div.yearResidence .dd {
    height: auto;
}

form div.field div.input div.inputWrapper.postcode {
    width: 120px;
}

.inner h1{
    padding: 10px 0 27px 0px;
    color: #666;
    font-style: italic;
    font-weight: 100;
    line-height:33px;
}

#whereYouLiveDetailsForm .inner h1{
    padding: 10px 0 10px 0px;
    color: #666;
    font-style: italic;
    font-weight: 100;
    line-height:33px;
}

#whereYouLiveDetailsForm .inner h3{
    margin: 27px 0 27px;
}

.versionNumber{
    color:#ffffff;
    padding:10px;
    border:1px solid #333;
    background-color:black;
    position: absolute;
    top: 0px;
    left: 10px;
    display:none;
    opacity:0.9;
    z-index:1;
}

.versionNumberHidden{
    display:none;
}
