@CHARSET "ISO-8859-1";

table.infowindow {
	font-size: 12px;
	width: 300px;
	margin: 5px;
	text-align: left;
}

table.infowindow td.img {
	width: 100px;
	text-align: center;
}

table.infowindow a {
	color: #317B9E;
	text-decoration: none;
}

table.infowindow a:hover {
	text-decoration: underline;
}

table.infowindow img {
	height: 60px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
}