#poi_map{
	width:100%;
	height:400px;
}
#poi-list{
	width:100%;
}
#poi-list td{
	position:relative;
}
.poi-more td{
	border:0!important;
	padding:0!important;
	background:#181818;
}
.poi-more div{
	font:11px "Arial";
	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;
}
.poi-more .poi-descr{
	color:#9f9f9f;
}
.poi-more a{
	color:#d3b06f;
}
.show-on-map{
	float:left;
	height:17px;
	width:11px;
	margin:0 10px 0 0;
	text-indent:-10000em;
	background:url(../images/poi-show.png) no-repeat 0 0;
	text-decoration:none;
	position:relative;
	z-index:1;
}
.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:11px/18px "Arial";
	text-align:center;
	position:absolute;
	top:0;
	right:-85px;
	text-indent:0;
	z-index:1;
	cursor:default;
}
#map-content{
	color:#000000;
	font:12px "Arial"!important;
}