/* CSS Document */

body {
margin:0;
background-color:#EFEFEF;
}


.rss-box .rss-title { display:none;
}


#rss-box {
	width:155px;
	padding:3px 3px;
	height:160px;
	}


.rss-box .rss-items,
.rss-box .side {
    margin: 3px 0 20px;
    background: none;
    color: #ff9933;
    font-size: 9px;
    _font-size: 8px;
    line-height: 150%;
}

.rss-box .rss-item a {
	font-size:10px;
	color:#333333;
	letter-spacing:1px;
	}
	
.rss-box li{
border-bottom:dotted 1px;
border-color:#999999;
padding-bottom:5px;
padding-left:15px;
margin-top:8px;
background:url(../index_images/topics_ico.jpg) no-repeat left 2px;
}

.rss-box ul { 
margin:0; 
padding-left:0; 
} 

