.infobox-wrapper {
    display:none;
}

.infobox-pdi-wrapper {
    display:none;
}

#infobox, #infoboxpdi {
    border:0px none; 
    background: url(../images/maps/ic_infobox_map.png) no-repeat;
    width:284px;
	height: 250px;
	padding: 4px 8px 8px 8px;
	/*
	margin-top: 8px;
	color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    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;
	*/
}

#stationimg, #pdiimg {
	height: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#bikelockcontainer {
	height: 80px;
	width: 95%;
	position: relative;
	top: 210px;
	left: 0px;
}

.infoboxbike {
	float:left;
	width: 45%;
	text-align: center;
	margin-left: 5px;
}

.infoboxlock {
	float: left;
	margin-left: 60px;
	text-align: center;
}

.vdivider{
    position:absolute;
    left: 50%;
	height: 62px;
    border-left: 2px solid #CCC;
}

#title, #pdititle {
	width:240px;
	color: #000;
	font-family: 'Nexa-black';
	font-size: 18px; 
	font-weight: bold;
	position: absolute;
	top: 170px;
	margin-top: 15px;
	margin-left: 15px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}