@charset "UTF-8";
.rss-show {
	clear:both;
}
.rss-show UL, .rss-show UL LI {
    list-style: none outside none !important;
    clear:both;
    display: block;
    margin-bottom:30px;
    min-height: 100px;
    width:100%;
}
.rss-show A {
    border: 0;
    color: #444;
}
.rss-show .details {
}
.rss-show .no-image-details{
	width:100% !important;
}
.rss-show .description{
	font-size:12px;
	margin-top:3px;	
}


