/*Bing Map Implementation Style Sheet*/
	/*@author Cognizant, Wyndham Hotels- WBER*/
.miniMapBlock {
	width: 212px;
	height: 98px;
	border: 5px;
	display: block;
}

.detailMapLink {
	font-size: 12px;
	color: #0075c3;
	text-decoration: none;
	cursor: pointer;
	text-decoration: underline;
	font-weight:bold;
}

.detailMapLink:HOVER {
	color: #7EC6F6;
}

.miniMapBody {
	position: relative;
	width: 180px;
	height: 60px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.miniMaptable {
	background-color: #E9E9E9;
	border-color: #E9E9E9;
	border-style: solid;
	width: 100%;
	border-style: solid;
}

.mainMapBody {
	position: relative;
	width: 700px;
	height: 300px;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.pushPinIcon {
	width: 20px;
	height: 20px;
	background-color: #0075C3;
	z-index: 200;
}

.pushPinIcon:HOVER {
	background-color: #EA953B;
	cursor: pointer;
	text-decoration: none;
}

.pushPinText {
	width: 100%;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.pushPinText a {
	text-decoration: none;
}

/*Map Pop-up contents style*/
.prop_desc_map {
	width: 300px;
}

.prop_details_map {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.prop_name_map {
	color: #0075C3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.prop_address_map {
	color: #000000;
}

.block4_map {
	width: 125px;
}

.priceDetail_map {
	background-color: #F0F8FB;
	border: 1px solid #BEC5CB;
	width: 145px;
	height: 70px;
	margin:6px 0;
}

.amt_map {
	color: #DE7712;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.amt_desc_map {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-stretch: wider;
}

.viewRoom_btn_map {
	background: url(../images/booking/search-btn-bg.gif) repeat-x #ea953b;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}

#propBtn {
	color: #fff;
	text-decoration:none;
}

.clear_map {
	clear: both;
}

.customInfoBox-body {
	position: relative;
	top: -5px;
	left: 2px;
	padding: 5px 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 465px;
}

