/* == Wrapper  == */
#stepsWrapper 
{
    width:900px;
}
#stepsOuter{
    width:800px;
    overflow:hidden;
}
#steps{
    width:800px;
    overflow:hidden;
}
.stepInner 
{
    padding: 10px;
    margin: 0 auto;
    clear: both;
}
#navigation{
    background: url(/App_Themes/VPhase/images/calculator/stage.png) no-repeat;
    width: 875px;
    padding: 31px 0 0;
    margin: 0 auto;
}
#navigation ul
{
    background: #dadada;
    width: 860px;
    padding: 7px;
    list-style:none;
	float:left;
}
#navigation ul li{
	float:left;
    color: #c6c6c6;
    position:relative;
	margin:0px 2px;
	background: none;
	padding: 0;
}
.clear 
{
    clear: both;
}


/* == Nav == */
#navigation ul li a{
    display:block;
    width: 139px;
    height:64px;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    text-align: center;
    background: url(/App_Themes/VPhase/images/calculator/button_normal.png) no-repeat 0 0;
}
#navigation ul li a.dblHeight {
    line-height:20px;
    padding-top: 14px;
    height: 50px;
    background: url(/App_Themes/VPhase/images/calculator/button_blank.png) no-repeat 0 0;
}
#navigation ul li.selected a
{
    background: url(/App_Themes/VPhase/images/calculator/button_current.png) no-repeat 0 0;
    color: #fff;
}
#navigation ul li.mysavings a
{
    background: url(/App_Themes/VPhase/images/calculator/button_savings.png) no-repeat 0 0;
}
#navigation ul li.mysavings.selected a
{
    background: url(/App_Themes/VPhase/images/calculator/button_savings_current.png) no-repeat 0 0;
    color: #fff;
}
#navigation ul li a .title:hover{
    text-decoration: underline;
}
#navigation ul li a .number 
{
    float: left;
    color: #fff;
    display: block;
    padding: 2px 2px 0px 8px;
}
#navigation ul li a .title 
{
    display: block;
    float: left;
    width: 100%;
}



/* == Other == */
#steps fieldset{
    border:none;
    padding:0 0px 0px 0px;
    margin: 0;
    float:left;
    width:815px;
    overflow: hidden;
}
#steps legend{
    text-align:left;
    color:#650461;
    font-size:24px;
    font-weight:bold;
    float:left;
    width:780px;
    padding:5px 10px 5px 10px;
    margin:0;
}
#steps p{
    clear:both;
}
.scrollLeft, .scrollRight
{
    display: block;
    width: 48px;
    height: 25px;
    margin: 200px 0 0 0;
    text-indent: -999em;
    outline:none;
}
.scrollLeft 
{
    background: url(/App_Themes/VPhase/images/calculator/go_back.png) no-repeat 0 0;
    float: left;
}
.scrollRight
{
    background: url(/App_Themes/VPhase/images/calculator/go_forward.png) no-repeat 0 0;
    float: right;
}
/*#steps  p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps  input:not([type=radio]),
#steps  textarea,
#steps  select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}*/
#steps input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps  p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    font-weight:bold;
    float:left;
    width:590px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:400px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    font-weight:bold;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}
#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;
}
#steps form button:hover {
    background:#d8d8d8;
    color:#666;
}



