
/* ----------------------------------------------------------
   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:              550px;
        }
    
    #RSS_Row
        {           
            clear:              both;
            margin:             20px 10px 10px 10px;
            width:              530px;
        }
	
	#RSS_Image
	    {	                    
            float:              left;   
	    }

	#RSS_Image img
	    {			
			height:             80px;	        
	        width:              100px;
	    }

	#RSS_Text
        {
            float:              right;
            margin:             0px 0px 0px 10px;
            text-align:         justify;
            width:              410px;
        }
                                    
    .EbayEndTime
        {
            color:              #C80000;
        }

