#top {
    background: #fcfcfc;
    border-bottom: 5px solid #efefef;
	height: 35px;
}
.cls_ticker-top{
	font-size:16px;
	overflow: hidden;
	height:35px;
}
.cls_ticker-top dl {
	display: block;
	margin: 0;
}
.cls_ticker-top dt, .cls_ticker-top dd {
	display: inline;
	padding: 5px 0px; 
	line-height: 1em;
}
.cls_ticker-top dt {
    font-weight: inherit;
}