td.column_title {
	/*
	background:url('../images/ptctb.png') repeat-x;
	height:25px;
	
	background:url('../images/thbg.png') repeat-x;
	*/
	height:26px;
	color:#003366;
	padding: 0px 10px 0px 10px;
	margin:-3px 0px 0px 0px;
}

#column_title_units { width:50px;text-align: right;background:url('../images/thbg.png') repeat-x; }
#column_title_name { width:150px;background:url('../images/thbg.png') repeat-x; }
#column_title_location { width:100px;background:url('../images/thbg.png') repeat-x; }
#column_title_price { width:40px;text-align: right;background:url('../images/thbgr.png') no-repeat right; }
#column_title_offered_price { text-align: right;background:url('../images/thbg.png') repeat-x;}
#column_title_land_price {width:40px;text-align: right;background:url('../images/thbg.png') repeat-x;}
#column_title_sold_price {text-align: right;background:url('../images/thbgr.png') no-repeat right; }
#column_title_sold_land_price { width:75px;text-align: right;background:url('../images/thbg.png') repeat-x;}
#column_title_square_ft { text-align: right;background:url('../images/thbg.png') repeat-x; }
#column_title_zoning { width:40px;background:url('../images/thbgr.png') no-repeat right; }
#column_title_city { width:100px;background:url('../images/thbg.png') repeat-x; }
#column_title_image { width:85px;background:url('../images/thbgl.png') no-repeat; }

td.cell_text {
	color:#000;
	padding: 10px 10px 0px 10px;
	/*border-bottom:1pt dashed #808080;*/
	border-bottom:1pt solid #ccc;
}

#cell_text_units { text-align: right; }
#cell_text_name { }
#cell_text_location { }
#cell_text_price { text-align: right; }
#cell_text_zoning { }
#cell_text_city { }
#cell_text_image { height:55px;text-align:center; }

#listings_table_container {
	z-index:1;
	width:100%;
}

table#listings_table {
	margin-top:0px;
	width:100%;
	border:0pt solid #003366;
}

table#apt_listings_table {
	margin-top:15px;
	width:100%;
	border:0pt solid #003366;
}

tr.listings_table_row {
    padding:0px 10px 0px 10px;
}

tr#listings_table_row_bg_color_one {
	/*background:#fff;*/
	border:1pt solid #003366;
}

tr#listings_table_row_bg_color_two {
	/*background:rgb(240,240,240);*/
	border-bottom:1pt solid #000
}

img.property_image {
	border: 1px solid #ddd;
}
