body {
	margin:0;
	padding:0;
}
.news-holder{
	width:207px;
	padding:21px 0 7px 7px;
	background: url(/images/bg-news-index.jpg) no-repeat 0 0;
	overflow:hidden;
	height:111px;
}
.news-inner{
	padding:0 2px 0 0;
	position:relative;
	overflow:hidden;
	width:198px;
	overflow:hidden;
	height:110px;
}

.news-holder .border-transparent{
	height:100%;
	width:17px;
	position:absolute;
	top:0;
	right:-1px;
	background:url(/images/bg-news-index-alfa3.png) repeat-y 0 100%;
}
.news-inner .news-text span{
	display:block;
	white-space:nowrap;
	font-size:10px;
	line-height:1.2em;
}
.news-inner .news-text a{
	display:block;
	white-space:nowrap;
	color:#023F88;
	text-decoration:underline;
	font-size:13px;
	line-height:1.2em;
	margin:0 0 10px 0;
	
}
.news-inner .news-text a:hover{
	color:#FF0A20;
}


