/************************ Google Map pop-up Style ***********************/
.box {
	width: 150px;
	height: 105px;
	color: black;
		font-family: arial, sans-serif;
}

.box a {
position: relative:
z-index: 100;
display: block;
white-space: nowrap;
color: #0E0E0E;
}

.box img#idx {
position: absolute;
z-index: 10;
width: 29px;
height: 21px;
left: 0;
top: 64px;
border: 0;
}

.address {
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: left;
	font-weight: bold;

}

.photo {
	position: absolute;
	left: 1px;
	top: 18px;
}

.photo img {
	border: 1px solid #ababab;
}

.tag_labels {
	position: absolute;
	left: 90px;
	top: 18px;
	font-weight: bold;
	padding-right: 4px;
}

.tag_desc {
	position: absolute;
	left: 128px;
	top: 18px;
	width: 100px;

}

.tag_link {
	position: absolute;
	left: 90px;
	top: 85px;
}