/*
 * Points of Interest module
 */
#myPOIs {
	background: #000000;
	font-family: Arial, Verdana, sans-serif;
	margin: 15px 0;
	max-width: 640px;
	padding: 15px;
	width: 100%;
}

#myPOIs a:link,
#myPOIs a:visited {
	text-decoration: none;
}

#myPOIs a.mapLink {
	background: #ea882d;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 5px;
	text-decoration: none;
}

#mapPOI {
	display: block;
	text-align: center;
	width: 100%;
}

#myPOIs #mapPOI #map {
	max-width: 640px;
	width: 100% !important;
	z-index: 1;
}

#myPOIs #mapPOI #letmap {
	width: 100% !important;
}

#mainPoint {
	display: block;
	padding: 0 0 10px 0;
	width: 100%;
}
#mainPoint ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#mainPoint li {
	line-height: 1.5em;
	padding: 0;
}

#mainPoint ul li .colRight {
	padding-top: 5px;
}

#otherPoints {
	display: block;
	padding: 10px 0 0 0;
	width: 100%;
}

#otherPoints ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

#otherPoints li {
	float: left;
	height: 40px;
	line-height: 1.5em;
	padding: 0;
	width: 33%;
}

#myPOIs .overlayInfo {
	color: #000000;
	height: 100%;
	max-width: 420px;
	padding: 0 0 10px 0;
	width: 100%;
}

#myPOIs .overlayInfo .mapLink {
	background: #000000;
	color: #FFFFFF;
}

#myPOIs .cellPOI {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#myPOIs .cellPOI:hover {
	cursor: pointer;
}

#myPOIs .cellPOI:hover .colRight a {
	text-decoration: underline;
}

#myPOIs .cellPOI h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#myPOIs .cellPOI a:link,
#myPOIs .cellPOI a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#myPOIs .colLeft {
	float: left;
	padding: 0;
	width: 30px;
}

#myPOIs #otherPoints .colRight {
	max-width: 155px;
	padding: 5px 0 0 0;
}

#myPOIs img,
#myPOIs object,
#myPOIs embed {
	max-width: inherit;
}

#mapInstruction {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0 15px 0;
	width: 100%;
}

@media handheld, only screen and (max-width: 720px) {

#otherPoints li {
	width: 50%;
}

#myPOIs .cellPOI h2 {
	font-weight: normal;
}

#myPOIs .cellPOI a:link,
#myPOIs .cellPOI a:visited {
	font-size: 11px;

}

}

@media handheld, only screen and (max-width: 540px) {

#otherPoints li {
	width: 100%;
}

}

@media handheld, only screen and (max-width: 460px) {

#myPOIs .colLeft {
	display: none;
}

}