div.lenta a.item {
 text-decoration:none;
 display:block;
 color:#000;
 border-bottom:1px solid #e6e6e6;
 padding:12px 7px;
}

div.lenta a.item:hover {
 background:#eeeeee;
 color:#195884;
}

div.lenta a.item.bold {
  font-weight:bold;
}


div.materials div.item   {
  margin-bottom:20px;
}

div.materials div.item div.preview_pic {
 float:left;
 text-align:center;
 background:#000;
 overflow:hidden;
 width:170px; 
}

div.materials div.item div.preview_pic img {
  max-width:170px;  
}

div.materials div.item div.preview_text {
 margin-left:190px;
}

div.date {
 text-align:right;
 margin-top:10px;
}

div.news-detail  div.detail_text {
 font-size:14px;
 line-height:1.3em;
}

div.news-detail img {
 margin:5px 8px;
}

div.news-detail img[align="right"] {
 margin-right:0px;
}

div.news-detail img[align="left"] {
 margin-left:0px;
}

div.back {
 margin-bottom:10px;
 font-size:15px;
 color:#004677;
}


.statistic_menu {
 margin-top:25px;
}

.statistic_menu ul {
 border-bottom:1px solid rgb(211,211,211);
 font-size:18px;
 list-style:none outside none;
 padding:0 0 0 10px;
 width:100%;
 margin:0px 0 10px 0;
} 

.statistic_menu ul li {
     float:left;
     padding:0px 0 0 0;
     height:28px;
     position:relative;
     top:1px;
     margin-right:10px;
}

.statistic_menu ul li a { 
 display:block;
 padding:7px 12px 6px 12px;
 height:auto;
 color:#000;
 text-transform:uppercase;
 text-decoration:none;
 font-family: 'Open Sans Condensed', sans-serif;
}

.statistic_menu ul li.act {
 background:url(/i/games_right.png) no-repeat scroll right top ;
}

.statistic_menu ul li.act a {
 background:url(/i/games_left.png) no-repeat scroll left top;
 color:#0E4E7E;
} 



