/* shortlist items */
#shortlistWrapper {
	width: 520px;
	margin-top: 20px;
		margin-left:40px;
}

.shortlistItem {
	width: 520px;
	background-color: #fff;
	border: solid 1px #339900;	
}

.thumbnailHousing {
	width: 168px;
	padding: 3px;
	background-color: #fff;
	border-right: solid 1px #339900;
}

.thumbnailHousing img {
	vertical-align: bottom;
}

.thumbnail {
	border: 0px;
}

.detailsHousing {
	width: 352px;
}

.specSheet {
	width: 352px;	
	border-bottom: solid 1px #339900;
}

.specLabel {
	background-color: #339900;
}

.specLabel td {
	height: 20px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.specData {
	
}

.specData td {
	height: 20px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.itemArea {
	padding: 5px 7px 0px 12px;	
}

.itemDescription {
	height: 45px;
	padding: 3px 7px 0px 12px;	
}

.itemBottom {
	height: 17px;
	color: #339900;	
}

.itemLinks {
	text-align: right;
	padding: 0px 5px 0px 5px;	
}


/* paging */
.pageOf {
	margin-top: 1px;
	display: block;
	float: left;
	padding-top: 5px;
	position: relative;
	clear: left;
}

.paging {
	display: block;
	text-align: right;
	padding-top: 5px;
	position: relative;
}

#properties {
	padding-bottom: 10px;
}

#browsing {
	margin-top: 6px;
	float: left;
	position: relative;
	vertical-align: bottom;
}

#orderBy {
	vertical-align: top;
	position: relative;
	text-align: right;
	padding-bottom: 5px;
}

#topControls {
	border-bottom: dashed 1px #339900;
}

#emptyShortlist {
	width: 400px;
	height: 170px;
}










