
div.rss_item {
	position:relative;
	width: 246px;
	padding: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #47484d;
	 
}

 .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

div.rss_info {
	position:relative;
	left:6px;
	width:246px;
	display:block;
	clear:both;
}
div.rss_enclosure {
	padding: 0px 5px 2px 2px;
	float:left;
  	position:relative;
  	width: 75px;
  	height: 44px;
}
div.rss_enclosure img.enclosure_image {
  	height: 44px;
  	width: 75px;
}
div.rss_title {
	position:relative;
	
	/*left:110px;*/
  	top:0px;
	/*float:left;*/
}
div.rss_title a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#d80f15;
  text-decoration:none;
  
}
div.rss_title a:hover {
  text-decoration:underline;
}

div.rss_moreinfo_main .rss_moreinfo {
  margin-top:0px;
  position:relative;
  width:74px;
  height:14px;
  border:0px;
}


div.rss_moreinfo_main {
	position:relative;
	width:74px;
	height:14px;
	clear:both;
	width:400px;
	left:325px;
	bottom:-6px;
}
.rss_top {
	position:relative;
	width:262px;
	height:8px;
}
.rss_date {
	display:none;
}
.rss_top_left {
	position:absolute;
	background-image:url(images/r2_bg_kader_lb.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	background-color:;
}

.rss_top_middle {
	position:absolute;
	left:8px;
	background-image:url(images/r2_bg_kader_m.gif);
	background-repeat:repeat-x;
	width:246px;
	height:2px;
}

.rss_top_right {
	position:absolute;
	left:254px;
	background-image:url(images/r2_bg_kader_rb.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}

.rss_middle {
	position:relative;
	width:258px;
    border-left:2px solid #e8e8e8;
    border-right:2px solid #e8e8e8;
}

.rss_middle_left {
	height: 100%;
	overflow: hidden;
	position:absolute;
}

.rss_middle_right {
	height:100%;
	position:absolute;
	top: -0px;
	left:260px;
}

.rss_bottom {
	position:relative;
	width:262px;
	height:8px;
}

.rss_bottom_left {
	background-image:url(images/r2_bg_kader_lo.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	position:absolute;
}

.rss_bottom_middle {
	background-image:url(images/r2_bg_kader_m.gif);
	background-repeat:repeat-x;
	width:246px;
	height:2px;
	position:absolute;
	left:8px;
	top:6px;
}

.rss_bottom_right {
	background-image:url(images/r2_bg_kader_ro.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	position:absolute;
	left:254px;
}