.rssplayer-wrapper * {
	margin: 0px 0 0 0px;
	padding: 0;
	padding-left:0px;
	list-style: none;
	border: none;
}

.rssplayer-wrapper {
	width: 640px;
	height:31px;
	background: url('../images/rssplayer_bg_middle.gif') repeat-x 0 0;
	margin-top:0px;
	margin-bottom:0px
	
	
}

.rssplayer {
	font: 11px Arial, sans-serif;
	color: #666666;
}

.rssplayer .leftbg {
	float:left;
	background: url('../images/rssplayer_bg_left.gif') no-repeat 0 0;
	width:100px;
	height:31px
}
.rssplayer .rightbg {
	float:right;
	background: url('../images/rssplayer_bg_right.gif') no-repeat 0 0;
	width:10px;
	height:31px;
	display:block
}

.rssplayer .title {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#383838;
	height:31px;
	min-width:0px;
	padding:0 5px 0 0;
	line-height:30px;
}
.rssplayer .title a, 
.rssplayer .title a:link,
.rssplayer .title a:visited,
.rssplayer .title a:active,
.rssplayer .title a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#383838;
	height:31px;
	line-height:30px;
	text-decoration:none;
}
.rssplayer .contentzone {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	height:23px;
	width:480px;
	margin-top:4px;
	margin-bottom:4px;
	background: url('../images/rssplayer_bg_content.gif') repeat-x 0 0;
	padding:0px
}

.rssplayer .contentzone .date {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f00303;
	height:23px;
	line-height:24px;
	_line-height:22px;
	margin-left:12px;
	_margin-left:5px;
	width:70px;
	text-align:center;
}

.rssplayer .contentzone a.rsstitle,
.rssplayer .contentzone a.rsstitle:visited,
.rssplayer .contentzone a.rsstitle:active,
.rssplayer .contentzone a.rsstitle:link,
.rssplayer .contentzone a.rsstitle:hover {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#366585;
	height:23px;
	line-height:24px;
	_line-height:22px;
	margin-left:12px;
	text-decoration:none;
	width:350px;
	overflow:hidden;
}

.rssplayer .contentzone .rssicon {
	float:right;
	background: url('../images/rssplayer_icon.gif') no-repeat 0 0;
	height:16px;
	width:16px;
	margin-right:4px;
	margin-top:4px;
	margin-bottom:3px
}

.rssplayer .bt_prev {
	float:left;
	background: url('../images/rssplayer_bt_prev.gif') no-repeat 0 0;
	height:23px;
	width:23px;
	margin-left:2px;
	margin-top:4px
}
.rssplayer .bt_next {
	float:left;
	background: url('../images/rssplayer_bt_next.gif') no-repeat 0 0;
	height:23px;
	width:23px;
	margin-left:2px;
	margin-top:4px
}