﻿#custom_info_window_red{
  
  width: 300px;
  
}
#custom_info_window_red_contents{
  background-color: #FFFFFF;
}
#custom_info_window_red_tl{
  width: 15px;
  height: 15px;
  background: url('/webdav/images/google/infobox/corner_u_l.png') top left no-repeat transparent;
 /* background: url('../images/corners/red_tl.png') top left no-repeat transparent;*/
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/corner_u_l.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('/webdav/images/google/infobox/border_u.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 15px;
  height: 15px;
  background: url('/webdav/images/google/infobox/corner_u_r.png') top right no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/corner_u_r.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 15px;
  background: url('/webdav/images/google/infobox/border_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 15px;
  background: url('/webdav/images/google/infobox/border_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 15px;
  height: 15px;
  background: url('/webdav/images/google/infobox/corner_d_l.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/corner_d_l.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('/webdav/images/google/infobox/border_d.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 15px;
  height: 15px;
  background: url('/webdav/images/google/infobox/corner_d_r.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/corner_d_r.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 22px;
  height: 22px;
  background: url('/webdav/images/google/infobox/close_box.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/close_box.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 38px;
  height: 37px;
  	
  background: url('/webdav/images/google/infobox/bunde.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webdav/images/google/infobox/bunde.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 10px 0 10px 0;
  padding: 0;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  /*
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
  */
}
#custom_info_window_red_contents h3{
  font-size: 12px;
  font-weight: bold;
  color: #686868;
  background-color: #FFFFFF;
}

#custom_info_window_red_contents p{
  margin: 0;
  padding: 0;
}

#custom_info_window_red_contents a{
  margin: 10px 0 20px 5px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #DD6D03;
  background-color: #FFFFFF;
}

#custom_info_window_red_contents .title{
  font-size: 14px;
  font-weight: bold;
  color: #DD6D03;
  background-color: #FFFFFF;
}