#custom_info_window{
  width: 250px;
  background-color: #FFF;
}
#custom_info_window_contents{
  background-color: #FFF;
}
#custom_info_window_tl{
  width: 16px;
  height: 50px;
  background: url('../img/gmap/green_tab_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_tab_tl.png', sizingMethod='crop');
}
#custom_info_window_t{
  background: url('../img/gmap/green_tab_t.png') top left repeat-x transparent;
}

* html #custom_info_window_t{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_tab_t.png', sizingMethod='scale');
}
#custom_info_window_tr{
  width: 16px;
  height: 50px;
  background: url('../img/gmap/green_tab_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_tab_tr.png', sizingMethod='crop');
}
#custom_info_window_l{
  width: 3px;
  background: url('../img/gmap/green_l.png') top left repeat-y transparent;
}
#custom_info_window_r{
  width: 3px;
  background: url('../img/gmap/green_r.png') top right repeat-y transparent;
}
#custom_info_window_bl{
  width: 16px;
  height: 16px;
  background: url('../img/gmap/green_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_bl.png', sizingMethod='crop');
}
#custom_info_window_b{
  background: url('../img/gmap/green_b.png') top left repeat-x transparent;
}
#custom_info_window_br{
  width: 16px;
  height: 16px;
  background: url('../img/gmap/green_br.png') top left no-repeat transparent;
}
* html #custom_info_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_br.png', sizingMethod='crop');
}
#custom_info_window_close{
  width: 21px;
  height: 21px;
  margin-top: 32px;
  background: url('../img/gmap/green_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_close.png', sizingMethod='crop');
}
#custom_info_window_beak{
  width: 28px;
  height: 38px;
  background: url('../img/gmap/green_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_beak.png', sizingMethod='crop');
}
#custom_info_window_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_contents .tab_contents p{
	margin: 1px 0;
	padding: 5px;
	font-size: 12px;
}
#custom_info_window_contents .tab_contents p img{
	float: none;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 2px;
	background: none;
	border: none;
}
#custom_info_window_contents .title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666600;
}

/* styles for tabs part */
.tabs_header{
	position: absolute;
	top: -31px;
	left: 16px;
	float: left;
}
#tab0, #tab1{
	float: left;
	background: url('../img/gmap/green_tab.png') top left no-repeat transparent;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	width: 60px;
	height: 16px;
}
.tabs_header .tab p.contents{
	margin: 5px 0 0 15px;
	_margin-top: 4px;
	padding: 0;
}
* html #tab0, * html #tab1{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gmap/green_tab.png', sizingMethod='crop');
	height: 16px;
	width: 60px;
	padding: 0;
	margin: 0;
}
.tab_contents{
	position: relative;
	top: 0;
	left: 0;
	font-size: 12px;
}
#tab0_content{
	position: relative; 
	top: 0;
	left: 0;
	padding-bottom: 90px;
}
#tab1_content{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	padding-bottom: 90px;
}
* html #tab0_content,
* html #tab1_content {	/* IE6‘Î‰ž */
	padding-bottom: 20px;
}

