#country_select_window {
	/* font-family: Roboto Condensed, sans-serif; */
	-moz-box-shadow: 3px 3px 8px #000;
	-webkit-box-shadow: 3px 3px 8px #000;
	box-shadow: 3px 3px 8px #000;
	z-index: 8000;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 500px;
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.region_select {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	display: none;
}

.region_picker img {
	border: none;
}

.select_country_outer {
	margin-top: 5px;
}

.region_list *,
.region_list *:before,
.region_list *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.select_country_region {
	display: block;
	text-decoration: none;
	color: #000;
	width: 78px;
	float: left;
	margin: 2px;
	padding: 5px 4px 3px 4px;
	height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(38%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* W3C */
}

.close_regions {
	font-family: Roboto, sans-serif;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -10px;
	background-color: #000000 !important;
	border-radius: 136px;
	border-style: solid;
	color: #fff;
	text-decoration: none;
}

.select_country_region:hover {
	background: none;
	background-color: #fff;
}

.region_north_america {
	border-bottom: 4px solid #1676A9;
}

.region_south_america {
	border-bottom: 4px solid #3CA525;
}

.region_europe {
	border-bottom: 4px solid #9C0100;
}

.region_africa {
	border-bottom: 4px solid #C75811;
}

.region_asia {
	border-bottom: 4px solid #737375;
}

.region_europe {
	line-height: 2.5;
}

.last_region {
	width: 354px;
	height: 26px;
	line-height: 2.2;
}

.region_title {
	font-weight: bold;
	font-size: 24px;
	font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
	margin-bottom: 4px;
	padding-left: 18px;
	text-align: left;
}

body.lp-vietnamese .region_title {
	font-family: 'Open Sans Condensed', sans-serif;
}

.region_list {
	clear: both;
	display: none;
}

.market_title {
	color: white;
	font-size: 24px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
	font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

body.lp-vietnamese .market_title {
	font-family: 'Open Sans Condensed', sans-serif;
}

.market_column a {
	line-height: 1;
	display: block;
	width: 98%;
	min-height: 22px;
	padding: 13px 2px 2px 2px;
	background-color: #272324;
	text-decoration: none;
	border: 1px solid #272324;
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 4px;
	font-size: 10px;
	text-transform: uppercase;
}

.market_column a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}

.market_column a.long {
	padding: 5px 2px 8px 2px;
}

.market_column {
	width: 114px;
	margin-right: 8px;
	float: left;
}

.third {
	margin-right: 0px;
}

.region_back {
	display: none;
	float: left;
	clear: both;
	text-align: center;
	margin: 0px 150px;
	text-decoration: none;
	color: #000;
	padding: 8px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #ccc;
	font-size: 11px;
	text-transform: uppercase;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(38%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
}

.area {
	overflow: auto;
	padding: 8px 8px;
}

.area.asia {
	background-color: #8445ad;
}

.area.north_america {
	background-color: #209bde;
}

.area.south_america {
	background-color: #3baf2a;
}

.area.europe {
	background-color: #cf112b;
}

.area.africa {
	background-color: #ff6b01;
}

.fill_in_div {
	width: 200px;
	height: 6px;
	clear: both;
}

.tahiti {
	padding-bottom: 6px;
	padding-top: 7px;
}

#country_select_window.mobile_view {
	width: 300px;
}

#country_select_window.mobile_view .region_picker,
#country_select_window.mobile_view .region_title {
	display: none !important;
}

#country_select_window.mobile_view .region_list {
	display: block !important;
}

#country_select_window.mobile_view .region_list .area {
	display: block !important;
}
