/* $Id: ui-label--blue.css 10377 2011-04-08 07:34:48Z rodion_volchkov $ */

/* =ui-label--blue
___________________________*/

.ui-label--blue {
	min-width:1px;
	height:20px;
	font-size:.8em;
	color:#fff;
	line-height:1.66;
	background:#1a99ff;
	margin:0 10px 0 0;
	vertical-align:top;
	display:inline-block;
	position:relative;
	padding:0 10px;
	border-radius:10px;
	-moz-border-radius:10px; /* Gecko (Firefox) */
	-webkit-border-radius:10px; /* WebKit (Safari/Chrome) */
	-khtml-border-radius:10px; /* KHTML (Konquerer) */
}

.ui-label--blue:hover .b-icon {
	background: url(../../../../../img/icons.png) -92px -118px !important;
	z-index:3;
	top:2px;
	right:2px;
	width:16px;
	height:16px;
	position:absolute;
	cursor:pointer;
}

.ui-label--blue .ui-label-content {
	overflow:hidden;
	height:20px;
	max-width:0;
}

.ui-label--blue .ui-label-name {
	white-space:nowrap;
	width:auto !important;
	height:20px !important;
	cursor:default;
	background:none !important;
	position:static !important;
	margin:0 !important;
	overflow:visible !important;
}