

/* Start:/bitrix/templates/.default/components/bitrix/news/ost-m-priznanie/bitrix/news.detail/.default/style.css?16846046612169*/
.news-detail img.detail_picture,
.news-detail img.preview_picture
{
	margin: 0 20px 10px 0;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 2px 2px 10px #0303ff;
	-webkit-box-shadow: 2px 2px 10px #0303ff;
	box-shadow: 2px 2px 10px #0303ff;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#0303ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#0303ff')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#6973ff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#6973ff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #6973ff);
	background-image: -ms-linear-gradient(top, #ffffff, #6973ff);
	background-image: -o-linear-gradient(top, #ffffff, #6973ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#6973ff));
	background-image: -webkit-linear-gradient(top, #ffffff, #6973ff);
	background-image: linear-gradient(top, #ffffff, #6973ff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	float: left;
	position: relative;
	display: inline;


}
.news-date-time
{
	color:#486DAA;
	margin: 10px;
}

.static-page1 .news-detail ul{
	margin-left: 20px;

}
.news-detail-share{
	margin: 20px auto;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/ost-m-priznanie/bitrix/news.detail/.default/style.css?16846046612169 */
