.pp-icons{width:24px; height:24px;vertical-align: middle;margin: -3px 5px 0 0; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0em;  }

/* ulist */
.user-table{width: 100%;height:120px;}
.user-table ul{margin: 15px 0 15px 0px !important;}
.user-table a{text-decoration:none;}
.user-table a:hover{text-decoration:underline;}

.user-action-message{font-size:11px; text-align:left;}
.user-action-useredit{font-size:11px; text-align:left;}


.user .user-online, .user .user-offline { display: inline-block !important; vertical-align: bottom; padding: 0 !important; height: 12px; width: 12px; text-indent: -9999px; *display: inline; zoom: 1;); }
.user .user-online { background-position: 0px 0px; background: transparent url('../images/status_online.png') top left; }
.user .user-offline { background-position: 0px -144px; background: transparent url('../images/status_offline.png'); }
.view .user-name .user-online,
.view .user-name .user-offline  { position: absolute; top: 0; right: 0; background-position: 0px 0px; width:16px;height:16px; }

.view {
 position: relative; display: block; width: 120px; overflow: hidden;
 -webkit-box-shadow: 0 0 3px #222;
 -moz-box-shadow: 0 0 3px #222;
 box-shadow: 0 0 3px #222;
 z-index: 0;
 -webkit-transition: -webkit-box-shadow 0.2s linear;
 -moz-transition: -moz-box-shadow 0.2s linear;
 -o-transition: -o-box-shadow 0.2s linear; 
 transition: box-shadow 0.2s linear;
 }
 
.view:hover {-webkit-box-shadow: 0 0 3px #FFA200;
			-moz-box-shadow: 0 0 3px #FFA200;
			box-shadow: 0 0 3px #FFA200;
}

.view .row { zoom: 1; display: block; margin: 0 5px; }
.view .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.view .row.user-actions { margin: 0; padding: 8px 5px 5px 11px;}
.view .user-name { position: relative; width: 100%; margin: 3px 0; overflow: hidden; font-size: 12px; font-weight: bold; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; }
.view .user-image { position: relative; width: 96px; height: 128px; float: left; margin: 0 7px; overflow: hidden; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); *width: 98px; *height: 98px; *border: 1px solid #e3e3e3; }
.view .user-image img { position: relative; z-index: -1; }
.user-list-explore { list-style: none; margin: 0; padding: 0; }
.user-list-explore li { margin: 0 8px 15px 0; padding: 0; display: block; float: left; }
