/* STYLE FOR THE PROPERTIES LIST
------------------------------------------------------------ */

	/* style for the entire row box
	------------------------------------------------------------ */
	#pl_row
	{
		padding:		1% 0 1% 1%;
		width:			99%;
		float:			left;
		border-bottom:	solid 1px #AAA;
	}
	
	/* style for odd / even row list items
	------------------------------------------------------------ */	
	.odd{	background:		#DDC;	}
	.even{	background:		#FFF;	}
		
	
	/* style for the row image
	------------------------------------------------------------ */
	#pl_image
	{
		width:			60px;
		height:			60px;
		float:			left;
	}
	
	#pl_image img
	{
		width:			60px;
		height:			60px;
		border:			0;
	}
		
	/* style for column 1 info
	------------------------------------------------------------ */
	#pl_col_left
	{
		margin:			0 0 0 10px;
		width:			150px;
		float:			left;
	}
	
	/* style for column 2 info
	------------------------------------------------------------ */
	#pl_col_right
	{
		margin:			0 0 0 10px;
		width:			250px;
		float:			left;
	}
	
	/* style for the actions (view/print)
	------------------------------------------------------------ */
	#pl_actions
	{
		width:			120px;
		float:			left;
		text-align:		right;
	}
	
	/* style for info labels
	------------------------------------------------------------ */
	#pl_col_left label,
	#pl_col_right label
	{
		width:			80px;
		font-weight:	bold;
		float:			left;
	}
	
/* ------------------------------------------------------------ */






/* STYLE FOR THE PROPERTIES FULL
------------------------------------------------------------ */
	
	/* property full box
	------------------------------------------------------------ */
	#pf_box
	{
		width:			100%;
		float:			left;
	}
	
	
	
	
	
	
	
	/* property title
	------------------------------------------------------------ */
	#pf_box h3
	{
		padding:		5px 0;
		width:			100%;
		border-bottom:	solid 1px #AAA;
		color:			#000;
		float:			left;
	}
	
	
	
	
	
	
	
	/* info for actions
	------------------------------------------------------------ */
	#pf_actions
	{
		margin:				0 0 8px;
		padding:			2px;
		width:				100%;
		background:			#EEE;
		float:				left;
		text-align:			right;
		list-style:			none;
	}
	
	#pf_actions li
	{
		display:			inline;
		
	}
	
	#pf_property_email
	{
		padding:			0 15px;
		background:			url(../images/property_btns/property_email.gif) no-repeat;
		border-right:		solid 1px;
	}
	
	#pf_property_maps
	{
		padding:			0 15px;
		background:			url(../images/property_btns/property_maps.gif) no-repeat;
		border-right:		solid 1px;
	}
	
	#pf_property_print
	{
		padding:			0 15px;
		background:			url(../images/property_btns/property_print.gif) no-repeat;
		border-right:		solid 1px;
	}
	
	#pf_property_back
	{
		padding:			0 15px;
		background:			url(../images/property_btns/property_back.gif) no-repeat;
	}
	
	
	
	
	
	
	/* top information
	------------------------------------------------------------ */
	#pf_top_info
	{
		width:				100%;
		float:				left;
	}
	
	/* section style
	------------------------------------------------------------ */
	#pf_section
	{
		margin:				0 0 20px 0;
	}
	
	
	
	
	
	
	/* image block (holds large and alternate images)
	------------------------------------------------------------ */
	#pf_image_block
	{
		width:				300px;
		float:				left;
	}	
	
	
	
	
	/* large preview image
	------------------------------------------------------------ */
	#large_preview
	{
		margin:				0;
		padding:			0;
		width:				300px;
		float:				left;
		border:				solid 1px;
	}
	
	
	
	
	
	
	/* style for basic info (box next to image)
	------------------------------------------------------------ */
	#pf_simple_info
	{
		margin:				0 0 0 10px;
		padding:			5px;
		width:				590px;
		float:				left;
		border:				solid 1px #AAA;
		background:			#DADCCF;
	}
	
	/* simple info rows
	------------------------------------------------------------ */
	#pf_simple_info td
	{
		border-bottom:		solid 1px #FFF;
	}
	
	/* simple info rows
	------------------------------------------------------------ */
	#pf_simple_info td label
	{
		width:				100px;
		display:			block;
		font-weight:		bold;
		float:				left;
	}
	
	
	
	
	
	
	/* alternate images
	------------------------------------------------------------ */
	#pf_alt_images
	{
		margin:				10px 0;
		width:				300px;
		float:				left;
	}
	
	/* alternate images specific to actual img
	------------------------------------------------------------ */
	#pf_alt_images img
	{
		margin:				0 2px 0 0;
		width:				50px;
	}

/* ------------------------------------------------------------ */






/* EMAIL TO A FRIEND
------------------------------------------------------------ */

	/* style for fieldsets
	------------------------------------------------------------ */
	#pf_section fieldset
	{
		border:				0;
	}
	
	#pf_section fieldset label
	{
		width:				150px;
		display:			block;
		float:				left;
	}

/* ------------------------------------------------------------ */