/*used in list mode  START	*/
div.realtyListingListContainter{
	clear: both;
}
div.col1{
 	float: left;
	width:25%;	
}
div.col1 a img{
border: none;	
}
div.col2{
	float: left;
	width:65%;	
}
/*div.col3{
	float: left;
	width:10%;	
}*/
 div.col4{
 	float: left;
	width:10%;
	text-align: right;
}
hr.realtyListingDevider{
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid black;
	clear: both;
	float: left;
	width: 100%;
}
div.col2 h3,div.col2 h4{
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	color: black;
	font-size: 14px;
}
div.col2 h4{
font-style: normal;	
margin: 0px 0px 3px 0px;
font-size: 12px;

}
div.col2 h4 span{
padding-left:10px;
width: 50px;
text-align: right;


}
/*house addresses */
div.col2 h3 a{
font-size: 16px;
text-decoration: none;
color: black;


}
/*used in list mode  END*/