#infowindow{
	width: 500px;
}
#infowindow_contents{
	background-color: #fff;
}

#infowindow_tl{
  width: 14px;
  height: 14px;
  background: url('../images/infowindow/infowindow_tl.png') top left no-repeat transparent;
}
* html #infowindow_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/infowindow_tl.png', sizingMethod='crop');
}
#infowindow_t{
  background: url('../images/infowindow/infowindow_t.png') top left repeat-x transparent;
}
#infowindow_tr{
  width: 14px;
  height: 14px;
  background: url('../images/infowindow/infowindow_tr.png') top left no-repeat transparent;
}
* html #infowindow_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/infowindow_tr.png', sizingMethod='crop');
}
#infowindow_l{
  width: 3px;
  background: url('../images/infowindow/infowindow_l.png') top left repeat-y transparent;
}
#infowindow_r{
  width: 3px;
  background: url('../images/infowindow/infowindow_r.png') top right repeat-y transparent;
}
#infowindow_bl{
  width: 14px;
  height: 14px;
  background: url('../images/infowindow/infowindow_bl.png') top left no-repeat transparent;
}
* html #infowindow_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/infowindow_bl.png', sizingMethod='crop');
}
#infowindow_b{
  background: url('../images/infowindow/infowindow_b.png') top left repeat-x transparent;
}
#infowindow_br{
  width: 14px;
  height: 14px;
  background: url('../images/infowindow/infowindow_br.png') top left no-repeat transparent;
}
* html #infowindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/infowindow_br.png', sizingMethod='crop');
}
#infowindow_close{
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancy_closebox.png') top left no-repeat transparent;
  margin: -15px 0 0 20px;
  cursor: pointer;
}
* html #infowindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_closebox.png', sizingMethod='crop');
}
#infowindow_beak{
  width: 27px;
  height: 37px;
  background: url('../images/infowindow/infowindow_beak.png') top left no-repeat transparent;
}
* html #infowindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/infowindow_beak.png', sizingMethod='crop');
}

/* CUSTOM!!! */


#infowindow_contents .left_column,
#infowindow_tempContents .left_column{
	float: left;
	width: 242px;
	padding: 0px 14px;
	height: 150px;
}

.left_column .photo{
	text-align: center;
}

#infowindow_contents .right_column,
#infowindow_tempContents .right_column{
	float: left;
	width: 200px;
	margin-left: 14px;
}

#infowindow_contents .wide_column,
#infowindow_tempContents .wide_column{
	margin-left: 14px;
	width: 440px;
}

#infowindow_contents .partial_content,
#infowindow_tempContents .partial_content{
	overflow-y: hidden;
}


#infowindow_contents p,
#infowindow_contents a,
#infowindow_contents b,
#infowindow_contents div,
#infowindow_tempContents p,
#infowindow_tempContents a,
#infowindow_tempContents b,
#infowindow_tempContents div{
	font-size: 8pt;
	line-height: 18px;
}

#infowindow_contents p,
#infowindow_tempContents p{
	margin-bottom: 6px;
}


#infowindow_contents h3,
#infowindow_tempContents h3{
	font-size: 10pt;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}

