.body-news-item h2.title
{
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0 30px 0;
}

.body-news-item #content .contentBox
{
    position: relative;
    padding: 60px 23px 23px 23px;
}

.backlink
{
    position: absolute;
    top: 16px;
    left: 23px;
    background:  url( '../../images/back.png' ) no-repeat 1% 60%;
    padding-left: 13px;
}
.print
{
    position: absolute;
    top: 16px;
    right: 23px;
}


.dateWrapper
{
    display: block;
    width: 90px;
    padding-top: 3px;
}
.dateWrapper.block
{
    width: auto;
    margin-bottom: 10px;
}
.dateWrapper .date
{
    display: inline-block;
    background-color: #0087e5;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    border-radius: 4px;
    min-width: 64px;
    text-align: center;
}








.articleImage
{
    margin-bottom: 35px;
}
.articleImage img
{
    width: 100%;
    max-width: 100%;
}
.articleVideo iframe
{
    width: 665px;
    height: 406px;
}
.articleIntro
{
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 20px;
}
.articeText p
{
    margin-bottom: 25px;
    line-height: 20px;
}
.articeText img
{
    max-width: 100%;
}
.articleInfoBlock
{
    margin-top: 30px;
    padding-top: 25px;
    background: url( '../../images/line-horizontal-dotted.png' ) repeat-x top left;
}
.articleInfoBlock .socialWrapper
{
    float: right;
}

.galleryWrapper  .galleryItems
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.galleryWrapper  .galleryItems li
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.galleryWrapper  .galleryItems li a.galleryItem
{
    display: block;
    padding: 2px;
    background-color: #ffffff;
}
body.web .galleryWrapper .galleryItems li a.galleryItem:hover
{
    background-color: #0087e5;
}

ul.filesContainer
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.filesContainer li
{
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url('../../images/icon-document.png') no-repeat left center;
}
body.web ul.filesContainer li:hover
{
	background: url('../../images/icon-document-hover.png') no-repeat left center;	
}

#printIframe
{
    height: 1px;
    visibility: hidden;
}