/* ceq_toppeople.CSS */

img.ceq_toppeople_img{
width:40px;
height:40px;
}

.ceq_ceqwidget .ceq_toppeople_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 45px;
     }
 
.ceq_toppeople_photo{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   position: absolute;
   left:35px;
  }

.ceq_toppeople_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:80px;
   text-overflow: ellipsis;
   white-space:nowrap;
   width:85%;
   }
  
   .ceq_toppeople_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:80px;
   font-weight:bold;
  color:#EF8100;
  }