/* Label */
.map-label {
  display: block;
	background: url('/img/maps/spots/poi/label.png') no-repeat top left !important;
	background: url('/img/maps/spots/poi/label-ie.gif') no-repeat top left;
  width: 32px;
  height: 19px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  font-family: arial, verdana, serif;
  font-size: 10px
}

/* Tooltip */

.map-tooltip {
  border: 1px solid #A855A0;
  line-height: 1.4;
  padding: .6em;
  background: #fff url('/img/maps/spots/poi/tooltip-bg.jpg') no-repeat top right;
  font-family: verdana, helvetica, arial, serif;
  font-size: 10px;
  font-weight: bold;
  color: #333
}

/* InfoWindow */

#map-infowindow {
	width:288px;
	height:105px;
	position:relative;
	z-index:2;
	background-image: url('/img/maps/spots/poi/bgtooltipgm.gif');
	padding: 5;
	background-repeat: no-repeat;
	text-align: left;
}
#map-infowindow .foto{
	width:65px;
	height:50px;
	position:absolute;
	z-index:2;
	background-color: #996666;
	left: 6px;
	top: 7px;
}
#map-infowindow .title{
	height:19px;
	position:absolute;
	z-index:2;
	left: 87px;
	top: 12px;
	text-align: left;
}
#map-infowindow .title a{
	color: #884488;
	font-weight:bold;
	text-decoration:underline;
}
#map-infowindow .title a:hover{
	color: #884488;
	text-decoration:none;
}
#map-infowindow .cat{
	width:208px;
	height:18px;
	position:absolute;
	z-index:2;
	left: 87px;
	top: 62px;
}
#map-infowindow .cat a{
	color:#0063DC;
	text-decoration:underline;
}

#map-infowindow .cat a:hover{
	color:#0063DC;
	text-decoration:none;
}

#map-infowindow .rating{
	width:45px;
	height:9px;
	position:absolute;
	z-index:2;
	left: 7px;
	top: 62px;
}
