/* area_page-layout
-------------------------------------------------------------------------------*/
#page p,
#page li {
	font-size: 12px;	
}

#page p {
	margin: 0 0 10px 0;
	line-height: 14px;
}

#page a:link,
#page a:visited {
	background-color: inherit;
	color: #000;
	font-size: 12px;
}

#page h3 {
	position: relative;
}

	#page h3 span {
		position: absolute;
		display: block;
		width: 300px;
		top: 0;
		right: 11px;
		padding: 5px 0;
		text-align: right;
	}

	#page h3 a:link,
	#page h3 a:visited {
		background-color: inherit;
		color: #d1afd5;
		display: inline;
		padding: 0 0 0 20px;
		background-image: url(/images/dot_arrow_left.png);
		background-position: 5px 3px;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	
	
/* new_changes-layout
-------------------------------------------------------------------------------*/
#property-content {
	padding: 0 10px 10px 10px;
	position: relative;
}

#property-tabs {
	position: relative;
	height: 60px;
	margin-bottom: 10px;
	/*border-bottom: 1px #9c0 solid;*/
}
	
#property-navigation-bar-1,
#property-navigation-bar-2 {
	position: absolute;
	bottom: 0;
}

#property-navigation-bar-2 {
	top: 10px;
	right: 10px;
}

	#property-navigation-bar-1 li {
		display: block;
		float: left;
		margin-right: 1px;		margin-top: 1px;
	}
	
	#property-navigation-bar-2 li {
		display: block;
		float: left;
		margin-left: 1px;
	}

	#property-navigation-bar-1 li a:link,
	#property-navigation-bar-1 li a:visited {
		display: block;
		padding: 3px 7px 4px 7px;
		background-color: #9c3;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
	}
	
	#property-navigation-bar-2 li a:link,
	#property-navigation-bar-2 li a:visited {
		display: block;
		padding: 3px 5px 3px 5px;
		background-color: #aad040;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
	
	#property-navigation-bar-1 li a:hover,
	#property-navigation-bar-1 li.activeState a:link,
	#property-navigation-bar-1 li.activeState a:visited {
		background-color: #5a2e91;
	}
	
	#property-navigation-bar-2 li a:hover {
		color: #5a2e91;
	}

h1#property-title {
	clear: both;
	padding: 30px 0 0 0;
	font-size: 24px;
}
	
	h1#property-title span {
		display: block;
		padding: 5px 0 0 0;
		font-size: 16px;
	}
	
	h1#property-title span#property-price {
		font-size: 14px;
	}
	
h1#property-title-2 {
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right !important;
	clear: both;
	padding: 10px 0 0 0;
	font-size: 14px;
}
	
	h1#property-title-2 span {
		display: block;
		padding: 5px 0 0 0;
		font-size: 14px;
		text-align: right !important;
	}
	
	span#property-phone {
		position: absolute;
		top: 23px;
		right: 40px;
		font-size: 19px;
		color: #000;
	}
	
		span#property-phone span {
			font-size: 16px;
		}
		
#property-header {
	/*background-color: #fff;*/
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	display: none;
}

	#property-header td {
	}
	
	a:link#property-main-image-link,
	a:visited#property-main-image-link {
		display: block;
		width: 220px;
		height: 158px;
		border: 5px #fff solid;
		float: left;
		margin: 0 12px 10px 0;
	}
	
	div#no-image-link {
		display: block;
		width: 220px;
		height: 158px;
		border: 5px #fff solid;
		float: left;
		margin: 0 12px 10px 0;
	}
	
	img#property-main-image {
		display: block;
		width: 220px;
		height: 158px;
	}
	
	td.td-r {
		text-align: right;
		width: 15% !important;
		font-weight: bold;
		vertical-align: top;
	}
	
	td.td-l {
		text-align: left;
		width: 142px !important;
		vertical-align: top;
		background-color: #fff;
	}
	
	h5 {
		font-size: 18px;
	}
	
	#property-parts {
		padding: 5px 0 0 0;
	}
	
	ul.property-features {
		margin: 10px 0;
	}
			
		ul.property-features li {
			padding: 2px 10px 2px 20px;
			background-image: url(/images/dot_point_2.png);
			background-position: 8px 6px;
			background-repeat: no-repeat;
			background-attachment: scroll;
		}
		
		
		
		
/*	2
---------------------------------------------------------------------------------*/
div.page-light {
	background-color: #fff;
	color: #000;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}

	div.page-light h6 {
		font-size: 12px;
		font-weight: bold;
	}
	
	div.page-light span {
		display: block;
		font-size: 10px;
		padding: 10px 0 0 0;
	}
			
img.property-gallery-image {
	border: 5px #fff solid;
	width: 538px;
	margin: 10px;
}

img.property-sitelayout-image {
	border: 5px #fff solid;
	width: 558px;
	margin: 0 0 0 0;
}

/*	gallery
-----------------------------------------------------------------------------------*/
table#property-gallery-table {
	width: 568px;
}

table#property-gallery-table td {
 width: 50%;
 vertical-align: top;
 text-align: center;
 padding: 0 0 12px 0
}

	table#property-gallery-table td img {
		width: 262px;
		border: 5px #fff solid;
	}
	
#property-map img {
 border: 5px #fff solid
}

a#property-floorplan img {
	
}

table#property-agent-table {
	margin: 10px 0;
}

td.agent-image {
	vertical-align: top;
	text-align: left;
	padding: 0 10px 0 0;
}

	td.agent-image img {
		border: 5px #fff solid;
	}
	
	td.agent-desc {
		text-align: left;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
	}
	
	td.agent-desc h5 {
		margin: 0 0 10px 0;
	}
	
	td.agent-desc a:link,
	td.agent-desc a:visited {
		font-size: 14px !important;
	}
