<!--
			#topProperty
			{
				/*float:left;*/
				border: 1px Solid #F7F7F7;
				background-color: #F7F7F7;
				color: #000000;
				width: 160px;
			}
			
			#topProperty .row
			{
				padding: 0px;
				clear:both;
			}
			
			#topProperty .col
			{
				padding: 0px;
				/*float:left;*/
				min-width: 4em;
				max-width: 40em;
			}
			
			#topProperty .row h2
			{
				font-size: 1em;
				margin:0px;
				padding:0px;
			}
			
			#topProperty .link a
			{
				font-size: 0.67em;
				font-family: Tahoma, Verdana, Arial;
				padding: 2px;
				text-decoration: none;
			}
			
			#topProperty .link a:hover
			{
				text-decoration: underline;
			}
			
			.image
			{
				width: 6em;
				height: 6em;
				border: 1px solid #CCC;
			}
			
			span.location
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #0000FF;
			font-family: Tahoma;
			}

			span.region
			{
			display: inline-block;
			font-size: 8pt;
			font-weight: normal;
			color: #0000FF;
			font-family: Tahoma;
			}

			span.location1
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #0000FF;
			font-family: Tahoma;
			}

			span.panelTitle
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #000;
			font-family: Tahoma;
			padding: 0px;
			}
			
			span.Title, a.Title
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #000;
			font-family: Tahoma;
			}
			
			span.Price
			{
			display: block;
			font-size: 8pt;
			font-weight: Bold;
			color: #000;
			font-family: Tahoma;
			}
			
			span.Type
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #000;
			font-family: Tahoma;
			}
			
			span.Description
			{
			display: block;
			font-size: 8pt;
			font-weight: normal;
			color: #666666;
			font-family: Tahoma;
			text-align: justify;
			}
			
			a.directlink
			{
				display: block;
				font-family: Tahoma;
				font-size: 8pt;
				color: #000;
				padding: 0px;
				clear: left;
			}
			

//-->