
/* Styles specific to displaying properties in list mode */



ul.properties {
	list-style: none;
	margin: 12px 0;
	padding: 0;
}

div.properties_with_small_map ul.properties {
	float:left;
	width: 705px;
	margin: 0;
}

ul.properties a{
		
			font: normal 11px/14px arial, helvetica, sans-serif;
			color: #175ea5;
		}
		
ul.properties a:hover{
			color: #d56f02;
		}


li.property{
	list-style: none;
	border: 1px solid #ccc;
	margin: 0 0 12px;
	padding: 8px 8px 0;
	font: normal 11px/14px arial, helvetica, sans-serif;
	overflow: hidden;
	/* width: 800px; */
}

li.property .photos{
	float: left;
	text-align: center;
	width: 152px;
	margin-bottom: 8px;
}

li.property .photos img.photo{
	max-height: 150px;
	max-width: 150px;
	border: 1px solid #ccc;
}
li.property .details{
	margin-left: 166px;
	overflow: hidden;
}

li.property .details h3{
	font-size: 18px;
	margin: 2px 0 8px;
}
li.property .details h3 a{
	
	font: bold 16px/22px arial, helvetica, sans-serif;
	text-decoration: none;
}
li.property .details h3 a:hover{
	text-decoration: underline;
	color: #d56f02;
}

li.property .address {
	
}

li.property .details .quick_info{
	float: left;
	width: 120px;
}

li.property .details .quick_info ul{
	margin: 0 0 4px;
	list-style: none;
	padding: 0;
}
li.property .details .quick_info ul li:first-child{
	font-weight: bold;
}
li.property .details .quick_info ul li{
	margin:0 0 2px;
	padding: 0;
}

li.property .details .main_info{
	margin-left: 136px;
}
li.property .details .main_info .description{
	margin-bottom: 8px;
}

li.property .case_details{
	margin: 12px 0 8px 166px;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

li.property .case_details h4{
	margin: 0 0 16px;
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	color: #d56f02;
}

/* disabled for now - causing problems in older versions of IE
li.property .case_details > h4{
	padding: 7px 0;
}
li.property .case_details h4 span{
	padding: 0 2px 0 0;
	font-weight: bold;
	color: #d56f02;
}
li.property .case_details h4 > span{
	background: #fff;
	float: left;
}
*/




table.product_details td {
	width: 48%;
}
table.product_details td:first-child{
	padding-right: 8px;
}
table.product_details td dl{
	margin: 0 0 8px;
	padding: 0;
	font: normal 11px/14px arial, helvetica, sans-serif;
}

table.product_details td dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

table.product_details td dd {
	margin: 0;
	padding: 0;

}

/* RFS styles */

ul.rfs_listings, ul.rfs_listings ul{
	margin: 0;
	padding: 0;
	max-width: 600px;
}

ul.rfs_listings li{
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #eee;
	color: #555;
}

.rfs_listings h3.address_and_price {
	position: relative;
	color: #000;
	font: bold 12px arial. verdana, sans-serif;
}
.rfs_listings h3.address_and_price span.price {
	position: absolute;
	right: 0;
}
ul.rfs_listings ul li {
	display: inline;
	padding: 0 20px 0 0;
	font-weight: bold;
	margin: 0;
	border: none;
}



/* override some styles */
li.property .tools a {
	background: none;
	color: #175EA5;
	display: inline;
	font: normal 11px/14px arial, helvetica, sans-serif;
	padding: 0;
}

li.property ul.links {
	margin: 0;
}

li.property ul.links li {
	display: inline;
	padding: 2px 8px 2px 10px;
}

li.property .text_printing{
	font-size: 1em;
	padding: 4px 0;
}

li.property div.no_photo,
li.property div.no_floorplan {
	width: 150px;
	height: 80px;
	padding: 32px 0 0 0;
	border: 1px solid #e4e4e4;
	text-align: center;
	background: #f2f2f2;
}
li.property div.no_photo h4, li.property div.no_floorplan h4{
	color: #999;
}

ul.properties .photos_selector a {
	color: #fff;
	font: bold 10px/14px arial,helvetica,sans-serif;
}

/* Some mods for printing */
@media print {
	li.property {
		padding: 0;
		border: none;
		border-bottom: 1px solid #000;
	}
	
	table.product_details td dl{
		margin: 0 0 6px;
		padding: 0;
		font: normal 11px/12px arial, helvetica, sans-serif;
	}
	
	li.property .case_details h4 {
		color: #999;
		margin: 0 0 6px;
	}
	
	li.property .photos_selector table {
		display: none;
	}
	
	
}


div.properties_with_small_map div.map {
	width: 270px;
	height: 400px;
	float: right;
}

div.properties_with_small_map .id{
				float: right;
				width: 22px;
				height: 12px;
				font: bold 11px/10px arial, helvetica, sans-serif !important;
				padding-left: 0px;
				display: block;
				background: url('/maps/psharkmap/point.png') 0 0 no-repeat;
				padding: 5px 0;
				color: #fff;
				text-align: center;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
				margin-left: 10px;
				cursor:pointer;
				
			}


