/*News line styles Begin*/

.newsLineLeft310 {
	/* first column class */ 
	width: 310px;
	overflow: hidden;
	/*float: left;
	clear: left;*/
}

.newsLineRight310 {
	/* second column class */ 
	width: 310px;
	overflow: hidden;
	float: right;
	clear: right;
}

/*news line item container*/
.newsLineItem {
	margin-bottom: 10px;
}

/*news line item image*/
.newsLineImage {
	float: right;
	margin: 0px;
	margin-left: 5px;
	border: none;
}

.img_short_news img{
	width: 52px;
	height: 66px;
	overflow: hidden;
}

.title_short_news{
	color: #F26639;
	width: 554px;
	overflow: hidden;
}
.title_short_news_img{
	color: #F26639;
	width: 500px;
	overflow: hidden;
}

.height100{
	height: 100px;
	overflow: hidden;
}

.margL10{
	margin-left: 10px;
}

.news_teaser p {
 padding: 0px;
 margin: 0px;
}

/*News line styles End*/