/* NEWSWIDET */

.WidgetColumnSpan1.NewsWidget { /*margin-right: 28px;*/ }
	
/* FRONTPAGE NEWSWIDGET (FIRST WIDGET AREA) */
.WidgetColumnSpan1.NewsWidget .NewsItemImage { display: none; }

.LatestNews { float: left; width: 100%; }
.LatestNews .NewsTitle { position: relative; float: left; display: block; font-family: "futura-pt",sans-serif; font-size: 18px; max-height: 20px; text-transform: uppercase; margin-bottom: 6px; width: 100%;  border-bottom: 0; }
.LatestNews .NewsCategoryImage { position: relative; float: left; display: block; border-top: 6px solid #f8ad0b; width: 295px; max-width: 100%; height: 116px; }
	.LatestNews .NewsCategoryImage img { width: 100%; height: auto !important; }
	.LatestNews .NewsCategoryImage span { display:block; width: 293px; height: 114px; border: 1px solid #f2f2f2; }
		.LatestNews .NewsItemsBox { position: relative; float: left; display: block; width: 100%; margin-top: 16px; }
			.LatestNews .NewsItemsBox ul { list-style: none; }
			.LatestNews .NewsItemsBox ul li { position: relative; float: left; border-bottom: 1px solid #f2f2f2; padding: 8px 0 6px 0; font-family: Arial; width: 100%; height: 40px; max-height: 40px;}
			.LatestNews .NewsItemsBox ul li .NewsItemImage { display: none; }
			.LatestNews .NewsItemsBox ul li .NewsItemContent { float: left; width: 100%; }
			.LatestNews .NewsItemsBox ul li .NewsItemTitle { position: relative; float: left; display: block; padding-left: 5.08474576271186%; /* 15 / 295 */ width: 94.91525423728814%; /* 295 - 15 = 280 / 295 */ height: 16px; line-height: 14px; color: #333333; background-image: url('../../ostforb/images/newsItemArrow.png'); background-position: left 3px; background-repeat: no-repeat; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
		.LatestNews .NewsItemsBox ul li .NewsItemTitle .NewsItemArrow { position: relative; float: left; display: block; width: 6px; height: 9px; margin: 4px 9px 0 0; background-image: url('../../ostforb/images/newsItemArrow.png'); background-position: top left; background-repeat: no-repeat; }
	.LatestNews .NewsItemsBox ul li .NewsItemDate { position: relative; float: left; display: block; margin-left: 15px; color: #999999; }
.LatestNews .NewsMoreFromCategory { position: relative; float: left; width: 100%; display: block; text-align: right; margin-top: 8px; }
	.LatestNews .NewsMoreFromCategory a { color: #333333; }

/* NEWSARCHIVE WIDGET */
.NewsArchive { }
.NewsArchive .NewsArchiveTitle { font-family: "futura-pt",sans-serif; font-size: 21px; text-transform: uppercase; border-bottom: 1px dashed #a5c837; padding-bottom: 8px; }
.NewsArchive ul.NewsArchiveList { position: relative; float: left; margin: 12px 0; }
.NewsArchive ul.NewsArchiveList li.NewsArchiveItem { position: relative; float: left; display: block; clear: both; margin-bottom: 4px; }
.NewsArchive ul.NewsArchiveList li.NewsArchiveItem .NewsArchiveIcon { position: relative; float: left; margin-top: 3px; width: 12px; height: 11px; background-image: url('../../ostforb/images/quicklinkIcon.png'); background-repeat: no-repeat; }
.NewsArchive ul.NewsArchiveList li.NewsArchiveItem a.NewsArchive-title { position: relative; float: left; margin-left: 8px; color: #90ba0c; }

/* NEWSITEMWIDGET */
.NewsItem { }
.NewsItem .NewsItemTitle { position: relative; float: left; display: block; font-family: "futura-pt",sans-serif; font-size: 18px; text-transform: uppercase; margin-bottom: 6px; }
.NewsItem .NewsItemTitle { font-size: 21px; }
.NewsItem .NewsItemImage { position: relative; float: left; display: block; border-top: 6px solid #f8ad0b; width: 295px; height: 116px; }
.NewsItem .NewsItemImage img { }
.NewsItem .NewsItemImage span.noImage { display: block; width: 293px; height: 114px; border: 1px solid #f2f2f2; }
.NewsItem .NewsItemContent { position: realtive; float: left; max-width: 180px; color: #333333; font-family: Arial; margin: 12px 0; }
	
@media screen and (max-width: 980px) {
	.LatestNews .NewsItemsBox ul li .NewsItemImage { width: 74px; height: 49px; }
		.LatestNews .NewsItemsBox ul li .NewsItemImage span.noImage { width: 72px; height: 47px; }
		
}


/* PHONE VIEW  */
@media screen and (max-width: 800px) {

	.LatestNews .NewsCategoryImage { width: 100% !important; height: auto !important; }
	
}