body {
	background-color: #FFFFFF;
	margin: 25px 0px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



h2 {
	margin: 0px;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #AAAAAA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #777777;
	font-weight: normal;
}

h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}

h4.sub {
	padding-bottom: 13px;
}

*+html h4.sub, * html h4.sub {
	padding-bottom: 11px;
}

a {
	color: #8baa2d;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 1.5em;
}

.card {
	width: 170px;
	height: 140px;
	padding-top: 7px;
}

#house, #energy-select {
	height: 115px;
}

.card-space {
	height: 155px;
	line-height: 115px;
	width: 170px;
	background: none;
}

#efficiency {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	width: 39px;
	text-align: center;
	height: 79px;
	background: none;
	left: 374px;
}

#emission {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	width: 96px;
	text-align: center;
	height: 66px;
	background: none;
	left: 306px;
}

#energy-select table.energy-select-layout {
	margin: 0px;
	margin-left: 13px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	width: 122px;
}

#energy-select table.energy-select-layout tr td {
	height: 18px;
	font-size: 11px;
}

#energy-select img {
	cursor: pointer;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
}

.card .foot {
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.card .house-input, .card .energy-input {
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.card  form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.card .house-input img, .card .energy-input img {
	cursor: pointer;
	vertical-align: top;
	padding-top: 3px;
}

*+html .card .house-input img, * html .card .energy-input img {
	padding-top: 2px;
}

input {
	width: 96px;
	border: 1px solid #888888;
	padding: 1px;
	margin-left: 7px;
	font-size: 11px;
	text-align: center;
}

