﻿@charset "utf-8";
#demo { 
     overflow:hidden; 
     height: 18px; width:519px; 
	 padding-left:15px; 
	 margin-top:10px;    
    } 
#demo li{ line-height:30px;}
#demo li a{width:170px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; float:left; padding-right:20px;}
#demo li span{ float:right; display:block;}
#demo img { 
     border: 3px solid #F2F2F2; 
     display: block; 
    } 