
.otherLang_hover{
	position: absolute;	z-index: 100;color:#bd3131;
}

.otherLang_hover a{display:block;width: 200px;height: 31.5px;
	padding: 5px 10px;
    width:210px;
    height:auto;               
	color: #333;
	background-color: #ddedda;
	text-decoration: none;
}

.otherLang_hover ul {
	display:block;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(153,153,153,0.7);
	margin-left:0px;
}

.otherLang_hover ul li{margin:0px;padding:0px;}
.otherLang_hover ul li a:hover{background-color:#ECF4E6;}

.otherLangLayer{display:none;}


#otherLangBtn{font-size:12px; float: right; padding-top: 7px;}

#otherLangBtn .otherLangLayer a:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.firefox #otherLang, .firefox #desktopVersion{
	letter-spacing: -1px;
}
#otherLang{
	width:120px;
	font-size:11px;
	text-decoration:none;
	position:relative;
	padding-left:18px;
	padding-right:15px;
	color:#333;
	line-height:16px;	
}

#otherLang:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0px;
	background:url('../images/icon-lang.png') no-repeat 0 0;
	background-size:100% auto;
	width:16px;
	height:16px;
}
#otherLang:after{
	content:'';
	position:absolute;
	right:4px;
	bottom:1px;
	background:url('../images/icon-lang-arr.png') no-repeat 0 50%;
	background-size:100% auto;
	width:11px;
	height:16px;
}
#otherLang:hover:before{
	background:url('../images/icon-lang-hover.png') no-repeat 0 0;	
}
#otherLang:hover:after{
	background:url('../images/icon-lang-arr-close-hover.png') no-repeat 0 50%;
}

/*RWD*/

.otherLang_hoverRWD{
	position: absolute;	z-index: 100;color:#bd3131;
}

.otherLang_hoverRWD a{display:block;width: 200px;height: 31.5px;
	padding: 5px 10px;
    height:auto;                              
	color: #333;
	background-color: #ddedda;
	text-decoration: none;
}

.otherLang_hoverRWD ul {
	display:block;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(153,153,153,0.7);
	margin-left:0px;
}

.otherLang_hoverRWD ul li{margin:0px;padding:0px;}
.otherLang_hoverRWD ul li a:hover{background-color:#ECF4E6;}

.otherLangLayerRWD{display:none;}


#otherLangBtnRWD{font-size:12px; float: right; padding-top: 7px;}

#otherLangBtnRWD .otherLangLayerRWD a:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.firefox #otherLangRWD, .firefox #desktopVersion{
	letter-spacing: -1px;
}
#otherLangRWD{
 margin-left:5px;
	width:130px;
	font-size:12px;
	text-decoration:none;
	position:relative;
	padding-left:18px;
	padding-right:15px;
	line-height:16px;	
}

#otherLangRWD:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0px;
	background:url('../images/icon-lang-mobile.png') no-repeat 0 0;
	background-size:100% auto;
	width:16px;
	height:16px;
	vertical-align:Top !important;
}
#otherLangRWD:after{
	content:'';
	position:absolute;
	right:4px;
	bottom:1px;
	background:url('../images/icon-lang-arr-mobile.png') no-repeat 0 50%;
	background-size:100% auto;
	width:11px;
	height:16px;
}
#otherLangRWD:hover:before{
	background:url('../images/icon-lang-hover.png') no-repeat 0 0;	
}
#otherLangRWD:hover:after{
	background:url('../images/icon-lang-arr-close-hover.png') no-repeat 0 50%;
}
#otherLangLayerRWD {
	add color: #3d5ba9;
}
#otherLang:hover {
	color:#CB3131;
}
