/* Position Realty */

/* @override http://staging.renet.com.au/position/css/stylesheet.css */

html {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
	background: #5E4F4A;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #5E4F4A;
	font-size: 10pt;
	font-family: Century Gothic, Arial, Sans Serif;
	background: url(../images/css/background.jpg) top left repeat-x #5E4F4A;
}

body, p, input, select, textarea {
	font-family: Century Gothic, Arial, Sans Serif;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 52px;
	text-align: right;
	letter-spacing: 2px;
	font-weight: normal;
	position: absolute;
	top: 12px;
	right: 20px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #DDF4F9;
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 20px;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #A49791;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

h4,
.staff-intro h3 {
	margin-bottom: 20px;
	padding: 0px;
	color: #00C4DF;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

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

h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #79DCED;
	font-size: 18px;
	text-align: left;
}

h6 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #5E4F4A;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

p {
	font-size: 10pt;
	color: #5E4F4A;
	text-align: justify;
	font-weight: normal;
	margin-bottom: 10px;
}

ul {
	margin: 20px;
	padding: 10px;
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #5E4F4A;
}

a:link, a:visited, a:active {
	color: #00C4DF;
}

a:hover {
	color: #79DCED;
}

td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #5E4F4A;
}

/* =wrapper */

#wrapper {
	margin: 0px auto 0px auto;
	border-top: none;
	padding: 0;
	width: 800px;
	overflow: hidden;
	color: #5E4F4A;
	background: #FFFFFF;
	position: relative;
}

/* =header */

#header {
	margin: 0px;
	padding: 0px;
	height: 95px;
	background: url(../images/headerbackground.jpg) bottom left repeat-x #5E4F4A;
}

#logo {
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	width: 350px;
	height: 93px;
	position: relative;
	top: 0px;
	left: 225px;
	background: url(../images/headerlogo.jpg) top right no-repeat;
}

#wrapper #Agencyphone {
	margin: 10px 20px 10px 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	text-align: right;
	height: 29px;
}

#wrapper #Agencyphone h3 {
	text-align: right;
}

/* =menu */

#menu {
	margin: 15px 20px 0px 0px;
	border: none;
	padding: 0px;
	z-index: 2000;
	position: relative;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	float: right;
	height: 28px;
}

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

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:active {
	padding: 0 7px 4px 7px;
	color: #00C4DF;
	text-decoration: none;
	display: block;
	border-right: 1px solid #00C4DF;
}

#menu ul li a:hover {
	color: #79DCED;
	text-decoration: none;
	display: block;
}

#menu ul li.current a:link, 
#menu ul li.current a:visited, 
#menu ul li.current a:hover, 
#menu ul li.current a:active {
	color: #79DCED;
}

#menu ul li#newsletterMenu a {
	border: none;
	padding-right: 0;
}

/* drop down menu */

#menu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 2001;
	width: 190px;
	display: none;
}

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

#menu ul li ul li {
	width: 190px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: #00C4DF;
}

#menu ul li ul li.first {
	padding-top: 10px;
}

#menu ul li ul li.last {
	padding-bottom: 10px;
}

#menu ul li.current ul li a,
#menu ul li.current ul li a:link,
#menu ul li.current ul li a:visited,
#menu ul li.current ul li a:hover,
#menu ul li.current ul li a:active,
#menu ul li ul li a,
#menu ul li ul li a:link,
#menu ul li ul li a:visited,
#menu ul li ul li a:hover,
#menu ul li ul li a:active {
	display: block;
	width: 170px;
	padding: 0px 10px 0px 10px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	border: none;
	
}

#menu ul li.current ul li a:hover,
#menu ul li ul li a:hover {
	border: none;
	color: #DDF4F9;
}

/* =content */

#content {
	clear: both;
	margin: 63px auto 0px auto;
	width: 800px;
	border: none;
	padding: 0px 0px 80px 0px;
	text-align: left;
	min-height: 535px;
}

#content.home {
	margin: 63px 20px 0px 250px;
	padding: 0;
	width: 530px;
}

