#country-select {
	width: 70px;
    position: absolute;
}

#country-select ul li {
    list-style: none !important;
}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
}
	
/* JS-created definition list */

.dropdown a {
	text-decoration: none;
	outline: 0;
	display: block;
	overflow: hidden;
}

.dropdown dt a {
	border: 0px;
	padding:3px;
	padding-bottom: 10px;

}

.dropdown dd { position: relative; }

	.dropdown dd ul {
		border: 0;
		display: none;
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		list-style: none;
		border-top: none;
		margin: 0;
		padding:3px;

		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);
	}

	.dropdown dd ul li a {
		padding: 4px 0px;
	}

	.imgdt {
		float: left;
		width: 40px; height: 27px;
		cursor: pointer;
	}

	.imgflag {
		float: left; margin-left:4px;
		width: 17px; height: 27px;
		cursor: pointer;
	}

	.imgdl {
		float: left;
		width: 40px; height: 27px;
		cursor: pointer;
	}

	.dropdown dd ul li a {
		float: left;
		cursor: pointer;
	}

	.dropdown dd img:hover { border:1px solid #61caea; }

@media screen and (min-width: 0px) {
    #country-select {
        top: 20px;
        left:20px;    
    }

}


@media screen and (min-width: 800px) {
    #country-select {
        top: 5px;
        right:0;  
        left:auto;  
    }    

}