.article_list {
	overflow: hidden;
}
.article_list .articles.announces {
	width: 468px;
	overflow: hidden;
	float: left;
}
.article_list .articles.urgent {
	width: 270px;
	float: right;
	overflow: hidden;
}
/* announces */
.article_list .articles.announces .article {
	clear: both;
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #666;
}
.article_list .articles.announces .article.last {
	border-bottom: none;
}
.article_list .articles.announces .article .posted_at {
	display: block;
	float: left;
	width: 30px;
	text-align: center;
	background-color: #FF7F00;
	color: #fff;
	padding: 2px;
	margin: 2px 0;
	font-size: 10px;
}
.article_list .articles.announces .article .title {
	width: 416px;
	margin: 0 0 0.5em 0;
	float: right;
}
.article_list .articles .article .title a {
	font-size: 15px;
	color: #C41F26;
}
.article_list .articles.announces .article .announce {
	clear: both;
}
/* urgent */
.article_list .articles.urgent .article {
	overflow: hidden;
	margin-bottom: 2em;
}
.article_list .articles.urgent .article .image {
	margin-bottom: 1em;
	display: block;
}
.article_list .articles.urgent .article .title a {
	text-transform: uppercase;
}
.article_list .articles.urgent .article .announce {
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #666;
	overflow: hidden;
}
.article_list .articles.urgent .article .tags {
	float: left;
	clear: left;
	overflow: hidden;
}
.article_list .articles.urgent .article .tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 270px;
	overflow: hidden;
}
.article_list .articles.urgent .article .tags ul li {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 15px;
}
.article_list .articles.urgent .article .tags ul a {
/*	white-space: nowrap;*/
	font-size: 10px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #7F7F7F;
}
.article_list .articles.urgent .article .tags ul li.last a {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
