﻿/*
Routemap control
------------------------------------------------------------------
*/

#routemap
{ background-color: #3492c4; border: 1px solid #9cf; display: none; padding: 10px; position: absolute; z-index: 999; }

	#routemap h2
	{ color: #fff; font-weight: bold; font-size: 100%; margin: 0 0 10px 0; }

	#routemap #rm_close
	{ position: absolute; right: 10px; top: 7px; }

	#routemap #rm_zoom
	{ text-align: center; }

		#routemap #rm_zoom input
		{ margin-right: 2px; margin-bottom: 10px; padding: 1px; text-align: center; width: 30px; }

		#routemap #rm_zoom input.active
		{ border: 1px solid #c00; }

	#routemap #rm_image
	{ background: #fff url("/frontend_20/assets/img/backgrounds/throbber.gif") 50% 50% no-repeat; border: 1px solid #cce6ff; height: 400px; margin-bottom: 10px; width: 400px; }

	#routemap #rm_link
	{ color: #fff; }

		#routemap #rm_link a
		{ color: #fff; font-weight: bold; font-size: 100%; }

