/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#listor {
	padding: 2px 0 0 0;
}





/*	-------------------------------------------------------------
	BROWSE LISTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #listor #categories li {
	background: 0;
	padding: 0;
}

#content #listor #categories li a:link,
#content #listor #categories li a:visited {
	display: block;
	color: #1d438c;
	background: url(../images/listor/categories_li_bg.gif) no-repeat 0 0;
	padding: 5px 0 20px 40px;
	font-size: 1.3em;
}

#content #listor #categories li a:hover {
	background-position: 1px 0;	
	color: #205ed4;
}

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #listor #listings a#gmap_link:link,
#content #listor #listings a#gmap_link:visited {
	display: block;
	margin: -38px 5px 0 0;
	float: right;
}



/*	Google Map Listing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #listor #gmap_modal {
	width: 770px;
	height: 470px;
	background: #F2EFE9 url(../../../images/misc/loading.gif) 50% 50% no-repeat;
}

#content #listor #gmap_modal #gmap_theMap {
	width: 770px;
	height: 470px;
}


#content #listor .gmap_listing {
	width: 400px;
	font-size: 0.9em;
}

#content #listor .gmap_listing p {
	padding: 0 0 8px 0;	
}

#content #listor .gmap_listing .heading {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -1px;
}

#content #listor .gmap_listing table tr td {
	display: table-cell;
	padding: 2px 3px 4px 0;
	vertical-align: top;	
}

#content #listor .gmap_listing img {
	border: 1px solid #666;
}





/*	-------------------------------------------------------------
	VIEW LISTING
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



#listingMain {
	float: left;
	width: 580px;
}

#listingSide {
	float: right;
	width: 154px;
}

#listingAgents {
	padding: 10px 0 5px 0;
}

#listingPrice {
	float: right;
	margin: 10px 10px 5px 0;
	font-size: 1.4em;
	height: 22px;
	line-height: 22px;
	color: #216ab4;
}

#content #listor #listingStatus {
	float: right;
	clear: right;
	padding: 5px 0 5px 0;
}

#listingAddress {
	font-size: 1.2em;
	line-height: 1.1em;	
}

#listingMapLink {
	clear: right;
	float: right;
	padding: 17px 0 2px 5px;
}

#listingPrintLink {
	clear: right;
	float: right;
	padding: 7px 0 2px 5px;
}

#listingDescription {
	padding: 10px 0 6px 0;
}


#content #listor #listingCustom p.gps {
	font-size: 0.9em;	
}

#listingCustom {
	padding: 10px 0 6px 0;
}

#content #listor #listingCustom table {
	margin-top: 4px;
}

#content #listor #listingCustom table tr td {
	padding: 4px 3px 4px 0;
	border-top: 1px solid #ccc;
}

#content #listor #listingFeatures {
	padding: 10px 0 10px 0;
}


/* PHOTOS */

#listingImages {
	
}

#listingImages img {
	display: block;
	border: 1px solid #aaa;
	padding: 1px;
	margin-bottom: 5px;
}

#content #listingSustain {
	padding: 10px 0 5px 0;
	text-align: center;
	color: #666;
	font-size: 0.8em;
}



/*	-------------------------------------------------------------
	PAGINATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #listor .pagination {
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
}

#content #listor .pagination a:link,
#content #listor .pagination a:visited {
	background: #438fc2;
	border: 1px solid #317caf;
	text-decoration: none;
	padding: 1px 4px;
	color: #fff;
}

#content #listor .pagination a.active:link,
#content #listor .pagination a.active:visited {
	color: #d0e4f1;
	background: #5ea3d1;
	border: 1px solid #4f98c8;
}

#content #listor .pagination a.pagePosition:link,
#content #listor .pagination a.pagePosition:visited {
	border: 1px solid #b0973d;
	background: #b0973d;
}