/* --- module: address with legend --- */

/* common */
.legendMap {}
.legendMap #google_map {
	height: 400px;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}
.legendMap .legendDescription {
	width: 169px; /* width content / 3 */
	float: left;
	margin: 0px 0px 5px 0px;
}
.legendMap .legendIcon {
	width: 50px;
	float: left;
}
.legendMap .legendIcon img, .legendMap .legendIcon input {
	float: left;
	display: block;
}
.legendMap .legendIcon img {
	margin: 0px 0px 0px 5px;
}

.legendMap .legendText {
	width: 119px; /* .legendDescription - .legendIcon */
	float: left;
}
.legendMap .legendText .modTitle { /* = span, bcause of ff not enabling click */
	display: block;
}
.legendMap .legendText .modDescription {
	display: block;
}

