div.resort-box {
	width: 525px;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}

div.res-left {
	float: left;
	width: 327px;
	margin-right: 5px;
}

div.res-left div.res-link {
	background: url(/images/generic/bullet-white-bg.gif) 0 2px no-repeat;
	padding-left: 15px;
}

div.res-left div.res-link a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div.res-left div.res-link a:hover {
	text-decoration: underline;	
}

div.res-right {
	float: left;
	width: 193px;
}

div.res-right div.top {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-top.gif) 0 0 no-repeat;
}

div.res-right div.right {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-right.gif) 185px 5px no-repeat;
}

div.res-right div.bottom {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-bottom.gif) 0 135px no-repeat;
}

div.res-right div.left {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-left.gif) 0 5px no-repeat;
}

h2 {
	margin-top: 0;
}

div.left img {
	border: 0;
	margin: 5px 0 0 10px;
}

/* start map box */
div#map {
	width: 518px;
}

div#map div.top {
	width: 518px;
	background: url(/images/generic/map-top.gif) 0 0 no-repeat;
}

div#map div.right {
	width: 518px;
	background: url(/images/generic/map-right.gif) 510px 5px repeat-y;
}

div#map div.left {
	width: 518px;
	background: url(/images/generic/map-left.gif) 0 5px repeat-y;
}

div#bottom {
	width: 518px;
	height: 14px;
	background: url(/images/generic/map-bottom.gif) 0 0 no-repeat;
	margin-bottom: 5px;
}
/* end map box */

/* new map box */
div#map_container {
	width: 500px;
	position: relative;
	margin: 0 0 0 10px;
}

div.element_container {
	position: absolute;
}

div.element_label {
	position: absolute;
	border: 1px solid #000; 
	padding: 0 1px 1px 1px;
	background: #ffffff; 
	color: #000000;
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

div#map_border_top {
	width: 518px;
	padding-top: 5px;
	background: url(/images/generic/map-top.gif) 0 0 no-repeat;
}

div#map_border_left {
	width: 518px;
	background: url(/images/generic/map-left.gif) 0 5px repeat-y;
}

div#map_border_right {
	width: 518px;
	background: url(/images/generic/map-right.gif) 510px 5px repeat-y;
}

div#map_border_bottom {
	width: 518px;
	height: 14px;
	background: url(/images/generic/map-bottom.gif) 0 0 no-repeat;
	margin-bottom: 5px;
}

div#googlemap {
    margin-left: 10px;
}

/*---------------------------------
    Additional Links
---------------------------------*/

div#extra-links div {
    position: absolute;
    background: url(/maps/icons/107.gif) no-repeat bottom right;
    padding-right: 20px;
}

div#extra-links div a {
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 1px;
    font-size: xx-small;
}

div#natureva {
    left: 356px;
    top: 135px;
}

div#babylone {
    left: 371px;
    top: 188px;
}

div#natura {
    left: 339px;
    top: 306px;
}

div#eden {
    left: 320px;
    top: 362px;
}

div#extra-links div#apartments {
    left: 60px;
    top: 187px;
    background: url(/maps/icons/107.gif) no-repeat 42px 0px;
    padding-top: 20px;
}

.LabeledMarker_markerLabel {
    /*background-color: #FFFFFF;
    border: solid 1px #000000;*/
    padding: 3px;
    color: #FB4E4E;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}

/* end map box */
