﻿/*            INDIVIDUAL ENERGY
***************************************************/
.calculator #individual_energy p.skipstep	{
	margin: -27px 25px 0 0;
	float: right;
	font-size: 1.5em;
	padding: 0 15px 0 0;
}
.calculator #individual_energy p.skipstep a, .calculator p.skipstep a:visited	{
	color: #139033;
	font-weight: bold;
	text-decoration: none;
}
.calculator #individual_energy p.saveandadd	{
	margin: 0px;
	float: right;
	font-size: 1.5em;
	padding: 0;
}
.calculator #individual_energy p.saveandadd a, .calculator p.saveandadd a:visited	{
	color: #139033;
	font-weight: bold;
	text-decoration: none;
}

/*            UTILITIES STYLES
**************************************************
*/
.calculator #individual_energy .locations_datalist
{
	clear:both;
	width:590px;
	display:inline;
}
.calculator .zipcode li	{
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}
.calculator .zipcode li span.txtbx	{
	margin-right: 4px;
}
.calculator .zipcode li span.currency	{
	height: 15px;
	padding: 4px 0;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
}
.calculator .zipcode li strong	{
	color: #666;
	float: left;
	width: 330px;
	display: block;
	padding-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
}
.calculator .zipcode li.zip	{
	padding-left: 10px;
	background: #e1e6ef;
	border-bottom: solid 5px #fff;
}
.calculator .zipcode li.elec	{
	border-top: solid 1px #ccc;
}
.calculator .zipcode li.zip strong	{
	width: auto;
	padding-right: 5px;
}
/*            HOME SIZE STYLES
**************************************************
*/
.calculator .utilities li	{
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}
.calculator .utilities li span.txtbx	{
	margin-right: 4px;
}
.calculator .utilities li span.currency	{
	height: 15px;
	padding: 4px 0;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
}
.calculator .utilities li strong	{
	color: #666;
	float: left;
	width: 330px;
	display: block;
	padding-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
}
.calculator .utilities li.zip	{
	padding-left: 10px;
	background: #e1e6ef;
	border-bottom: solid 5px #fff;
}
.calculator .utilities li.elec	{
	border-top: solid 1px #ccc;
}
.calculator .utilities li.zip strong	{
	width: auto;
	padding-right: 5px;
}
/*            HOME SIZE STYLES
**************************************************
*/
.calculator .home_size	{
	color:#666;	
	font-size:1.2em;
}
.calculator .home_size table	{
	text-align:center;	
	width:590px;	
}
.calculator .rad_home_size td
{
	width: 160px;	
	text-align: center;
}
/* 
.calculator .rad_home_size
{
	width:400;
	text-align:center;
	/*border:solid 1px #000000;
 }

.calculator .rad_home_size table
{
	width: 500px;
	padding:0px;
	text-align:center;

}
*/

 
.calculator .home_size	{
	width:580;
		
}
.calculator .home_size ul	{
	width:580px;
		
}

.calculator .home_size td li	{
	color: #666;
	float: left;
	width: 125px;
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 25px;
}
.calculator .home_size li td span.line	{
	width: 1px;
	float: left;
	height: 110px;
	display: block;
	margin-top: 15px;
	background: #ccc;
}
.calculator .home_size td strong	{
	display: block;
	font-size: 1.1em;
}
.calculator .home_size img	{
	display: block;
	margin: 0 auto;
}
.calculator .home_size input	{
	margin-top: 10px;
}
.calculator .home_size td label	{
	display: block;
}