.bigLabel 
{
    color: #650461;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.howItWorks .stepInner
{
    text-align: center;
    background: url(/App_Themes/VPhase/images/calculator/box_660.png) no-repeat 0 0;
    width: 620px;
    height: 310px;
    padding: 20px 20px 30px;
} 
.poundbox 
{
    background: url(/App_Themes/VPhase/images/calculator/poundbox.png) no-repeat 0 0;
    border: 0;
    padding: 0 0 0 35px;
    width: 262px;
    height: 37px;
}
.radioSection 
{
    width: 190px;
    height: 275px;
    float: left;
}
.balloon 
{
    width: 130px;
    height: 94px;
    display: block;
    margin: 0 auto;
    padding: 10px 10px 15px;
    background: url(/App_Themes/VPhase/images/calculator/bubble.png) no-repeat 0 0;
}
.balloon span, .balloon .qty
{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.savings .mysaving 
{
    background: url(/App_Themes/VPhase/images/calculator/mysaving_box.png) no-repeat right bottom;
    height: 214px;
    width: 411px;
    float: left;
    position: relative;
}
.savings .mysaving, .savings  .mysavingPrompt
{
    height: 214px;
    width: 411px;
    float: left;
    position: relative;
}
.savings .buttons 
{
    background: url(/App_Themes/VPhase/images/calculator/money.png) no-repeat right bottom;
    margin-left:430px;
    padding: 50px 0 0 0;
    height: 180px;
}
.btnCalculate 
{
    background: url(/App_Themes/VPhase/images/calculator/btncalculate.png) no-repeat 0 0;
    width: 343px;
    height: 42px;
    margin: 2px 0;
    display: block;
    line-height: 31px;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}
.btnPurple {
    background: url(/App_Themes/VPhase/images/calculator/btnpurple.png) no-repeat 0 0;
}
.btnGrey {
    background: url(/App_Themes/VPhase/images/calculator/btngrey.png) no-repeat 0 0;
}
.btnGreen {
    background: url(/App_Themes/VPhase/images/calculator/btngreen.png) no-repeat 0 0;
}
.btnGrey, .btnPurple, .btnGreen {
    width: 140px;
    height: 31px;
    margin: 2px 0;
    display: block;
    line-height: 31px;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0 0;
}
.savings .annualSaving 
{
    background: url(/App_Themes/VPhase/images/calculator/annualsaving.png) no-repeat 0 0;
    text-indent: -999em;
    width:281px;
    height: 31px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
}
.savings .carbonSaving 
{
    background: url(/App_Themes/VPhase/images/calculator/carbonsaving.png) no-repeat 0 0;
    text-indent: -999em;
    width:366px;
    height: 31px;
    display: block;
    position: absolute;
    top: 120px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.calculatedAnnual
{
    position: absolute;
    color: #84c428;
    top: 50px;
    left: 10px;
    font-size: 26px;
    font-weight: bold;
}
.calculatedCarbon 
{
    position: absolute;
    color: #84c428;
    top: 150px;
    left: 10px;
    font-size: 26px;
    font-weight: bold;
}
.compareHeading 
{
    background: url(/App_Themes/VPhase/images/calculator/compare.png) no-repeat 0 0;
    width:833px;
    height: 37px;
    display: block;
    text-indent:-999em;
}
#content .compare table 
{
    border: 0;
}
#content .compare table tr th, #content .compare table tr td {
    border-width: 0 0 1px 0;
}
#content .compare table td.headerCol 
{
    color:#650461;
    font-weight: bold;
}
.errorMessage 
{
    color: #f00;
    display: block;
    clear: both;
    text-align: center;
}

/* == Appliances == */
.gasHeating {
    background: url(/App_Themes/VPhase/images/calculator/appliances/gas_heating.png) no-repeat bottom center;
	margin-left:220px
}
.electricHeater {
    background: url(/App_Themes/VPhase/images/calculator/appliances/electric_storageheater.png) no-repeat bottom center;
}
.immersion {
    background: url(/App_Themes/VPhase/images/calculator/appliances/immersion.png) no-repeat bottom center;
    height: 315px;
}
.airConditioning {
    background: url(/App_Themes/VPhase/images/calculator/appliances/aircon.png) no-repeat bottom center;
}
.washingMachine {
    background: url(/App_Themes/VPhase/images/calculator/appliances/washingmachine.png) no-repeat bottom center;
}
.clothesDryer {
    background: url(/App_Themes/VPhase/images/calculator/appliances/clothesdryer.png) no-repeat bottom center;
}
.lighting {
    background: url(/App_Themes/VPhase/images/calculator/appliances/lamp.png) no-repeat bottom center;
}
.dishWasher {
    background: url(/App_Themes/VPhase/images/calculator/appliances/dishwasher.png) no-repeat bottom center;
}
.electricHob {
    background: url(/App_Themes/VPhase/images/calculator/appliances/electric_hob.png) no-repeat bottom center;
    width: 200px;
}
.electricOven {
    background: url(/App_Themes/VPhase/images/calculator/appliances/electric_oven.png) no-repeat bottom center;
    width: 132px;
}
.microwave {
    background: url(/App_Themes/VPhase/images/calculator/appliances/microwave.png) no-repeat bottom center;
    width: 190px;
}
.kettle {
    background: url(/App_Themes/VPhase/images/calculator/appliances/kettle.png) no-repeat bottom center;
    width: 190px;
}
.fridge {
    background: url(/App_Themes/VPhase/images/calculator/appliances/fridge.png) no-repeat bottom center;
    width: 190px;
}
.freezer {
    background: url(/App_Themes/VPhase/images/calculator/appliances/freezer.png) no-repeat center 104px;
    width: 190px;
}
.xbox {
    background: url(/App_Themes/VPhase/images/calculator/appliances/xbox.png) no-repeat bottom center;
}
.laptop {
    background: url(/App_Themes/VPhase/images/calculator/appliances/laptop.png) no-repeat bottom center;
}
.settop {
    background: url(/App_Themes/VPhase/images/calculator/appliances/settop.png) no-repeat bottom center;
}
.tv {
    background: url(/App_Themes/VPhase/images/calculator/appliances/tv.png) no-repeat bottom center;
    width: 200px;
}

