#ticker {
	width:284px;
	height:200px;
	overflow:auto;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/bg_news.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	position: relative;
}

#ticker dt {
font:normal 14px Georgia;
border:1px solid #fff;
border-bottom:none;
border-right:none;
position:relative;
padding:10px 10px 5px;
}

#ticker dd {
	margin-left:0;
	font:normal 11px Verdana;
	border-bottom:1px solid #aaa;
	border-left:1px solid #fff;
	position:relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#ticker dd.last {
border-bottom:1px solid #fff;
}

#ticker div {
	margin-top:0;
	position: relative;
}

.twoColLiqLt #container #sidebar #news table tr td #tickerContainer #ticker .heading {
	font-weight:700;
	margin: 0px;
}
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#ticker dt {
margin-top:20px;
position:relative;
padding:30px 10px 5px;
}
<!--[endif]-->
