
/* ----------------------------------------------------------
   This section will change the appearance of the Rss Feed
   to allow you to blend it into your existing pages. 
   ----------------------------------------------------------*/

    #RssTable
        {
            background-color:   #FFFFFF;
            border-color:       #2C547D;
            border-style:       solid;
            border-width:       1px;
            font-family:        Verdana;
            font-size:          10pt;
            padding:            4px;
            width:              780px;
        }
    
    #RssRow
        {
            padding:            15px;
        }
	
	#RssImage
	    {
	        padding:            10px;
	        text-align:         center;
	        vertical-align:     top;
	        width:              100px;
	    }

	#RssImage img
	    {
	        margin-right:       5px;
	    }

	#RssText
        {
            padding:            10px;
            text-align:         justify;
            width:              680px;
        }
        
 	#RssText small
        {
            color:              #404040;
            font-size:          8pt;
        }      
        
    #RssPagination
        {
            background-color:   #2C547D;
            color:              #FFFFFF;
            height:             24px;
            text-align:         center;
        }

    #RssPagination a
        {
            color:              #FFFFFF;
        }    
    
    .EbayEndTime
        {
            color:              #C80000;
        }