/*List view*/
	#news-articles-wrapper{}
		#news-articles-wrapper div.news-article{padding-bottom:10px;overflow:hidden;padding-left:14px;background-image:url(/images/default/chefdavidbull/tasty-news/bullet.gif);background-repeat:no-repeat;background-position:0px 3px;}
		* html #news-articles-wrapper div.news-article{position:relative;height:1px;}
			#news-articles-wrapper ul{margin:0px;padding:0px;}
				#news-articles-wrapper li{display:inline;clear:left;}
					#news-articles-wrapper h3{margin-top:0px;}
						#news-articles-wrapper h3 span.source{font-weight:normal;}
					#news-articles-wrapper img.news-article-thumbnail{float:left;margin-right:5px;margin-bottom:5px;background-position:11px 9px;background-repeat:no-repeat;}
					#news-articles-wrapper div.news-article-info{width:368px;float:left;}
						#news-articles-wrapper div.news-article-info a.more-button{margin-top:8px;display:block;width:56px;height:29px;background-repeat:no-repeat;background-image:url(/images/default/chefdavidbull/tasty-news/more.gif);text-indent:-9999em;}

/*Detail view*/
	#news-article-wrapper{overflow:hidden;}
	* html #news-article-wrapper{position:relative;height:1px};
		#news-article-wrapper h3{margin-top:0px;}
			#news-article-wrapper h3 span.source{font-weight:normal;}
		#news-article-wrapper img.news-article-thumbnail{float:left;margin-right:5px;margin-bottom:5px;background-position:17px 14px;background-repeat:no-repeat;}
		
		