#content.intro {
	padding: 0;
}

#content.copy {
	margin: 63px 0px 0px 0px;
	border: 0px;
	min-height: 550px;
	background-color: #FFFFFF;
	clear: both;
}

#content.copy p {
	margin-right: 20px;
	margin-left: 20px;
}


#content.home .left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	border: 0px;
	width: 230px;
	height: 460px;
	background-color: #FFFFFF;
	float: left;
	display: block;
}

#content.home .right {
	margin: 0px;
	border: 0px;
	width: 230px;
	height: 230px;
	background-color: #FFFFFF;
	float: right;
}

/*#content.intro {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
	background-color: #FFFFFF;
	clear: both;
}*/

/* home page stuff */

#content #admin-image {
	display: none;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 230px;
	height: 180px;
	float: right;
}

#content.about #admin-image {
	display: block;
}

#content #admin {
	background-color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	border: 0px;
}

#content #admin p {
	margin: 10px 0;
}

#content.about #admin {
	width: 495px;
}

/* home link */

.home-link {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 230px;
	padding: 0px;
	background-color: #FFFFFF;
	float: left;
}

.home-link a, .slideshowWrapper {
	margin: 0px;
	width: 224px;
	height: 174px;
	padding: 0px;
	background-color: #5E4F4A;
	border: 3px solid #5E4F4A;
	display: block;
}

.home-link a img, 
.slideshowWrapper #aboutHome.slideshow,
.slideshowWrapper #featureHome.slideshow,
.slideshowWrapper #featureHome1.slideshow,
.slideshowWrapper #featureHome0.slideshow,
.slideshowWrapper #newsHome.slideshow,
.staff-intro img.thumbnail {
	margin: 0px;
	width: 200px;
	height: 150px;
	padding: 8px;
	border: 4px solid #DECDBB;
	background-color: #FFFFFF;
	overflow: hidden;
}

.slideshowWrapper img {
	width: 200px;
	height: 150px;
	margin: 8px 0 0 8px;
}
.slideshowWrapper img.deborah {
	margin: 0;
}

#content.home h6 {
	margin-bottom: 20px;
}

#content.details {
	margin: 20px auto 0px auto;
}



#admin h4 {
	margin: 25px 0 0 0;
	font-weight: bold;
}

#admin p {
	text-align: justify;
	display: block;
}

#admin-image #photo {
	background-color: #5E4F4A;
	border: 3px solid #5E4F4A;
}

#admin-image img {
	margin: 0px;
	width: 200px;
	height: 150px;
	padding: 8px;
	border: 4px solid #DECDBB;
	background-color: #FFFFFF;
}

#admin-image #photo_agent {
	margin: 0 auto;
	background-color: #5E4F4A;
	border: 3px solid #5E4F4A;
	width: 105px;
	text-align: center;
}

#admin-image #photo_agent img {
	width: 81px;
	height: 60.7px;
}

#admin-image h6 {
	margin-bottom: 20px;
}


#sb-container {
	display: none;
}

/* =contact_form */

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

/* =form */

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

.form td {
	border: none;
	font-weight: bold;
	font-size: 12px;
}

.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, li.buttons {
	padding-top: 30px;
	text-align: right;
}

.form td.contact-buttons input,
.form td.button input,
li.buttons input {
	width: auto;
	margin: 0px 0px 0px 10px;
	border: none;
	padding: 2px 4px 3px 4px;
	color: #FFFFFF;
	background-color: #5E4F4A;
	font-weight: normal;
	cursor:pointer;
}

li.buttons input:hover {
	background-color: #A49791;
}


/*form#appraisal-form span.rent {
	display: none;
}*/

textarea#enquiry[address] {
	height: 50px;
}

form#appraisal-form h4 {
	margin-bottom: 0;
}

/*form#appraisal-form select {
	width: 90%;
}*/

/*

New form stuff

*/

/*

Appraisal Form

*/

