
/* NEWSFEED MODULE */
#newsFeed { background : transparent; color : #666; float : left; height: auto !important; height : 358px; min-height: 358px; position : relative; text-align : left; width : 590px; }
	#newsFeedItems { background-color : transparent; height: auto!important; height : 272px; min-height : 272px; margin: 0 0 0 30px; width : 425px; }
	#newsFeed ul { list-style : none; }
		#newsFeed ul li { clear : both; float : left; font-size : 11px; height: auto !important; height : 90px; min-height: 90px; margin: 0 5px 30px 0; width : 530px; }
			.left-link-wrap { float: left; }
			#newsFeed ul li img.thumbnail { float : left; padding: 0 6px; }
			#newsFeed ul li div.newsContent { float: right; line-height : 14px; margin : 7px 0; width: 265px; }
				#newsFeed h3 { font-size : 24px; line-height: 24px; margin : 0 0 5px 0; padding : 0; }
					#newsFeed h3 a { color : #fff; }

	#newsFeed a.readMore { color : #666; font-weight : bold; padding-right : 12px; text-transform : uppercase; text-decoration : none; } /* background : url(../images/newsfeed/arrow.gif) no-repeat right center;  */
	#newsFeed a.viewAll { display : block; float: left; font-size: 11px; height : 31px; margin-left : 3px; width : 81px; } /* background-image : url(../images/newsfeed/viewall.png); */
	#newsFeed a.viewAll:hover { background-position : bottom left; }
	#newsFeed div.arrow { cursor : pointer; height : 20px; outline : none; padding : 0; position : absolute; right : 50px; width : 25px; }
	#newsFeed #up { background-image : url(../images/newsfeed/up.png); top : 20px; }
	#newsFeed #down { background-image : url(../images/newsfeed/down.png); bottom : 25px; }
		#newsFeed #up.off, #newsFeed #down.off { background-position : bottom left; cursor : default !important; }
	#newsFeed .rss { background : url(../images/newsfeed/rss.png) no-repeat; display : block; height : 15px; position : absolute; right : 3px; text-indent : -9999px; top : 0; width : 42px; }

/* TALL VERSION */
#newsFeed.tall { height: auto !important; height : 539px; min-height : 539px; } /* background-image : url(../images/newsfeed/bg_tall.png); */
#newsFeed.tall #newsFeedItems { height: auto !important; height : 454px; min-height : 454px; }

