.listBoxNews {
	margin: 0 0 0 0;
	height: auto;
	float: none;
}
.listBoxNewsImage {
	width: 170px;
	float: left;
	text-align: center;
	padding: 0 1em 1em 0;
	display: table-row;
}
.listBoxNewsImage img{
	padding-right: 1em;
}
.listBoxNewsContent {
	display: table-row;
}

.listBoxNewsContent h2 {
	margin: 0;
}
.ATL_articleName {
	font-size: 1.3em;
}
.ATL_articleName a {
	text-decoration: none;
	color: #e2007a;
	font-weight: bold;
}
.ATL_articleName a:hover {
	text-decoration: none;
	color: #cd2466;
	font-weight: bold;
}
.ATL_articleName a:after {
	content: url(../../global/h2_a_before.gif);
	margin-left: 5px;
}

.BTN_listing {
	margin-top: 8px;
}
