.img_news { border:1px solid #ccc; padding:1px;}
 
.tbl_news {
	background:url(../images/hr.gif) repeat-x center;padding:0px ;margin:0px ;overflow:hidden;
	height:10px;
}
 
 #sidebar_news {
    float:left;
    width:180px;
    height: 165px;
    padding: 0px;
}

#sidebar_news ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

#sidebar_news li {
  height:55px;
 	overflow: hidden;
 	background: transparent;
  border-bottom: 1px dotted #c6c6c6;
	background:url(../images/icon_news.gif) 0px 13px no-repeat;
	padding-left:10px;
	padding-top:5px;
}
#sidebar_news li a {
    color: #515151;
    font-weight: normal;
}
#sidebar_news li a:hover{
    color: #027636;
    font-weight: normal;
		text-decoration:none;
}

#sidebar_news .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
a img {
    border: 0;
}

