/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	TICKER CSS
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* 	container
---------------------------------------------------------------------------------------------------------------------------*/
#newsTicker { 
	cursor: pointer; -moz-user-select: none; -khtml-user-select: none;  -moz-outline-style: none;
	clear: both; width: 780px; height: 26px; background: #3A3A3A; margin: 0px 0 1px 0; padding: 0px 0 9px; color: #B4B4B4;
	border-top: 1px solid #555555; border-bottom: 1px solid #000000; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* => mouseover state   */
#newsTicker:hover #newsText { color: #FFFFFF;}

/* 	title
---------------------------------------------------------------------------------------------------------------------------*/
#newsTitle { 
	float: left; font-weight: bold; font-size: 1.2em; margin: 4px 12px 4px 0; padding: 6px 15px 5px 10px; 
	border-right: 1px solid #777777; width: auto; }
		
/* 	headline
---------------------------------------------------------------------------------------------------------------------------*/
#newsText { 
	float: left; width: 550px; height: 28px; overflow: hidden; font-size: 1.2em; 
	letter-spacing: .1em; }
#newsText a { color: #F7DD84; }
#newsText a:hover { color: #FF6D16; }
