div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
table.itog-table {
	border-collapse: collapse;
	border-bottom: 1px solid #ffa057;
	width: 100%;
}
table.itog-table * {
 font-family: Arial;
 font-size: 14px;
}
table.itog-table tr.head {
	background: #ffa057;
	color: #ffffff;
	text-decoration: underline;
	height: 37px;
}
table.itog-table tr.head th.id{
	width: 60px;
}
table.itog-table tr.head th a {
	color: #ffffff;
}
table.itog-table tr.head th.name{

}
table.itog-table tr.head th.subject{

}
table.itog-table tr.head th.author{
	width: 130px;
}
table.itog-table tr.head th.year{
	width: 48px;
}
table.itog-table tr.item td.id{
	text-align: center;
}
table.itog-table tr.item td.name{
	text-align: left;
	padding-left: 10px;
}
table.itog-table tr.item td.subject{
	text-align: center;
}
table.itog-table tr.item td.author{
	text-align: center;
}
table.itog-table tr.item td.year{
	text-align: center;
}
table.itog-table tr.item td {
padding: 10px 0px;
}
table.itog-table tr.item a {
	color: #000000;
	text-decoration: none;
}
table.itog-table tr.item:hover {
	background: #ffead9;
}
table.itog-table td {
	border-left: 1px solid #ffa057;
	border-right: 1px solid #ffa057;
}
a.href_advanced {
	font-family: Arial;
	font-size: 14px;
	color: #ff6f01;
	text-decoration: underline;
	font-weight: bold;
	float: right;
	margin: 10px 0px;
}