@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../../shared/fonts/pt_sans_narrow.ttf');
}

.newsBlock
{
    border-top: 1px solid #D07E02;
    padding-top: 25px;
}
.newsBlock .newsItem
{
    border-bottom: 1px solid #D07E02;
    padding-bottom: 14px;
    margin-bottom: 23px;
}
.newsBlock .newsItem .newsTitle:hover {
    opacity: 0.5;
}
.newsBlock .newsItem p
{
    margin: 0;
}
.newsDate
{
    background: #1c1c1c;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0 4px;
    margin-right: 20px;
    margin-top: 2px;
    line-height: 18px;
    float: left;
    font-family: 'PT Sans Narrow', Arial, helvetica, sans-serif;
}
.previewText
{
    margin-bottom: 12px;
    font-size: 16px;
}
.newsBlock h3.newsTitle 
{
    margin-bottom: 12px;
}
.ru .newsBlock h3.newsTitle a 
{
    font-family: 'PT Sans Narrow', Arial, helvetica, sans-serif;
    letter-spacing: 0;
}
.newsBlock h3.newsTitle a 
{
    font-size: 18px;
    color: #1C1C1C;
    text-decoration: none;
    text-shadow: #f3ca55 1px 1px;
    font-family: 'PT Sans Narrow', Arial, helvetica, sans-serif;
    letter-spacing: 1px;
}

.newsBlock h3.adviceTitle a 
{
    color: #1C1C1C;
    text-decoration: none;
    text-shadow: #f3ca55 1px 1px;
    font-family: 'PT Sans Narrow', Arial, helvetica, sans-serif;
    letter-spacing: 1px;
}
.newsBlock h3.adviceTitle a:hover
{
    opacity: 0.5;
}
