.rssHolder
{
	width: 300px;
	padding: 5px;
	margin-top: 10px;

	/*font-family: Helvetica, arial, sans-serif;*/
	font-family: times;
	font-size: 9pt;

	background-image: url( ../i/news.png );
	background-repeat: no-repeat;
	background-position: -1px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rssHolder div
{
}

.rssHolder div.wait
{
	display: block;
	height: 32px;
	background-image: url( ../i/wait.gif );
	background-repeat: no-repeat;
	background-position: center center;
}


.rssHolder div a
{
	font-family: times;
	font-size: 11pt;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.rssHolder div a:hover
{
}

.rssHolder div ul
{
	width				: 100%;

	font				: menu;
	font-family			: verdana;
	font-size			: 10px;

	margin				: 0px;
	margin-left			: 0px;
	padding-left		: 0px;
	padding				: 3px;
	text-indent			: 0px;

	list-style-type		: none;
	vertical-align		: middle;

	background-repeat   : no-repeat;
	-moz-box-sizing		: border-box;
}

.rssHolder div li
{
	padding				: 0px;
	paddnig-left		: 2px;
	background-position : 2px 0px;
	background-repeat	: no-repeat;

	line-height			: 13px;
	vertical-align		: top;
	margin-top			: 0px;
	margin-bottom		: 0px;
	border-style		: none;
	-moz-box-sizing		: border-box;
}

.rssHolder div li a
{
	display				: block;
	font				: icon;
	width				: 100%;
	padding				: 2px;
	padding-left		: 4px;
	text-decoration		: none;
	color				: #333;
	border				: 1px solid #fff;
	border-color		: #fff #ccc #ccc #fff;
	-moz-box-sizing		: border-box;
}

.rssHolder div li a:hover
{
	background-color	: #f4f4f4;
	color				: #696;
}

.rssHolder .error
{
	color: #f00;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
