.left {
	float: left;
	width: 160px;
	padding: 0px 10px 10px;
}

.left .h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #515151;
}

/* overview */

.home_overview .item, .overview .item_container_last .item  {
	border: 0px;
}

/* item */

.item {
	width: 275px;
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.item .right {
	float: right;
	width: 80px;
	margin: 0 25px 0 0;
}

.link_container {
	width: 290px;
	display: block;
}

.item .hover a .read_more {
	color: #ff6600;
}

.item .left .title{
	float: left;
	clear: both;
	width: 170px;	
	margin-bottom: 10px;
}

.item .right .date {
	float: right;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}

.item .right .image img {
	float: right;
}

.item .left .description_text {
	width: 170px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;	
	color: #515151;
}

.item .left .read_more {
	font-size: 12px;
	font-weight: bold;
}

.item .left .read_more a {
	text-decoration: underline;
}

.item a {
	color: #515151;
}

.item a:hover {
	color: #515151;
}