@charset "utf-8";
/* CSS Document */
.legendtoggler{
	float:left;
	background-color:#CCC;
	padding:3px 10px 0 ;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}
.counters{
	
}
#checkin_ok{
	color:#090;
}
#chkboxes{
	float:left;	
	padding-top:5px
}
.panoramiodiv{
	background-color:	#e6e6e6;
	margin-right: 5px;
	margin-left: 5px;
}


#radius{
	float:right;text-align:right;
}
.map{
	color:#333;
	
}
.map img{

	max-width:none;
}

#car{
	text-align:left;
	padding-top:3px;
	
}
.directionspanel{
	display:none;
	width:100%;
	max-height:400px;
	overflow:auto;
	
}
.closepanel{
	float:right;
	cursor:pointer;
}
#modeoftravel{
	float:left;
	
}
a{
	cursor:pointer;
}
#plusbutton{
	float:right;
	width:18px;padding-top:5px;
}
#resetbtn{
	float:right;
	width:18px;padding-top:5px;
}
#searchbtn{
	float:right;
	width:18px;padding-top:5px;
}
#updatelocation{
	float:right;
	width:18px;padding-top:5px;
}
.closedbtn{

	background-color: transparent;
	outline: none;
	background-image: url(../img/plusminus.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	line-height: 0;
	display: block;
	
}
.openbtn{

	background-color: transparent;
	outline: none;
	background-image: url(../img/plusminus.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	line-height: 0;
	display: block;
	background-position:bottom center;
	
}
	
