body {
	background-color: #f9f9f9 ;
	font-family: "Hevetica Neue", Helvetica, Arial, sans-serif ;
	color: #333 ;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	min-height: 40px;
	position: relative;
	top: -6px;
}


ul.userlist {
	padding-top: 0 ;
	border-top: 1px solid #333 ;
	width: 220px ;
	position: relative;
}
li.user {
	width: 160px ;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	min-height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 6px 0px 13px 60px;
	margin: 0 20px 0 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}

li.user img.avatar {
	position: absolute ;
	top: 10px ;
	left: 0 ;
}

li.group {
	float: left;
	display: inline;
	font-weight: normal ;
	color: #666;
	min-height: 40px;
	font-size: 15px;
	line-height: 20px;
	padding: 9px 30px 10px 30px;
	width: 160px ;
	margin: 0 20px 0 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	background-image: url(/site/images/icons/icon_expand_15-cccccc.png);
	background-position: right 12px;
	background-repeat: no-repeat;
}

li.group.selected {
	background-color: #eaeaea ;
	font-weight: bold ;
	color: #333 ;
}

.dot_20 {
	height: 20px ;
	width: 20px ;
	border-radius: 20px ;
	display: inline-block ;
	position: absolute ;
	top: 9px;
	left: 0 ;
	text-decoration: none ;
}	

ul.userlist li:hover {
	background-color: #e6e6e6 ;
	cursor: pointer ;
}

ul.userlist li.group:hover {
	background-image: url(/site/images/icons/icon_expand_15-262626.png);
}