/* @override http://www.realestateofdistinction.com.au/css/stylesheet.css */

/* REOD */

html {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "verdana";
	color: #194A6B;
	background: url(../images/blue.gif) top repeat-x;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #848484;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #EF1B40;
	font-size: 14px;
	text-decoration: none;
}

.properties h2 {
	margin: 0px;
	color: #47576B;
	font-size: 18px;
	text-align: center;
}

h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #848484;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #47576B;
	text-decoration: none;
}

a:hover {
	color: #EF1B40;
	text-decoration: underline;
}

p, table {
	font-family: "verdana";
}

/* defaults */

.comment {
	border: 1px solid #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 6px;
	color: #666666;
	text-align: center;
	width: 900px;
}

/* =wrapper */

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	overflow: hidden;
}

/* =header */

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	overflow: hidden;
	background: url(../images/headerlogo2.jpg) center no-repeat;
}

/* =menu */

#menu {
	margin: 0px;
	border: none;
	border-bottom: 1px solid #194A6B;
	padding: 0px;
	height: 28px;
	position: relative;
	z-index: 9000;
}

#menu ul {
	margin: 0px auto 0px auto;
	width: 900px;
	border: none;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
}

#menu ul li {
	margin: 0px;
	padding: 0px 12px 0px 12px;
	text-align: center;
	float: left;
	height: 28px;
	line-height: 28px;
	position: relative;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	padding: 0px;
	color: #FF103A;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

#menu ul li a:hover {
	color: #194A6B;
}

#menu ul li ul {
	display: none;
	z-index: 10000;
	background: #FFFFFF;
}

#menu ul li ul li ul {
	display: none;
}

#menu ul li.over ul {
	display: block;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 200px;
	border: 1px solid #194A6B;
	border-top: none;
	z-index: 10000;
}

#menu ul li.over ul li ul {
	display: none;
}

#menu ul li ul li.over {
	position: relative;
}

#menu ul li.over ul li.over ul {
	display: block;
	position: absolute;
	font-size: 12px;
	top: 0px;
	left: 200px;
	width: 200px;
	border: 1px solid #194A6B;
	border-top: none;
	z-index: 10000;
}

#menu ul li.over ul li {
	width: 200px;
	float: left;
	font-size: 12px;
	background: #FFFFFF;
	border-top: 1px solid #194A6B;
	padding: 0px;
	height: 22px;
	line-height: 22px;
	position: relative;
	z-index: 11000;
}

#menu ul li.over ul li a {
	display: block;
	width: 190px;
	font-size: 12px;
	padding-left: 10px;
	background: #FFFFFF;
	text-align: left;
	height: 22px;
	line-height: 22px;
	z-index: 11000;
}

#menu ul li.over ul li a:hover {
	background: #E0E9EF;
	font-size: 12px;
	color: #194A6B;
	z-index: 11000;
	width: 190px;
}

/* =content */

#content {
	clear: both;
	margin: 0px;
	border: none;
	padding-top: 15px;
	text-align: left;
	min-height: 300px;
}

/*home*/

#middle {
	position: relative;
	clear: both;
}

#middle a {
	position: absolute;
	left: 219px;
	top: 6px;
	width: 189px;
	height: 94px;
	display: block;
}

/* feature */

.featureProperty {
	float: left;
	margin-left: 2px;
}

/* =contact_form */

#contact_form table tr td {
	color: #848484;
}

/* =search form */

#searchbox {
	position: relative;
	z-index: 1;
}

/* =form */

table p {
	margin: 0px;
}

.form {
	border: none;
	width: 500px;
	margin: 0px auto 40px auto;
}

.form td {
	border: none;
	font-weight: bold;
	color: #84849B;
	font-size: 12px;
	font-family: Tahoma;
}

.form td.input {
	width: 300px;
}

.mail_page .form td.input {
	width: 280px;
}

.form td input, .form td textarea {
	width: 90%;
	font-weight: normal;
	color: #84849B;
}

.form td textarea {
	height: 140px;
	margin-bottom: 30px;
}

.form td.contact-joinmail {
	padding: 6px 0px 10px 0px;
	text-align: center;
	color: #84849B;
	font-weight: bold;
}

.form td.subscribe-options {
	padding: 40px 0px 10px 0px;
	text-align: left;
	color: #84849B;
	font-weight: bold;
}

.form td.contact-joinmail input, .form td.subscribe-options input {
	width: 30px;
}

.form td.enquiry-type input {
	width: auto;
}

.form td.contact-buttons, .form td.button {
	padding-top: 30px;
	text-align: right;
}

.form td.contact-buttons input, .form td.button input {
	width: auto;
}

.required {
	color: #CC0000;
	font-weight: bold;
}

