
/* styles for interactive world map */

#mapwrapper  { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal; 
	color: #fff; 
}
#mapheader {
	z-index: 10; 
}
#worldmap {
	/*z-index: 10;*/
	position:relative; 
}
#mapwrapper h4 { 
	font-size: 12px;  
	line-height: 13px; 
	font-weight: bold;
	margin: 0px 0 0 0px;
	padding-left: 0px;
	color: #fff; 
}
#mapwrapper h5 { 
	font-size: 11px;  
	line-height: 13px; 
	font-weight: bold;
	margin: 1px 0 0 0px;
	padding-left: 0px;
	color: #fff; 
}
#mapwrapper p { 
	font-size: 11px;  
	line-height: 13px; 
	margin: 3px 0 0 0px;
	padding-left: 0px;
	color: #fff; 
}

#mapwrapper a, #mapwrapper a:link, #mapwrapper a:visited {
	color: #fff; 
	font-weight: bold;
	text-decoration: underline;
}
#mapwrapper a:hover {
	text-decoration: none;
	color: #fff;
}

#mapwrapper span.left_img {
	float: left;
	margin-right: 10px;
	margin:4px 10px 4px 4px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper span.right_img {
	float: right;
	margin-left: 10px;
	margin:4px 4px 4px 15px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper .innerContainer
{
	margin:0; 
	padding:0;
	width:100%;
}

#mapwrapper .imageContainer
{
	/*float: left;
	width:auto;*/
	width:100%;
}

#mapwrapper .imageContainer img
{
	margin-right: 10px;
	margin:4px 10px 2px 4px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper .textContainer
{
	/*float: left;
	width:auto;*/
	width:100%;
}


#mapwrapper .popup {
	position: absolute; 
	z-index: 18;  
	/*width: 338px;*/  
	/*display: none;*/
	visibility:hidden;
}
#mapwrapper .popuptop {
	position: relative; 
	z-index: 20; 
	/*shift for drop shadow*/
	top: -3px; 
	left: -3px; 
	/*width: 335px;*/
	background: #7f9a3b url(../../../../wcm/fragments/ccom_interactive_point_map/_images/pop-back.jpg) bottom left repeat-x; 
}
#mapwrapper .popimg {
	margin: 12px 0 0 12px;
	float: left;
	border: 1px solid #474747;
}

/*
.popupbot {
 position: absolute; 
 z-index: 18; 
 top: 3px; 
 left: 3px;  
 width: 335px; 
 background-color: #85a7cb;
}
*/

#mapwrapper .marker {
	position: absolute; 
	z-index: 15; 
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#mapwrapper .pointer {
	position: relative; 
	height:19px;
	z-index: 21; 
	bottom: 0px;
}

#mapwrapper .pointertop {
	position: absolute; 
	z-index: 22; 
	top: 0px; 
	left: 0px; 
	width: 16px; 
	height: 18px;
	top: -3px;
}
#mapwrapper .pointerbot {
	position: absolute; 
	z-index: 21; 
	top: -2px; 
	left: 3px; 
	width: 16px; 
	height: 18px;
}

#mapwrapper .map-shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#mapwrapper .map-shadow-container .shadow {
    background-color: #85a7cb;
}

#mapwrapper .map-shadow-container .container {
    padding: 8px;
}

