.news-record
{
	padding: 10px;
	margin: 0 0 5px 0;
}

.news-block-center, .news-block-left, .news-block-right, .news-block-justify
{
	width: 100%;
	clear: both;
}

.news-block-left
{
	text-align: left;
}

.news-block-right
{
	text-align: right;
}

.news-block-center
{
	text-align: center;
}

.news-block-justify
{
	text-align: justify;
}

.news-previously
{
	padding: 5px;
	background-color: #eeeeee;
}

.news-previously ul
{
	padding: 0;
	margin: 0;
}

.news-previously ul li
{
	list-style: none;
	line-height: 24px;
}

.news-record-print, .news-record-views
{
	float: right;
	width: auto;
	margin-left: 20px;
}

.news-record-thumbnail
{
	border: 0;
	float: left;
	margin: 5px;
}

.news-record-thumbnail-left
{
	float: left !important;
	border: 0;
	margin: 5px;
}

.news-record-thumbnail-right
{
	float: right !important;
	border: 0;
	margin: 5px;
}

.news-record-lead
{
	margin-left: 100px;
}

.news-record-title
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.news-record-author
{
	margin-top: 10px;
}

.news-record-article-list-parts ul,
.news-record-article-list-parts li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-record-article-list-parts > div
{
	clear: both;
}

.news-record-article-list-parts {
	text-align: left;
}

.news-record-article-list-parts ul
{
	margin-top: 20px;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;

}
.news-record-article-list-parts li
{
	margin: 6px 0;
	float: left;
	width: 25%;
	margin-right: 5%;
}

.news-record-article-link-parts,
.news-record-article-link-full a,
.news-record-article-link-part
{
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
	font-weight: bold;
}

.news-record-article-link-full,
.news-record-article-full > .link
{
	clear: both;
	margin-bottom: 24px;
}

.news-record-article-link-parts,
.news-record-article-link-full a
{
	border-bottom: 1px solid;
}

.comments-header-hide,
.comments-header
{
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
