#countrySelect {
	width: 600px;
	font-size: 10px;
	clear: both;
}
.country {
	width: 140px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	cursor: pointer;
}
.country:hover {
	color: #003D7D;
}
.country img {
	vertical-align: bottom;
}
.countryCode {
	display: none !important;
}
#saveForFuture {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	width: auto;
	text-align: right;
}
#closeMe {
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
	display: inline;
	text-align: right;
	width: auto;
}
#changeCountries h3 {
	float: left;
	width: 200px;
}
#countriesBG {
	position: absolute;
	background-color: white;
	z-index: 100;
	width: 600px;
	height: 495px;
	opacity: 0.9;
	float: left;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	display: none;	
}

#changeCountries {
	position: absolute;
	display: inline;
	clear: both;
	top: 124px;
	left: 550px;
	width: 600px;
	padding: 16px;
	z-index: 200;
  display: none;
}

#countrySelect, #countrySelect * {
	z-index: 200;
	opacity: 1.0;
}
div.checkCountry {
	text-align: center;
	height: 90px;
	font-weight: bold;
	background-image: url('/js/look2010/2010_product_availability_bg.jpg');
	background-repeat: no-repeat;
}
.miniFlag {
	width: 23px;
	height: 14px;
	vertical-align: top;
}