﻿body 
{
	
}

#wrapper
{
	width: 560px;
	margin: 5px auto;
}


#header
{

}

	#header #buttons
	{
		float: right;
	}

#navcontrol
{
	position: absolute;
	width: 75px;
	height: 121px;
	left: 25px;
	top: 45px;
	background-image: url(/images/map/map-navcontrol.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
}

*html #navcontrol
{
	background: none;
	top: 65px;
}
	
	*html #navcontrol #bgimage
	{
		width: 75px;
		height: 121px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/map-navcontrol.png', sizingMethod='fixed');
	}
		
	#navcontrol #moveup
	{
		position: absolute;
		top: 7px;
		left: 22px;
	}
	
	#navcontrol #movedown
	{
		position: absolute;
		top: 53px;
		left: 22px;
	}
	
	#navcontrol #moveleft
	{
		position: absolute;
		top: 24px;
		left: 4px;
	}
	
	#navcontrol #moveright
	{
		position: absolute;
		top: 24px;
		left: 52px;
	}
	
	#navcontrol #zoomout
	{
		position: absolute;
		top: 88px;
		left: 7px;
	}
	
#mainmap
{
	position: relative;
	overflow: hidden;
	width: 560px;
	height: 485px;
	border: solid 1px #d2d2d2;
}

	
	
.shopinfo
{
	background-color: White;
	color: black;	
}

	.shopinfo .shopname
	{
		font-size: 14px;color: #b63d97;font-weight: bold;
	}
	