
#nav_controls {}
	#nav_controls a {
		display: inline;
		line-height: 16px;
		text-decoration: none;
	}
	#nav_controls img {
		vertical-align: text-bottom;
	}
	.prev_next_tip {
		width: 200px;
	}
		.prev_next_tip p {
			margin-bottom: 0;
		}
		.prev_next_tip img {
			margin-bottom: 5px;
		}
		.prev_next_tip .prev_next_type {
			font-size: 11px;
			color: #666;
		}
#property {}
	#property h2 {
		padding: 15px 0 30px;
		border-top: 1px dotted #666;
		margin-bottom: 0;
	}
	#property h4 {
		margin-bottom: 0;
	}

	#property .section {
		margin: 10px 0;
		clear: both;
	}
	#property #details {
		margin: 0 20px 0 0;
	}
	#property #description {
		float: right;
		margin: 0 0 20px 20px;
		width: 60%;
	}
	#property #description p {
		margin-bottom: 20px;
	}

	#property table th,
	#property table td {
		padding: 0 10px 5px 0;
		vertical-align: top;
	}
	#property table th {
		white-space: nowrap;
	}
	#property .nav_controls {
		float: right;
		padding-top: 15px;
	}
	#property .nav_controls img {
		margin-left: 15px;
	}