/* PInfoWindow contents style */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* PInfoWindow structural stuff (bound to the js impl.) */
#PInfoWindow{
  width: 432px;
}
#PInfoWindow_contents{
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_contents.png') top left repeat transparent;
}
/** html #PInfoWindow_contents{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_contents.png', sizingMethod='tile');
}*/
#PInfoWindow_contents div{
  padding: 0px;
}
#PInfoWindow_tl{
  width: 14px;
  height: 11px;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_tl.png') top left no-repeat transparent;
}
* html #PInfoWindow_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_tl.png', sizingMethod='crop');
  margin-top: 1px;
}
#PInfoWindow_t{
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_t.png') top left repeat-x transparent;
}
* html #PInfoWindow_t{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_t.png', sizingMethod='scale');
}
#PInfoWindow_tr{
  width: 13px;
  height: 11px;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_tr.png') top right no-repeat transparent;
}
* html #PInfoWindow_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_tr.png', sizingMethod='scale');
}
#PInfoWindow_l{
	width: 11px;
	background: url('/consumerfiles/assets/img/p-infowindow/opacity_l_2.png') top left repeat-y transparent;
}
* html #PInfoWindow_l{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_l_2.png', sizingMethod='scale');
}
#PInfoWindow_r{
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_r_2.png') top right repeat-y transparent;
  width: 10px;
}
* html #PInfoWindow_r {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_r_2.png', sizingMethod='scale');
}
#PInfoWindow_bl{
  width: 14px;
  height: 12px;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_bl.png') top left no-repeat transparent;
}
* html #PInfoWindow_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_bl.png', sizingMethod='crop');
}
#PInfoWindow_b{
  height: 12px;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_b.png') bottom left repeat-x transparent;
}
* html #PInfoWindow_b{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_b.png', sizingMethod='scale');
}
#PInfoWindow_br{
  width: 13px;
  height: 12px;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_br.png') top left no-repeat transparent;
}
* html #PInfoWindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_br.png', sizingMethod='crop');
}
#PInfoWindow_close{
  width: 20px;
  height: 16px;
  margin: 4px 20px 0px 0px;
  z-index:500;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_close.png') top left no-repeat transparent;
  cursor: pointer;
}
/** html #PInfoWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_close.png', sizingMethod='crop');
}*/

/*maximize*/
#PInfoWindow_maximize{
  width: 20px;
  height: 16px;
  margin: 4px 20px 0px 0px;
  z-index:500;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_maximize.png') top left no-repeat transparent;
  cursor: pointer;
}
/** html #PInfoWindow_maximize{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_maximize.png', sizingMethod='crop');
}*/
/*minimize*/
#PInfoWindow_minimize{
  width: 20px;
  height: 16px;
  margin: 4px 20px 0px 0px;
  z-index:500;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_minimize.png') top left no-repeat transparent;
  cursor: pointer;
}
/** html #PInfoWindow_minimize{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_minimize.png', sizingMethod='crop');
}*/

/*beak*/
#PInfoWindow_beak{
	width: 62px;
  height: 36px;
  z-index:2000;
  background: url('/consumerfiles/assets/img/p-infowindow/opacity_beak.png') top left no-repeat transparent;
}
* html #PInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/consumerfiles/assets/img/p-infowindow/opacity_beak.png', sizingMethod='crop');
}


