@charset "UTF-8";
/* CSS Document */
	#wrap {
		background:#fff;
		margin:0px;
		padding: 0px 0px 0px 10px;
		
		font-family:Arial, Verdana, sans-serif;
	}
	#main {
		background:#fff;
		float:left;
		width:410px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:#fff;
		float:right;
		width:422px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 0px 0 0;
    }	
    
    .stats {
		text-align: left;
}
	.stats h1 {
		margin-top: 20px;
		font-size:18px;
		margin-left: 20px;
	}
	.stats p {
		font-size:14px;
		margin-left: 20px;
	}	
	.stats table {
		background-color:#FFF;
		font-size:12px;
		margin-bottom:20px;
		font-family:Arial, Verdana, sans-serif;
		border-top: 0;
		border-left: 0;
		width: 100%;

	}
	
	.stats table.comparison td {
		text-align:center;
	}
	
	.stats table th {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align:left;
		padding:10px;
		background-color:#FFF;
		border: 0px;line-height:14px;
	}
	
	.stats table th.th_header_pale {
		background-color:#FFF;
	}
	
	.stats table th.sub {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align:left;
		padding:10px;
		text-transform:uppercase;
		background-color:#e3e6b3;
		border: 0px dotted #c53d00;line-height:12px;
	}
	
	.stats table th img {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-align:center;
		padding:10px;
		text-transform:uppercase;
		background-color:#fff;
		border: 0px dotted #c53d00;line-height:80px;
	}
	.stats table th.bordernone {
		border: 0px;	
	}
	
	.stats table td {
		padding: 10px;
		font-size:11px;
		line-height:12px;
		vertical-align:middle;
		background: #ffffff;
		border-bottom: 1px solid #e0e0e0; 
	}
	
	.stats tr:hover td {
 		 background: #f2f2f2; 
	}
	
	.stats table.comparison .col1 {
		font-size:12px;
		font-weight:bold;
		text-align:left;
		line-height: 14px;
		color: #1a6d05;
	
	}
	.stats table.comparison .statcolor{
		background-color:#e4e7b6;
	}
	
	.stats table.comparison .lead {
		background-color:#80ba32;
		font-weight:bold;
		font-size:14px;
		color:#FFF;
		text-align:center;
	}
	
	.stats table.comparison .titlelead {
		background-color:#3b810d;
		color:#FFF;
		font-weight:bold;
		text-transform:uppercase;
		text-align:left;
	}
	
	.stats table.comparison th.col2 {
		background-color:#277DE3;
	}
	
	.stats td.spoton {
		font-weight:bold;
	}
	
	.stats table td a.no_image {
		background-image: none;
		padding:0px
	}
	.stats p.statsfooter {
		font-family:Arial, Verdana, sans-serif;
		font-size:10px;
		line-height:15px;
		font-weight:bold;
	}


	#comparision_container {
		border: 1px solid #c0c0c0;
	}

	.energycomparison {
		width: 100%;
	}
	.energycomparison td{
		font-family:Arial, Verdana, sans-serif;
		font-size:12px;
		line-height: 15px;
		border:0px;
		padding: 10px;
		vertical-align:middle;
		background: #ffffff;
		border-bottom: 1px solid #d0d0d0;
	}
	
	
	
	
	.energytitle {
		display: block;
		*margin-bottom:-20px;
	}
	.energytitle ul {
		list-style: none;
		margin-left: -40px;
		*margin-left:0px;
		display: block;
	}
	.energytitle li {
		border: 1px solid #c0c0c0;
		border-bottom: none;
		padding:8px;
		float: left;
		margin-right: 10px;
	}
	
	.energytitle a{
		color: #3b810d;
		font-size: 20px;
		text-decoration: none;

	}
	
	
	.energycomparison td {
		width: 1%;
	}
	.energycomparison .energylead {
		background-color:#3b810d;
		color:#FFF;
		font-weight:bold;
		text-transform:uppercase;
		text-align:left;
		padding-left: 5px;
	}
	.energycomparison tr:hover td {
		background-color: #f2f2f2;
	}
	.energycomparison tr:hover .energylead	{
		background-color: #3b810d;
	}
	
	#table1 {
		display: block;
	}
	#table2, #table3 {
		display: none;
	}
	#tab1 {
		background-color: #3b810d;
	}
	#tab1 a {
		color: #ffffff;
	}
