.mapBubble,
.mapBubbleSk {
	background: url(/images/map-bubble.png) no-repeat;
	width: 660px;
	height: 281px;
	text-align: left;
	font-size: 1.2em;
	color: #000;
	position: relative;
}
.mapBubbleSk {
	background: url(/images/map-bubble-sk.png) no-repeat;
}

.mapBubble .closeLink,
.mapBubbleSk .closeLink {
	background: url(/images/map-close.gif) no-repeat 0 0;
	text-indent: 1000px;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 68px;
	overflow: hidden;
}

.mapBubble .closeLink:hover,
.mapBubble .closeLink:focus,
.mapBubbleSk .closeLink:hover,
.mapBubbleSk .closeLink:focus {
	background-position: 0 -30px;
}



.mapBubble .actionIco,
.mapBubbleSk .actionIco {
	position: absolute;
	top: 220px;
	left: 250px;
}

.mapBubble .inner,
.mapBubbleSk .inner {
	margin: 0 50px 0 250px;
}

.mapBubble .inner h1,
.mapBubbleSk .inner h1 {
	font-size: 1.7em;
	padding: 15px 0 0;
}

.mapBubble .inner p,
.mapBubbleSk .inner p {
	margin: 3px 0 0;
}

.mapBubble .inner table tbody,
.mapBubbleSk .inner table tbody {
	font-size: 0.9em;
}

.mapBubble .inner table tbody th,
.mapBubbleSk .inner table tbody th {
	color: #333;
	width: 50px;
}

.mapBubble .inner table,
.mapBubbleSk .inner table {
	float: left;
	margin: 15px 20px 0 0;
	line-height: 1.5;
}


.mapBubble .inner table.info,
.mapBubbleSk .inner table.info {
}


