/*
* Popup google personnalisé via openExtInfoWindow() */
#extInfoWindow-Gold{
  width: 300px;
  margin-top:10px;
  margin-left:0px;
}
#extInfoWindow-Gold_contents{
  /*background: url('../img/corners/gold/contents.png') bottom center no-repeat #ffffff;*/
  background-color:#FFFFFF;
  font-size: 11px;
}
#extInfoWindow-Gold_contents div{

}
#extInfoWindow-Gold_tl{
  width: 16px;
  height: 16px;
  background: url('../img/corners/gold/tl.png') top left no-repeat transparent;
}
* html #extInfoWindow-Gold_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/tl.png', sizingMethod='crop');
}
#extInfoWindow-Gold_t{
  background: url('../img/corners/gold/t.png') top left repeat-x transparent;
}
#extInfoWindow-Gold_tr{
  width: 16px;
  height: 16px;
  background: url('../img/corners/gold/tr.png') top left no-repeat transparent;
}
* html #extInfoWindow-Gold_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/tr.png', sizingMethod='crop');
}
#extInfoWindow-Gold_l{
  width: 8px;
  background: url('../img/corners/gold/l.png') top left repeat-y transparent;
}
#extInfoWindow-Gold_r{
  width: 8px;
  background: url('../img/corners/gold/r.png') top right repeat-y transparent;
}
#extInfoWindow-Gold_bl{
  width: 16px;
  height: 16px;
  background: url('../img/corners/gold/bl.png') top left no-repeat transparent;
}
* html #extInfoWindow-Gold_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/bl.png', sizingMethod='crop');
}
#extInfoWindow-Gold_b{
  background: url('../img/corners/gold/b.png') top left repeat-x transparent;
  clear:both;
}
#extInfoWindow-Gold_br{
  width: 16px;
  height: 16px;
  background: url('../img/corners/gold/br.png') top left no-repeat transparent;
}
* html #extInfoWindow-Gold_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/br.png', sizingMethod='crop');
}
#extInfoWindow-Gold_close{
  width: 15px;
  height: 15px;
  background: url('../img/corners/gold/close.png') top left no-repeat transparent;
  margin: 6px 0 0 -8px;
  cursor: pointer;
}
* html #extInfoWindow-Gold_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/close.png', sizingMethod='crop');
}
#extInfoWindow-Gold_beak{
  width: 36px;
  height: 27px;
  background: url('../img/corners/gold/beak.png') top left no-repeat transparent;
  margin-top:-7px;
}
* html #extInfoWindow-Gold_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/corners/gold/beak.png', sizingMethod='crop');
}