* {
	margin:0;
	padding:0;

} 

html, body {
	height: 100%;
}

#searchloc-infowindow-container{
  position: relative;
	
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-align: center;
	-moz-box-flex: 1;	
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
  
  font-family: Arial;
	color: #ffffff;
	font-size: 11px;

  width: 300px;
  height: 90px;
  
}

#searchloc-infowindow{
  position: relative;
	
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	-moz-box-flex: 1;	
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
  
  margin: 9px;
  
  font-family: Arial;
	text-decoration: none;	
	color: #ffffff;
	font-size: 16px;
}

#infowindow-container{
  position: relative;
	
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-align: start;
	-moz-box-flex: 1;	
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: start;
	-webkit-box-flex: 1;
  
  font-family: Arial;
	color: #ffffff;
	font-size: 11px;  
}

#infowindow{
  position: relative;
	
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-align: start;
	-moz-box-flex: 1;	
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: start;
	-webkit-box-flex: 1;
  
  margin: 9px;
}

#infowindow-title{
  position: relative;
	
  position: relative;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-flex: 0;
  
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 0;
	
  font-family: Arial;
	text-decoration: none;	
	color: #ffffff;
	font-size: 16px;
	
	margin-bottom: 5px;
	
  overflow: hidden;
  height: 22px;
  line-height:22px;
  
  width: 260px;
}

#infowindow-title:hover{
  font-family: Arial;
	text-decoration: none;	
	color: #200036;
	font-size: 16px;
  background-color: rgba(255, 255, 255, .90);
  padding-right: 1px;
  padding-left:1px;

}

#infowindow-content-container{
  position: relative;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: stretch;
	-moz-box-flex: 1;	

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch;
	-webkit-box-flex: 1;

}

#infowindow-photo{
  position: relative;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	-moz-box-flex: 0;	

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	
	margin-right: 9px;
	
}

#infowindow-content-subcontainer{
  position: relative;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: start;
	-moz-box-flex: 0;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: start;
	-webkit-box-flex: 0;
		
}


.infowindow-content{
  position: relative;

	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-align: start;
	-moz-box-flex: 0;	

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: start;
	-webkit-box-flex: 0;
	
	line-height: 18px;
	
	margin-left: 9px;
	
}

a img{
  border: none;
}

a:focus{
  outline: none;
}


