/* --=== news ===-- */
.newsArea {
	clear: both;
  height: 45px;
  padding: 0 0 20px;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	float: left;
  margin: 0;
  overflow: hidden;
  padding: 7px 0 0;
  width: 790px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	overflow: hidden;
  position: relative;
  width: 790px;
}
ul.newsticker { /* that's your list */
	left: 580px;
	position: relative;
	list-style-type: none;
	padding: 0;
	width:20000px !important;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	font: 14px Verdana;
	height: 18px;
	margin:0 0 0 200px;
	padding: 0;
	white-space: nowrap;
}
/*ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width
	margin-left:50px;
	padding: 0;
	font: 14px Verdana;
	color: #ffcc00;
	white-space: nowrap;
}*/


ul.newsticker a {
	white-space: nowrap;
	text-decoration:underline;
	padding: 0;
	color: ##FFDC00;
}
ul.newsticker a:hover {
	text-decoration:none;
}

ul.newsticker li dt {
	float: left;
	margin-right: 20px;
}

/*ul.newsticker li dt.new {
	padding-top: 2px;
}*/

ul.newsticker li dd {
	float: left;
	margin: 0 80px 0 0;
}

ul.newsticker li img {
	display: none;
}

.newsArea p.btn_list {
	float: right;
	padding: 4px 3px 0 0;
}