/* ------------------------------------------------------ */
/* General Styles                                         */
/* ------------------------------------------------------ */
#body_container .content {
	height: 712px;
}
#display_content {
	height: 670px !important;
}
#display_content div {
	position: relative;
	float: left;
	height: auto;
}
#discover_header {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #999;
}
#discover_header .title {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#discover_header .toggle {
	position: relative;
	float: right;
}
#discover_header .toggle a {
	color: #666;
	text-decoration: none;
}
#discover_header .toggle a:hover {
	color: #CC0000;
}
.discover_feature .header {
	font-weight: bold;
	margin-left: 5px;
}
.discover_feature .description {
	margin-left: 5px;
}
