#home-prices {
	margin: 8px 0 0 0;
	background: #eee;
	-moz-border-radius: 8px;
	padding: 0 0 4px 0;
}
 
#home-prices .dataset {
	margin: 0 4px;
	border-bottom: none;
	padding: 0;
	border-bottom: 1px solid #ddc;
}

.dataset table {
	border-top: 1px solid #ddc;
}

#home-prices .dataset thead td {
	border-bottom: 1px solid #ddc;
	border-top: 1px solid #ddc;
	font-weight: bold;
	background: #EEF5D3;
	text-align: left;
}

#home-prices .dataset td {
	width: 20%;
	text-align: right;
	border-top: 1px solid #ddc;
}

#home-prices .dataset tbody td:first-child {
	border-right: 1px solid #ddc;
	background: #EEF5D3;
	text-align: left;
	font-weight: bold;
}

#home-prices .dataset td a {
	color: #369;
}

#home-prices table.home-prices-legend thead td:first-child {
	border-right: none;
}

#home-prices table.home-prices-wepi td {
	border-top: 1px solid #ddc;
}

#home-prices table.home-prices-states td {
	text-align: right;
}
