.x-ui-button {
	display: block;
	float: left;
	height: 30px;
	margin: 0 1px;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}

* html .x-ui-button {
	width: 100px;
}

.x-ui-button span {
	background: url("bg-pack.png") no-repeat scroll right -30px transparent;
	border: 1px solid transparent;
	display: block;
	height: 28px;
	margin: 0;
	padding: 0 8px 0 0;
}

.x-ui-button b {
	background: url("bg-pack.png") no-repeat scroll left top transparent;
	color: #666679;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 5px 0 0;
	white-space: nowrap;
}

.x-ui-button:hover span {
	background-position: right -90px;
}

.x-ui-button:hover b {
	background-position: left -60px;
}

.x-ui-button i {
	background: url("ico-pack.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	margin: 1px 7px 0 10px;
	vertical-align: top;
	width: 17px;
}

.x-ui-button-active span {
	background: #fff none;
	border: 1px solid #5ba79a;
	border-radius: 4px 4px 0 0;
	border-bottom: none;
	margin: 3px 3px 0 3px;
	height: 27px;
	padding-right: 5px;
	position: relative;
	z-index: 101;
}

.x-ui-button-active b {
	padding-top: 3px !important;
	background-image: none;
}

.x-ui-button-active i {
	margin-left: 7px !important;
}

.x-ui-button-submenu {
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #5ba79a;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	line-height: normal;
	position: absolute;
	text-align: left;
	width: 160px;
	z-index: 100;
}

.x-ui-button-submenu li {
	margin: 0;
	padding: 0;
}

.x-ui-button-submenu a,
.x-ui-button-submenu a:link,
.x-ui-button-submenu a:visited,
.x-ui-button-submenu a:hover,
.x-ui-button-submenu a:active {
	background: url("/img/ar/ar-n2.gif") no-repeat scroll 10px 9px;
	color: #666666;
	display: block;
	font-size: 12px;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: none;
}

.x-ui-button-submenu a:hover {
	background-color: #d6e9e6;
}

.x-ui-button-ico-0 i {
	background-position: 0 0;
}

.x-ui-button-ico-1 i {
	background-position: -17px 0;
}

.x-ui-button-ico-2 i {
	background-position: -34px 0;
}

.x-ui-button-ico-3 i {
	background-position: -51px 0;
}

.x-ui-button-ico-more i {
	background: none;
	width: 1px;
}

.x-ui-button-ico-more u {
	color: #a3a3af;
	display: inline-block;
	font-size: 11px;
	padding: 0 7px 0 1px;
	text-decoration: none;
}

.x-ui-button-ico-more b {
	padding: 6px 0 0 0;
}
