/*
 * Qype - no stars but points on user-pics
 *
 * Author      : RegineH
 * Updated     : February 13th, 2008
 * Website     : http://www.qype.com/people/RegineH
 * Description : doesn't show user-stars but points
 * Usage       : use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("qype.com") {

.ContentUserPhotoBoxStar img,
.ContentProfilePhotoBoxStar img {
    display: none;
}

}