			a.link {
				color:#e3006a;
				text-decoration:none;
			}

			a.link:hover {
				text-decoration:underline;
			}

			.map-container {
				background-color: #FFFFFF;
				border-width: 1px;
				border-style: none;
				/*width: 602px;*/
				overflow:hidden;
				padding:0px;
			}

			.destination-map {
				width: 100%;
				/*height: 244px;*/
			}

			.destination-map div span {
				display: none;
			}

			.google_cloud {
				padding:4px;
				border:1px solid gray;
				background: #FFFFFF;
				z-index:200;
				height:auto;
			}

			.google_cloud_content {			
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: 15px;
				font-weight: normal;
				font-variant: normal;
				color: #4c423d;
				position:relative;
				padding-left:4px;
				/*margin-bottom:-30px;*/
			}

			.google_cloud_table {
				width: 304px;
			}

			.google_cloud_content div {
				display: inline-block;
			}

			.google_cloud_image {
				width:auto;
				height:50px;
			}

			.google_cloud_header {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-style: normal;
				line-height: 16px;
				font-weight: bold;
				font-variant: normal;
				color: #e3006a;
			}

			.google_cloud_info {
				/*float:right;*/
			}

			.google_cloud_shadow {
				background-color:#000000;
				position:absolute;
  				filter:alpha(opacity=30);
  				opacity:.3;
  				width:320px;
  				z-index:199;
			}

			.google_cloud_arrow {
				background: url(/skins/destinationmap/images/arrow.png) top right no-repeat  transparent;
				width:24px;
				height:24px;
				margin-top:-24px;
				position:relative;
				display:inline-block;
				left:-28px;
				top:-48px;
				z-index:200;
			}
			.google_button, 
			.google_find_button
			{
				font-size:12px;
			    color:#ffffff;
			    background-color:#5F5553;
			    width:65px;
			    text-align:center;
			    border-color:#A91E5F;
			    margin-bottom:10px;
			    cursor:pointer;
			    border-style:none;
			    padding-top:2px;
			    padding-bottom:2px;
			}

			.google_find_button 
			{
				width:auto;
				margin-left: 10px;
			}
			
			.google_button:hover, 
			.google_find_button:hover
			{
				background-color:#E3006B;
			}
