﻿.CalculatorBody
{
	position:inherit;
	float:left;
	width:352px;
	margin-right:16px;
}

.CalculatorTop
{
	position:inherit;
	float:left;
	width:332px;
	height:14px;
	background-image:url(/Images/CalculatorTopBackround.png);
}

.CalculatorBottom
{
	position:inherit;
	float:left;
	width:332px;
	height:14px;
	background-image:url(/Images/CalculatorBottomBackround.png);
}

.CalculatorMainBody
{
	position:inherit;
	float:left;
	width:308px;
	background-color:#faf0d2;
	border-right-width: 2px;
	border-left-width: 2px;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#ffbe00;
	padding-left:10px;
	padding-right:10px;
	background-position:top right;
	background-repeat:no-repeat;
	font-size:120%;	
}
	
.CalculatorContainer 
{
	width: 332px;
	position:inherit;
	float:left;
	padding-left : 10px;
	padding-right : 10px;
	margin-bottom : 10px;
}

.CalcRightColumn
{
	position:inherit;
	text-align:center;
	float:left;
	width:160px;
}

.CalcTopSpace
{
	position:inherit;
	height:100px;
	width:160px;
	overflow:hidden;
}
	
.imgHouseDetails
{
	background-image:url(/Images/CalculatorImages/HouseDetails.png);
}

.imgHeating
{
	background-image:url(/Images/CalculatorImages/Heating.png);
}

.imgElectricity
{
	background-image:url(/Images/CalculatorImages/Electricity.png);
}

.imgRenewableEnergies
{
	background-image:url(/Images/CalculatorImages/RenewableEnergies.png);
}

.imgInsulation
{
	background-image:url(/Images/CalculatorImages/Insulation.png);
}

.imgLighting
{
	background-image:url(/Images/CalculatorImages/Lighting.png);
}

.BackButtonContainer
{
	width:135px;
	padding:20px;
	text-align:left;
	float:left;
}

.NextButtonContainer
{
	width:135px;
	padding:20px;
	text-align:right;
	float:left;
}

	
	
.CentralBoxTopGrey
{
	float:left;
	width:352px;
	height:12px;
	background-image:url(/Images/CentralBoxTopGrey.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
}

.CentralBoxBodyGrey
{
	float:left;
	width:332px;
	border-right-width:2px;
	border-left-width:2px;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#BFBFBF;
	background-color:#ffffff;
	padding:8px;
	color:#000066;
}

.CentralBoxBottomGrey
{
	float:left;
	width:352px;
	height:12px;
	background-image:url(/Images/CentralBoxBottomGrey.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.CentralBoxContainerGrey
{
width:352px;
}

.ActionSpacer
{
	position:relative;
	float:left;
	width:100%;
	height:5px;
}