/******************************************** Google Map Options ********************************************/
.googleoptionswrapper div{
	background:url(../images/button2.png)  no-repeat;
}

.googleoptionswrapper .google_selected{
	background:url(../images/button1.png)  no-repeat !important;
}
/************************************************************************************************************/



/****************************************** Google Map Infor Window *****************************************/
.popupwindow{
	background:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	height:80px;
	padding-top:28px;
}
#infoWindow .popupwindowlabel{
	background:url(../images/sw.png) no-repeat;
	position:absolute;
	height:27px;
	width:70px;
	bottom:5px;
	left:5px;
}

#infoWindow .popupwindowname{
	position: absolute;
	top:5px;
	left: 5px;
	text-transform: uppercase;
}

#infoWindow .popupwindowtext{
	top:22px;
	left:5px;
	width:177px;
	font-size:9px;
	color:#000000;
	position: absolute;
}
#infoWindow .popupwindowimage{
	position:absolute;
	top:5px;
	right:5px;
	width: 157px;
	height: 98px;
}

#infoWindow .popupwindowimage img{
	border: 1px solid #ffffff;
}

#infoWindow .popupwindowlink{
	position:absolute;
	left:85px;
	top:85px;
	font-size:10px;
	width:92px;
	text-align: center;
}

#infoWindow .popupwindowlink a{
	color:#000000;
	text-decoration: underline;
}

#infoWindow .popupwindowlink a:hover{
	color:#336699;
	text-decoration: underline;
}
/************************************************************************************************************/