.smIcon {
	display:inline;
	vertical-align:middle;
	
	text-decoration:none;
	cursor:pointer;
	
	margin-right: 4px;
}
/*
.smIcon.user {
	background:url(/resources/img/icons/offline_16.png) no-repeat;
}

.smIcon.user.online {
	background:url(/resources/img/icons/online_16.png) no-repeat;
}*/

.smName {
	font-size: 11px;
	font-weight:bold;
	color:#999999 !important;

	padding:0;
	margin:0;
	margin-left: -2px;	
		
/*	color:#84c800; */
	text-decoration:underline;
}

.smComName {
	font-size: 11px;
	font-weight:bold;
	color:#50a816 !important;

	
	padding:0;
	margin:0;
	
	/*color:#333333;*/
	text-decoration:underline;
}

.smName.online {
	color:#84c800 !important;
}

.smName.eonline {
	color:#663399 !important;
}

.UCmenu{display:inline; padding:0; margin:0}

.communityBlock .UCmenu {  /* перенос длинных слов */
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#SmWinHolder{position:relative; display:block; float:left; z-index: 10000;}
#SmWin{width:273px; position:absolute; top:0px; left:0;}
#SmWinDiv0{background:url(/resources/img/containers/userMenu_273t.png) no-repeat; width:273px; height:20px; overflow: hidden;}
#SmWinDiv1{background:url(/resources/img/containers/userMenu_273m.png) repeat-y; width:273px; overflow: hidden;}
#SmWinDiv2{background:url(/resources/img/containers/userMenu_273b.png) no-repeat; width:273px; height:20px; overflow: hidden;}


#SmWinContent{color:#999; overflow: visible; padding: 0px 15px 0px 15px;}

#umenu_ {color: #ccc;font-family: Verdana;}
#umenu__ {color: #ccc;font-family: Verdana;}
#umenu_ .name {color: black;font-weight: bold;font-family: Verdana;font-size: 11px;}
#umenu_ a {color: #446887;font-size: 10px;}
#umenu_ .offline {color: #434343;font-size: 10px;}
#umenu_ .online {color: #22b600;font-size: 10px;font-weight: bold;}
#umenu__ a {color: #446887;font-size: 10px;font-weight: bold;}


#SmWinContent #avatar {
	width:91px;
	height:91px;
	
	display:block;
	background:url(/resources/img/misc/userAvaBckg_91x91.jpg) no-repeat;
	
	padding-left: 6px;
	padding-top: 4px;
	
	float:left;
}

#SmWinContent #info {
	padding-left:96px;
}

#SmWinContent #menu {
	width:100%;
	display:block;
	
	margin-top: 10px;
	
	float:left;
}

#SmWinContent #menu ul {
	list-style:none;
	
	margin: 0;
	padding: 0;
}

#SmWinContent #menu ul li {
	background: none;
	
	margin: 0;
	padding: 0;
}

#SmWinContent #menu ul li img{
	vertical-align:middle;
	
	margin-left: 5px;
	margin-right: 10px;
}

#SmWinContent #menu ul a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #333333;
	
	text-decoration:none;
}

#SmWinContent #menu ul a:hover {
	text-decoration:underline;
}

#SmWinContent #menu .separator {
	display:block;
	
	margin: 5px 15px 5px 41px;
	
	height: 1px;
	background-color: #d9d9d9;
	
	width:auto;
}