@charset "utf-8";
/* CSS Document */
@import url(../../../css/import/fonts.css);

.ui-language {
	width:100%;
	z-index:999;
	margin-top:30px;
	position:absolute;
	z-index:9999999;
}	
.ui-language-item {
	width:960px;
}
.ui-language-holder {
	width:188px;
	height:29px;
	background-color:#fff;
	border-top: solid 1px #b3b3b3;
	margin-right:105px;
}	

	.ui-language-items {
		list-style: none;

		border-left: solid 1px #b2b2b2;
		border-right: solid 1px #b2b2b2;
		border-bottom: solid 1px #b2b2b2;
		border-right: solid 1px #b2b2b2;
		margin-top:0px;
		width:147px;
		text-align:left;
	}
		.ui-language-select-item {
			height: 29px;
			width:187px;
			background-color:#fff;
			text-align:left;
			color:#666666;
			cursor: pointer;
			display:none;
			margin-left:-40px !important;
		}
		.ui-language-select-item div {
			height:29px;
			line-height:29px;
			padding-left:20px;
		}
		.ui-language-select-item span{
			display: block;
			width:29px;
			margin-top:-22px;
			float:right;
			text-align:left;
		}
		
	.ui-language-current {
		height: 29px;
		width:147px;
		background-color:#fff;
		text-align:left;
		color:#666666;
		cursor: pointer;
		text-indent:-2.2em;
	}
	.ui-language-current div {
		height:29px;
		line-height:29px;
		padding-left:10px;
	}
	.ui-language-current span{
		display: block;
		float:right;
		margin-top:-22px;
	}
		.ui-language-select-item:hover {
			color:#fff;
			background-color:#00b0e5;
		}
