.latest-item {
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
	background: #300;
}
.latest-img {
	float: left;
	width: 174px;
}
.latest-txt {
	float: left;
	width: 470px;
}
.latest-txt dt {
	font-size: 110%;
	font-weight: bold;
	margin: 4px 0 10px;
}
.latest-txt dd dt {
	font-size: 160%;
	margin: 0;
}
.latest-cat {
	font-size: 60%;
}
.latest-txt dd dd {
	margin-bottom: 10px;
}


/* @group Clearfix */

.latest-item:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.latest-item{display: inline-block;}
/* Hide MacIE \*/
* html .latest-item{height: 1%}
.latest-item{display: block;}
/* End hide MacIE */

/* @end */
