.featureItem {
	height: 104px;
	margin: 10px 0;
	font-size: 12px;
}

.featureItem .centerImageContainer {
	padding: 1px;
	border: 1px solid #cecece;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
}

.featureItem .title {
	margin-bottom: 2px;
}

.featureItem .title a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
}

.featureItem .date {
	font-size: 11px;
	margin-bottom: 5px;
	color: #999;
}

.featureItem .country {
	width: 16px;
	height: 11px;
	border: 1px solid #adadad;
	padding: 1px;
	float: right;
	display: block;
	top: 5px;
	right: 0;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	opacity: 0.5;
}