.ymap_balloon {
	cursor: default;
	margin: 0 0 0 -13px;
	position: absolute;
	width: 350px;
	z-index: 9999;
}
.ymap_balloon .content {
	background: url(images/tooltip3.png) no-repeat;
	color: #fff;
	height: 287px;
}
	/*.ymap_balloon .content a.caption {
		display: block;
		height: 210px;
		text-decoration: none;
		width: 256px;
	}
	.ymap_balloon .content p.title {
		font-weight: 700;
		position: absolute;
		top: 5px;
	}
	.ymap_balloon .content p {
		color: #fff;
		line-height: 110%;
		margin: 0 11px;
		position: absolute;
		top: 45px;
	}*/
	.ymap_balloon .content p.bank {
		font-size: 110%;
		font-style: italic;
		left: 11px;
		position: absolute;
		top: 7px;
	}
	.ymap_balloon .content p.office {
		left: 11px;
		position: absolute;
		top: 25px;
	}
	.ymap_balloon .content .details {
		height: 202px;
		left: 11px;
		overflow: auto;
		position: absolute;
		top: 55px;
		width: 330px;
	}
	.ymap_balloon .content .details p {
		margin-bottom: 8px;
	}
	.ymap_balloon .content p.more {
		bottom: 10px;
		font-style: italic;
		position: absolute;
		right: 11px;
	}
		.ymap_balloon .content p.more a {
			color: #fff;
		}
	.ymap_balloon .content p.atm, .ymap_balloon .content p.seif, .ymap_balloon .content p.terminal {
		background-repeat: no-repeat;
		padding: 8px 0 8px 36px;
	}
	.ymap_balloon .content p.atm {
		background-image: url(images/icon_atm.png);
	}
	.ymap_balloon .content p.seif {
		background-image: url(images/icon_seif.png);
	}
	.ymap_balloon .content p.terminal {
		background-image: url(images/icon_terminal.png);
	}
.ymap_balloon .tail {
	width: 256px;
	height: 18px;
	background: url(images/tooltip_beak.png) no-repeat 12px 100%;
}
.ymap_balloon .close {
	background: url(images/tooltip_close.png) no-repeat 50% 50%;
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: 12px;
	top: 18px;
	width: 15px;
}