/* Yahoo! news widget */

.yahoo-news-widget {
text-align: left;
}	

.yahoo-news-item-date {
font-style: italic;
float: left;
width: 30%;
}
		
.yahoo-news-item {
margin-bottom: 20px;
border-bottom: 1px solid #c7c7c7;
padding-bottom: 10px;
}

.yahoo-news-item-title {
margin-bottom: 20px;
float: left;
width: 70%;
}

.yahoo-news-item-title a {
font-size: 14px;
}

.yahoo-news-item-desc img {
width: 50px;
margin: 0 10px 10px 0;
padding: 3px;
border: 1px solid #e7e7e7;
}