/*
.zpl-post {
	width: 50%;
	float: left;
	height: 85px;
}
*/
.zpl-post {
    background: url("images/bar-grey-h70.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 70px;
    padding-left: 0px;
    padding-top: 10px;
    width: 340px;
}

.zpl-post img {
	float: left;
	border: 1px solid #DDD;
}

.zpl-post h2 {
	font-size: 13px;
	margin: 0 0 0 110px;
	clear: none;
	font-weight: bold;
	line-height: 15px;
	padding-right: 20px;
}

.zpl-post a {
	color: #222;
	text-decoration: none;
}

.zpl-post a:hover {
	color: #e60000;
}

.zpl-post-clear {
	clear:both;
}

.zpl-post-dispari {
	margin-right: 20px;
}

.zpl-post-pari {
	margin-right: 0;
}