/* start rightcolumn - listing teaser */
#rightColumn .contentText {
	margin: 30px 20px 0 20px;
	padding: 0;
	border: 0;
}

#rightColumn .contentText h3 {
	margin: 10px 0 0 15px;
	padding: 10px 0 0 20px;
	font-size: 0.75em;
	font-weight: bold;
	height: 23px;
	/* background-image -> pageProperties.jspx */
	background-repeat: no-repeat;
	background-position: top left;
}

#rightColumn .contentText p.listingtext, #rightColumn .contentText div.textContent {
    margin: 0;
	padding: 0 0 25px 35px;
	line-height: 14px;
	width: 450px;
	font-size: 0.69em;
	color: #888888;
}

#rightColumn .contentText p.listingtext a, #rightColumn .contentText div.textContent a { 
	text-decoration: underline;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 14px;
	width: 450px;
	color: #CF9570;
}

#rightColumn .contentText p.listingtext a:hover, #rightColumn .contentText div.textContent a:hover { 
	text-decoration: none;
	color: #CF9570;
}
/* end rightcolumn - listing teaser */
