#news {
  width: 300px;
}

#news h3 {
	text-align: left;
	padding-left:10px;
}

#news_top {
	background-image: url(../img/news/news_top.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 15px;
	float: left;
}

#news_bottom {
	background-image: url(../img/news/news_bottom.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 15px;
	float: left;
}

#news_body {
	background: #c41e17;
	height: 260px;
	float: left;
	width: 300px;
}

#news #news_loader_container {
  position: relative;
  height: 145px;
  background: #000000;
  margin: 10px;
}

#news #widget_news_loader {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.reaction_avatar {
	float:left;
	text-align:center;	
}

.reaction_avatar,  .reaction_avatar a {
	color:#ffffff;
	text-decoration:none;	
}

.reaction_avatar a:hover {
	color:#ffd20a;
	text-decoration:none;	
}



.reaction_avatar img {
	display:block;
	margin-bottom:8px;
}
.news_reaction {
	background-image: url(../img/gray_reactions.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 88px;
	float: left;
	
	
}

.news_reaction p {
	padding:10px 10px 0px 40px;
	font-size:10px;
}

.news_reaction p span.date {
	color:#252525;
	display:block
}
.news_reaction p a {
	color:#ffd20a;
	text-decoration:none;
}
