#listings-header,
#listings-footer {
	margin: 10px auto;
	padding: 0;
	width: 760px;
	height: 50px;
	clear: both;
	overflow: hidden;
}
div#listings-header div,
div#listings-footer div {
	margin: 0;
	float: left;
	overflow: hidden;
	background-position: center center;
}
div#listings-header-center,
div#listings-footer-center {
	width: 660px;
	height: 50px;
	background-image: url('/images/bg_listing_headerfooterbar_center.gif');
	background-repeat: repeat-x;
}
div#listings-header-center p,
div#listings-footer-center p {
	margin: 0;
	padding: 15px 10px 10px 10px;
	white-space: nowrap;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
div#listings-header-left,
div#listings-header-right,
div#listings-footer-left,
div#listings-footer-right {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}
div#listings-header-left,
div#listings-footer-left {
	background-image: url('/images/bg_listing_headerfooterbar_arrow_left.gif');
}
div#listings-header-right,
div#listings-footer-right {
	background-image: url('/images/bg_listing_headerfooterbar_arrow_right.gif');
}

div#listings-search table {
	margin: 0 auto;
	background-color: #346d92;
}

div#listings-search th {
	font-size: 0.9em;
/* 	color: #012e4f; */
	color: #fff;
}

div#listings-search input,
div#listings-search select {
/* 	background-color: #a0b4c3; */
/* 	background-color: #012e4f; */
/* 	background-color: #346d92; */
/* 	background-color: #5687a8; */
	background-color: #fff;
/* 	color: #fff; */
	color: #012e4f;
}

#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: 0px 0px 0px -10px;
	background-image: url('/images/bg_listing_overview.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#listings .listing-photo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 280px;
	height: 210px;
/* 	border: 1px solid #999; */
}
#listing .listing-photo img {
	width: 280px;
	height: 210px;
/* 	border: 1px solid #fff; */
	border: none;
}
#listings .listing-address {
	position: absolute;
	top: 40px;
	left: 340px;
	width: 400px;
	height: 50px;
	font-size: 20px;
	line-height: 26px;
/* 	border: 1px solid #999; */
}
#listings .street,
#listings .city {
	color: #fff;
}
#listings .listing-info,
#listings .listing-link {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 115px;
	height: 95px;
	font-size: 19px;
	line-height: 35px;
/* 	border: 1px solid #999; */
}
#listings .listing-info {
	left: 355px;
	width: 155px;
	text-align: center;
}
#listings .listing-link {
	left: 530px;
	width: 195px;
	text-align: center;
	color: #a62829;
}
#listings .more_info_button {
	margin: 0 auto;
	width: 155px;
	height: 30px;
	background-image: url('/images/bg_listing_overview_button.gif');
	background-repeat: no-repeat;
	background-position: center 5px;
	color: #fff;
/* 	font-weight: bold; */
}
