@charset "utf-8";
/* CSS Document */

.news_item_container{
	margin-bottom:20px;

}

.news_item_content{
	margin-bottom:10px;
	min-height:110px;

}

/* for Internet Explorer */
/*\*/
* html .news_item_content{
height: 110px;
}	

.news_item_read_more{
	margin-bottom:10px;	

}

.news_item_title{

}

.news_item_image{
	width:150px;
	height:100px;
	margin:5px;
	float:left;
}