﻿
.resInfoBar {
	position:			relative;	
	
	height:				16px;

	margin:				0px 0px 4px 0px;
	padding:			0px 0px 0px 0px;
	
	font-size:			10px;
}

.resInfoBar .infoDisplay {
	position:			absolute;
	top:				0px;
	left:				8px;
}

.resInfoBar .infoCount {
	position:			absolute;
	top:				0px;
	right:				8px;
}

.resNavBar {
	height:				28px;
	
	position:			relative;	

	margin:				0px 0px 8px 0px;
	padding:			0px 0px 0px 0px;
	
	text-align:			center;

	background-color:	#D7ECC1;
	background-image:	url('Images/bg_resNavBar_lft.gif');
	background-repeat:	no-repeat;
	background-position:top left;
}

.resNavBar div {
	height:				28px;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	background-image:	url('Images/bg_resNavBar_rgt.gif');
	background-repeat:	no-repeat;
	background-position:top right;
}

.resNavBar a.linkNew {
	display:			block;

	padding:			6px 0px 0px 0px;
	
	font-weight:		bold;
	text-decoration:	none;
	color:				#6EBB1F;
}

.resNavBar a.linkPrev {
	display:			block;
	height:				18px;
	width: 				174px;
	
	position:			absolute;
	top:				2px;
	left:				2px;
	
	margin:				0px 0px 0px 0px;	
	padding:			4px 0px 0px 26px;
	
	color:				#D7ECC1;
	font-size:			12px;	
	font-weight:		bold;
	text-align:			left;	
	text-decoration:	none;

	background-image:	url('Images/link_searchNav_previous_off.gif');
	background-repeat:	no-repeat;
	background-position:top left;	
}

.resNavBar a.linkNext {
	display:			block;
	height:				22px;
	width: 				174px;
	
	position:			absolute;
	top:				2px;
	right:				2px;


	margin:				0px 0px 0px 0px;	
	padding:			5px 26px 0px 0px;
	
	color:				#D7ECC1;
	font-weight:		bold;
	text-align:			right;	
	text-decoration:	none;

	background-image:	url('Images/link_searchNav_next_off.gif');
	background-repeat:	no-repeat;
	background-position:top right;	
}

.resNavBar a.linkPrev:hover,
.resNavBar a.linkNext:hover {
	color:				#6EBB1F;
}

.resProperty,
.resPropertyDetail {
	margin:				0px 0px 8px 0px;	
	padding:			0px 0px 0px 0px;
	
	position:			relative;
	
	font-size:			11px;
}

.resProperty div {
	margin:				0px 101px 0px 128px;	
	padding:			0px 0px 0px 10px;

	height:				86px;
}

.resProperty div.rowOn {
	margin:				0px 101px 0px 128px;	
	padding:			6px 0px 0px 10px;

	height:				80px;

	background-color:	#D7ECC1;	
}

.resProperty  img {
	position:			absolute;
	
	top:				0px;
	left:				0px;
	
	border-top: 1px solid #6EBB1F;
}

.resPropertyDetail div {
	margin:				0px 101px 0px 257px;	
	padding:			0px 0px 0px 10px;
}

div.imgGallery {
	position:			absolute;
	top:				93px;
	left:				210px;
	width:				280px;
	margin:				0px;
	padding:			0px;
	font-size:			0px;
}

div.imgGallery a {
	border:			1px solid #6EBB1F;
}

div.imgGallery img {
	margin:				2px;
	margin-bottom:		6px;	
	border-top:			1px solid #6EBB1F;
}

.resProperty ul,
.resPropertyDetail ul {
	position:			absolute;
	
	top:				0px;
	right:				0px;
	
	margin:				0px 0px 0px 0px;	
	padding:			0px 0px 0px 0px;

	list-style:			none;
}

.resProperty li,
.resPropertyDetail li  {
	margin:				0px 0px 1px 0px;	
	padding:			6px 0px 0px 7px;
	
	height:				22px;
	width:				70px;
	
	text-align:			left;
	color:				#FFFFFF;
	font-weight:		bold;

	background-color:	#6EBB1F;
	background-repeat:	no-repeat;
	background-position:top left;	

}

.resProperty li sup,
.resPropertyDetail li sup  {
	font-size: 9px;
}

.resProperty h2 {
	font-weight:		normal;
} 

.resProperty h2 a,
.resProperty h2 a:hover {
	font-weight:		bold;
	text-decoration:	none;
}

li.iconNone {
	background-image:	url('Images/icon_bg_none.gif');
}
li.iconBath {
	background:	#6EBB1F top right no-repeat url('Images/icon_bg_bathrooms.gif');
}
li.iconBed {
	background:	#6EBB1F top right no-repeat url('Images/icon_bg_bedrooms.gif');
}
li.iconCar {
	background:	#6EBB1F top right no-repeat url('Images/icon_bg_car.gif');
}
li.iconLand {
	background:	#6EBB1F top right no-repeat url('Images/icon_bg_land.gif');
}


h2 .propPrice { left:500px;position:absolute;text-align:right;top:0pt;font-weight:bold;color:#6EBB1F;}
