/* rss tab */
#rss_widget {
	border: 1px solid #BCC2B7;
	margin-top: 10px;
}
#rss_widget .rsstab_loading {
	background: transparent url(img/loading.gif) 50% 50% no-repeat;
	position: absolute;
	width: 20px;
	height: 21px;
	font-size: 1px;
	display: none;
}
#rss_widget #rss_div, #rss_widget #rss_tab {
	width: 100%;
	display: table;
}
#rss_widget #rss_tab ul {
	padding: 0;
	margin: 0;
}
#rss_widget #rss_tab li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#rss_widget #rss_tab a{
	background-color: #f4f2ea;
	padding: 0 10px;
	font-weight: bold;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #bcc2b7;
	height: 20px;
	float: left;
}
#rss_widget #rss_tab a.select{
	background-color: transparent;
	border-style: none solid none none;
}
#rss_widget #rss_tab a.last{
	border-right-style: none;
}
#rss_widget table.table_rsstab_class td {
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}
#rss_widget table.rss_row td {
	line-height: 1.5em;
	padding: 5px;
}
#rss_widget table.rss_row a {
	font-weight: bold;
	color: #800000;
	background: transparent url(img/information.png) no-repeat 0 50%;
	padding-left: 20px;
}
#rss_widget table.table_rsstab_class img, table.table_rss_class img {
	margin-right: 10px;
	float: left;
	padding: 3px;
}
#rss_widget table.rss_row a, #rss_widget #rss_div a, table.table_rss_class a {
	font-weight: bold;
	display: block;
}
#rss_widget table.rss_row, #rss_widget table.table_rsstab_class, table.table_rss_class {
	width: 100%;
}
/* rss news */
table.table_rss_class td {
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}