/* ----------------------------------------------------------
   This section will change the appearance of the Rss Feed
   to allow you to blend it into your existing pages. 
   ----------------------------------------------------------*/
          
    #RSS_Container
        {
	background-color:   #FFFFFF;
	width:              100%;
	height: auto;
        }
    
    #RSS_Row
        {
	float:              left;
	margin:             20px 10px 30px 10px;
	width:              100%;
        }
	
	#RSS_Image
	    {	                    
            float:              left;   
	    }

	#RSS_Image img
	    {			
			height:             160px;	        
	        width:              100px;
	    }

	#RSS_Text
        {
	float:              right;
	margin:             0px 0px 0px 10px;
	width:              600px;
        }
                                    
    .EbayEndTime
        {
            color:              #C80000;
        }
  
    #RSS_Text a
       { 
          	font-weight: 		bold;
          	font-size: 			12pt;
       }