/*formatting for listings.php and map.php*/
.right_aside
{
	float: left;
	width: 300px;
}
.left_aside
{
	float: left;
/*text-align: center;*/
	width: 300px;
}
#left_aside_upper
{
	/*[disabled]margin-bottom:45px;*/
	float: left;
}
#other-cities
{
	float: left;
}
.cities_listings
{
	float: left;
}
#similar-listings
{
	float: left;
}
.advanced_search
{
	height: 264px;
	float: left;
}
.advanced_search H3
{
	margin-left: -12px;
	text-align: center;
}
.advanced_search FORM
{
	margin-left: 12px;
}
#advanced-search
{
	float: left;
}
.advanced_search SELECT
{
	clear: both;
	margin-bottom: 3px;
}
.cities_listings A
{
	margin-left: 12px;
}
.listings
{
	float: left;
	margin: 0 10px;
	text-align: center;
}
.listings_header
{
	background: #069;
	color: #FFF;
	font-size: 120%;
	margin-bottom: 5px;
	padding: 4px 0;
	text-align: center;
	width: 600px;
}
.listings_header A
{
	color: #FFF;
	font-weight: bold;
}
.listings_header .left
{
	float: left;
	margin-left: 6px;
}
.listings_header .right
{
	float: right;
	margin-right: 6px;
}
.listing, .loading_listing
{
	background: url(img/listing_bg.jpg) repeat-x bottom left;
	border-bottom: 1px solid #666;
	clear: both;
	min-height: 114px;
	padding: 3px 10px 0;
	text-align: left;
	width: 580px;
}
.listing IMG
{
	float: left;
	margin: 9px 10px 0 0;
}
.listing DIV
{
	float: left;
}
.listing H2
{
	color: #DA3229;
	font-size: 140%;
}
.listing UL
{
	float: left;
	margin: 0 0 4px;
	width: 190px;
}
.listing UL LI
{
	border: 0;
	font-size: 110%;
}
.listing P
{
	clear: both;
	color: #888;
	font-size: 97%;
	margin: 0 0 -9px;
	width: 450px;
}
.listing STRONG
{
	color: #DA3229;
}
.nearby_listing
{
	background: #FFC;
	border-bottom: 1px solid #666;
	clear: both;
	color: #069;
	font-size: 120%;
	font-weight: bold;
	padding: 8px 0 6px 5px;
	text-align: left;
}
.view_nav
{
	background: #555;
/*float: left;*/
	margin: 0 0 10px;
	padding: 6px 1px 1px 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 297px;
	height: 52px;
}
.view_nav IMG
{
	float: left;
	margin-top: 0;
	margin-left: 20px;
	width: 117px;
	height: 48px;
}
.full_banner
{
	margin-top: 8px;
}
.skyscraper
{
	/*[disabled]clear:right;*/
	/*[disabled]float:left;*/
	/*[disabled]background:#E0E842;*/
	/*[disabled]width:200px;*/
	/*[disabled]margin-right:7px;*/
}
/*formatting specific to map.php*/
#map
{
	background: #EFEFEF;
	clear: both;
	height: 540px;
	margin: 0 0 10px;
	width: 600px;
}
.legend SPAN
{
	float: left;
	margin: 3px 15px;
}

