@CHARSET "UTF-8";
/*
BORDO BOX: #f6eddb
GOLD: #ac9864;
*/
map {
	cursor:pointer;
}
#map-wrapper {
	width: 950px;
	height: 390px;
	margin: 0 auto;
}

#map-list {
	width: 240px;
	height: 390px;
	float: left;
}

#map-countries {
	width: 710px;
	height: 390px;
	float: left;
	position:relative;	
}

img.country-map {
	position:relative;
	display:block;
	top: 0px;
	left: 0px;
	border: solid 0px #fff;
}

#map-north-america {
	z-index: 206;	
	left: 62px;
	top: 65px;
}
#map-south-america {
	z-index: 200;
	left: 160px;
	top: 37px;
}

#map-non-ue {
	z-index: 201;
	left: 320px;
	top: -248px;
}

#map-ue {
	z-index: 202;
	left: 346px;
	top: -335px;
}

#map-asia {
	z-index: 203;
	left: 425px;
	top: -366px;
}

#map-africa {
	z-index: 204;
	left: 331px;
	top: -489px;
}

#map-australia {
	z-index: 205;
	left: 556px;
	top: -556px;
}


#accordion-menu {
	margin-top: 50px;
	height: 330px;
}

#accordion-menu a.main {
	font-family:FuturaBook;
	font-size: 14px;
	color: #a48d54;
	margin-top: 15px;
	cursor: pointer;
	display:block;
	font-weight: bold;
}
#accordion-menu a.main:hover {
	text-decoration: underline;
	font-family:FuturaBook;
	font-size: 14px;
	color: #a48d54;
	margin-top: 15px;
	cursor: pointer;
	display:block;
	font-weight: bold;
}

#accordion-menu a {
	font-family:FuturaBookItalic;
	font-size: 12px;
	color: #9c9c9c;
	line-height: 18px;
}
#accordion-menu a:hover {
	font-family:FuturaBookItalic;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: bold;
}

div.countries-menu {
	display:none;
}
div.contacts-menu {
	display:none;
}

div.map-tooltip {
	font-family:FuturaBook;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	position:absolute;	
	color: #666;
	border-bottom: solid 1px #9c9c9c;
	display:none;
}
#north-america-tooltip {
	width: 130px;
	top: 138px;
	left: 30px;
	z-index: 251;
}
#south-america-tooltip {
	width: 230px;
	top: 290px;
	left: 19px;
	z-index: 252;
}
#non-ue-tooltip {	
	width: 220px;
	top: 130px;
	left: 600px;
	z-index: 253;
	text-align: right;
	background: transparent url(../img/pages/trade/bg-tooltips.png) repeat-x;
}
#ue-tooltip {	
	width: 140px;
	top: 131px;
	left: 217px;
	z-index: 254;
	background: transparent url(../img/pages/trade/bg-tooltips.png) repeat-x;
}
#asia-tooltip {	
	width: 100px;
	top: 167px;
	left: 580px;
	text-align: right;
	z-index: 255;
}
#africa-tooltip {
	width: 74px;
	top: 280px;
	left: 320px;
	z-index: 256;
}
#australia-tooltip {
	text-align: right;
	width: 76px;
	top: 270px;
	left: 634px;
	z-index: 257;
}