#content.copy p.app-intro,
#content.copy p.req-text {
	width: 500px;
	padding: 10px;
	margin: 0 0 0 130px;
}

p.req-text-bold {
	display: none;
}

form ul {
	list-style: none outside none;
}

fieldset {
	width: 450px;
	/*border: solid 1px #ccc; /* fieldsetBorder */
	margin: 10px;
	padding: 10px;
	background: none /* fieldsetBG */
}

fieldset legend {
	color: #666;
	font-size: 14px;
}

fieldset.hidden {
	display: none;
}

fieldset ul li {
	margin: 2px 0;
	width: 100%;
}

fieldset li p {
	font-weight: bold;
	padding: 5px 0 2px 0;
}

label {
	width: 240px;
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 3px;
	
}

ul li.required input {
	*margin-left:4px;
}

input[type="text"], input[type="password"], textarea {
	width: 270px;
	border: solid 1px #999; /* inputBorder */
	padding: 3px;
	font-size: 12px;
	font-family: Arial;
	position:relative;
	
	
}

input[type="checkbox"] {

}

input[type="text"]:focus, input[type="password"]:focus,  textarea:focus {
	border: solid 2px #a0ecff; /* inputBGFocus */
	padding: 2px;
}

textarea {
	height: 80px;
}

.required span,
span.required {
	color: #00C4DF; /* requiredColor */
	font-size: 14px;
	line-height: 12px;
	vertical-align: top;
	
}

label.radio {
    text-align: left;
    width: 50px;
}

.maillist label {
	width: 220px;

}

.enquiry label {
	vertical-align: top;
	line-height: 25px;
}

.buttons {
	border: none;
	background: none;
	margin: 0 10px;
	padding: 0 10px;
	text-align: right;
}

form#appraisal-form h4 {
	border-top: 1px solid #DDF4F9;
    margin: 20px 0;
    padding: 20px 0 0 0;
    }


/* =footer */

#footer {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	color: #79DCED;
	text-align: center;
	font-size: 9px;
}

#footer #homeAddress {
	margin: 0px auto;
	padding: 0px 20px;
	display: block;
	width: 760px;
	height: 70px;	
}

#footer #homeAddress .contactDetails {
	width: 445px;
	float: right;
	text-align: right;
}

#footer #homeAddress p,
#footer #homeAddress a {
	color: #A49791;
	font-size:11px;
	margin:0;
	padding: 5px 0;
	clear: both;

}


#footer #homeAddress a.salesEmail {
	text-align: left;
	margin-right:14px;

}


#footer #homeAddress a.rentEmail {
	text-algin:right;
	margin-left:14px
}

#footer #homeAddress p.slogan {
	color: #9FDDEA;
	text-align: left;
	float: left;
	font-weight: bold;
	font-size:12pt;
}

#footer #homeAddress a:hover {
	color: #DECDBB;
}

#footer p.renet_links, #footer p {
	font-size: 9px;
	color: #A49791;
	text-align: center;
	font-weight: normal;
	display: inline;

}

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

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

/* =listing_intro */

.listing-intro {
	margin: 0px;
	border: none;
	padding: 0px 15px 0px 20px;
	height: 230px;
	width: 230px;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
	clear: none;
	position: relative;
	z-index: 500;
}

.listing-hot {


}

/* =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 {
	margin: 0px 0px 4px 0px;
	padding: 0px 370px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	display: none;
}

.listing-intro .thumbnail {
	margin: 0px 0px 0px 0px;
	padding: 8px;
	width: 200px;
	height: 150px;
	background-color: #FFFFFF;
	border: 4px solid #DECDBB;
	display: block;
}

.listing-sold .thumbnail {
	margin: 0px 0px 0px 0px;
	padding: 8px;
	width: 200px;
	height: 150px;
	background-color: #FFFFFF;
	border: 4px solid #DECDBB;
	display: block;
}

.listing-intro .thumbnail-link {
	margin: 0px;
	width: 224px;
	height: 174px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 3px solid #5E4F4A;
	display: block;
}

.listing-intro .features {
	margin: 0px 16px 0px 0px;
	padding: 3px;
	height: 13px;
	position: absolute;
	bottom: 68px;
	right: 18px;
	background: #5E4F4A;
}

/*
.listing-sold .features {
display:none;	
}
*/

