/*-----------------------------------------------------------
 * Author:Gross Anton, http://www.italia-ru.it/users/ainur
------------------------------------------------------------*/
#ub {
	margin-bottom:10px;
}
#ub-picture {
	float:left;
	margin-right:15px;
	padding:0 0 5px 0;
}
#ub a.logout {
	padding:0 0 1px 20px;
	margin-left:2px;
	background:url(../images/sprites.gif) 0 -282px no-repeat;
}
#ub a.edit {
	padding:0 0 2px 20px;
	margin-left:1px;
	background:url(../images/sprites.gif) 0 -301px no-repeat;
}
#ub a.love {
	float:right;
	padding:0 0 2px 20px;
	margin-left:1px;
	margin-top:-15px;
	background:url(../images/sprites.gif) 0 -213px no-repeat;
}
#ub ul {
	display:block;
}
#ub ul,
#ub ul li {
	list-style:none;
	padding:0;
	margin:0;
	background:none;
}

#ub-extra span {
	font-size:12px;
}
#ub-extra span.positive {
	color:#99cc00;
}
#ub-extra span.negative {
	color:#ed1c24;
}
#ub-extra span.netrual {
	color:#666666;
}

#ub-create-content-wrapper,
#ub-user-menu-wrapper,
#ub-bookmarks-wrapper {
	margin:15px 13px 0 0;
	float:left;
}
#ub-create-content-wrapper ul li,
#ub-user-menu-wrapper ul li,
#ub-bookmarks-wrapper ul li {
	display:block;
}
#user-bar-extra {
	float: right;
}
#user-bar-extra .pro-espire {
	font-size:10px;
	color:#666;
	padding-top:5px;
	text-align:center;
}
#user-bar-extra .pro-link {
  color:#666;
}
#user-bar-extra .pro-link {
    text-align: right;
}
html.js #ub-create-content-wrapper,
html.js #ub-user-menu-wrapper,
html.js #ub-bookmarks-wrapper  {
	display:block;
	cursor:pointer;
	background:url(../images/create-content.gif) 0px 0px no-repeat;
	color:#FFFFFF;
	position:relative;
	width:71px;
	height:24px;
	z-index:3;
}
html.js #ub-user-menu-wrapper  {
	background:url(../images/user-menu.gif) 0px 0px no-repeat;
	width:79px;
	z-index:2;	
}
html.js #ub-bookmarks-wrapper {
	background:url(../images/bookmarks.gif) 0px 0px no-repeat;
	width:100px;
	z-index:1;	
}
#ub-create-content,
#ub-user-menu,
#ub-bookmarks, 
html.js #ub-create-content,
html.js #ub-user-menu,
html.js #ub-bookmarks {
	display:none;
}
html.js #ub-bookmarks .block {
	color:#333333;
	padding-bottom:10px;
}
html.js #ub-create-content,
html.js #ub-user-menu,
html.js #ub-bookmarks {
	color:#ffffff;
	position:absolute;
	width:170px;
	padding:10px;
	background:#ebebeb;
	z-index:100;
	top:-33%;
	left:-8px;	
}
html.js #ub-bookmarks {
	width:400px;
}
html.js #ub-create-content a,
html.js #ub-user-menu a,
html.js #ub-bookmarks a {
	padding:5px;
}

html.js #ub-create-content a:hover,
html.js #ub-user-menu a:hover,
html.js #ub-bookmarks a:hover {
	background:#acacac;
	color:#ffffff;
}
html.js #ub-create-content ul li,
html.js #ub-user-menu ul li,
html.js #ub-bookmarks ul li {
	margin-bottom:5px;
}