#buzzfeed ul {
	height: 680px;
	overflow: hidden;
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#buzzfeed ul li {
	margin: 0;
	padding: 0;
	width: 240px;
}
#buzzfeed ul li div.comment_wrapper {
	margin-top: 24px;
}
#buzzfeed .comment_header {
	background-image: url(../../media/image/buzzfeed/bbl_top.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 240px;
}
#buzzfeed .comment_body {
	background-image: url(../../media/image/buzzfeed/bbl_mdl.png);
	background-repeat: repeat-y;
	width: 240px;
}
#buzzfeed .comment_body div {
	padding: 8px 10px 8px 10px;
}
#buzzfeed .comment_footer {
	background-image: url(../../media/image/buzzfeed/bbl_btm.png);
	height: 13px;
	width: 240px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 8pt;
	color: #2673A1;
}
#buzzfeed .comment_footer div {
	padding: 4px;
	padding-top: 10px;
}
#buzzfeed a.comment_source {
	display: inline;
	padding: 0;
	margin: 0;
	
}
#buzzfeed a {
	color: #2673A1;
	font-weight: bold;
	text-decoration: none;
}
#buzzfeed strong {
	font-weight: bold;
}
#buzzfeed em {
	font-style: italic;
}