@CHARSET "ISO-8859-1";

body .newsticker{
	background: #fff;
	color: #000;
	/*font: 0.7em/160% Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;*/
}

#newsticker {
	background: #fff;
	color: #000;
	font: 0.7em/160% Arial, Helvetica, Verdana, sans-serif;
	font: 1.0em/160% Arial, Helvetica, Verdana, sans-serif;
	background: #ffffaf;
	position: relative;
	background: #eeeeee; /* light grey */
	/*width: 300px; /* try to limit width */
	color: #ed201b;
	font-weight: bold;
}

#newsticker ul {
	border-top: 2px solid #4f5962;
	border-bottom: 2px solid #4f5962;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}

#newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	background: transparent url("../images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

#newsticker #togglenewsticker {
	right: 30px;
}