﻿/**
* $Date: 2009-09-07 10:14:30 +0200 (må, 07 sep 2009) $
* $Author: daniel.eriksson $
* $Revision: 654 $
**/
#custom_info_window { width: 400px; }

#custom_info_window_contents
{
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.85);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 2px;
}

#small_info_window_contents
{
	padding-bottom: 0;
}

#custom_info_window_tl,
#custom_info_window_tr,
#custom_info_window_l,
#custom_info_window_r,
#custom_info_window_bl,
#custom_info_window_br,

#small_info_window_tl,
#small_info_window_tr,
#small_info_window_l,
#small_info_window_r,
#small_info_window_bl,
#small_info_window_br
{
  width: 0;
  height: 0;
}

#custom_info_window_t,
#custom_info_window_b { }

#custom_info_window_l { width: 0; }
#custom_info_window_r{ width: 0; }

#custom_info_window_close {
  width: 21px;
  height: 21px;
  background:  url('../images/maps/map-infowindow-close.png') no-repeat transparent;
  cursor: pointer;
}

#custom_info_window_close:hover {
  background:  url('../images/maps/map-infowindow-close.png') 0 -21px no-repeat transparent;
}

* html #custom_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_close.png', sizingMethod='crop');
}


#custom_info_window_beak{
  width: 27px;
  height: 38px;
  background: url('../images/maps/map-infowindow-beak.png') top left no-repeat transparent;
}

* html #custom_info_window_beak{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='maps/map-infowindow-beak.png', sizingMethod='crop');
}


#small_info_window_beak{
  width: 15px;
  height: 15px;
  background: url('../images/maps/map-smallinfowindow-beak.png') top left no-repeat transparent;
}

* html #small_info_window_beak {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='maps/map-smallinfowindow-beak.png', sizingMethod='crop');
}

#custom_info_window_contents h3,
#custom_info_window_contents p
{
	margin: 0;
	padding: 0;
}

#custom_info_window_contents h3
{
	color: #FFF;
	background: #00578e;
	font-size: 13px;
	padding: 7px 22px 7px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#small_info_window_contents h3
{
	color: #FFF;
	background: #00578e;
	font-size: 12px;
	padding: 7px 10px 7px 10px;
	margin-bottom: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#custom_info_window_contents h3 a,
#small_info_window_contents h3 a
{
	color: #FFF;
}

#small_info_window_contents h3 a
{
	color: #FFF;
	font-size: 11px;
}


#custom_info_window_contents p
{
	color: #666;
	font-size: 11px;
	padding: 0 10px 10px 10px;
	line-height: 18px;
}

#custom_info_window_contents img
{
	float: right;
	margin: 0 10px 0 10px;
}

#custom_info_window_contents .gmap-info-window ul
{
	list-style-type: none;
	height: 10px;
	margin: 5px 0 5px 10px;
	padding: 0;
}

	#custom_info_window_contents .gmap-info-window ul li
	{
		float: left;
		margin: 0 10px 5px 0;
	}
	
	#custom_info_window_contents .gmap-info-window ul li a
	{	
		font-size: 11px;		
	}
