html, body{
	background: #e6e6df url('/_images/country-selector/bg.gif') repeat-y fixed 50% 0;
}
div#detection {
	position: absolute;
}
div#country-selector-container{
	width: 919px;
	margin: 0 auto 0 auto;
	padding: 0 0 12px 25px;
	text-align: left;
	background-color: #dcdbcf;
	color: #71747a;
	position: relative;
	z-index: 1;
}

div#locationdetected {
	margin-top: 10px;
	display: block;
	height: 32px;
	margin-left: -25px;
}
p#locationcountry {
	background: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 10px;
	height: 16px;
	float: left;
	color: #93939b;
	font-size: 14px;
}
p#locationcountry span {
	font-weight: bold;
	color: #2e2e36;
}
p#locationlanguage {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:40px;
	padding-right: 25px;
	background: #2e2e36 url('/_images/country-selector/continue-arrow.gif') no-repeat 10px 6px;
	height: 16px;
	width: auto;
	float: left;
	font-weight: bold;
	color: #94979e;
}
p#locationlanguage a {
	color:#fcfdff;
}
p#locationlanguage a:hover {
	text-decoration: none;
}
p#chooseanother {
	font-size: 11px;
	padding-top:3px;
}


img#world-map-image{
	margin: 80px 0 0 34px;
}
div#country-selector-container h2{
	padding-top: 12px;
}
div#country-selector-copyright{
	margin-top: 25px;
}

img#home-overlay-area-image {
	position: absolute;
	cursor: pointer;
}

/* Country labels  */
div#country-selector-container img.australasia {
	left: 705px;
	top: 420px;
	width: 110px;
	height: 59px;
}
div#country-selector-container img.asia {
	left: 640px;
	top: 238px;
	width: 72px;
	height: 59px;
}
div#country-selector-container img.russia {
	left: 650px;
	top: 140px;
	width: 87px;
	height: 59px;
}
div#country-selector-container img.europe {
	left: 435px;
	top: 180px;
	width: 91px;
	height: 59px;
}
div#country-selector-container img.middle-east {
	left: 495px;
	top: 245px;
	width: 117px;
	height: 59px;
}
div#country-selector-container img.africa {
	left: 465px;
	top: 340px;
	width: 82px;
	height: 59px;
}
div#country-selector-container img.south-america {
	left: 187px;
	top: 370px;
	width: 135px;
	height: 59px;
}
div#country-selector-container img.north-america {
	left: 70px;
	top: 160px;
	width: 135px;
	height: 59px;
}

/* Overlay box */
div#country-selector-language-selection {
	position: absolute;
	top: 135px;
	background-color: #fff;
	padding: 35px 10px 60px 10px;
	border-bottom: 20px #fff solid;
	border-right: 10px #fff solid;
	min-height: 275px;
	z-index: 100;
	text-align: left;
}

div.single {
	width: 295px;
}

div.double {
	top: 70px !important;
	width: 595px;
}

div#country-selector-language-selection h3 {
	margin: 0 0 24px 11px;
}

a#country-selector-language-selection-close {
	float: right;
	margin: -42px -3px 0 0;
	height: 16px;
	width: 16px;
	background: #fff url(/_images/country-selector/close.gif) no-repeat top left;
}
a#country-selector-language-selection-close:hover{
	background-position: bottom left !important;
}

div#country-selector-language-selection ul.country-selector-map-data-country-list {
	display: block;
	clear: both;
	padding: 0 10px 0 10px;
}

ul.country-selector-map-data-country-list li {
	height: 20px;
}

div#country-selector-language-selection {
	color: #71747a;
}

div#country-selector-language-selection li.breaker {
	margin-top: -460px;
}

div#country-selector-language-selection li.second-column {
	margin-left: 290px;
}

div#country-selector-language-selection a,
div#country-selector-language-selection ul li span{
	color: #71747a;
	text-decoration: underline;
	cursor: pointer;
}

div#country-selector-language-selection a:hover,
div#country-selector-language-selection ul li span:hover{
	color: #2d2f36;
}

div#country-selector-language-selection ul li ul {
	margin: -16px 0 0 130px;
	width: 180px;
}

div#country-selector-language-selection ul li ul.safari {
	float: none;
}

div#country-selector-language-selection ul li ul li {
	float: left;
	padding-left: 3px;
}

div#country-selector-language-selection ul li.other {
	padding-top: 20px;
}



/* Blackout div */
div#country-selector-map-blackout {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20); /* needed for IE6+7 */
}