/* =subscribe */

#subscribe_label {
	line-height: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#subscribe {
	clear: both;
	margin: 20px 0px 20px 0px;
	border: none;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#subscribe .submit {
	width: auto;
}

/* =footer */

#footer {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	color: #666666;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footer p.renet_links, #footer p {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

#footer p.renet_links a.renet {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#footer p.renet_links .renet:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

/* =listing_intro */

.listing-intro {
	z-index: 6000;
	margin: 0px 0px 10px 0px;
	border: none;
	border-bottom: 1px solid #000000;
	padding: 0px;
	height: 160px;
	overflow: hidden;
	color: #5A5946;
	;
position: relative;
	background: #FFFFFF;
}

/* =listing-status */

.listing-intro .status-label {
	margin: 0px;
	border: none;
	padding: 0px;
	position: absolute;
	width: 140px;
	height: 105px;
	text-decoration: none;
	top: 28px;
	left: 4px;
	display: none;
}

.listing-intro .under-contract {
	display: none;
	background: url(../images/css/under_contract.gif) top left no-repeat;
}

.listing-intro .under-offer {
	display: none;
	background: url(../images/css/under_offer.gif) top left no-repeat;
}

.listing-intro .deposit-taken {
	display: none;
	background: url(../images/css/deposit_taken.gif) top left no-repeat;
}

.listing-intro .sold {
	display: none;
	background: url(../images/css/sold.gif) top left no-repeat;
}

.listing-intro .leased {
	display: none;
	background: url(../images/css/leased.gif) top left no-repeat;
}

/* = */

.listing-intro .status {
	display: none;
}

.listing-intro h3 {
	width: 215px;
	height: 75px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	position: absolute;
	left: 215px;
	top: 0px;
	text-align: left;
	z-index: 6000;
	text-transform: uppercase;
}

.listing-intro .thumbnail-link {
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-decoration: none;
	background: none;
	z-index: 6000;
}

.listing-intro .thumbnail-link img {
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 6000;
}

.listing-intro .features {
	margin: -30px 0px 4px 215px;
	padding: 2px 0px 2px 0px;
	background: #FFFFFF;
	height: 20px;
}

.listing-intro .features dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	width: 40px;
	height: 25px;
	display: block;
	float: left;
}

.listing-intro .features dt span {
	display: none;
}

.listing-intro .features dt.property_id {
	margin-left: 10px;
	width: auto;
	font-size: 10px;
	font-weight: normal;
}

.listing-intro .features dt.land_size {
	width: auto;
	font-size: 11px;
	font-weight: bold;
}

.listing-intro .features dt.property_id span, .listing-intro .features dt.land_size span {
	line-height: 20px;
	padding-right: 10px;
	display: block;
}

