﻿#news-container
{
     width: 242px;
    margin: auto;
   
}
 #news-container ul
{
    margin: 0px;
    padding: 0px;
    width: 242px;
    list-style: none;
}
#news-container ul li
{
    background-position: center;
    background: #EBEBEB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #EFEFEF;
    display: block;
    height: 55px;
    margin: 0px;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border-bottom-color: #CCCCCC;
    text-align: right;
    width: 242px;
    background-image: url(    '../themes/img/dot.png' );
    background-position: right 4px;
    background-repeat: no-repeat;
}
#news-container ul li span
{padding: 1px 25px 0px 5px;
 width: 212px;
}
  #news-container ul li:hover
{
    background-color: #CCCCCC;
}
 
 
#news-container ul li a
{
    font-family: tahoma;
    font-size: small;
    font-weight: normal;
    color: #FF0000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#news-container ul li .Move-nickname
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #333333;
}
#news-container ul li .Move-nickname span
{
    font-family: tahoma;
    font-size: 8px;
    font-weight: normal;
    color: #666666;
}
.leatest_comments_title
{
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial;
    background-position: 0% center;
    background-image: url(../themes/img/MenuRep.png);
    background-repeat: repeat-x;
    width: 100%;
    
    padding-top: 5px;
    padding-bottom: 5px;
}