/*
 -setting opacity for IE here breaks IE7's 24-bit alpha blending
*/
div > div.mywindow, div > div.map_info_window{ height: auto; min-height: 100px; }
* html div.mywindow, * html div.map_info_window{ height: 100px; }
div.mywindow { padding-top: 11px; background: url("img/window-dropshadow-topright.png") top left no-repeat; position:relative; width:277px;-moz-opacity:.95;opacity:.95; }
div.map_info_window{ overflow: hidden; position:relative; background: url("img/window-dropshadow.png") bottom left no-repeat; width:270px; padding:0 7px 33px 0; }
div.info_window_text_container { width:138px; float:left; font-size:9px; padding: 0; margin: 0 10px 0 11px; height: 1%; _display: inline;}
div.info_window_text_container a{ color: #000; }
div.map_info_window p{ margin-top: 4px; color: #000 !important; font-size: 9px !important; line-height: 14px !important; padding-bottom: 3px; background: url("img/window-dottedborder2x1.gif") bottom left repeat-x;}
span.info_window_title { font-weight: bold; font-size:11px; }
span.info_window_title a{ color: #000; }
div.info_window_image_container{ float: left; _display: inline; }
div.map_tooltip { overflow: hidden; position:relative; width:157px;padding: 11px 0px 3px 0px; background: url("img/window-dropshadow-topright.png") top right no-repeat;-moz-opacity:.75;opacity:.75;font-size:11px; text-align:center; }
div.tooltip_title{ position:relative; width: 140px; padding: 0 12px 36px 5px; background: url("img/tooltip-dropshadow.png") bottom left no-repeat; _padding-bottom: 11px; }
/*.info_window_text {  }
 img.info_window_image { border:1px solid gray } */
