/*This One is used in index.tmpl*/
.tickerStart {
	float:left;
	width:180px;
	margin:2px 5px 0px 0px;
	}
html > body .tickerStart {margin:0px 10px 0px 0px;}
.ticker-online {
	 float:left;
	 width:525px;
}
.ticker-online a {color:#df0024;}
/*************************/

.tx-jsticker-pi1-container{
      position: relative; 
      height: 14px; 
      width: 400px; 
      overflow: hidden;
      
    }
    .tx-jsticker-pi1-ticker{
	     position:		relative;
	     visibility:		hidden;
	     left:			0px; 
	     top:			0px; 
	     font-size:		12px; 
	     font-family: Arial, Helvetica, sans-serif;
	     width:			100%;
	     height: 100%;
	      
    }
    .tx-jsticker-pi1-tickerItem{
	     padding-top:	0px;
	     padding-bottom:	2px; 
	     padding-left:	2em;
	     padding-right:	2em;
    }
    .tx-jsticker-pi1-marquee{
        font-size:		12px; 
	     font-family: Arial, Helvetica, sans-serif;
	     
    }
SPAN.tx-jsticker-pi1-tickerItem A {color:#df0024;}    
.tx-jsticker-pi1-split{
        font-size:12px; 
        color:#df0024;
	font-family: Arial, Helvetica, sans-serif;
    }
    .tx-jsticker-pi1-split img{
        padding-left:	1em;
        padding-right:	1em;
    }