#map {
	position: relative;
	width: 780px;
	height: 377px;
	overflow: hidden;
	margin-left: 20px;
}
#returnlink {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #CCC;
	padding: 3px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
}
#map a #returnlink {
	font-size: .75em;
	color: #FFF;
	text-decoration: none;
}

#map a.bullet {
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 1;
	z-index: 2;
	background-image: url(sales/images/bullet.png);
}
#map a#china.bullet {
	text-decoration: none;
}
#map img.zoomable { 
}
#map div.popup {
	display: none;
	position: absolute;
	width: 225px;
	top: 100px;
	left: 150px;
	padding: 0px 0px 10px;
	background: white;
	z-index: 3;
	border: 1px solid #999;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.4);
	box-shadow:0px 0px 6px 1px rgba(110,110,110,.2);
	background-clip: border-box;
}
#map div.popup p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
#map div.popup h3 {
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
}
#map div.popup a.close{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0px 3px;
	background-color: #900;
	color: #FFF;
	font-size: 0.65em;
	text-decoration: none;
	border-radius: 7px 0px 7px 0px;
	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
}
#maintext #rightcol {
	background-color: #CCC;
	float: right;
	margin-right: 20px;
	padding: 0px 0px 10px;
	margin-left: 20px;
	width: 200px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.4);
	box-shadow:0px 0px 6px 1px rgba(110,110,110,.2);
	background-clip: border-box;
	margin-bottom: 20px;
	border: 1px solid #999;
	color: #000;
}
