
#ajaxLoading {
position:absolute;
top:0;
left:0;
width:150px;
height:40px;
background: #202020;
border: 2px solid #A7A7A7;
display:none;
}
#ajaxLoading img{
padding:7px;
float:left;;
}
#ajaxLoading p {
	padding-left: 30px;
	padding-top:10px;
}
/*############## LIVE-Ticker ######### */
#content .detail .wide ul.liveticker {
	list-style:none;
	background:#202020;
	font-family: "Trebuchet MS";
}
#content .detail .wide ul.liveticker li.liliveticker{
background:#202020;
padding:0px;
width:560px;
margin-bottom:2px;
color: #fff;
}

#content .detail .wide ul.liveticker li.liliveticker a{
	color:#fff;
	background:none;
	border:none;
}
#content .detail .wide ul.liveticker li.liliveticker img{
	margin-left:4px;
	margin-bottom:4px;
}
#content .detail .wide ul.liveticker li.liliveticker small{
	padding-left:7px;
	font-size:95%;
}

#content .detail .wide ul.liveticker li.liliveticker .liveticker-bg{
background:transparent url(../images/blogticker/ticker-bg.jpg) no-repeat;
height:43px;
width:557px;
overflow:visible;
}
#content .detail .wide ul.liveticker li.liliveticker .liveticker-left{
	float:left;
	width:40px;
	margin-top:10px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}
#content .detail .wide ul.liveticker li.liliveticker .liveticker-right{
	padding:2px;
}
#content .detail .wide ul.liveticker li.liliveticker h2 {
	color: #00008B;
	white-space: nowrap;
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:2px;
}
#content .detail .wide ul.liveticker li.liliveticker h2 a{
	font-size:16px;
	color: Navy;
	margin-bottom:3px;
	width:500px;
	overflow:visible;
}
#content .detail .wide ul.liveticker li.liliveticker h2 a:hover{
	color: #FFF;
	text-decoration:none;
}

#content .detail .wide ul.liveticker li.liliveticker .livetickerInfo {
	float:left;
	width:410px;
	white-space: nowrap;
}
#content .detail .wide ul.liveticker li.liliveticker .livetickerHits {
	width:80px;
	float:right;
	font-size:16px;
	color: White;
	text-align:right;
	font-weight:bold;
	margin-right:20px;
	white-space: nowrap;
}
