.img_news { border:1px solid #ffffff; padding:2px;}
 
 
  #sidebar_news {
    float:left;
    width:223px;
    height: 260px;
    padding-top: 5px;
}

#sidebar_news ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

#sidebar_news li {
  height:85px;
 	overflow: hidden;
 	background: transparent;
	vertical-align:top;
	padding-top:5px;
	background:url(../images/menu_hr.gif) bottom no-repeat;
}
#sidebar_news li a {
    color: #ffffff;
    font-weight: normal;
}
#sidebar_news li a:hover{
    color: #D3FF7B;
    font-weight: normal;
		text-decoration:none;
}

#sidebar_news .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
#sidebar_news .td_title{
	padding-left:10px;
}
