.news-item {
	height: 140px;
	position: relative;
	border-bottom: 1px solid #b1dbf7;
	width: 620px;
	font-size: 1.9em;
}
.news-item div {
	height: 100%;
	width: 186px;
	float: left;
}
.news-item p {
	margin-left: 196px;
	color: #fff;
}
.full-story, .news-date {
	font-size: 0.6em;
}
.full-story {
	color: #b1dbf7;
}
.news-date {
	color: #fff;
}
.news-item div img {
	overflow: hidden;
	position: absolute;
}
#content {
	background-color: #183E6B;
}
#news-list-headers {
	border-bottom: 1px solid #b1dbf7;
}
#news-list-headers a {
	color: #fff;
	text-decoration: none;
	margin: 10px;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2em;
}
.firstXI, .club, .cricket {
	padding-left: 10px;
	border-width: 0 0 0 10px;
	border-style: solid;
}
.firstXI {
	border-color: #ffdc00;
}
.club {
	border-color: #1654f7;
}
.cricket {
	border-color: #9403a0;
}
.firstxi-div, .club-div, .cricket-div {
	border-width: 0 10px 0 0;
	border-style: solid;
}
.firstxi-div {
	border-color: #ffdc00;
}
.club-div {
	border-color: #1654f7;
}
.cricket-div {
	border-color: #9403a0;
}
#prevnext {
	font-size: 1.2em;
	text-align: right;
	width: 620px;
	color: #fff;
}
#prevnext a {
	color: #fff;
	margin: 0 10px;
}
.news-footer {
	
}
