/* Вид новостей для кино сайтов на uCoz
------------------------------------------*/
.cell-news {
  float:left;  
  width:610px;
  margin-bottom: 15px;
  background: #fff;
  border-radius:3px;
  padding: 15px 15px 15px 15px;  
  border: 1px solid #D6D6D6  
}

.cell-news-l {
  float:left;  
  width:180px;
  margin-right: 15px;  
}

.cell-news-r {
  float:left;  
  width:375px;
}

.cell-news-l-img {
  width:180px;
  height:240px;
  margin-bottom: 5px;
  border-radius:3px;
}

.cell-news-rating {
  width:100%;
}

.cell-news-rating img{
  margin-top: 2px;  
}

.cell-news-rating-os{
  margin-left: 10px;
  background: #8EC98C;
  padding: 3px 10px 3px 10px;  
  text-shadow: 1px 1px 1px #469943;
  font-weight: bold;
  color:#fff;  
  border-radius:3px;
}

.cell-news-r h2 {
  margin:0;  
  float:left;
  width:100%;  
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  font: 125% Verdana,Arial,Helvetica, sans-serif;
  font-weight: 700;  
}

.cell-news-top{
  float:left;
  width:100%;  
  padding: 5px 0px;
  border-bottom: 1px solid #D6D6D6;
  font:9px Verdana,Arial,Helvetica, sans-serif;
  color:#999;
}

.cell-news-center{
  float:left;
  width:100%;  
  margin:0;  
  min-height: 163px;
  padding: 10px 0px;
  border-bottom: 1px solid #D6D6D6;
  font:11px 1.5 Verdana,Arial,Helvetica, sans-serif;
  text-align:justify;
}

.cell-news-bottom{
  float:left;
  width:100%;
  font-weight: bold;  
  padding: 10px 0px 0px 0px;  
}

.left {float:left;}
.right {float:right;}

/* Эффект затемнения изображений */
#Darkimage a img {opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);}
#Darkimage a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}


.counts { float:right; width:390px; padding:5px 10px 0 0; text-align:center; }
.counts ul { display:inline; }
.counts ul li { float:right; width:88px; height:31px; margin:0 0 3px 7px;