.house_pic_div { 
	top: 0px; 
	left: 0px; 
	position: relative; 
	width: 285px; 
	height: 260px; 
	float: left }


.f_top_ranking {
	height: 43px;
	position: relative;
	float: left;
	width: 300px;
}

.f_worst_ranking {
	height: 43px;
	position: relative;
	float: right;
	width: 300px;
}

.f_box {
	border-bottom-color: #c2c2c2;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	background-color: white;
	height: 42px;
	width: 300px;

}

.f_title {
	padding-top: 4px;
	padding-left: 4px;
	position: relative;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	top: 0;
	left: 0;
	width: 290px;
}

.f_model {
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 11px;
	position: relative;
	float: left;

}

.f_cost {
	padding-right: 4px;
	width: 80px;
	float: right;
	position: relative;
	bottom: 12px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;

}

.f_top_ranking_title {
	padding-bottom: 8px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	position: relative;
	width: 300px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #5bc03e;
}

.f_worst_ranking_title {
	padding-bottom: 8px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: right;
	position: relative;
	width: 300px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #de2516;
}

.f_red {
	color: #de2516;
}

.f_green {
	color: #5bc03e;
}
.f_totals_panel {
	width: 280px;
	position: absolute;
	top: 250px;
	left: -300px;
	font-size: 12px;
}

.f_top_price {
	font-size: 12px;
}

.f_top_price {
	position: absolute;
	font-size: 12px;
}

.f_total_red {
	height: 40px;
	width: 125px;
	text-shadow: 2px 2px 5px black;
	z-index: 14;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 65px;
	left: -155px;
	font-size: 22px;
}

.f_total_green {
	height: 40px;
	width: 125px;
	text-shadow: 2px 2px 5px black;
	z-index: 15;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 160px;
	left: -222px;
	font-size: 22px;
}

.f_saving {
	padding: 4px;
	font-size: 16px;
	text-align: center;
	width: 276px;
	background-color: #4C9FEE;
	color: white;
}