.listing-intro .features dt {
	margin: 127px auto 0px auto;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #5E4F4A;
	width: 34px;
	height: 17px;
	display: block;
	float: right;
}

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

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

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

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

.listing-intro .features dt, .listing-intro .features dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	width: auto;
	height: 17px;
	display: block;
	float: left;
}

.listing-intro .features dt {
	margin-right: 0px;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	text-transform: lowercase;
	border-left: 1px solid #FFFFFF;
	height: 14px;
}

.listing-intro .features dt.bedrooms {
	border: none;
}

.listing-intro .features dd span {
	padding: 0px 5px 0px 0px;
	text-transform: lowercase;
	font-weight: normal;
	display: block;
}

.listing-intro .features dd span last {
	padding: 0px 5px 0px 0px;
	border: none;
	text-transform: lowercase;
	font-weight: normal;
	display: block;
	height: 16px;
}

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

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

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

.listing-intro .text {
	margin: 0px 0px 4px 0px;
}

.listing-intro .address {
	clear: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #5E4F4A;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	display: block;
}

.listing-sold .address {
	clear: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #5E4F4A;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.listing-intro .text .price {
	display: none;
}

.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 .intro-link-more,
.listing-intro .introduction {
	display: none;
}

/* =pagination */

.pagination {
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000000;
	clear: both;
	display: block;
}

.pagination p {
	text-align: center;
	margin: 20px auto 20px auto;
}

.pagination .pagination-links {
	margin:0;
}

.pagination-count {
	margin: 20px auto 20px auto;
	padding: 0px;
	border: none;
	color: #000000;
	clear: both;
	display: none;
}

.pagination-links {
	margin: 20px auto 20px auto;
	padding: 20px 0px 0px 0px;
	border: none;
	color: #000000;
	clear: both;
	display: block;
}

.pagination-top {
	display: none;
}

/* =listing-display */

.listing-display {
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px;
	height: auto;
	width: 100%;
}

.listing-display h2.heading {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 12pt;
	color: #00C4DF;
	font-weight: normal;
	text-align: left;
	position: absolute;
	top: 935px;
	left: 30px;
}

.listing-display .listing-images .listing-main-image-cell {
	clear: both;
	height: 600px;
	overflow: hidden;
}

.listing-display .listing-images {
	clear: both;
	text-align: center;
	overflow: hidden;
}

.listing-display .listing-images #listing-main-image {
	clear: both;
	margin: 0px;
	height: 600px;
	overflow: hidden;
}

.listing-display .listing-thumbnails {
	margin: 0px;
	padding: 10px 10px 150px 10px;
	width: 780px;
	height: 120px;
}

.listing-display .thumbnail {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	width: 120px;
	height: 90px;
}

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

.listing-display .property_icons {
	margin: 110px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	border-top: 10px solid #5E4F4A;
	color: #5E4F4A;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	height: 50px;
	background-color: #00C4DF;
	display: none;
}

.listing-display .property_icons a {
	margin: 70px 20px 0px 0px;
	padding: 13px 0px 13px 0px;
	border: none;
	color: #5E4F4A;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	height: 22px;
	width: 64px;
	float: left;
	background: #79DCED;
	display: block;
	display: none;
}

.listing-display .address {
	margin: 0px;
	padding: 30px 0px 10px 30px;
	width: 800px;
	border-top: 10px solid #5E4F4A;
	line-height: 30px;
	font-size: 16pt;
	color: #FFFFFF;
	position: absolute;
	text-align: left;
	top: 820px;
	font-weight: normal;
	background-color: #00C4DF;
	display: block;
	text-transform: capitalize;
	z-index: 6000;
}

