#bpt-langswitcher-actions {
	padding: 0px;
	position: relative;
	top: 11px;
	width: 170px;
	margin-left: 15px;
}
*:first-child + html #bpt-langswitcher-actions { z-index: 103; }

#bpt-langswitcher-current {
	padding: 4px 0 4px 3px;
	background: #797979 url(../images/switcher/fav.png) repeat-x scroll top center;
	line-height: 14px;
	vertical-align: middle;
	border-color:#777777 #777777 #666666 !important;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-style:solid;
	border-width:1px;
}
#bpt-langswitcher-actions .slide-down {
	background:#797979 url(../images/switcher/fav-top.png) repeat-x scroll top center;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#bpt-langswitcher-current img {
	margin: 2px 0 0 8px;
	float: left;
}
#bpt-langswitcher-current span {
	font-size: 11px;
	margin: 0 0 0 8px;
	padding: 0;
	background: transparent url(../images/switcher/countries/unknown.gif) no-repeat 2px 0;
	color: #ddd;
	white-space: nowrap;
}
*:first-child + html #bpt-langswitcher-current,
*:first-child + html #bpt-langswitcher-current span  { zoom: 100%; } /* IE hack */

#bpt-langswitcher-toggle {
	background:transparent url(../images/switcher/fav-arrow.png) no-repeat scroll 0 -4px;
	height:22px;
	position:absolute;
	right:0;
	top:1px;
	width:28px;
}

#bpt-langoptions {
	border-color: #797979;
	background: #797979 url(../images/switcher/fav-bottom.png) repeat-x left bottom;
	z-index: 102;
	position: absolute;
	display: none;
	padding: 3px;
	padding-bottom: 6px;
	font-size: 10px;
	width: 162px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	border-color: #797979;
	border-style:solid;
	border-width:1px;
}

.bpt-langoption { 
	display: block;
	text-decoration: none !important;
	color:#ddd; padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	background:transparent url(../img/countries/unknown.gif) no-repeat 2px 3px;
}
.bpt-langoption img {
	margin: 3px 0 0 8px;
	float: left;
}
.bpt-langoption span {
	font-size: 11px;
	padding-left: 8px;
}
a.bpt-langoption:hover {
	color: #fff;
}
a.bpt-langoption:hover span {
	text-decoration: underline !important;
}
.lang-installed { 
	background-color: #E7F7D3 !important;
}