#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{
	display:none;
	overflow:hidden;
	padding:20px;
	vertical-align:middle;
}
.poi-more img{
	float:left;
}
.poi-more img{
	width:205px;
	margin:0 20px 0 0;
}
.poi-more .poi-descr{
	color:#9f9f9f;
}
.show-on-map{
	display:inline-block;
	*display:inline;
	height:17px;
	width:11px;
	text-indent:-10000em;
	background:url(../images/poi-show.png) no-repeat 0 0;
	text-decoration:none;
	position:relative;
	z-index:1;
	cursor:pointer;
	zoom:1;
}
.show-on-map:hover{
	background-position:0 -17px;
}
.td-showonmap{
	text-align:center!important;
}
.th-showonmap{
	white-space:nowrap;
}
#show-all{
	display:inline-block;
	margin:10px 0;
}
#map-content{
	color:#000000;
	font:12px "Arial"!important;
}

/* POI COLORS & STYLING */
.poi-expand,
#show-all {
	border-bottom: 1px dashed #808284;
	cursor: pointer;
}
.poi-expand:hover, #show-all:hover {
	border-color: #D11244;
}
.poi-expand.disabled {
	border: none;
	cursor: default;
}