#extInfoWindow{
  width: 166px;
}
#extInfoWindow_contents{
  background-color: #323131;
}
#extInfoWindow_tl{
  width: 11px;
  height: 11px;
  background: url('../images/extinfowindow/ext_tl.png') top left no-repeat transparent;
}
* html #extInfoWindow_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_tl.png', sizingMethod='crop');
}
#extInfoWindow_t{
  background: url('../images/extinfowindow/ext_t.png') top left repeat-x transparent;
}
#extInfoWindow_tr{
  width: 15px;
  height: 11px;
  background: url('../images/extinfowindow/ext_tr.png') top left no-repeat transparent;
}
* html #extInfoWindow_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_tr.png', sizingMethod='crop');
}
#extInfoWindow_l{
  width: 11px;
  background: url('../images/extinfowindow/ext_l.png') top left repeat-y transparent;
}
#extInfoWindow_r{
  width: 15px;
  background: url('../images/extinfowindow/ext_r.png') top right repeat-y transparent;
}
#extInfoWindow_bl{
  width: 11px;
  height: 14px;
  background: url('../images/extinfowindow/ext_bl.png') top left no-repeat transparent;
}
* html #extInfoWindow_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_bl.png', sizingMethod='crop');
}
#extInfoWindow_b{
  background: url('../images/extinfowindow/ext_b.png') top left repeat-x transparent;
}
#extInfoWindow_br{
  width: 15px;
  height: 14px;
  background: url('../images/extinfowindow/ext_br.png') top left no-repeat transparent;
}
* html #extInfoWindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_br.png', sizingMethod='crop');
}
#extInfoWindow_close{
  width: 10px;
  height: 10px;
  background: url('../images/extinfowindow/ext_close.gif') top left no-repeat transparent;
  cursor: pointer;
  margin: 0 18px 0 0;
}
* html #extInfoWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_close.gif', sizingMethod='crop');
}

#extInfoWindow_beak{
  width: 44px;
  height: 48px;
  background: url('../images/extinfowindow/ext_beak.png') top left no-repeat transparent;
  left: -20px;
}
* html #extInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_beak.png', sizingMethod='crop');
}
#extInfoWindow_contents .dark {
  background-color: #141414;
  padding: 4px 0;
  font-size: 11px;
}
#extInfoWindow_contents a.infoTitle {
  color: #e1e1e1;
  font-size: 1.2em;
  text-decoration: none;
  overflow: hidden;
  width: 156px;
  height: 17px;
  margin: 0 0 0 3px;
  display: block;
  font-weight: bold;
}
#extInfoWindow_contents .infoAddy {
  color: #737373;
  margin: 0 0 2px 3px;
  overflow: hidden;
  width: 156px;
  height: 15px;
}
#extInfoWindow_contents .infoPrice {
  color: #ebca16;
  margin: 4px 0 0 3px;
  font-size: 1.1em;
  font-weight: bold;
  float: left;
  width: 82px;
}
#extInfoWindow_contents .infoImg img {
  margin: 0;
  border: 0;
}
#extInfoWindow_contents .infoBtm {
  width: 191px;
  overflow: hidden;
}
