#listingBalloon {
	position: absolute;
	height: 156px;
	z-index: 100;
	font-weight: bold;
	font-size: 12px;
}

#listingBalloon td {
	padding: 1px;
}

#listingBalloon #balloonBox {
	position: relative;
	width: 260px;
	height: 132px;
}

#listingBalloon #balloonBoxAgent {
	position: relative;
	width: 360px;
	height: 132px;
}

#listingBalloon.urBalloon #balloonBox, #listingBalloon.urBalloon #balloonBoxAgent {
	margin-left: 22px;
	margin-top: 12px;
}

#listingBalloon.ulBalloon #balloonBox, #listingBalloon.ulBalloon #balloonBoxAgent {
	margin-left: 12px;
	margin-top: 12px;
}

#listingBalloon.llBalloon #balloonBox, #listingBalloon.llBalloon #balloonBoxAgent {
	margin-left: 12px;
	margin-top: 26px;
}

#listingBalloon.lrBalloon #balloonBox, #listingBalloon.lrBalloon #balloonBoxAgent {
	margin-left: 12px;
	margin-top: 26px;
}

#listingBalloon img.listingImg {
	border: 2px solid #cbd0be;
	height: 105px;
	width: 105px;
	text-align: center;
}

#listingBalloon .br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

#listingBalloon table {
	margin-left: 8px;
	/*height: 85px;*/
}

#listingBalloon .listingPrice {
	color: #39a63c;
	font-size: 14px;
	font-weight: bold;
}

#listingBalloon .label {
	color: #919191;
	/*padding-right: 5px;*/
	font-weight: bold;
	/*width: 33%;*/
}

#listingBalloon .data {
	color: #494949;
	font-weight: bold;
}

#listingBalloon .data, #listingBalloon .label {
	vertical-align: bottom;
}

#listingBalloon .status {
	color: #919191;
	font-style: italic;
	font-size: 11px;
}

#listingBalloon .mlsId {
	color: #567599;
}

#listingBalloon .spaceSummaryItem {
	font-size: 11px;
	border: 0px;
	background-color: #FFF;
}

#listingBalloon .spaceSummaryItemInfo {
	height: 50px;
	margin-left: 0px;
	font-size: 10px;
}

#listingBalloon .spaceSummaryItemInfo td {
	vertical-align: middle;
}

#listingBalloon .spaceSummaryItemInfo .avgPriceLabel {
	width: 60px;
}

#listingBalloon .spaceSummaryItemInfo .avgYrBltLabel {
	width: 95px;
}

#listingBalloon .spaceSummaryItemInfo .label {
	color:#919191;
	font-weight:bold;
	padding-right: 2px;
}

/* WP Posts */
#listingBalloon .postTitle {
	color:#3D619B;
	font-size:13px;
	margin-bottom:5px;

}

#listingBalloon .postDate {
	color:#615E58;
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
}

#listingBalloon .postExcerpt {
	color:#615E58;
	font-size: 10px;	
	font-weight: normal;
}

#listingBalloon img.postPhoto {
	border: 2px solid #cbd0be;
	width: 105px;
	text-align: center;
	margin-right: 5px;
	height: 105px;
	float: left;
}

#listingBalloon .agentViewed {
	display: inline;
	/*position: absolute;*/

/*	right: 7px; */
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-left: 14px;
}

#listingBalloon .balloonListingInfo {
	width: 105px;
}


#listingBalloon .balloonAgentName {
	font-size: 12px;
	color: #FFF;
}

#listingBalloon .postInfo {
	width: 140px;
	height: 105px;
}

#listingBalloon .askAgentImg {
	border: 2px solid #4A443E;
	width: 72px;
}

