@charset "utf-8";

.str_cut {
display:block;
width:250px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
} 

.ellipsis {  
    overflow:hidden;  
    white-space:nowrap;  
    text-overflow:ellipsis;  
}  


.ellipsis {  
    text-overflow: ellipsis;  
    -moz-binding: url('ellipsis.xml#ellipsis');  
}  

