﻿#Header #Navigation ul li#Calculator a
{
	background: url('/images/nav/calculator-on.png') no-repeat top left;
}

#CalculatorInput
{
	float: left;
	display: inline;
	width: 370px;
	margin: 30px 0 0 20px;
}

#CalculatorInput fieldset
{
	float: left;
	display: inline;
	width: 350px;
	margin: 0 0 10px 0;
	border: none;
}

#CalculatorInput fieldset .FormElement
{
	float: left;
	display: inline;
	width: 350px;
	margin-bottom: 4px;
	padding: 3px;
	border: solid 1px #C2E4F5;
	background: #D7EFF9 url('/images/bg-row.png') repeat-x top;
}

#CalculatorInput fieldset .FormElement label
{
	float: left;
	display: inline;
	width: 140px;
	margin-top: 3px;
	padding: 5px 20px 5px 0;
	font-size: 1.2em;
	color: #46AFE1;
	text-align: right;
	line-height: 1.1em;
}

#CalculatorInput fieldset .FormElement label small
{
	color: #46AFE1;
}

#CalculatorInput fieldset .FormElementDecal
{
	float: left;
	display: inline;
	width: 120px;
}

#CalculatorInput fieldset .FormElementDecal select
{
	margin-top: 5px;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	color: #002C5B;
}

#Results
{
	float: right;
	display: inline;
	width: 320px;
	margin: 15px 15px 0 0;
}

#Results p
{
	margin-left: 0;
}

#Results h3
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.8em;
}

#Results p.NewSection
{
    border-width: 1px 0 0 0;
    border-color: #D7EFF9;
    border-style: solid;
    padding: 5px inherit inherit inherit;
}
/* Carbon Savings
---------------------------------------------------------------------- */
#Results #CarbonSavings
{
	float: left;
	display: inline;
	width: 300px;
	height: 46px;
	margin: 0 80px 0 0;
	background: url('/images/calculator/bg-saving.png') no-repeat top left;
}

#Results #CarbonSavings big
{
	float: left;
	display: inline;
	margin: 4px 0 0 50px;
	font-size: 3em;
	color: #30A4DC;
	font-weight: bold;
}

#Results #CarbonSavings small
{
	display: none;
}
/* Carbon Results
---------------------------------------------------------------------- */
#Results #CarbonResult
{
	float: left;
	display: inline;
	width: 300px;
	height: 46px;
	margin: 3px 80px 0 0;
	background: url('/images/calculator/bg-tonnes.png') no-repeat top left;
}

#Results #CarbonResult small
{
	display: none;
}

#Results #CarbonResult big
{
	float: left;
	display: inline;
	margin: 4px 0 0 50px;
	font-size: 3em;
	color: #30A4DC;
	font-weight: bold;
}

#Results img#Trees
{
	float: right;
	display: inline;
}

#Results .NoTrees
{
	font-size: 1.5em;
	color: #173944;
}

/* Comparisons
---------------------------------------------------------------------- */
#Results #Comparisons
{
	float: left;
	display: inline;
	width: 300px;
	height: 130px;
	background: url('/images/calculator/bg-comparisons.jpg') no-repeat top left;
}

#Results #Comparisons ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#Results #Comparisons ul li
{
	float: left;
	display: inline;
	width: 75px;
	margin: 67px 0 0 0;
	padding: 0;
	font-size: 1em;
	color: #59B7E3;
	text-align: center;
}

#Results #Comparisons ul li small
{
	display: none;
}

#Results #Comparisons ul li strong
{
	display: block;
	font-size: 1.4em;
	color: #173944;
	line-height: 0.8em;
}
/* Scales
---------------------------------------------------------------------- */
#Results #Scales
{
	display: block;
	width: 300px;
	height: 240px;
	margin: 0;
	background: url('/images/calculator/calc-scales.jpg') no-repeat top left;
}
#Results #Scales ul
{
	padding: 0;
	list-style: none;
	margin: 170px 0 0 0;
}

#Results #Scales ul li
{
    float: left;
	display: inline;
	width: 78px;
	padding: 0;
	font-size: 1.2em;
	color: #59B7E3;
	text-align: center;
}

#Results #Scales ul li small,
#Results #Scales ul li small sub
{
	display: none;
	padding: 0;
}

#Results #Scales ul li strong
{
	display: block;
	font-size: 1.5em;
	color: #173944;
	line-height: 0.8em;
}

#Content #Button
{
	float: left;
	display: inline;
	margin: 0 0 0 130px;
	border: none;
}