.news-box {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #999999;
	font-weight: normal;
}
.news-title {
	color: #000000;
	font-size: 100%;
}
.news-inner {
	margin: 10px 0px 10px 0px;
}
.news-link {
	margin: 5px 0px 0px 0px;
	padding-right: 20px;
	color: #999999;
	font-size: 70%;
	font-weight: normal;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
}
.news-body {
	margin: 5px 0px 0px 0px;
	font-size: 90%;
	font-weight: normal;
}
.news-body a {
	color: #000000;
}
.news-description {
	margin: 5px 0px 0px 0px;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
}
.news-pubdate {
	margin: 3px 0px 0px 0px;
	font-size: 70%;
	color: #999999;
	font-weight: normal;
}
li.arrow {
	color: #666;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0px;
}

li.panel-b {
	border-top: 1px solid #B4B4B4;
	-webkit-border-radius: 0px;
}

