#myMap {
	position:relative;
}

.header_title_hotel
{
	background-color:#f1f1f1;
	color:#000000;	
	font-family:Arial,Sans-serif,verdana;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
.salveaza_bottom
{
	background-color:#0073bb;
	color:#ffffff;
	font-family:Arial,Sans-serif,verdana;
	font-size:12px;
	
}

.thumb_class
{
	border:2px #f1f1f1 solid;
}
.spacer_double
{
	margin-top:10px;
	font-size:1px;
}
.spacer
{
	margin-top:5px;
	font-size:1px;
}
.grey_dark
{
	color:#555555;
}
.b
{
	font-weight:bold;
}
.red_dark
{
	color: #b40116;
}

.s_12
{
	font-size:12px;
}

.customInfoBox-noBeak, .customInfoBox-with-rightBeak, .customInfoBox-with-leftBeak
{
	position: absolute;
}

/* Offset the body for the drop-shadow and set the body background and border just for starters (developers can change this easily) */

.customInfoBox-body
{

	position: relative;
	top: -5px;
	left: -5px;
	padding: 0px;
	margin:0px;
	border: 1px solid #000;
	background-color: #fff;	

}

/* Apply a nice default drop-shadow after the default Bing Maps info box styles are cleared */

.customInfoBox-shadow
{
	position: relative;
	background-color: #ccc;
}

/* Sections of the info box that a developer could style if desired, but have no style when the default Bing Maps info box styles are cleared */

.customInfoBox-previewArea, .customInfoBox-actionsBackground
{
	margin:0px;
	padding:0px;
}

.customInfoBox-previewArea p, .customInfoBox-actionsBackground p
{	
	margin:0px;
	padding:0px;
}

.customInfoBox-previewArea .firstChild br , .customInfoBox-actionsBackground .firstChild br
{	
	line-height:0px;
}

/* Sections of the info box that should not be visible when the default Bing Maps info box styles are cleared */

.customInfoBox-actions, .customInfoBox-paddingHack
{
	display: none;
}

.customInfoBox-beak, .customInfoBox-progressAnimation
{
	visibility: visible;
	display:block;
}

.clr
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}

.map_item_info {
	margin:0px;
	padding:0px; 
	width:370px;
}
.map_item_info a,
.map_item_info a:visited {
	color:#ffffff;
}
.item_url {
	margin-top:2px;
	margin-bottom:2px;
}
.item_url a,
.item_url a:visited {
	color:#D10909;
	font-size:13px;
	font-weight:bold;
}
