#news_wdiget_holder {
	height: 300px;
	width: 652px;
	overflow: hidden;
}
#news_wdiget_holder #imageholder {
	float: left;
	height: 300px;
	width: 440px;
	background-repeat: no-repeat;
}
#news_wdiget_holder #newspanel {
	background-image: url(../IMAGES/NEWS_WIDGET/bg_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 254px;
	width: 172px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: bottom;
}
#news_wdiget_holder #newspanel .headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
	font-weight: 700;
	color: #FFCA09;
	margin-bottom: 10px;
}
#news_wdiget_holder  .share  {
	width: 182px;
	background-image: url(../IMAGES/NEWS_WIDGET/bg_right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#news_wdiget_holder #newspanel .date {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news_wdiget_holder #newspanel .newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#news_wdiget_holder #newspanel .newsbody a, #news_wdiget_holder #newspanel .newsbody a:visited {
	font-weight: bold;
	color: #FFCA08;
	text-decoration: none;
}

#news_wdiget_holder #newspanel .newsbody a:hover, #news_wdiget_holder #newspanel .newsbody a:visited:hover {
	color: #FFFFFF;
	font-style: italic;
}

