.ot-map {
	position: relative;
	background: #8ab3cc;	
}

.ot-map-data {
	display: none;	
}

.ot-map-main {
	width: 974px;
	height: 517px;
}

.ot-map-main .ot-map-inner {
	width: 974px;
	height: 517px;
}

.ot-map-country {
	width: 640px;
	height: 368px;
}

.ot-map-country .ot-map-inner {
	width: 640px;
	height: 368px;
}

.ot-map-continent {
	width: 640px;
	height: 368px;
}

.ot-map-continent .ot-map-inner {
	width: 640px;
	height: 368px;
}

.ot-map-anchor {
	position: absolute;
	width: 1px;
}

.ot-group-panel {
	background: url(../images/map/panel.group.png) left top no-repeat;
	width: 33px;
	height: 44px;
	padding: 8px 0 0 3px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}



.ot-map-popup-panel {
	width: 246px;
	position: absolute;
	bottom: -15px;
	left: 19px;
	font-family: Arial, sans-serif;
	z-index: 1;
}

.ot-map-popup-panel .ot-map-popup-panel-inner {
	background: url(../images/map/popup-panel/content.png) left top no-repeat;
	min-height: 87px;
}


.ot-map-popup-panel .ot-map-popup-panel-content {
	margin: 0 39px 0 21px;
	padding: 12px 0 0 64px;
	position: relative;
}

* html .ot-map-popup-panel .ot-map-popup-panel-content {
	height: 1px;
}

.ot-map-popup-panel .ot-map-popup-panel-content h2 {
	color: #f84d01;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0 10px 0 0;
}

.ot-map-popup-panel .ot-map-popup-panel-content p {
	color: #787878;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	margin: 2px 0 0 1px;
	padding: 0 0 4px 0;
	border: #b1b1b1 solid 1px;
	border-width: 0 0 1px 0;
}

.ot-map-popup-panel .ot-map-popup-panel-image-holder {
	height: 55px;
	width: 55px;
	position: absolute;
	top: 12px;
	left: 0;
}

.ot-map-popup-panel .ot-map-popup-panel-image-holder img {
	display: block;
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0;
	left: 0
}

.ot-map-popup-panel .ot-map-popup-panel-image-holder .ot-map-popup-panel-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/map/popup-panel/image-mask.png) left top no-repeat;
	width: 55px;
	height: 55px;
}


.ot-map-popup-panel .ot-map-popup-panel-bottom {
	height: 52px;	
	background: url(../images/map/popup-panel/bottom.png) left top no-repeat;
	padding: 1px 0 0 0;
}


.ot-map-popup-panel .ot-map-popup-panel-bottom a {
	font-size: 12px;
	color: #787878;
	padding: 2px 0 2px 18px;
	text-decoration: none;
	background: url(../images/map/popup-panel/more-icon.gif) left center no-repeat;
	display: block;
	margin: 5px 0 0 85px;
}

.ot-map-popup-panel a.close {
	position: absolute;
	top: 9px;
	right: 34px;
	width: 12px;
	height: 11px;
	background: url(../images/map/popup-panel/close.gif) top left no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ot-map-popup-panel-loading .ot-map-popup-panel-content {
	visibility: hidden;
}

.ot-map-popup-panel-loading .ot-map-popup-panel-bottom a {
	visibility: hidden;	
}

.ot-map-popup-panel-loading a.close {
	visibility: hidden;
}

.ot-map-view-switcher {
	width: 314px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 8px;
	cursor: pointer;
	overflow: hidden;
}

.ot-map-view-switcher a {
	width: 126px;
	height: 27px;
	float: left;
	padding: 6px 0 0 31px;
	text-decoration: none;
	color: #a2a2a2;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.ot-map-view-switcher a.otmvs-last {
	padding-left: 26px;	
}

.ot-map-view-switcher div {
	height: 66px;
	width: 314px;
	background: url(../images/map/view-switcher.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}


.ot-map-view-switcher-alternative-view div {
	top: -33px !important;
}


.ot-map-country .ot-map-view-switcher {
	display: none;	
}

.ot-map-country-continent-selector-holder {
    display: none;
	height: 31px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/map/opaque-40.png) left top;
	width: 100%;
}


.ot-map-country-continent-selector-holder select {
	width: 186px;
	float:left;
	display:inline;
	margin:3px 0 0 5px;
	font-size:93%;
}

.ot-map-country-continent-selector-holder ul {
	list-style-type: none;
	padding: 4px 13px 0 0;
	margin: 0;
	float: right;
}

.ot-map-country-continent-selector-holder ul li {
	display: inline;
	padding: 0 0 0 16px;
}

.ot-map-country-continent-selector-holder ul li form {
	display: inline;
	padding: 0;
	margin: 0;
}

.ot-map-country-continent-selector-holder ul li button {
	width: 24px;
	height: 24px;
	background: url(../images/map/go-icon.png) left top no-repeat;
	border-width: 0;
	text-indent: -99999em;
	cursor: pointer;
	position: relative;
	right: -3px;
}
