* {
	margin: 0;
	padding: 0;
}
.tzSelect {
	height: 53px !important;
	display: inline-block !important;
	margin: 25px 18px 0px 0px !important;
	max-width: 90px !important;
	min-width: 90px !important;
	position: relative !important;
	text-align: left !important;
	float: right !important;
}
.tzSelect .selectBox {
	top: -4px !important;
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
	/* Font settings */
	text-align: left !important;
	color: #006600 !important;
	cursor: pointer !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: url(../png/arrow-down.png) no-repeat center right !important;
}
.tzSelect .selectBox:hover, .tzSelect .selectBox.expanded {
	color: #006600;
	text-shadow: 1px 1px 0 #9bc2d0;
}
.tzSelect .dropDown {
	font-size: 12px;
	position: absolute;
	top: 55px;
	left: -83px;
	width: 165px;
	border: 1px solid #ededed;
	list-style: none;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ebebeb;
	border-top: 3px solid #49b571;
	border-bottom: 3px solid #49b571;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.tzSelect li {
	color: #006600;
	cursor: pointer;
	position: relative;
	text-align: left;
	padding: 26px 10px;
}
.tzSelect li:hover {
	background-color: #fff;
}
.tzSelect li span{line-height: 15px;display: block;}
.tzSelect li i {
	color: #006600;
	display: block;
	font-size: 12px;
}
.tzSelect li img {
	right: 10px;
	position: absolute;
	top: 10px;
}
.country-icon {
	margin: 1px 10px 0px 18px;
}
.clear {
	clear: both;
}
