body  {
	font-family: sans-serif;
}
.mapWrapper {
	position: relative;
}

#mapContainer {
	display: block;
	width: 960px;
	height: 470px;
/* 	margin: 0 auto auto; */
	position: relative;
}

#nearBtsMrtMap, #map-canvas {
	margin: 0 auto auto;
	display: block;
	width: 960px;
	height: 470px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#map-canvas {
	width: 690px;
	height: 440px;
}

#nearBtsMrtMapWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 470px;
}
#mapCanvasWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #ebebeb;
	width: 100%;
	height: 470px;
}
#footerMap {
	display: none;
}



/* select zone MRT button */
.chooseZoneMrtBtn {
	background: url("../../images/home/bts2Mark_a.png") no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
}
.chooseZoneMrtBtn:HOVER {
	background: url("../../images/home/bts2Mark_h.png") no-repeat;
}

/* select zone BTS button */
.chooseZoneBtsBtn {
	background: url("../../images/home/bts1Mark_a.png") no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
}
.chooseZoneBtsBtn:HOVER {
	background: url("../../images/home/bts1Mark_h.png") no-repeat;
}

/* Position of button zone*/
#zoneMrt1 {
	position: absolute;
	top: 105px;
	left: 184px;
}
#zoneBts3{
	position: absolute;
	top: 171px;
	left: 220px;
}

#map-canvas .infoBox {
	font-size: 12px;
	font-weight: normal;
}

#map-canvas .infoBox h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0df;
}

#map-canvas .mainImage img.projectImage, #map-canvas .mainImage img {
	width: 95px;
}

/* #map-canvas #transferEffect */
#map-canvas #detailPopupProject {
	overflow: hidden;
	width: 262px;
	height: auto;
}


.infobox-wrapper {
    display:none;
}

#map-canvas #transferEffect {
    border:2px solid black;
    margin-top: 8px;
    background:#333;
    color:#FFF;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
}
#map-canvas #transferEffect a {
	color: #0df;
}
#map-canvas #transferEffect h3 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 100%;
}

#mapNavBar {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 30px;
	z-index: 10;
	background: #000;
	color: #fff;
	width: 100%;
}
#mapNavBar .message {
	margin: 0;
	padding:5px;
	text-align: center;
}
#advertiseCondoProjectListWrapper {
	position: absolute;
	right: 0px;
	top: 30px;
	overflow: auto;
	z-index: 10;
	background: #fff;
	color: #000;
	/* replace with addon 2013-05-21 
	height: 436px;
	width: 180px;
	 */
	border-left: 2px outset #666;
	font-family: sans-serif;
	/* addon 2013-05-21 */
	background: url(../../images/shadowForMap.png) repeat-y;
	height: 439px;
	width: 290px;
	overflow-x: hidden;
	border-left: none;
}
.cpjlHeader {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
	background: #dfdfdf;
	margin: 0;
	border-bottom: 2px outset #dfdfdf;
	
	/* addon 2013-05-21 */
	background: url(../../images/shadowForMapHead.png) repeat-y;
	padding-left: 30px;
	margin-bottom: 0;
	border-bottom: 0;
}
#advertiseCondoProjectListWrapper #advertiseCondoProjectList {
	padding-left: 20px;
}
#advertiseCondoProjectList div.mainImageContent {
	width: 25px;
	height: 25px;
	float: left;
}
#advertiseCondoProjectList div.mainImageContent img {
	width: 25px;
	height: 25px;
}
#advertiseCondoProjectList .projectContentList {
	border-bottom: 1px dotted #aaa;
	padding:3px 5px;
	clear: both;
	width: 260px;
/* 	Change 100% to 260px on 2013-05-20 */

	/* addon 2013-05-21 */
	border-bottom: 1px solid #c4c3c3;
	border-top: 1px solid #fff;
}
#advertiseCondoProjectList .projectContentList:HOVER {
	background: #aaf;
	color: white;
	cursor: pointer;
}
#advertiseCondoProjectList .projectContentList h5 {
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 3px 5px;
}
#advertiseCondoProjectList .clearBoth {
	clear: both;
}

#advertiseCondoProjectList .selectedContentProject {
	background: #aaf;
/* 	border: 1px solid #333; COMMENT OUT 2013-05-14*/ 
}

#map-canvas .mapMarkerDescription {
	height: 110px;
	overflow: auto;
}

.infoBox {
    background-image: url('/images/tipbox.gif') !important;
}