#rss * {
	margin: 0;
	padding: 0;
}

#rss .cb {
	margin: 0;
	padding: 0;
	height: 0;
	clear:both;
	float: none;
	line-height: 0;
	overflow: hidden;
}

#rss {
	background: url(../img/q_back.gif) repeat-y 0 0;
	width: 300px;
	color: #fff;
	overflow: hidden;
	margin: 15px 0;
	display: block;
}

#rss .rssHeader {
	display: block;
	/*background: url(../img/rssLogo.gif) no-repeat top right;*/
	height: 60px;
}

#rss .rssHeader * {
	cursor:default;
}

#rss .rssHeader h2 a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	display: block;
	outline: none;
	cursor: pointer;
}

#rss .rssHeader h2 {
	display: block;
	height: 40px;
	padding: 0 60px 0 0;
	color: #fff;
}

#rss .rssHeader h2 span {
	display: block;
	font-size:13px;
}

#rss #rssTop {
	background: url(../img/rssTop.gif) no-repeat 0 0;
	width: inherit;
	height: 21px;
	overflow: hidden;
}

#rss #rssBottom {
	background: url(../img/rssBottom.gif) no-repeat 0 0;
	width: inherit;
	height: 21px;
	overflow: hidden;
}

#rss #rssContent {
	width: inherit;
	height: 300px;
	overflow:hidden;
	position: relative;
}

#rss #rssWraper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

#rss .rssItem {
	background: url(../img/div_delimiter.gif) repeat-x left -9px;
	width: auto;
	height: auto;
	padding: 5px 0;
	clear: both;
}

#rss .rssItem * {
	cursor: pointer;
}

#rss .rssItem h3 {
	color: #fff;
	font-size: 14px;
	font-family:Georgia;
	text-decoration: none;
}

#rss .rssItem div {
	font-size: 11px;
	line-height: 30px;
}

#rss .rssItem span {
	font-family:Arial;
	font-size: 11px;
	display: none;
}

#rss .rssItem a {
	color:#fcad48;
}

#rss .rssItem img {
	float:left;
	padding: 0 15px 15px 0;
}