﻿#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 5px 5px;
	padding-right: 10px;
	color:#142E63;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	min-height: 70px;
	margin: 0 0 0 10px !important;
}

#newsticker ul a {
	line-height: 30px;
	vertical-alignment: bottom;
}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

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

#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	padding: 0;
	margin: 0;
}
* html #newsticker {
	right: 5px;
}