/* lang-chooser-trigger */
.custom-select {
	background: url('images/globe.png') no-repeat 0px 3px;
	padding-left: 15px;
	font-size: 10px;
	color: #fff;
	margin-right: 5px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

.custom-select-trigger {
	background: url('images/lang-chooser-arrow.png') no-repeat right center;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	display: inline;
	cursor: pointer;
	padding: 0 20px 0px 5px;
	font-size: 12px;
	line-height: 19px;
}

.custom-select-options {
	margin: 8px 0 0 0px;
	padding: 0;
	background: #EEEEEE;
	position: absolute;
	display: none;
	z-index: 1;
	border:1px solid #d3d3d3;
	z-index: 9999;
}

.custom-select.opened .custom-select-options {
	display: block;
}

.custom-select-options li{
	list-style: none;
	padding: 5px;
	cursor:pointer;
	margin: 0;
	font-size: 12px;
	text-align: center;
	width: 52px;
	color: #003e7e;
}

.custom-select-options li:hover, .custom-select-options li.selected {
	background: #003e7e;
	color: #eab201;
}
