
/* Новости */

.s29NewsList article {
	padding:14px;
}

.s29NewsList.s29_striped article:nth-child(odd) {
	background:#ebebeb;
}

.s29NewsList article .s29_body.s29_favicons {
	margin:0 12px 0 30px;
}

.s29NewsList article .s29_favicon {
	float:left;
	width:20px;
}

.s29NewsList article .s29_favicon img {
	display:block;
	width:20px !important; height:20px !important;	
}

.s29NewsList article h3 {
	margin:0 0 10px;
	font-size:16px; font-weight:normal; 
	letter-spacing:normal; line-height:120%;
}

.s29NewsList article header div a, .s29NewsArticle header a,
.s29NewsList time, .s29NewsArticle time {
	display:inline-block;
	vertical-align:middle;
}

.s29CommentCount, .s29ViewCount {
	display:inline-block;
	margin-left:14px; padding-left:26px;
	color:#999;
	background-size:18px 12px; background-position:left center; background-repeat:no-repeat;
	vertical-align:middle;
	font-size:12px;
}
	
.s29ViewCount {
	background-image:url(../img/icon-views.png);
}

.s29CommentCount {
	background-image:url(../img/icon-comments.png);
}


.s29Source {
	display:inline-block;
}

.s29Source .s29_link,
.s29Source .s29_title {
	color:#cd8d4c;
	font-size:12px;
}

.s29Source .s29_list {
	display:inline-block;
	width:16px; height:16px;
	margin:0 10px 0 5px;
	background:url(../img/list-16px.png)
}

.s29NewsArticle header .s29_body {
	line-height:150%;
}

.s29NewsArticle header .s29_body .s29_stats {
	float:right;
	white-space:nowrap;
}

.s29LangSection {
	display:inline-block;
	position:relative; top:-2px;
	font-size: 12px;
}

.s29LangSection a {
	color:#aaa;
}

.s29LangSection a:hover {
	color:#bbb;
}

.s29NewsList time, .s29NewsArticle time {
	margin-right:12px;
	color:#999;
	font-size:11px;
}

.s29NewsList article p {
	font-size:14px; line-height:130%;
}

.s29NewsList article img {
	float:left !important;
	width:100px !important; height:auto !important;
}

.s29NewsList article .s29_img {
	display:block;
	float:left;
	width:100px; height:100px;
	margin: 20px 20px 5px 0;
	background-size:cover; background-position:top center;
}

.s29NewsList article a img {
	margin: 20px 20px 5px 0 !important;
}

.s29NewsList article p img {
	margin: 5px 20px 5px 0 !important;
}


/* краткие новости */

.s29BriefNewsList {
	margin:0; padding:0;
	list-style:none;
	border:solid 1px #c0c0c0;
}

.s29BriefNewsList li {
	margin:0; padding:0;
	border:solid 1px #c0c0c0;
}

.s29BriefNewsList li > a {
	display:block;
	padding:12px 40px 12px 15px;
	background-color:#fff;
}

.s29BriefNewsList li > a time {
	display:block;
	margin-top:5px; margin-bottom:-5px;
	color:#979797;
	font-size:11px;
}

.s29BriefNewsList li > .s29_content > .s29_body {
	padding:15px;
	background:#eaeaea;
}

.s29BriefNewsList li > .s29_content > a {
	display:block;
	padding:12px 15px;
	background:#fff;
	text-align:right;
	font-size:12px;
}

.s29BriefNewsList li > .s29_content > a > span {
	font-weight:bold;
	color:#cd8d4c;
}