.listing-display .price {
	margin: 0px;
	padding: 0px;
	color: #5E4F4A;
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: 834px;
	left: 30px;
	z-index: 8000;
}

.sold .listing-display .testimonials {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 835px;
	left: 30px;
	z-index: 8000;
	width: 100%;
	height: 20px;
}

#marPos {
	position: absolute;
	left: 30px;
	color: #FFFFFF;
	background: #000000;
	padding: 5px;
	font-weight: bold;
}

.sold .listing-display .testimonials span {
	display: none;
}

.listing-display .testimonials {
	display: none
}

.listing-display .bbp {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	height: 20px;
	font-size: 12pt;
	float: left;
	border: none;
	position: absolute;
	top: 865px;
	right: 30px;
	z-index: 8000;
}

.listing-display .bbp dt {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border: none;
	font-weight: normal;
	line-height: 20px;
	color: #5E4F4A;
	width: auto;
	height: 18px;
	display: block;
	float: left;
}

.listing-display .dd span {
	padding: 0px 5px 0px 0px;
	border: none;
	text-transform: lowercase;
	font-weight: normal;
	display: block;
	width: auto;
}

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

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

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

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

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

.listing-display .bbp dd {
	margin: 0px;
	padding: 0px 7px 0px 0px;
	border-right: 2px solid #5E4F4A;
	font-weight: normal;
	font-size: 12pt;
	color: #5E4F4A;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}

.listing-display .bbp dd.last {
	border: none;
}

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

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

.listing-display .description {
	margin: 0px 0px 0px 30px;
	border: none;
	width: 730px;
	overflow: auto;
	text-align: justify;
}

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

.listing-display ul {
	
}

.listing-display ul li {
	
}

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

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

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

.listing-display .listing-agent {
	margin: 0px 30px 0px 30px;
	padding: 0px 5px 10px 5px;
	font-size: 10pt;
	color: #00C4DF;
	display: block;
}

.listing-display .listing-agent p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #00C4DF;
	display: block;
}

.listing-display .listing-agent img {
	margin: 0px 0px 10px 0px;
	display: none;
}

.listing-display .listing-agent .listing-agent-details {
	font-weight: normal;
	font-size: 10pt;
	color: #00C4DF;
	display: block;
}

.listing-display .listing-agent .listing-agent-email {
	font-weight: bold;
	display: none;
}

.listing-display .inspections {
	margin: 0px 30px 0px 30px;
	padding: 10px 5px 10px 60px;
	background: url(../images/css/view.jpg) left center no-repeat;
	display: none;
}

.listing-display .inspections li {
	font-weight: normal;
	font-size: 14pt;
	color: #00C4DF;
	display: none;
}

/* =auction details */

.listing-display p.auction-details {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	color: rgb(0, 196, 223);
	font-size: 10pt;
	margin: 0px 0px 0px 35px;
	border: none;
	width: 730px;
/* display:none; */
}

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

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

.listing-display .actions {
	margin: 0px 0px 0px 0px;
	width: 230px;
	height: 50px;
	float: right;
	list-style: none;
	position: absolute;
	top: 925px;
	right: 30px;
	text-transform: capitalize;
}

.listing-display .actions li {
	margin: 0px 0px 20px 20px;
	border: none;
	padding: 12px 0px 0px 0px;
	list-style: none;
	width: 64px;
	height: 40px;
	overflow: hidden;
	float: left;
	text-align: center;
	float: right;
	background-color: #79DCED;
}

.listing-display .actions li a {
	display: block;
	width: 64px;
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #5E4F4A;
}

.listing-display .actions li.printable-brochure-link {
	display: none;
}

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

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

.listing-display .actions li.virtual-tour-link {
	
}

.listing-display .actions li.floorplan-link {
	
}

.listing-display .listing-mapping {
	margin: 20px 35px;
	width: 100%;
	height: 300px;
}

/*
.sold .listing-display .listing-mapping {
display:none;
}

 #content.sold .listing-display .listing-mapping {
margin:0px 0px 0px 0px;
width:270px;
height:300px;
position:absolute;
top:1020px;
right:30px;
display:none;
}
*/

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

