#news {
	width: 660px;
	overflow: hidden;
}

#news li {
	width: 165px;
	height: 247px;
	overflow: hidden;
	border-bottom: 1px solid #dad6cf;
}
#news li.highlight{
	background-color:#fcfcfc;
}
#news li.highlight .wrapper{
	/*border:1px solid #708204;*/
	padding-left:5px;
	padding-right:5px;
}

#news li .wrapper {
	padding: 10px 10px 10px 6px;
}

#news li.first {
	width: 330px;
}

#news li img {
	border: 2px solid #dad9ca;
}

#news li .title {
	padding: 10px 0;
}

#news li .title a {
	color: #687907;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#news li .text {
	color: #444444;
	font-size: 11px;
}

#news li .more a {
	color: #708204;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, Garuda, sans-serif; 
}

.tags {
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 11px;
	color: #666666;
}

.tags a {
	color: #829223;
	text-decoration: none;
}

#see-also {
	width: 275px;
	color: #666666;
}

#see-also .title {
	font-size: 11px;
	padding-bottom: 7px;
}

#see-also li {
	color: #687907;
	padding-bottom: 5px;
}

#see-also .text {
	margin-left: 12px;
}

#see-also .text a {
	color: #687907;
	text-decoration: none;
}

#rate-content {
	width: 232px;
	height: 137px;
	overflow: hidden;
	background: url(/_items/_new/img/rate-content-bg.png) no-repeat;
}

#rate-content .wrapper {
	padding: 10px 15px;
}

#rate-content .rate {
	padding-bottom: 5px;
	color: #666666;
	font-size: 11px;
}

#rate-content ul {
	margin-top: 7px;
}

#rate-content ul li {
	padding: 3px 0;
}

#rate-content ul a {
	padding-left: 26px;
	line-height: 20px;
	color: #687907;
	text-decoration: none;
	font-size: 11px;
}

#rate-content #recomend-to-friend {
	background: url(/_items/_new/img/ico-recomend-to-friend.png) no-repeat 0 5px;
}

#rate-content #print-article {
	background: url(/_items/_new/img/ico-print-article.png) no-repeat 0 5px;
}

#rate-content #add-to-favorites {
	background: url(/_items/_new/img/ico-add-to-favorites.png) no-repeat 0 5px;
}

.bottom-report-abuse a, .bottom-add-comment a {
	text-decoration: none;
	color: #687907;
	font-size: 11px;
	font-weight: bold;
}

#latest-comments {
	margin-top: 10px;
}

#latest-comments .header .left {
	padding-left: 40px;
	background: url(/_items/_new/img/comments-header-bg-small.png) no-repeat 15px 10px;
}

#latest-comments .title {
	font-weight: bold;
	color: #829223;
	font-size: 11px;
	padding-bottom: 10px;
}

#latest-comments .inner-content img {
	border: 1px solid #d7d7d7;
}

#latest-comments .inner-content .text, #latest-comments .inner-content .author {
	margin-left: 65px;
	color: #444444;
	font-size: 11px;
}

#latest-comments .inner-content .author a {
	color: #658707;
	font-size: 11px;
	text-decoration: none;
}

#latest-comments .inner-content li {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7dd;
}

#latest-comments .inner-content li.last {
	border-bottom: none;
}

.article-author-avatar {
	border: 1px solid #D7D7D7;
}

.article-author {
	margin-left: 70px;
	padding-top: 5px;
}

.article-author * {
	font-size: 11px;
	color: #666666;
}

.article-author .name {
	font-size: 12px;
	color: #829223;
	text-decoration: none;
}

.article-author .actions a {
	color: #829223;
	line-height: 20px;
}

.sponsored {
	background-color: #fff;
	background-image: url(/_items/_new/img/sponsored_bg.png);
	*background-image: url(/_items/_new/img/sponsored_bg_ie.png);
	_background-image: url(/_items/_new/img/sponsored_bg_ie.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

