
.news {
	list-style:none;
	padding:0;
	margin:0;
}

.left_sidebar .news {
	margin-top:15px;
}

.news li {
	margin:0 0 10px 0;
	width:470px;
}

.left_sidebar .news li,
.right_sidebar .news li {
	width:auto;
	color:#000;
	font-size:11px;
}

.right_sidebar .news li h3 {
	color:#b87d0d;
}

.news .text {
	min-height:70px;
}

.news .title,
.news .title:visited {
	font-size:14px;
	font-weight:bold;
	color:#3d4557;
}

.news .title:hover {
	color:#cb9e37;
}

.left_sidebar .news .title,
.left_sidebar .news .title:visited,
.right_sidebar .news .title,
.right_sidebar .news .title:visited{
	font-size:12px;
	font-weight:bold;
}

.news .img {
	width:90px;
	height:68px;
	min-height:70px;
	margin:0 10px 0 0;
	float:left;
}

.news .img img {
	border:1px solid #626078;
}

.news .img img:hover {
	border-color:#cb9e37;
}

.news .img img:active {
	border-style:dashed;
}

.newsPhotoBlock {
	min-height:200px;
}

*html .newsPhotoBlock {
	height:200px;
}