


/* Start:/bitrix/components/bitrix/news.list/templates/.default/style.css*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
	max-width: 142px;
	height: auto;
}
.news-date-time {
	color:#486DAA;
}
p.news-item{
border-top: 2px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin: 20px 0;
overflow: hidden;
padding: 10px 0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 70%, rgba(242,242,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(242,242,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 70%,rgba(242,242,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
/* End */
/* /bitrix/components/bitrix/news.list/templates/.default/style.css */
