#news-home-block .news-home-images {
	font-size: 1px;
	line-height: 0;
	float: left;
	height: 195px;
	overflow: hidden;
}
#news-home-block .news-home-navigation {
	float: right;
	width: 240px;
}
#news-home-block .news-home-navigation ul li {
	display: block;
	height: 65px;
	background: #e0e0e0 url(images/bg_newsbox_right-column_bottom_normal.png) repeat-x scroll 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	cursor: pointer;
}
#news-home-block .news-home-navigation ul li .arrow {
	padding: 6px 0 4px 28px;
	background: transparent url(images/arrow.gif) no-repeat scroll 7px 25px;
}
#news-home-block .news-home-navigation ul li .news-home-item-date {
	font-size: 9px;
	font-weight: normal;
	color: #0b764d;
}
#news-home-block .news-home-navigation ul li.active,
#news-home-block .news-home-navigation ul li:hover {
	background: #16b578 url(images/bg_newsbox_right-column_bottom.png) repeat-x scroll 0 0;
	color: #fff;
}
#news-home-block .news-home-navigation ul li.active .news-home-item-date,
#news-home-block .news-home-navigation ul li:hover .news-home-item-date {
	color: #fff;
}

#news-home-block .news-home-text {
	min-height: 150px;
	height: auto !important;
	height: 150px;
	width: 572px;
	padding: 10px 14px;
	clear: both;
	background: #f2f2f2 url(images/bg_newsbox.png) repeat-x scroll 0 0;
	overflow: hidden;
}
#news-home-block .news-home-text p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}
#news-home-block .news-home-text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0b746d;
}
#news-home-block .news-home-text a {
	color: #0000ce;
}

.not-visible {
	display: none;
	visibility: hidden;
}