.listing-intro .features dt.bedrooms {
	background: url(../images/css/bed.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.bathrooms {
	background: url(../images/css/bath.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.garages {
	background: url(../images/css/car.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.pets {
	background: url(../images/css/pets_2.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dd {
	margin: 0px 25px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}

.listing-intro .features dd.property_id_val {
	background: none;
	font-size: 12px;
	font-weight: normal;
}

.listing-intro .features dd.land_size_val {
	background: none;
	font-size: 11px;
	font-weight: bold;
}

.listing-intro .text {
	z-index: 6000;
}

.listing-intro .address {
	position: absolute;
	top: 75px;
	left: 215px;
	font-size: 11px;
	z-index: 6000;
	width: 215px;
}

.listing-intro .text .price {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FF8500;
	font-size: 12pt;
	position: absolute;
	top: 0px;
	left: 450px;
	font-weight: bold;
	z-index: 6000;
}

.listing-intro .text ul.holiday-pricing {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.listing-intro .text ul.holiday-pricing li {
	float: left;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
}

.listing-intro .text ul.holiday-pricing li span {
	padding: 0px 4px 0px 0px;
}

.listing-intro .text ul.holiday-pricing li span.holiday-season {
	
}

.listing-intro .introduction {
	position: absolute;
	top: 15px;
	left: 450px;
	width: 400px;
	margin-top: 15px;
}

.listing-intro .intro-link-more {
	background: url(http://www.real-estate-australia.com.au/images/glass.gif) left center no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 34px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 115px;
	left: 600px;
}

.listing-intro #agent-intro {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.listing-intro #agent-intro p {
	padding: 0px;
	font-size: 10pt;
	margin: 0px 0px 4px 0px;
	text-align: right;
}

.listing-intro #agent-intro p span {
	display: none;
}

.listing-intro #agent-intro .listing-agent-email {
	font-weight: bold;
	background: url(http://www.real-estate-australia.com.au/images/email.bmp) 0px -10px no-repeat;
	padding-left: 34px;
	height: 42px;
	width: 110px;
}

/* =pagination */

.pagination {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: none;
	font-weight: bold;
	color: #000000;
}

/* =listing-display */

.listing-display {
	border: none;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	width: 920px;
	position: relative;
	z-index: 7000;
}

.listing-display h2.heading {
	display: none;
}

.listing-display h2.heading-2 {
	position: absolute;
	top: 540px;
	left: 0px;
	width: 570px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #FF0000;
}

.listing-display h3.address {
	position: absolute;
	top: 40px;
	left: 0px;
	color: #47576B;
}

.listing-display .price {
	position: absolute;
	top: 565px;
	left: 0px;
	width: 570px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #FF0000;
}

.listing-display .listing-images {
	text-align: center;
	z-index: 9000;
	position: relative;
}

.listing-display .listing-images .listing-thumbnails {
	float: right;
	width: 340px;
	height: 375px;
	padding-top: 40px;
	z-index: 10000;
	position: relative;
	background: url(../images/logodistin.gif) top center no-repeat;
}

.listing-display .listing-images .listing-thumbnails .thumbnail {
	height: 120px;
	width: 160px;
	float: left;
	z-index: 10000;
	position: relative;
}

.listing-display .listing-images #listing-main-image {
	margin: 0px auto 10px auto;
	width: 570px;
}

.listing-display .listing-images .listing-main-image-cell {
	width: 570px;
	height: 380px;
	overflow: hidden;
	float: left;
	padding-top: 45px;
	z-index: 10000;
	position: relative;
}

.listing-display #listing-image-links {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #FFFFFF;
	width: 570px;
	float: left;
}

.listing-display #listing-image-links div {
	padding: 0px;
	float: left;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
	width: 100px;
}

.listing-display #listing-image-links .listing-image-gallery,
.listing-display #listing-image-links .listing-virtual-tour,
.listing-display #listing-image-links .floorplan-link {
	margin-top: 20px;
	height: 25px;
	width: 200px;
	line-height: 23px;
}

.listing-display #listing-image-links .listing-virtual-tour, .listing-display #listing-image-links .floorplan-link {
	width: 120px;
}

.listing-display #listing-image-links .listing-image-gallery a {
	height: 25px;
	width: 200px;
	display: block;
	background: url(../images/clickhereformorephotos.jpg) left center no-repeat;
}

.listing-display #listing-image-links .listing-image-gallery span {
	display: none;
}

.listing-display #listing-image-links .listing-virtual-tour a {
	height: 25px;
	width: 150px;
	display: block;
	background: url(../images/vtour.png) left center no-repeat;
}

.listing-display #listing-image-links .floorplan-link a {
	height: 25px;
	width: 140px;
	display: block;
	background: url(../images/css/floor_plans_sml.gif) left center no-repeat;
}

.listing-display #listing-img-description {
	display: none;
	clear: both;
}

.listing-display h4.external-links-heading {
	display: none;
}

.listing-display .feature-text,
.listing-display ul.external-links {
	margin-bottom: 0px;
	margin-left: 607px;
	border: 1px solid #EBEBEB;
	width: 280px;
	text-align: center;
	padding: 30px 15px 15px 15px;
	color: #000000;
	line-height: 180%;
	background: url(../images/feature_heading.png) 84px 5px no-repeat;
}

.listing-display ul.external-links li {
	height: 100%;
}

.listing-display ul.external-links {
	margin-top: 5px;
	height:100%;
	background: url(../images/external_heading.png) 84px 5px no-repeat;
}

.listing-display ul.external-links li span.link-type {
	width: 80px;
	height:100%;
}

.listing-display ul.external-links li span.link-url {
	margin: 0 0 0 90px;
	height:100%;
}

.listing-display .bbp {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 45px 10px 2px 665px;
	height: 20px;
}

.listing-display .bbp dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	width: 40px;
	height: 25px;
	display: block;
	float: left;
}

.listing-display .bbp dt span {
	display: none;
}

.listing-display .bbp dt.property_id span {
	line-height: 20px;
	padding-right: 10px;
	display: block;
}

.listing-display .bbp dt.property_id {
	width: auto;
}

