.press-list {
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.press-list li {
	display:block;
	margin:0 0 2em;
	min-height:80px;
	overflow:hidden;

	
}

.image-container {
	width:10.1em;
	float:left;
	position:relative;
	
}

.list-content {
	display:block;
	margin:0 0 0 11em;
}

.image-background {
	width:110px;
	height:80px;
	overflow:hidden;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}

.png-mask {
	width:110px;
	height:80px;
	/*background:url(/bitrix/templates/avanport/images/mask.png) no-repeat;*/
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	
}




/*
.press-list li .descr {

}

.press-list li img {
	float:left;
	display:block;
	margin:0 1em 1em 0;;
}
*/

.press-list li a {
	font-family:Tahoma;
	font-size:1.4em;
	text-decoration:underline;
	color:#fff;
}

.press-list li a:hover {
	text-decoration: none;
}

.date {
	color:#ff6c00;
}