/* avatar */
a.s_avatar {
width:50px;
height: 50px;
float: left; 
margin: 0 5px 5px 0; 
padding:0;
display: block; 
background-color:#fff; 
background-position:center;
}

td.profile a.s_avatar { float: none; }
 a.s_avatar span {
display:none;
position:absolute;
}

/* s_whoisonline, s_members module */
div#s_whoisonline div.s_items, div#s_members div.s_items {margin:1em 0.2em 1em 1em;}


/* s_mostrecent */
div.s_mostrecent div.s_items {margin:1em;}
div.s_mostrecent h4 {margin-bottom:0;}

div.s_mostrecent span.user, div.s_mostrecent span.joined, div.s_mostrecent span.views {display:block; line-height:125%;}
div.s_mostrecent span.joined em, div.s_mostrecent span.views em { font-style:normal;}

div.s_mostrecent div.s_item {margin:0 5px 5px 0;} 

div.s_mostrecent div.mostviewed {padding:0.5em 1em 1em 2em; margin:0;}
div.s_mostrecent div.mostviewedHovering { background:#E8EFFB; cursor:pointer; }



/* extra shadow for pg-users */
.img-shadow {
  float:left;
  background: url(/_shared/prototype/images/pg-user/img-shadowAlpha.png) no-repeat bottom right !important;
  background: url(/_shared/prototype/images/pg-user/img-shadow.gif) no-repeat bottom right;
  margin: 0 0 0 10px !important;
  margin: 0 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
