/*------------- #top_500_facts -------------*/
#top_500_facts { width: 290px; }
#top_500_facts .hdr {
	background: #e5310f;
	color: #fff;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-family: NewsGothicBT-BoldCondensed, Arial Narrow, Arial;
	font-size: 15px;
	font-weight: normal;
	padding: 0 8px;
	text-transform: uppercase;
}
#top_500_facts .section_header { margin: 0 0 5px -10px; }
#top_500_facts .facts {
	height: 139px;
	margin-bottom: 15px;
	overflow: hidden;
}
#top_500_facts .fact strong {
	color: #0073a5;
	display: block;
	font-family: NewsGothicBT-BoldCondensed, Arial Narrow, Arial;
	font-size: 65px;
	font-weight: normal;
	line-height: 100px;
	margin-bottom: 0;
	text-align: center;
}
#top_500_facts .fact p {
	font-family: Arial;
	font-size: 13px;
	margin-bottom: 0;
	text-align: center;
}

#top_500_facts #facts_tabs #facts_images { 
	width: 285px;
	height: 135px;
	margin-bottom: 10px;
}
	#top_500_facts #facts_tabs #facts_images img { margin: 0 auto; position: absolute; }
#top_500_facts .facts_nav { 
	border: none;
	display: inline;
	padding-bottom: 0;
	margin: 0;
	float: none!important;
	display: inline-block;
	width: auto;
}
	#top_500_facts .facts_nav li {
		display: inline-block;
		border: none;
		float: none;
		padding-right: 0;
		margin-right: 13px;
	}
		#top_500_facts .facts_nav li a {
			border: 1px solid #dcdcdc;
			color: #131313;
			display: block;
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			width: 58px;
		}
			#top_500_facts .facts_nav li.last { padding-right: 0; margin-right: 0; }
			#top_500_facts .facts_nav li a:hover,
			#top_500_facts .facts_nav li.active a {
				border-color: #e5310f;
			}

.internal_promos #top_500_facts .hdr { margin-left: -10px; }
.internal_promos #top_500_facts .facts {
	margin-left: -10px;
	width: 290px;
}
.internal_promos #top_500_facts .facts_nav.togglers { margin-left: -7px; }
.internal_promos #top_500_facts .facts_nav li a { width: 57px; }