/**
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(-175,0)
,boxStyle: {
   width: 350
 }
,boxClass: "bluegradient"
,closeBoxMargin: "12px 10px 10px 10px"
,closeBoxURL: "components/com_googlepro/templates/v3/images/infowindows/bluegradient/close_map.png"
---options end ---

 **/

/*THE POPUP MARKER CUSTOM*/

#googlecontainer .bluegradient .google_html, .googlecontainer .bluegradient .google_html{
    width: 350px;
    background: #0051a7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0051a7), to(#00326b)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #0051a7, #00326b); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #0051a7, #00326b); /* IE 10 */
    background: -ms-linear-gradient(top, #0051a7, #00326b); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #0051a7, #00326b);
    border-radius: 7px;
    color: #FFF;
    font-size: 15px;
}

#googlecontainer .bluegradient .google_html_1,.googlecontainer .bluegradient .google_html_1{
	width: 320px;
    padding: 15px;
}

#googlecontainer .bluegradient .google_html .title,.googlecontainer .bluegradient .google_html .title{
    font-size: 18px;
	margin: 0 0 10px 0;
}

#googlecontainer .bluegradient .google_html .address, #googlecontainer .bluegradient .google_html .txt, #googlecontainer .bluegradient .google_html .custom, #googlecontainer .bluegradient .google_html .weather {
	margin: 10px 0;
}

.googlecontainer .bluegradient .google_html .address, .googlecontainer .bluegradient .google_html .txt, .googlecontainer .bluegradient .google_html .custom, .googlecontainer .bluegradient .google_html .weather {
	margin: 10px 0;
}

#googlecontainer .bluegradient .google_html a{
    color: #FFF;
}