div#listings {
	margin: 0 auto;
	width: 780px;
}

div#listings-search {
	margin: 10px auto;
	padding: 0;
	width: 780px;
	height: 62px;
	clear: both;
	overflow: hidden;
}
div#listings-search div {
	margin: 0;
	float: left;
	overflow: hidden;
	background-position: center center;
}
div#listings-search-center {
	width: 760px;
	height: 62px;
	background-image: url('/images/bg_listing_search_center.gif');
	background-repeat: repeat-x;
}
div#listings-search-left,
div#listings-search-right {
	width: 10px;
	height: 62px;
	background-repeat: no-repeat;
}
div#listings-search-left {
	background-image: url('/images/bg_listing_search_left.gif');
}
div#listings-search-right {
	background-image: url('/images/bg_listing_search_right.gif');
}
div#listings-search table {
	margin: 0 auto;
}
div#listings-search th {
	font-size: 0.9em;
	color: #fff;
	text-align: left;
}
div#listings-search input,
div#listings-search select {
	background-color: #fff;
	color: #012e4f;
}

div#listings-header,
div#listings-footer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
/* 	height: 50px; */
	clear: both;
	overflow: hidden;
}
div#listings-header p,
div#listings-footer p {
	margin: 0;
/* 	padding: 15px 10px 10px 10px; */
	white-space: nowrap;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #d16302;
}

#listings-footer .pagination {
	margin-right: 30px;
	text-align: right;
	font-weight: normal;
}

#listing-map-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 520px;
	margin: 10px 0px 10px -10px;
	background-image: url('/images/bg_listing_overview_map.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#listing-map {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 720px;
	height: 460px;
}

#listings .listing-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 270px;
	margin: 0;
	background-image: url('/images/bg_listing_overview.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#listings .listing-photo {
	position: absolute;
	top: 30px;
	left: 14px;
	width: 280px;
	height: 210px;
}
#listing .listing-photo img {
	width: 280px;
	height: 210px;
	border: none;
}

#listings .listing-info {
	position: absolute;
	top: 25px;
	left: 310px;
	width: 455px;
	height: 180px;
	overflow: hidden;
	color: #fff;
}
#listings .listing-address {
	margin: 0 0 15px 0;
	font-size: 18px;
}
#listings .listing-stats {
	margin: 15px 0;
	font-size: 16px;
}
#listings .listing-description {
	margin: 15px 0 0 0;
	font-size: 14px;
}

#listings .listing-morebutton {
	position: absolute;
	bottom: 30px;
	right: 15px;
	font-size: 14px;
	text-align: right;
	color: #fff;
}
