
#panel {
    float: left;
    width: 300px;
    height: 640px;
}
#map-container {
    margin-left: 300px;
    position: relative;
}
.nearby-loading-current {
	position: absolute;
	top: 25px;
	left: 80px;
	width: 420px;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	height: 40px;
	border: #aaa 1px solid;
}
.nearby-loading-current > span {
	float: left;
	padding: 9px 10px;
}
.nearby-loading-current a {
	display: block;
	padding: 5px 10px;
	float: left;
	border: #0079BA 1px solid;
	margin-top: 3px;
	background: #0079BA;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}
#map {
    width: 100%;
    height: 640px;
}
#markerlist {
    height: 455px;
    padding: 10px 5px 0 10px;
    overflow: auto;
    border-top: 1px solid #c4c4c4;
}
.title {
    border-bottom: 1px solid #e0ecff;
    overflow: hidden;
    width: 255px;
    cursor: pointer;
    padding: 2px 0;
    display: block;
    color: #000;
    text-decoration: none;
}
.title:visited {
    color: #000;
}
.title:hover {
    background: #e0ecff;
}
.title .item-img{
    width: 120px;
    display: inline-block;
}
.title img{ width: 100%; }

.title .item-info {
    float: right;
    width: 130px;
}
.title .item-name {
    font-weight: 700;
    color: #333;
    font-size: 12px;
}
.title .item-add {
    font-size: 11px;
    color: #888;
    text-overflow: ellipsis;
}
.title .item-saleoff {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
}

#timetaken {
    color: #f00;
}
.info {
    width: 200px;
}
.info img {
    border: 0;
}
.info-body {
    width: 200px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
}
.info-img {
    width: 200px;
}
.brand {
	display: block;
	text-align: center;
	padding: 15px 0px 20px;
}
.info-footer h3 {
    margin: 6px 0px;
    font-size: 20px;
}
.info-add {
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
}
.info-saleoff {
    font-size: 14px;
    color: #DF640B;
    text-overflow: ellipsis;
}