
/*	Listing  */

	div.news { position: static; margin-bottom: 10px;}

	/*	News listing - generic   */
			
		#column1 div.news div.older div.header h1,
		#column1 div.news div.older div.header p { display: none; }
		
		#column1 div.news div.listing div.item { cursor: pointer; }
		
		#column1 div.news div.listing div.item div.thumbnail { 
			border: 1px solid #ccc; 
			width: 100px; 
			height: 100px; 
			float: left;
			padding: 5px;
			background: #fff;
			text-align: center;
		} 
		#column1 div.news div.listing div.item div.nothumbnail { background: url(/assets/modules/news/default.jpg) center no-repeat; }
		#column1 div.news div.listing div.item div.info { float: right; width: 370px; }
		#column1 div.news div.listing div.item h4 {  }
		#column1 div.news div.listing div.item h4 a { text-decoration: none; }
		#column1 div.news div.listing div.item:hover h4 a { text-decoration: underline; }
		#column1 div.news div.listing div.item p { clear: both; }
		#column1 div.news div.listing div.item ul { margin: 0; padding: 0; }
		#column1 div.news div.listing div.item ul li { display: inline; margin-right: 12px; }
		#column1 div.news div.listing div.item ul li span {  }
		
		#column1 div.news div.listing div.button { 
			margin: 0 20px 0 10px;
		}
		
		#column1 div.news div.listing div.button span { 
			background: none; 
			float: none;
			display: inline;
		}
		
		#column1 div.news div.listing div.button a { 
			background: none; 
			padding: 0;
			text-decoration: underline;
			font-size: 1.2em;
		}
		
		#column1 div.news div.listing div.button a:hover { text-decoration: none; }
		
		/*	News teasers   */
		
			#column1 div.news div.newsTeasers div.header { 
				background: url('/assets/templates/sussexcricket/images/news-home-teaser-header.gif') no-repeat;
				height: 26px;
			}
		
			#column1 div.news div.newsTeasers div.header h4 { 
				line-height: 28px;
				color: #fff;
				font-size: 13px;
				padding: 0 0 0 27px;
				font-weight: normal;
			}
					
			#column1 div.news div.newsTeasers div.inner { padding-top: 10px !important; }
			#column1 div.news div.newsTeasers div.item { margin: 0 0 10px 0; padding: 5px; }
			#column1 div.news div.newsTeasers div.item:hover { background: #D9E2F9; }
			
			
			div.news div.article div.movieplayer { float: right; }
		
		
	
	/*	News blog listing header  */
	
		div.news div.listing div.contentBlock div.categoryselector {
			position: relative;
			display: inline;
		}
		
		div.news div.listing div.contentBlock h5 { float: left; padding: 3px 3px 0 0; }
		div.news div.listing div.contentBlock { cursor: pointer; }
	
/*	Related news   */	

		div.news div.RelatedNews div.teaser { padding: 0 !important; border: none;}
		div.news div.RelatedNews div.teaser h4 { margin-bottom: 0.5em;}

/*	Ticker   */
	
	div#newsTickerHolder { background: url(/assets/templates/sussexcricket/images/ticker-bg.gif) no-repeat; padding: 0 7px 0 12px; height: 30px; margin-bottom: 8px;}
	div#newsTickerHolder div.label { float: left; height: 30px; line-height: 28px;}
	div#newsTicker { 
		float: right;
		width: 839px;
		height: 30px; 
		margin-bottom: 8px; 
		
		line-height: 28px; 
		white-space: nowrap; 
		overflow: hidden; 
		position: relative;
	}
	div#newsTicker div { position: absolute; left: 0; }
	div#newsTicker a { text-decoration: none; color: #000; padding-right: 10px; }
	div#newsTicker a:hover { text-decoration: underline;}
	
/*	Tags   */
		
	div.news div.tagCloud { border: none; background: none;}
	
