/* Regular Text Font */
.text {  
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 1.1; 
	font-weight: 400; 
	font-variant: normal; 
	color: #333333
}

/* Map Container CSS */
.map {
   position: absolute;
   top: 40px;
   left: 10px;
   width:95%;
   height: 500px;
   border:#555555 2px solid;
}

.map_legend_container{
	position: relative;
	float:right;
	top: 40px;
	right: 5%;
	width:200px;
}

.map_legend_link{
	color:#FFFFFF;
}

/* Map Container HIDE */
.map_legend {
	position: absolute;
	width:200px;
	border:#555555 1px solid;
	background-image:url('../images/Map_legend_bk.png');
	padding:5px;
	color:#FFFFFF;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	visibility:visible;
	z-index:1000;
}


/* Map Container SHOW */
.map_legend_hidden {
	position: absolute;
	left:106px;
	width:100px;
	border:#555555 1px solid;
	background-image:url('../images/Map_legend_bk.png');
	padding:2px;
	color:#FFFFFF;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	visibility: hidden;
	z-index:1000;
}

/* Map Pin for stores that will preorder the product for customers, but do not carry it on the shelves */
.map_pin1{
	position:relative;
	background:url('../images/map_pin1.gif') no-repeat 0 0;
	height:30px;
	width:25px;
	top:-15px;
	color:#fff;
	cursor: pointer;
}

/* Map Pin for stores that carry the product on their shelves */
.map_pin2{
	position:relative;
	background:url('../images/map_pin2.gif') no-repeat 0 0;
	height:30px;
	width:25px;
	top:-15px;
	color:#fff;
	cursor: pointer;
}
