/**
This file is part of GoogleMap PRO.

GoogleMap PRO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GoogleMap PRO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GoogleMap PRO.  If not, see <http://www.gnu.org/licenses/>.

---options start---
maxWidth: 0
,pixelOffset: new google.maps.Size(-105,0)
,boxStyle: {
   width: 210
 }
,boxClass: "blue"
,closeBoxMargin: "12px 10px 10px 10px"
,closeBoxURL: "components/com_googlepro/templates/v3/images/infowindows/blue/blue_close.png"
---options end ---

 **/

/*THE POPUP MARKER CUSTOM*/

#googlecontainer .blue .google_html, .googlecontainer .blue .google_html{
    width: 210px;
	background-color: #FFF;
	border: 2px solid  #05386d;
}

#googlecontainer .blue .google_html_1,.googlecontainer .blue .google_html_1{
	width: 200px;
    padding: 5px;
}

#googlecontainer .blue .google_html .title,.googlecontainer .blue .google_html .title{
	height: 40px;
	width: 195px;
	background:#05386d;
	color: #FFF;
	line-height: 40px;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}

#googlecontainer .blue .google_html .address, #googlecontainer .blue .google_html .txt, #googlecontainer .blue .google_html .custom, #googlecontainer .blue .google_html .weather {
	margin: 5px 0 5px 0;
}

.googlecontainer .blue .google_html .address, .googlecontainer .blue .google_html .txt, .googlecontainer .blue .google_html .custom, .googlecontainer .blue .google_html .weather {
	margin: 5px 0 5px 0;
}