.listing-display .bbp dt.bedrooms {
	background: url(../images/css/bed.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dt.bathrooms {
	background: url(../images/css/bath.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dt.garages {
	background: url(../images/css/car.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dd {
	margin: 0px 25px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}

.listing-display .bbp dd.property_id_val {
	background: none;
}

.listing-display .status {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #CC0000;
	font-size: 18px;
	text-align: center;
	display: none;
}



.listing-display .description {
	border: none;
	padding: 34px 0px 0px 0px;
	width: 550px;
	float: left;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
}

.listing-display ul {
	
}

.listing-display ul li {
	
}

.listing-display .features {
	margin: 0px 0px 10px 0px;
	width: 400px;
	border: none;
	float: left;
}

.listing-display .features td {
	padding: 4px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	background: #EEEEEE;
}

.listing-display .features td.feature-name {
	width: 140px;
}

.listing-display .contact {
	width: 280px;
	padding: 15px;
	font-size: 12px;
	margin-left: 607px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #EBEBEB;
	display: block;
}

.listing-display .contact .clear{
	clear: none;
}

.listing-display .listing-agent {
	position: relative;
	padding: 0px;
	font-size: 12px;
	color: #47576B;
	font-size: 14px;
	font-weight: bold;
	height: 110px;
}

.listing-display .listing-agent img {
	position: absolute;
	width: 100px;
}
.listing-display .listing-agent p {
	margin: 0 0 20px 0;
}

.listing-display .listing-agent .listing-agent-details {
	font-weight: bold;
	color: #47576B;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 120px;
	left: 120px;
}

.listing-display .listing-agent .listing-agent-phone {
	font-weight: bold;
	padding: 0px 0px 0px 120px;
	color: #47576B;
	font-size: 12px;
	font-weight: bold;
}

.listing-display .listing-agent .listing-agent-phone span,
.listing-display .listing-agent .listing-agent-email span  {
	display:block;
	float:left;
	padding-right:8px;
}

.listing-display .listing-agent .listing-agent-email {
	font-weight: bold;
	padding: 0px 0px 0px 120px;
	color: #47576B;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.listing-display .listing-agent .listing-agent-email a {
	color: #FF0000;
	text-decoration:underline;	
}

.listing-display h6.inspection-heading {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
}

.listing-display .actions {
	margin-bottom: 0px;
	border: 1px solid #EBEBEB;
	width: 300px;
	text-align: center;
	padding: 15px 5px;
	color: #000000;
	line-height: 180%;
	float: right;
}


.listing-display .actions li {
	margin: 10px 0;
	border: none;
	padding: 0px;
	list-style: none;
	width: 140px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.listing-display .actions li a {
	display: block;
	width: 150px;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
}

.listing-display .actions li.printable-brochure-link {
	background: url(../images/css/printable_brochure.gif) top center no-repeat;
}

.listing-display .actions li.emailafriend {
	background: url(../images/css/email_to_friend.gif) top center no-repeat;
}

.listing-display .actions li.email-listings-link {
	background: url(../images/css/email_me_listings.gif) top center no-repeat;
}

.listing-display .actions li.vendor-login-link {
	background: url(../images/css/vendor_login.gif) top center no-repeat;
}

.listing-display .actions li.virtual-tour-link {
	background: url(../images/css/virtual_tour.gif) top center no-repeat;
}

.listing-display .actions li.floorplan-link {
	background: url(../images/css/floor_plans.gif) top center no-repeat;
}

.listing-display .listing-mapping {
	clear: both;
	width: 570px;
	height: 190px;
	float: left;

}

.listing-display .listing-mapping h3 {
	display: none;
}

.listing-display #listing-map {
	width: 570px;
	height: 190px;
}

/* =staff-intro */

.staff-intro {
	margin: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #194A6B;
}

.staff-intro h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 10px 0px 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
}

.staff-intro .position {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	background: #E0E9EF;
}

.staff-intro .position span {
	display: none;
}

.staff-intro .department {
	margin: -26px 10px 4px 440px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	text-align: right;
}

.staff-intro .department span {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	display: none;
}

.staff-intro .thumbnail {
	float: left;
	margin-top: 20px;
}

.staff-intro .text {
	margin: 0px;
	padding: 20px;
	float: right;
	width: 820px;
	background: none;
}

.staff-intro dl {
	margin: 0px 0px 6px 0px;
}

.staff-intro dl dt {
	height: 26px;
	line-height: 26px;
}

.staff-intro dl dt span {
	
}

.staff-intro dl dt.email {
	text-transform: capitalize;
}

.staff-intro dl dt.phone {
	text-transform: capitalize;
}

.staff-intro dl dd {
	height: 26px;
	line-height: 26px;
}

.staff-intro .profile {
	
}

/* = */

.home_box {
	margin: 10px;
	border: 1px solid #000000;
	outline: 1px solid #CCCCCC;
	background: #F0ECF2;
	font-weight: bold;
}

.home_box p {
	font-size: 10px;
	margin-bottom: 20px;
}

.home_box a:link, .home_box a:visited, .home_box a:active {
	color: #9900FF;
	text-decoration: none;
}

.home_box a:hover {
	color: #FF0000;
	text-decoration: none;
}