.newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #DADADA;
	line-height:18px;
	cursor:url(./images/News/handExpand.cur);
	display:block;
	height: 54px;
	width: 540px;
	float: left;
	text-decoration: none !important;
}
.newsDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-top:9px;
	font-weight:normal;
}
.newsExpand {
	background-color: #FAFAFA;
	width:540px;
	clear:both;
	background-image:url(http://www.telerik.com/images/News/newsBgDown.jpg);
	background-repeat:no-repeat;
	border-top:1px solid white;
	background-position: bottom right;
}
.newsExpandedInner {
	background-image:url(http://www.telerik.com/images/News/newsBgUp.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding: 22px 23px 16px 27px;
	border-bottom:1px solid #DADADA;
	line-height:18px;
	height: 100%;
}

.newsHomeDate
{
	width: 79px;
	padding-top:2px;
	height: 30px;
	float:left;
	display: block;
	font-size: 10px;
}

.newsHomeText
{
	width: 260px;
	line-height: 14px;
	height: 33px;
	padding-top:2px;
	display: block;
	text-overflow: ellipsis;
	overflow:hidden;
	background: url(http://www.telerik.com/images/homepage/newsSeparator.gif) repeat-x left bottom;
}