#topNav,#sideNav,#footer{
	display: none;
}
#masthead{
	height: auto;
}
#masthead h1,#masthead h2, #masthead img{
	display: block;
}
#ctop, #content, #cbottom, #cwrapper{
	width: 100%;
}
/*listing stuff*/
span.to{
	float: left;
	display: block;
	padding: 0px 5px 0px;
}

h4.price{
	text-align: right;
	padding-right: 25px;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	float: right;
}
div.pdetails{
	float: left;
	display: block;
	width: 200px;
}
div.pdetails table {
	width: 100%;
}
div.pdetails table tr td{
	border-bottom: 1px dotted black;
}
div.right{
	float: right;
	display: block;
	width: 400px;
}
a.small{
	display: block;
	float: left;
	margin: 5px;
	width: 100px;
}
/*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.pageactions{
display: none;
}
p{
	width: 100%;
}