.listing-display .listing-mapping #listing-map {
	margin: 0px 0px 0px 0px;
	width: 730px;
	height: 300px;
}

.listing-display .floorplans {
	width: 800px;
	height: 415px;
	overflow: auto;
}

.listing-display .thumbnails .thumb {
	margin: 0px 10px 10px 0px;
}

.sold .listing-details {
	display: none;
}

.listing-details {
	margin: 15px 0px 15px 30px;
	padding: 10px 0px 10px 0px;
	border: none;
	font-size: 10pt;
	color: #00C4DF;
	vertical-align: top;
	font-weight: normal;
	display: none;
}

.listing-details .name {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none;
	width: 75px;
	font-size: 10pt;
	color: #00C4DF;
	text-transform: capitalize;
	table-layout: fixed;
	vertical-align: top;
}

.listing-display .listing-agent .listing-agent-details {
	padding: 0px 10px 0px 0px;
	float: left;
	vertical-align: top;
}

.listing-details .listing-agent {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 375px;
	font-size: 10pt;
	color: #00C4DF;
	text-transform: capitalize;
	list-style: none;
	vertical-align: top;
}

.listing-details td {
	font-size: 10pt;
	color: #00C4DF;
}

.listing-details tr {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

/* =testimonials */

.testimonial {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDF4F9;
}

.testimonial h3 {
	color: #00C4DF;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	display: none;
}

.testimonial h3 span {
	padding-left: 20px;
	color: #A49791;
}

.testimonial .testimonial-listing {
	color: #00C4DF;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

.testimonial .testimonial-salesrep {
	padding-bottom: 10px;
	display: none;
}

.testimonial .content {
	font-size: 10pt;
}

.testimonial .content img {
	display: none;
}

.testimonial .testimonial-from {
	color: #00C4DF;
	font-size: 10pt;
	margin-top: 15px;
}

/* =staff-intro*/

.staff-intro {
	margin:20px auto 0 auto;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDF4F9;
	width: 760px;
}

.staff-intro h3,
.staff-intro .position {
	float: left;
	padding:0;
	margin-bottom:0;
}


#content #admin p.position {
	margin-left:10px;
	display: block;
	margin:0 0 0 10px;
	width: 400px;
}

.staff-intro .position span,
#admin .staff-intro p.department,
.staff-intro .department span,
.staff-intro dt.phoneAH,
.staff-intro dd.valuePhoneAH,
.staff-intro dt.phoneBH,
.staff-intro dd.valuePhoneBH,
.staff-intro dt.phoneMobile,
.staff-intro dl dt.email
{
	display: none;
}


.staff-intro img.thumbnail {
	clear: both;
	float: left;
	width: 200px;
	margin:27px 0 0 0;
	outline: 3px solid #5E4F4A;
	}



.staff-intro .text {
	margin:-15px 0 0 0;
	display: inline;
	padding:0;
	width: 520px;
	float: right;
}

.staff-intro dl {
	float: right;
	padding: 0;
	margin: 0;
}

.staff-intro dl dd {
	font-size: 10pt;
	border-right: 1px solid #5E4F4A;
	padding: 0;
	margin: 0;
}


.staff-intro dd.valueMobile,
.staff-intro dd.valueEmail {
	float: left;
	padding: 0 10px;
}

.staff-intro dd.valueEmail
 {
	border-right: 0;
	padding-right: 0;
}

.staff-intro dd.valueMobile {
	padding-left: 0;
}

.staff-intro dl dd a:link, .staff-intro dl dd a:visited, .staff-intro dl dd a:active {
color: #5E4F4A;
}

.staff-intro dl dd a:hover {
color: #A49791;
}

#admin .staff-intro .profile {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	display: block;
}

#admin .staff-intro .testimonials {
	margin: 20px 0 0 0;
	text-align: right;
}

/* = */

.clear {
	clear: both;
}
