@charset "utf-8";
/* CSS Document */


#recentNews, #recentEvents, #highlight {
	width: 270px;
	float: left;
}
#recentEvents {
	margin: 0 20px 0 20px;
}
#recentNews li, #recentEvents li, #highlight li {
	list-style: none;
}

#highlight img {
	width: 260px;
	height: 100px;
	border:3px solid #d48198;
	padding: 2px;
}

#highlight #advertisement {
	border: 1px solid #cedfed;
	background-color: #fbfcfe;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 5px;
}
#highlight #advertisement img {
	width: 70px;
	height: 70px;
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
#advertisement p {
	line-height: 14px;
}

#badges {
	height: 70px;
	overflow: hidden;
	position: relative;
}
#badges .badge {
	display: none;
	position: absolute;
	overflow: hidden;
	background-color: #fbfcfe;
}
#advertisement .details {
	text-align: right;
}
