
/* ----------------------------------------------------------
   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:              480px;
        }
    
    #RSS_Row
        {           
            clear:				both;
            margin:             20px 10px 10px 10px;
            width:              480px;
        }
	
	#RSS_Image
	    {	                    
            float:              left;   
	    }

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

	#RSS_Text
        {
            float:              right;
            margin:             0px 0px 0px 10px;
            width:              370px;
        }
                                    
    .EbayEndTime
        {
            color:              #C80000;
        }
