#home {
}

#home-interactive {
	background: #000;
	margin: 0 auto 8px auto;
}

#home-interactive #interactive {
	width: 960px;
	height: 205px;
	margin: 8px auto;
}

#home-content {
	background: #eee;
}

#home-news {
	width: 480px;
	float: left;
	background: #eee;
}

#home-prices {
	width: 480px;
	float: right;
}

#container #hero {
}

#home #home-news #home-news-header {
	background: #ff9933;
	height: 32px;
	margin: 0 0 7px 0;
}

#home #home-news #home-news-title {
	display: block;
	float: left;
	padding: 8px;
}

#home #home-news #home-news-link {
	display: block;
	float: right;
	padding: 8px;
}

#home #home-news #home-news-link a {
	background: #ffcc66;
	color: #000;
	-moz-border-radius: 4px;
	padding: 4px;	
	text-decoration: none;
}

#home #home-news #home-news-link a:hover {
	background: #fff;
}

#home #home-news h3 {
	background: #ccc;
	margin: 0 0 4px 0;
}

#home #home-news h3 a {
	border-left: 4px solid #f93;
	display: block;
	padding: 8px;
	color: #000;
}

#home #home-news p {
	border-left: 4px solid #eee;
	margin: 8px;
}

#home #home-prices {
	width: 472px;
	background: #fff;
	float: right;
	background: #eee;
}

#home #home-news h3 {
	background: #ccc;
	margin: 0 0 4px 0;
}

#home #home-prices h3 {
	background: #f93;
	padding: 8px;
	color: #000;
	margin: 0 0 8px 0;
}

#home #home-prices .dataset {
	margin: 0;
}

#home #home-prices .dataset .details {
}

#home #home-prices .dataset .details a {
	width: 100px; 
	background: #fc6;
	float: right;
	margin: 4px;
	padding: 4px;
	text-align: center;
	-moz-border-radius: 4px;
	text-decoration: none;
	color: #000;
}

#home #home-prices .dataset .details a:hover {
	background: #fff;
}
