
#rntRSSFeed{
	position: relative;
 	/*border: 1px solid THreeDShadow;
  	background: whitesmoke; */
  	font:helvetica,tahoma,arial,sans-serif;
}

 
#feedHeader {
    position: relative;
    font-size: 110%;
}
 
#channelTitleSection {
	font-size: 100%;
	float:left;
	display:none;
}
#channelImageSection {
	 float:right;
}
 
 
#channelImage{
  	margin-top: 0;
  	margin-bottom: 0;
  	max-width: 150px;
  	max-height: 150px;
  	vertical-align: top;
  	/** Explorer bug */
  	width: expression(this.width > 150 ? 150: true);
	height: expression(this.height >150 ? 150: true);
}
 
 
#items{
}
 
#item {
  font-size: 100%;
}
#itemContent {
  font-size: 100%;
}

#topics {
   margin-top: 2px;
   font-size: 100%;
   width:100%;
   border:1px solid black;
   background-color:whitesmoke;
   padding-bottom: 1px;
   padding-left: 2px;
}


#topics ul li {
	list-style-type: none;
	list-style-image: none;
}
#topics li {
	list-style-type: none;
	list-style-image: none;
}
	
#feedcontent ol {margin:0px 0px 0px 25px;padding:0px;}

#correction{
 	font-size: 100%;
 	 margin-top: 1px;
}

#related {
	font-size: 100%;
	margin-top: 1px;
}




#poweredByLink {
  float: right;
  margin-bottom: 1px;
  padding-bottom: 1px;
}



a[href] img {
  border: none;
}



 
#pageBtns {
  
}
 
#searchBox {
  position: relative;
  /*float: center; */
}

.clearboth {
	clear:both;
	height:1px;
	overflow:hidden;
}
 
.clearbothwithline {
	clear:both;
	height:1px;
	overflow:hidden;
	border-bottom-color: green;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
 