.tx-psm-powermap {
	padding-top: 5px;
}

.tx-psm-powermap .map {
	position: relative;
}

.tx-psm-powermap .left_right .content {
	float: left;
	width: 50%;
}

.tx-psm-powermap .left_right .map {
	float: right;
	width: 48%;
	position: relative;
}

.tx-psm-powermap .map_layer {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

.tx-psm-powermap .map_layer_part {
	display: none;
}

.tx-psm-powermap .map_layer_part.mark {
	display: block !important;
}

.tx-psm-powermap .map_content_item {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	display: none;
}

.tx-psm-powermap .map_content_item.mark {
	background-color: #ddd;
}

.tx-psm-powermap .map_content_item_image {
	float: left;
	padding-right: 10px;
}

.tx-psm-powermap .map_content_item_text {
	float: left;
}

.tx-psm-powermap  .map_content_item.large .map_content_item_text {
	max-width: 220px;
}

.tx-psm-powermap .map_content_item_text .title {
	padding-bottom: 12px;
}

.tx-psm-powermap .left_right .map_content_item_text .phone {
	display: none;
}

.tx-psm-powermap .large .map_content_item_text .title b {
	color: #ee7101;
}

.tx-psm-powermap .large .map_content_item_text .name {
	padding-bottom: 12px;
	color: #ee7101;
}

.tx-psm-powermap .large .map_content_item_text .phone {
	display: block;
}

.tx-psm-powermap .large .map_content_item_text .email {
	padding-top: 12px;
}

.tx-psm-powermap .clear {
	clear: both;
}

.tx-psm-powermap .top_bottom .map_content_item {
	width: 50%;
	float: left;
	border: none;
}

.tx-psm-powermap .top_bottom .map_content_item_text {
	width: 280px;
}

.tx-psm-powermap .top_bottom .row {
	border-bottom: 1px solid #000;
}



.tx-psm-powermap .zoom_map {
	margin: -5px -10px 0 -10px;
	height: 430px;
	width: 800px;
	overflow: hidden;
	position: relative;
}

#c27111 .tx-psm-powermap .zoom_map {
	height: 510px;
}

.tx-psm-powermap .zoom_map .map_parts {
	height: 401px;
	width: 780px;
	position: absolute;
	left: 0;
	top: 0;
}

.tx-psm-powermap .zoom_map .map_background {
	position: absolute;
	top: 0;
}

.tx-psm-powermap .zoom_map .map_background,
.tx-psm-powermap .zoom_map .map_layer_part,
.tx-psm-powermap .zoom_map .map_layer_part img {
	height: 100%;
	width: 100%;
}

.tx-psm-powermap .zoom_map .clicked {
	cursor: move;
}

.tx-psm-powermap .zoom_map .clicked .map_background_small,
.tx-psm-powermap .zoom_map .clicked .map_layer_part_small {
	display: none;
}

.tx-psm-powermap .zoom_map .map_layer_part img {
	position: absolute;
	top: 0;
}

.tx-psm-powermap .zoom_map .back {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 100;
	display: none;
}

.tx-psm-powermap .zoom_map .back span {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #fff;
}

.tx-psm-powermap .zoom_map .point {
	height: 11px;
	width: 11px;
	background: url(../Images/point.png) no-repeat;
	position: absolute;
	z-index: 19;
	display: none;
	cursor: pointer;
}

.tx-psm-powermap .zoom_map .map_content_item {
	padding: 10px 20px 10px 10px;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	z-index: 20;
	top: -50px;
	width: 250px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)";
	font-size: 11px;
	line-height: 13px;
	cursor: default;
}

.tx-psm-powermap .zoom_map .map_content_item h3,
.tx-psm-powermap .zoom_map .map_content_item h4 {
	font-size: 11px;
}

.tx-psm-powermap .zoom_map .map_content_item p,
.tx-psm-powermap .zoom_map .map_content_item img {
	padding-bottom: 10px;
}

.tx-psm-powermap .zoom_map .map_content_item p.last {
	padding-bottom: 0;
}

.tx-psm-powermap .zoom_map .map_content_item.area {
	top: auto;
	bottom: 0;
	left: 250px;
	width: 400px;
	padding: 10px;
}

.tx-psm-powermap .zoom_map .map_content_item.area p {
	padding-bottom: 0;
}

.tx-psm-powermap .zoom_map .map_content_item.area .map_content_item_image {
	width: 95px;
}

.tx-psm-powermap .zoom_map .map_content_item.area .map_content_item_text {
	width: 295px;
}

.tx-psm-powermap .zoom_map .map_content_item .close {
	background: url(../Images/close.gif) no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.tx-psm-powermap .zoom_map .map_content_item .arrow {
	background: url(../Images/arrow.png) no-repeat right top;
	height: 29px;
	width: 15px;
	position: absolute;
	right: -16px;
	top: 40px;
}

.tx-psm-powermap .zoom_map .map_content_item.left .arrow {
	background-position: left top;
	left: -16px;
	top: 40px;
}

.tx-psm-powermap .list_content_item {
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.tx-psm-powermap .list_content_item .list_content_item_image {
	float: left;
	margin-right: 10px;
}

.tx-psm-powermap .list_content_item .title {
	margin-bottom: 16px;
}



/* person, company list */

.tx-psm-powermap .powermap_country_form {
	text-align: center;
	margin-bottom: 15px;
}

.tx-psm-powermap .persons .row,
.tx-psm-powermap .companies .row {
	padding-bottom: 15px;
}

.tx-psm-powermap .persons .row p,
.tx-psm-powermap .companies .row p {
	margin-bottom: 10px;
}

.tx-psm-powermap .companies .row .image {
	float: right;
	text-align: right;
}


/* mobile */
.tx-psm-powermap .mobile .persons,
.tx-psm-powermap .mobile .companies {
	margin: 0 0.4em;
}

.tx-psm-powermap .mobile .persons .row p,
.tx-psm-powermap .mobile .companies .row p {
	margin-top: 0;
}

.tx-psm-powermap .mobile .companies .row .image {
	width: 90px;
}

.tx-psm-powermap .mobile .companies .row .text.with_image {
	margin-right: 90px;
}

.tx-psm-powermap .mobile .persons .row .image {
	float: left;
	width: 90px;
}

.tx-psm-powermap .mobile .persons .row .text.with_image {
	margin-left: 90px;
}

.tx-psm-powermap .mobile .buttons .ui-btn {
	display: inline-block;
}

.tx-psm-powermap .mobile .buttons .ui-btn-hover-a,
.tx-psm-powermap .mobile .buttons .ui-btn-up-a {
	background: url(../Images/button.png) no-repeat;
	width: 142px;
}

.tx-psm-powermap .mobile .ui-submit.ui-btn {
	display: inline-block;
}

.tx-psm-powermap .mobile .ui-select,
.tx-psm-powermap .mobile .ui-submit.ui-btn {
	margin: 0.4em;
}

