#default_window{
  width: 350px;
	height: 158px;
	overflow: hidden;
	border: 0px solid #000080;
	background: #EDE3D0 url('/img/monastery_back.gif') no-repeat;
	color: black;;
	font-size: 8pt; 
	font-family: tahoma;
}
#default_window_contents{
  color: black;
	padding: 3px;
}
#default_window_contents table{
	width: 100%;
}
#default_window_contents h1{
	width: 100%;
	color: #1a420e;
	text-align: left;
	padding: 1px 2px;
	background: red;
}

#default_window_contents h1, 
#default_window_contents h1 a, 
#default_window_contents h1 a:visited{
  text-decoration: none;
	font: 12px 'Arial';
	font-weight: bold;
	color: #1a420e;
}

#default_window_contents p {
	font-size: 11px;
	line-height: 11px;
	text-indent: 1px;
	width: 340px;
	height: 110px;
	overflow: hidden;
	margin: 0;
	text-align: justify;
}

#default_window_contents img {
 float: left;
 border: none;
}

#content_map div.map_monastery_list img,
#content_map div.map_monastery_list img.thumb, 
#text_area div.map_monastery_list img,
#text_area div.map_monastery_list img.thumb, 
#default_window_contents div.map_monastery_list img.thumb {
 border: 1px solid #d1bdad;
 margin-right: 5px;
 width: 120px;
}

#content_map div.map_monastery_list a.more,
#text_area div.map_monastery_list a.more
 {
  float: right;
	font: 11px 'Arial';
	font-weight: bold;
	background: none;
	margin: 0;
	padding: 0;
	margin-right: 13px;
	margin-top: -5px;
	overflow: hidden;
	text-decoration: none;
	color: #b82923;
	padding-right: 12px;
	background: url('/img/b_amore.gif') right no-repeat;
 }

#default_window_contents div#vrating b {
 color: red;
}

#default_window_tl, #default_window_tr, #default_window_bl, #default_window_br{
  width: 1px;
  height: 1px;
  background-color: #EAECEB;
}
#default_window_t, #default_window_b{
  background-color: #EAECEB;
}
#default_window_l, #default_window_r{
  background-color: #EAECEB;
  width: 1px;
}
#default_window_close{
  width: 20px;
  height: 17px;
  background: url('/gmaps/iw_close.png') bottom left no-repeat transparent;
  cursor: pointer;
}
* html #default_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gmaps/iw_close.png', sizingMethod='crop');
}
#default_window_beak{
	width: 350px;
  height: 0;
	/*
  background: url('http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/release/examples/images/corners/coolBlues_beak.png') top left no-repeat transparent;
  */
}
* html #default_window_beak{
  background-image:none;
}


