#top_stories_container{
	border: solid 0px red;
	width: 330px;
	height: 370px;
	overflow:hidden;
	margin: 0px 4px 0px 4px;
}

#top_stories_container img{
	width: 67px;
}
#top_stories_container a{
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
.top_stories{
	height: 310px;
}
.top_stories_body{
	height: 62px;
}
/****** HEADER ******/
.top_stories_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
.top_stories_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.top_stories_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
/****** END HEADER ******/

.top_stories_img{
	float:left;
	width:67px;
}
.top_stories_img img{
	border:none;
	width:67px;
	margin-top: 4px;
}
.top_stories_content{
	float:left;
	width: 254px;
	margin-left:5px;
}
.top_stories_content p{
	font-size: 8pt;
	padding: 0px;
	margin: 5px 0px;
}
a.top_stories_more{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	display:block;
	text-align:right;
}
