#poi_map {
	width: 100%;
	height: 400px;
}

#poi-list {
	width: 100%;
}

#poi-list .phone {
	width: 20%;
}

.poi-more td {
	border: 0 !important;
	padding: 0 !important;
	background: #181818;
}

.poi-more div {
	display: none;
	overflow: hidden;
	padding: 20px;
	vertical-align: middle;
}

.poi-more img {
	float: left;
}

.poi-more img {
	width: 205px;
	border: 1px solid #d6bf87;
	margin: 0 20px 0 0;
}

.show-on-map {
	float: left;
	height: 17px;
	width: 11px;
	margin: 0 10px 0 0;
	text-indent: -10000em;
	background: url(../images/poi-pointer.png) no-repeat 0 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.show-on-map:hover {
	background-position: 0 -17px;
}

#show-all {
	display: inline-block;
	margin: 10px 0;
}

.poi-hint {
	display: none;
	width: 77px;
	height: 18px;
	padding: 0 0 0 3px;
	background: url(../images/poi-hint.png) no-repeat 0 0;
	color: #000000;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 0;
	right: -85px;
	text-indent: 0;
	z-index: 1;
	cursor: default;
}

#map-content {
	color: #000000;
	font-size: 12px !important;
}