/* trasa na mapie */

.gm_map_mini {
	width: 990px;
	height: 436px;
	border: 2px solid #0066CB;
}

#hand_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bsu.png);
  cursor: pointer;
}
#hand_b.selected {
  background-image: url(/_img/_mapa/Bsd.png);
  cursor: pointer;
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bmu.png);
  cursor: pointer;
}
#placemark_b.selected {
  background-image: url(/_img/_mapa/Bmd.png);
  cursor: pointer;
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Blu.png);
  cursor: pointer;
}
#line_b.selected {
  background-image: url(/_img/_mapa/Bld.png);
  cursor: pointer;
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bpu.png);
  cursor: pointer;
}
#shape_b.selected {
  background-image: url(/_img/_mapa/Bpd.png);
  cursor: pointer;
}

.table_route {
  width: 100%;
}
.table_route:hover {
  background: yellow;
}
.table_route_on {
  width: 100%;
	background: pink;
}