@charset "utf-8";
/* CSS Document */
#custom_info_window_bubble{ width: 350px; }
#custom_info_window_bubble_contents{ background-color: #FFF; font-family: "comic sans ms", arial, sans-serif; }
#custom_info_window_bubble_tl{ width: 48px; height: 48px; background: url('../images/gmap/bubble_tl.png') top left no-repeat transparent; }
* html #custom_info_window_bubble_tl{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_tl.png', sizingMethod='crop'); }
#custom_info_window_bubble_t{ background: url('../images/gmap/bubble_t.png') top left repeat-x #FFF; }
#custom_info_window_bubble_tr{ width: 48px; height: 48px; background: url('../images/gmap/bubble_tr.png') top right no-repeat transparent; }
* html #custom_info_window_bubble_tr{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_tr.png', sizingMethod='crop'); }
#custom_info_window_bubble_l{ background: url('../images/gmap/bubble_l.png') top left repeat-y transparent; width: 2px; }
#custom_info_window_bubble_r{ background: url('../images/gmap/bubble_r.png') top right repeat-y transparent; width: 2px; }
#custom_info_window_bubble_bl{ width: 48px; height: 48px; background: url('../images/gmap/bubble_bl.png') top left no-repeat transparent; }
* html #custom_info_window_bubble_bl{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_bl.png', sizingMethod='crop'); }
#custom_info_window_bubble_b{ height: 2px; background: url('../images/gmap/bubble_b.png') bottom left repeat-x #FFF; }
#custom_info_window_bubble_br{ width: 48px; height: 48px; background: url('../images/gmap/bubble_br.png') top left no-repeat transparent; }
* html #custom_info_window_bubble_br{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_br.png', sizingMethod='crop'); }
#custom_info_window_bubble_close{ width: 20px; height: 20px; background: url('../images/gmap/bubble_close.png') top left no-repeat transparent; cursor: pointer; }
* html #custom_info_window_bubble_close{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_close.png', sizingMethod='crop'); }
#custom_info_window_bubble_beak{ width: 49px; height: 69px; margin-left: 30px; background: url('../images/gmap/bubble_beak.png') top left no-repeat transparent; }
* html #custom_info_window_bubble_beak{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_beak.png', sizingMethod='crop'); }

#simple_example_window { width:180px; background:none; }
#simple_example_window_contents{ font-size:10px; background-color:#fff; }
#simple_example_window_beak{ width: 22px; height: 12px; margin-top:3px; background: url('../images/gmap/beak.png') top center no-repeat transparent; }
* html #simple_example_window_beak{ /* Alpha transparencies hack for IE */ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gmap/beak.png', sizingMethod='crop'); }
#simple_example_window_tl { background-color:transparent; background-image:url('../images/gmap/tl.png'); background-position:top left; background-repeat:no-repeat; height: 8px; width: 8px; }
* html #simple_example_window_tl{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gmap/tl.png', sizingMethod='crop'); }
#simple_example_window_tr { background-color:transparent; background-image:url('../images/gmap/tr.png'); background-position:top right; background-repeat:no-repeat; height: 8px; width: 8px; }
* html #simple_example_window_tr{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gmap/tr.png', sizingMethod='crop'); }
#simple_example_window_bl { background-color:transparent; background-image:url('../images/gmap/bl.png'); background-position:bottom left; background-repeat:no-repeat; height: 8px; width: 8px; }
* html #simple_example_window_bl{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gmap/bl.png', sizingMethod='crop'); }
#simple_example_window_br { background-color:transparent; background-image:url('../images/gmap/br.png'); background-position:bottom right; background-repeat:no-repeat; height: 8px; width: 8px; }
* html #simple_example_window_br{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gmap/br.png', sizingMethod='crop'); }
#simple_example_window_t { height:8px; border-top:1px solid #ccc; width:164px; background:#fff; }
#simple_example_window_b { height:8px; border-bottom:1px solid #ccc; width:164px; background:#fff; }
#simple_example_window_l { height:84px; border-left:1px solid #ccc; width:8px; background:#fff; }
#simple_example_window_r { height:84px; border-right:1px solid #ccc; width:8px; background:#fff; }
#simple_example_window_close { width:20px; height:20px; background:url('../images/gmap/close.gif') top left no-repeat transparent; cursor:pointer; }
* html #simple_example_window_close{ background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/bubble_close.png', sizingMethod='crop'); }
.linktitle { text-decoration:none; font-size:13px; color:#363636; }
.linkmap { text-decoration:none; font-size:12px; color:#636363; }
ul.nolist li { list-style:none; margin-left:24px; line-height:14px; }