#amtc_option_0 div,#amtc_option_1 div ,#amtc_option_2 div  {
	text-align: center;
}
#extInfoWindow_styled{
  width: 200px;
}

/*do NOT use border or padding here to style the box! */
#extInfoWindow_styled_contents {
	background: url("../img/infoWnd/gradient.png") left top repeat-x;
	height:75px;
}

/*note: margin and paddings are ignored here - use the elenments themselve instead*/
#extInfoWindow_styled_contents div{
  font-family: arial, helvetica, serif;
}

#extInfoWindow_styled_contents #TdName{
	padding: 3px 5px 0; 
	font-weight: bold; 
	font-size: 11px; 
}

#extInfoWindow_styled_contents #TdAddr{
	padding-left: 25px; 
	font-size: 10px; 
}

/* needed if wind should have round corners 
#extInfoWindow_styled_tl{
	background: url(../img/infoWnd/tl.png) no-repeat scroll left top;
}
#extInfoWindow_styled_tr{
	background: url(../img/infoWnd/tr.png) no-repeat scroll left top;
}
#extInfoWindow_styled_bl{
	background: url(../img/infoWnd/bl.png) no-repeat scroll left top;
}
#extInfoWindow_styled_br{
	background: url(../img/infoWnd/tr.png) no-repeat scroll left top;
}
*/

/* need each a bg image; see http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/release/examples/cssSkins.html */
#extInfoWindow_styled_tl, #extInfoWindow_styled_tr, #extInfoWindow_styled_bl, #extInfoWindow_styled_br{
  width: 1px;
  height: 1px !important;
  background-color: #989898;
}
#extInfoWindow_styled_t, #extInfoWindow_styled_b{
  background-color: #58a;
  height: 1px !important;
}
#extInfoWindow_styled_l, #extInfoWindow_styled_r{
  background-color: #58a;
  /*width: 5px !important;*/
  width: 1px !important;
}
#extInfoWindow_styled_close{
  width: 14px;
  height: 24px;
  background: url('../img/infoWnd/btn_close.png') top left no-repeat transparent;
  cursor: pointer;
  margin-top: 5px;
}
* html #extInfoWindow_styled_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/infoWnd/btn_close.png', sizingMethod='crop');
}
/*
#extInfoWindow_styled_beak{
  width: 240px;
  height: 47px;
  position: relative; 
  z-index: 99; 
  background: url('../img/infoWnd/beak.png') top left no-repeat transparent;
}

* html #extInfoWindow_styled_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/infoWnd/beak.png', sizingMethod='crop');
}
*/

