body {
	margin: 0;
	padding: 0;
	font-family: "Arimo",sans-serif;
	font-size: 14px;
	color: #393939;
	outline: none;
}
.map_balloon {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #fff;
	width: 362px;
	/*background: #f8f8f8;*/
/* 	padding: 7px; */
/* 	display: inline-block; */
/* 	position: relative; */
}

.map_balloon img {
	float: left;
	margin-right: 9px; 
}

.map_balloon .content {
/* 	width: 185px; */
	display: inline-block;
	width: 234px;
}

.map_balloon h3 {
	font-size: 16px;
	font-weight: bold;
	color: #002a5c;
	margin:0;
	display: inline-block;
}

.map_balloon p {
	font-size: 12px;
	color: #28b1a4;
	display: block;
	margin: 2px 0 5px 0;
}

.map_balloon .stars {
	display: inline-block;
	height: 13px;
	background: url(../../images/rating_ballon.png) no-repeat left center;
	margin-top: 0px;
}

.map_balloon .one {
	width: 16px;
}

.map_balloon .two {
	width: 34px;
}

.map_balloon .three {
	width: 52px;
}

.map_balloon .four {
	width: 70px;
}

.map_balloon .five {
	width: 87px;
}

.map_balloon .book {
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: -20px;
}

.map_balloon .book span {
	font-size: 21px;
	color: #002a5c;
	font-weight: bold;
	display: block;
}

.map_balloon .book a {
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 2px;
}

.map_balloon .book a:hover {
	background: #002a5c;
}

.map_balloon .close_balloon {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../../images/close_balloon.png) no-repeat center;
}

/* Just use .gm-style-iw */
.gm-style-iw {
	min-width: 375px; 
	min-height: 130px;
	max-height: 155px;
}