/*-------------------------------------------------------------------------------------------------*/
/*																								   */
/* Copyright 2007 Pacific Rim Real-time Systems, Inc. & LabBrain Design Inc.					   */
/*																								   */
/* File: Css/listings.css 																		   */
/*																								   */
/* History-----------------------------------------------------------------------------------------*/
/* Revision        Date        	Author	 	Description											   */
/*-------------------------------------------------------------------------------------------------*/
/* Philadelphia		12-25-07	JRR			Isolated Listings page css for clarity.				   */
/* 					12-25-07	JRR			Refined - Developed for FF, Safari, IE 6 & 7.		   */
/* 					12-25-07	JRR			Cleanup												   */
/*																								   */
/*-------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------------------------------*/
/* ---| Listings |---------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/

ul.rbCRl {																							/* Listing container */
	border: 1px solid #654319;
	border-right: none;			
	width:857px;					
	height: 100px;
	list-style:none;
	background: #ffffff;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	position:relative; 
	top:0px; 
	left:0px;
	line-height:100%;
	z-index:1;
	display:block;
	}
ul.rbCRl img {																						/* Image Flags */
	border: none;
	}	
div.rbCRlhFlag {
	position:absolute;
	top:0px;
	}
div.rbCRlhImage0 {																					/* Listing thumbnails */
	position:absolute;
	top:0px; left:0px;
	border-right: 1px solid #654319; 
	width:100px;
	height:100px;
	margin: 0;
	padding:0px 0px 0px 0px;
	line-height:100%;
	}
div.rbCRlhImage1 {																					/* Featured Thumbnail */
	position:absolute;
	top:0px; left:0px;
	border-right: 1px solid #654319; 
	width:100px;
	height:100px;
	margin: 0;
	padding:0px 0px 0px 0px;
	line-height:100%;
	}
div.rbCRlhTitle {																					/* Property Title */
	font-size:14px;
	color: #654319;
	position:absolute;
	top:2px; left: 110px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 4px 0px;
	text-decoration: underline;
	}
div.rbCRlhTitle a {																					/* Property Title LINK COLOR */
	color: #654319;
	}
div.rbCRlhPrice {																					/* Property Price */
	font-size:14px;
	color: #654319;
	position:absolute;
	top:2px;
    left: 750px;
	text-align:right;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 4px 0px;
	}
ul.rbCRlhHiLightBullets {																			/* Highlight Bullete */
	color: #466498;
	font-size:11px;
	list-style-image: url(../Images/bullet.gif);
	}	
div.rbCRlhSummarySentence {																			/* Summary Sentence */
	width: 600px;
	font-size:12px;
	color:#6B88B5;
	line-height:200%;
	text-align:left;
	width: 690px;
	height: 60px;
	position:absolute;
	top:25px;
	left: 110px;
	}
ul.rbCRlhLocality {																					/* Locality Strip */
	background: #ECECEC;
	width: 756px;
	height: 20px;
	list-style: none;
	position: absolute;
	top: 80px; 
	left:101px;	
	margin:0;	
	padding:0;
	}
	/* IE6 */
	* html ul.rbCRlhLocality li  { 
		display: inline;
		}
div.rbCRlhLocality {																				/* City */
	font-size:12px;
	color: #4066A3;
	float: left;
	margin: 5px 0px 0px 10px;
	font-weight:bold;
	}
div.rbCRlhRegion {																					/* State */
	font-size:12px;
	color: #4066A3;
	float: left;
	margin-top: 5px;
	font-weight:bold;
	}
	/* IE7  Fix State location */
	html>body div.rbCRlhRegion { 
		*margin-top: -7px; 
		}

div.rbCRlComplete {																					/* Complete Listing link*/
	color:#4066A3;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	}
	/* IE7 Fix complete listing link location */
	html>body div.rbCRlComplete { 
		*margin-top: -20px; 
		} 	
div.rbCRlComplete a {
	color:#4066A3;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	}
div.rbCRlComplete a:hover {
	text-decoration: underline;
	}

/* ---| Listings Divider |-------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/
	
.rbCRListStripe {																					/* Listings cagtegory divider */
	margin: 19px 0 0 0;
	}
	
.rbCRListStripeTag {
	color: #654319;
	font-weight:bold;
	}
.rbCRListStripeBG {
	border-bottom: 1px solid #654319;
	}
/* ---| Featured Listings |------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/
div.rbCRlFphTitle {
	font-size:14px;
	color: #654319;
	position:absolute;
	top:2px; left: 110px;
	}
div.rbCRlFphTitle a {																				/* Featured Property link Title */
	font-weight:bold;
	color: #654319;
	}

ul.rbCRlFphLocality {																				/* Featured Property Locality Strip */
	background: #4066A3;
	width: 756px;
	height: 20px;
	list-style: none;
	position: absolute;
	top: 80px;  
	left:101px;
	margin:0; 	
	padding:0;
	font-weight:bold;
	}
	/* IE6 */
	* html ul.rbCRlFphLocality li  { 
		display: inline;
		}
div.rbCRlFphLocality {
	font-size:12px;
	color: #ffffff;
	float: left;
	margin: 5px 0px 0px 10px;
	}	
div.rbCRlFphRegion {																				/* Featured Property State */
	font-size:12px;
	color: #FFFFFF;
	float: left;
	margin-top: 5px;
	font-weight:bold;
	}
	/* IE7 Fix featured state location */
	html>body div.rbCRlFphRegion { 
		*margin-top: -7px; 
		}
div.rbCRlFpComplete {																				/* Featured Property Complete Listing link */
	color:#6B88B5;
	float: right;
	margin-right: 10px; 
	margin-top: 4px;
	}
	/* IE7 Fix featured complete listing link location */
	html>body div.rbCRlFpComplete { 
		*margin-top: -20px; 
		}
div.rbCRlFpComplete a {
	color:#ffffff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	}
div.rbCRlFpComplete a:hover {
	text-decoration: underline;
	color:#ffffff;