/* Стили для карты металлургических предприятий */

#maparea { position: relative; }

#maparea .point {
	position: absolute;
	cursor: pointer;
	display: block;
	height: 10px; line-height: 10px; font-size: 9px;
	padding: 0px 0px 0px 10px;
	color: #000000; font-weight: bold;
	background: url(point.gif) center left no-repeat;
	white-space: nowrap;
}

#maparea .point:hover { color: #F00000; }
