.ttmap .main {
	margin: 30px 0;
}
.ttmap .col-main {
	position: relative;
}
.ttmap .loading {
	background-image: url(../images/adj-nav-progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.places-list {
	width: 300px;
	float: left;
	background: #fff;
	height: 600px;
	position: relative;
	z-index: 10;
}
.places-list .search-box {
	padding: 10px;
	background: #5C9EEE;
}
.places-list .search-box .input-text {
    height: 19px;
    padding: 6px;
    width: 265px;
    font-size: 14px;
}
.places-list .inner {
	max-height: 487px;
	overflow: scroll;
}
.places-list .inner.loading {
	height: 150px;
}
.places-list .place {
	border-bottom: 1px solid #bababa;
	padding: 10px;
	cursor: pointer;
}
.places-list .place:hover {
	background: #fafafa;
}
.places-list .place:after {
	clear: both;
	display: block;
	content: '';
}
.places-list .place img {
	float: right;
	width: 100px;
}
.places-list .place p {
	margin: 0 110px 0 0;
}
.places-list .empty-notice {
    color: #888888;
    padding: 30px 10px;
    text-align: center;
}
.places-list .add-new {
	display: block;
	background: #eee;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #888;
	cursor: pointer;
}
.place-info {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    left: 300px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0px;
    overflow: scroll;
}
.place-info .inner {
	width: 620px;
	padding: 20px;
}
.place-info .obj-info-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: #ccc;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
#ttmap {
	width: 660px;
	height: 600px;
	margin: 0 0 0 300px;
}