/*
Compiled: 2021-03-01 10:38:47
Errors: None
*/

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;padding:0;border:0;outline:0;font-size:100%;
background:transparent;}
body{line-height:auto;}
ol, ul{list-style:none;padding:0}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* table{border-collapse:collapse;border-spacing:0;} */

/* END RESET */

/* Transitions
html * {
	-webkit-transition: background 0.25s, color 0.25s;
	-moz-transition: background 0.25s, color 0.25s;
	-ms-transition: background 0.25s, color 0.25s;
	-o-transition: background 0.25s, color 0.25s;
	transition: background 0.25s, color 0.25s;
}

html *:hover {
	-webkit-transition: background 0.25s, color 0.25s;
	-moz-transition: background 0.25s, color 0.25s;
	-ms-transition: background 0.25s, color 0.25s;
	-o-transition: background 0.25s, color 0.25s;
	transition: background 0.25s, color 0.25s;
} */

body {
	background: #003E7E; /* option */
	color: #222; /* option */
	font: 12px/16px Arial, serif;
	margin:0px;
	padding:0px;
	height: 100%;
}

h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 10px 0;
}

p.left-align {				/*This is set from the web Page manager*/
	text-align: left;
}

p.centre-align {			/*This is set from the web Page manager*/
	text-align: center;
}

p.right-align {				/*This is set from the web Page manager*/
	text-align: right;
}

a {
	color: #ee0000;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}


fieldset {
	border: solid 1px #999;
	margin: 10px;
	padding: 10px;
	background: none;
}

fieldset legend {
	font-size: 14px;
}

fieldset.hidden {
	display: none;
}

fieldset li {
	margin: 2px 0;
	position: relative;
}

label {
	width: 150px;
	display: inline-block;
	text-align: right;
	margin: 2px 2px 0 0;
	vertical-align: top;
}

.radio label {
	text-align: left;
	width: 90px;
	margin: 2px 2px 0 5px;
}

label[for="mailList-Yes"] {
	width: 50px;
}

label[for="preferredContactMethod-phone"], label[for="preferredContactMethod-email"]  { /* remove */
	width: 90px;
	text-align: left;
}

fieldset div {
	display: inline-block;
	width: 250px
}

p.hint {
	position: absolute;
	top: 2px;
	left: 380px;
	margin: 0;
}

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

select {
	width: 150px;
}

input[type="checkbox"] {
	clear: both;
}

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

textarea {
	height: 80px;
}

.required {
/*	color: #ee0000; /* requiredColor */
}

#fieldset-buttonArea {
	border: none;
}

#fieldset-buttonArea legend  {
	display: none;
}

.input-submit {
	display: block;
	background: #ccc;
	cursor: pointer;
	border: none;
	width: 170px;
	padding: 5px 0;
	text-align: center;
}

.input-submit:hover {
	background: #999;
}

#fieldset-buttonArea {
	float: right;
	padding: 2px 0;
	display: block;
}

#lightbox-wrapper #content-layout {
	width: 700px;
	padding: 20px;
	min-height: 0;
}

.checkbox {
	max-height: 110px;
	overflow-y: auto;
	border: solid 1px #999;
	padding: 5px;
	width: 196px;
	color:#222;
	background: #fff;
overflow-y: scroll;
}

.checkbox:first-child {
	overflow-y: hidden;
}

.checkbox label {
	width: 170px;
	text-align: left;
}

#myfLocations {
	width: 208px;
}

label[for="lookingTo-buy"] {
	width: 50px
}



.mobile a, .phone a, .office a {
	text-decoration: none;
	cursor: default;
}	


/* SHADOW BOX */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/_assets/3233/images/../../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/_assets/3233/images/../../images/close.png);}
#sb-nav-next{background-image:url(/_assets/3233/images/../../images/next.png);}
#sb-nav-previous{background-image:url(/_assets/3233/images/../../images/previous.png);}
#sb-nav-play{background-image:url(/_assets/3233/images/../../images/play.png);}
#sb-nav-pause{background-image:url(/_assets/3233/images/../../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#sb-info {
	position: absolute;
	top: 14px;
	right: -12px;
	height: 30px
}

#sb-info a {
	width: 30px;
	height: 30px;
}


fieldset li {
	clear: both;
}

label {
	display: inline-block;
	margin: 0 0 2px 0;
	margin: 2px 2px 2px 0
}

fieldset div.element, fieldset div.radio , fieldset div.checkbox {
	display: inline;
	margin: 0 0 2px 0;
}

label {
	margin: 2px 2px 2px 0
}

fieldset div.checkbox {
	display: inline-block;
}

.missing-image {
	display: block;
	background: #606060 url(/_assets/3233/images/../../images/missing-image.png) no-repeat center center;
	
}

.form-errors {
	padding: 10px;
	border: solid 1px #ff0000;
	background: #ffaaaa;
	margin-left: 0px !important;
	font-size: 12px;
}
	
.form-errors li {
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
}
	
.form-errors .errors {
	margin-left: 5px;
	font-style: italic;
	color: #ff0000;
	margin-bottom: 3px;
}
	
.form-errors ul {
	padding: 0px;
	margin: 0px; 
}
	
.form-errors .errors li {
	margin-left: 0px;
}

.holiday-price {
	margin: 10px;
}

ul.form-results li {
	margin: 0 0 10px;
}

ul.form-results li ul li {
	margin: 0;
}

ul.form-results li ul li span {
	display: inline-block;
	width: 150px;
}
#wrapper {
	background:#fff; /* option */
	margin: 0 auto;
	padding:0;
	width: 980px;
}#content-layout {
	padding:20px;
}

.sections {
	clear:both;
}#header {
	background: #fff;/* url(/_assets/3233/images/http://renet.com.au/css/../images/css/logo.png) no-repeat 20px; 	/* option */
	display: block;
	height: 135px;
	position: relative;
}

#agency-information {
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
}

.header-fax {
	display: none;
}

.header-content p.socialmedia {
	margin-bottom: 0;
	float: right;
}

.header-content p.socialmedia a {
	margin-left: 2px;
	width: 28px;
	height: 28px;
	background: url(/_assets/3233/images/../../images/socialMedia.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

.header-content p.facebook a { background-position: 0 0; }
.header-content p.facebook a:hover { background-position: 0 -28px; }

.header-content p.twitter a { background-position: -28px 0; }
.header-content p.twitter a:hover { background-position: -28px -28px; }

.header-content p.addthis a { background-position: -84px 0; }
.header-content p.addthis a:hover { background-position: -84px -28px; }

.header-content p.youtube a { background-position: -56px 0; }
.header-content p.youtube a:hover { background-position: -56px -28px; }

.header-content p.linkedin a { background-position: -112px 0; }
.header-content p.linkedin a:hover { background-position: -112px -28px; }#menu {
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 10px;
	margin: 0;
	z-index: 100;
}

#menu * {
	z-index: 100;
}

.navigation {
	padding: 0;
}

.navigation li {
	float: left;
	position: relative;

}

.navigation li a {
	display: block;
	padding: 0px 10px;
	text-decoration: none;
}

.navigation li a:hover {
	color: #999;
}

.navigation li ul {
	display: none;
	padding: 0;
}

/*Sub Menu*/

.navigation li:hover ul {
	border-bottom: solid 1px #999;
	display: block;
	position: absolute;
	left: 0px;
	top: 31px;
	width: 180px;
	z-index: 200;
}

.navigation li:hover ul li {
	border-top: solid 1px #999;
	width: 180px;
	z-index: 201;
}

.navigation li ul li a {
	background: #ccc;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 2px 10px;
	width: 160px;
	z-index: 202;
}

.navigation li ul li a:hover {
	color: #999;
}

/*Sub sub Menu*/
.navigation li:hover li ul {
	display: none;
}

.navigation li li:hover ul {
	display: block;
	top: -1px;
	left: 180px;
}
#footer {
	clear: both;
	padding: 10px;
}

#footer p {
	float: left;
	margin: 0;
}

#footer p.renetlinks {
	float: right;
}

#footer #agency-information {
	display: none;
}

/*Social media*/

.footer-content p.socialmedia,
.footer-socialMedia p.socialmedia {
	margin-bottom: 0;
	float: right;
}

.footer-content p.socialmedia a {
	margin-left: 2px;
	width: 28px;
	height: 28px;
	background: url(/_assets/3233/images/../../images/socialMedia.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

.footer-content p.facebook a { 
	background-position: 0 0; 
}

.footer-content p.facebook a:hover { 
	background-position: 0 -28px; 
}

.footer-content p.twitter a { 
	background-position: -28px 0; 
}

.footer-content p.twitter a:hover { 
	background-position: -28px -28px; 
}

.footer-content p.addthis a { 
	background-position: -84px 0; 
}

.footer-content p.addthis a:hover { 
	background-position: -84px -28px; 
}

.footer-content p.youtube a { 
	background-position: -56px 0; 
}

.footer-content p.youtube a:hover { 
	background-position: -56px -28px; 
}

.footer-content p.linkedin a { 
	background-position: -112px 0; 
}

.footer-content p.linkedin a:hover { 
	background-position: -112px -28px; 
}

.footer-socialMedia {
	display: inline-flex;
	margin-bottom: 15px;
}

.footer-socialMedia p.socialmedia a {
	margin-left: 2px;
	width: 28px;
	height: 28px;
	background: url(/_assets/3233/images/../../images/socialmedia/socialMedia_28.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

.footer-socialMedia p.facebook a { 
	background-position: 0 0; 
}

.footer-socialMedia p.facebook a:hover { 
	background-position: 0 -28px; 
}

.footer-socialMedia p.twitter a { 
	background-position: -28px 0; 
}

.footer-socialMedia p.twitter a:hover { 
	background-position: -28px -28px; 
}

.footer-socialMedia p.youtube a { 
	background-position: -84px 0; 
}

.footer-socialMedia p.youtube a:hover { 
	background-position: -84px -28px; 
}

.footer-socialMedia p.linkedin a { 
	background-position: -140px 0; 
}

.footer-socialMedia p.linkedin a:hover { 
	background-position: -140px -28px; 
}

.footer-socialMedia p.instagram a { 
	background-position: -168px 0; 
}

.footer-socialMedia p.instagram a:hover { 
	background-position: -168px -28px; 
}#agency-information p span {
	margin: 0 5px 0 0;
}#quicksearch h2 {
	font-size: 16px;
	text-align: center;
}

#quicksearch fieldset {
	border: none;
	width: 170px;
	margin: 0;
	padding: 5px;
}

#quicksearch fieldset li {
	padding: 0;
	height: 20px;
	line-height: 20px;
	margin: 0 0 1px;
}

#quicksearch legend {
	width: 170px;
	text-align: center;
}

#quicksearch label {
	display: none;
}

#quicksearch .radio {
	text-align: center;
	display: block;
	width: 170px
}

#quicksearch .radio label {
	display: inline;
	margin: 2px 2px 0 0;
	width: auto;
}

#quicksearch select {
	width: 170px;
	height: 20px;
	padding: 0;
}

#quicksearch input[type="text"] {
	width: 155px;
	margin: 0 0 10px;
}

#quicksearch #fieldset-quickSearchSubmit {
	float: none;
}

#quicksearch #fieldset-quickSearchSubmit legend {
	display: none;
}.appraisal-button {
	background: #ccc;
	display: block;
	height: 60px;
	padding: 10px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: 160px;
}

.appraisal-button h3 {
	font-size: 14px;
	margin: 0 0 10px;
}


.appraisal-button a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: url(/_assets/3233/images/../../images/spacer.gif);
	text-indent: -9999px;
}.property-alert-button {
	background: #ccc;
	display: block;
	height: 60px;
	padding: 10px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: 160px;
}

.property-alert-button h3 {
	font-size: 14px;
	margin: 0 0 10px;
}

.property-alert-button a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: url(/_assets/3233/images/../../images/spacer.gif);
	text-indent: -9999px;
}.index #content-layout {
	padding: 0;
}

#animation-1 {
	float: right;
	width: 738px;
}

div#quicksearch {
	height: 220px;
	width: 180px;
	padding: 15px 45px;
	float: left;
}

#quicksearch fieldset legend {
	font-size: 18px;
	margin: 0 0 10px;
}.sort {
	width: 150px;
	margin: 20px 0 20px;
	float: right;
	overflow: hidden;
}

.sort fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.sort legend, .sort label, #view-shortlist {
	display: none;
}

.pagination .current a {
	text-decoration: none;
	cursor: default;
	color: #222;
}.pagination {
	margin: 15px 0 20px;
	float: left;
}

.pagination * {
	float: left;
}

.pagination li {
	padding: 5px;
}

.pagination span {
	margin: 5px 20px 5px 0;
}.property-list {
	margin: 0 20px 1px 0;
	position: relative;
	width: 940px;
}

.property-list:hover {
	background: #eee;
}

.property-list .thumbnail {
	float: left;
	width: 200px;
}

.property-list .missing-image {
	height: 150px;
}

.property-list .statusWrapper {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 210;
	height: 12px;
}

.property-list span.status {
	float: left;
	background: #ee0000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	line-height: 12px;
	text-align: center;
}

.property-list span.hot + span.status {
	display: none;
}

.property-list span.current {
	display: none;
}

.property-list .information {
	padding: 10px;
	float: left;
	width: 500px;
}

.property-list .AddtoFavourites{
	display: none;
}

.property-list h3 {
	background: #ccc;
	width: 730px;
	float:left;
	padding: 5px;
	margin: 0;
	height: 16px;
}

.property-list h3.suburb {
	display: none; 
}

.property-list h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 18px;
}

.property-list h4, .property-list p {
	margin: 0 0 3px 0;
}

.property-list p.heading {
	font-weight: bold;
}

.property-list .bbc {
	position: absolute;
	right: 5px;
	top: 35px;
}

.property-list .property-agents {
	position: absolute;
	right: 5px;
	top: 60px;
	text-align: right;
}

.property-list a {
	background: none;
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.property-list a.cover {
	height: 100%;
	width: 100%;
	bottom:0;
	right:0;
	background: url(/_assets/3233/images/../../images/spacer.gif);
}

.property-list .property-link {
	bottom: 30px;
}

.property-list p.businessCategory {
	display: none;
}

.property-list li {
	list-style: none;	
}

.property-list .inspectRealEstate {
	display: none;
	right: 130px;	
	width: 150px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #ff0000;
	color: #fff;	
	border-radius: 5px;
}.property-agents p span {
	font-weight: bold;
}

.property-agents a {
	position: initial !important;
}
.auction p span {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}.bbc li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	border-left: solid 1px #999 ;
	line-height: 27px;
}

.bbc li:first-child {
	border: none;
}


.bbc li span {
	width: 24px;
	height: 27px;
	display: block;
	float: left;
	text-indent: -3333px;
	padding: 0 5px 0 10px;
}

.bbc li.bedrooms span {
	background: url(/_assets/3233/images/Bedrooms.png) no-repeat center;
}

.bbc li.bathrooms span {
	background: url(/_assets/3233/images/Bathrooms.png) no-repeat center;
}

.bbc li.carspaces span {
	background: url(/_assets/3233/images/Carspaces.png) no-repeat center;
}

.bbc li.pets span {
	background: url(/_assets/3233/images/Pets.png) no-repeat center;
}

.bbc li.pets {
	width: 60px;
}.inspections p {
	margin: 0;
}

.inspections p span {
	display: inline-block;
	font-weight: bold;
	text-indent: -3333px;
	width: 80px;
}

.inspections p:first-child span{
	text-indent:0px;
}.availability p {
	margin: 0;
	font-weight: bold;
}

.property-images {
	position: relative;
	overflow: hidden;
}

.ss-controls {
	display: none;
}

.thumbs {
	margin: 0 51px;
}

.nav-controls a, .dummy-button {
	background: #ccc;
	display: block;
	width: 50px;
	height: 58px;
	position: absolute;
	line-height: 58px;
	text-align: center;
	text-decoration: none;
}

.nav-controls a:hover {
	background: #eee;
}

.nav-controls a.prev, #left.dummy-button {
	bottom: 0;
	left: 0;
}

.nav-controls a.next, #right.dummy-button {
	bottom: 0;
	right: 0;
	width: 51px;
}

.thumbs li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	list-style: none;
}

.thumb {
	padding: 0px;
	display: block;
}

.thumbs img {
	border: none;
}

#slideshow {
	background: #fff;
	margin: 0 0 1px;
}

.advance-link {
	display: block;
	text-align: center;
}

#slideshow .previous img {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow {
	width: 450px;
	height: 300px;
	overflow: hidden;
}

#slideshow img {
	max-width: 450px;
	max-height:300px;
	width: auto;
	height: auto;
}

.thumb, .thumb img {
	height: 58px;
	width: 86px;
}

.loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/_assets/3233/images/../../images/loading.gif) no-repeat center;
}.addthis_toolbox, .addthis_toolbox2 {
	display: none;
}

form.back-to-search {
	width: 100%;
	display: none;	
}

.property-detail {
	border: solid 1px #999;
	padding: 1px;
	position: relative;
	width:736px;
	margin: 0 auto;
}

.property-detail h2 {
	background: #ccc; /* option */
	height: 25px;
	line-height: 25px;
	margin: 0 0 1px 0;
	padding: 5px 10px;
	width: 716px;
}

.property-detail h3 {
	background: #ccc;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 5px;
	margin: 0 0 7px 0px;
}

h3.heading {
	margin: 0 0 1px;
}

.property-detail p.price {
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.property-detail .bbc, .property-detail .auction , .property-detail .inspections  {
	background: #ccc;
	display: block;
	height: 14px;
	line-height:14px;
	padding: 2px 5px;
	margin: 0 0 1px;
	width:726px;
}

.property-detail .inspections {
	height:auto;
}

.property-detail p.description {
	padding: 10px 0 10px 10px;
	width: 450px;
	float: left;
	clear: both;
}

.property-detail .features {
	margin: 5px 10px 10px;
	width: 250px;
	float: left;
}

.property-map, .property-map h3 {
	margin: 0 0 1px;
	clear: both;
}

.property-detail-agent {
	width: 580px;
	display: block;
	height: 120px;
	float: left;
	border: none;
}

.single-agent div {
	width: 500px;
	overflow: hidden;
}

.property-suburb {
	display: none;
}

.property-links {
	width: 156px;
	float: left;
}

.property-images {
	margin: 0 0 1px;
	height: 597px;
	overflow: hidden;
}

#slideshow {
	width: 736px;
	height: 491px;
}

#slideshow img {
	max-width: 736px;
	max-height:491px;
}

.thumb, .thumb img {
	height: 105px;
	width:157px;
}

.nav-controls a, .dummy-button {
	height: 105px;
	line-height: 105px;
}

.thumbs {
	margin: 0 52px;
}

.holiday-price {
	margin: 10px;
}


.single-agent img, .single-agent .no-agent {
	float: left;
	width: 80px;
}

.single-agent div {
	float: left;
	padding: 0px;
}

.single-agent div p {
	margin: 0 0 5px 10px;
}


/* Bond styles for Douglass Port Stephens */
	.bond {
		clear:right;
		float:right;
		margin: 5px 15px 10px;
		width:250px;
	}

	.bond .heading {
		font-size: 14px;
		font-weight: bold;
		border-top: dotted 1px #999;
	}

	.bond td {
		padding: 2px;
		border-bottom: dotted 1px #999;
	}

	.bond .feature-label {
		font-weight: bold;
		width: 100px;
	}.childProperties {
	clear: both;
}

.childProperties h3 {
	display: none;
}.bbc li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	border-left: solid 1px #999;
	text-transform: capitalize;
}

.bbc li:first-child {
	border: none;
	margin: 0;
}

.bbc span { 
	padding: 0 5px;
}
/*
.bbc li:first-child span{
	padding: 0 5px 0 0;
}*/#lightbox-wrapper.property #content-layout {
	margin: 0;
	padding: 0;
	width: auto;
}
	.property-links ul li a, .property-links ul li, .property-links ul input {
	display: block;
	width: 143px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #ee0000;
	color: #fff;
	float: left;
	text-decoration: none;
}

.property-links ul li {
	clear: none;
	background: none;
	margin: 0 0 5px 5px;
}

.property-links li.favourites {
	display: none;
}

.property-links ul input {
	font: inherit;
}.property-map h3 {
	margin: 0 0 1px;
}

#property-map {
	height: 275px;
	width: 100%;
}.features .heading {
	font-size: 14px;
	font-weight: bold;
	border-top: dotted 1px #999;
}

.features td {
	padding: 2px;
	border-bottom: dotted 1px #999;
}

.features .feature-label {
	font-weight: bold;
	width: 100px;
}

.property-detail .features.inspectRealEstate td {
	background: #999;
	border: none;
	padding: 10px;
    text-align: center;
}

.property-detail .features.inspectRealEstate td:hover {
	background: #bbbbbb;
}

.property-detail .features.inspectRealEstate td a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}.property-detail .tender{
	float: left;
	margin: 5px 10px 10px;
	width: 250px;
}

.tender .heading {
	font-size: 14px;
	font-weight: bold;
	border-top: dotted 1px #999;
}

.tender td {
	padding: 2px;
	border-bottom: dotted 1px #999;
}

.tender .feature-label {
	font-weight: bold;
	width: 100px;
}
.property-suburb {
	clear: both;
}

.property-suburb p, .property-suburb a {
	padding: 5px 10px;
	margin: 0;
}

.property-suburb img {
	display: none;
}.holiday-price span {
	font-weight: bold;
}/* Based on template with width 1000px - Michael Collins REMAX */

.testimonial-list {
	margin: 0 20px 20px 0;
	padding: 5px;
	border: solid 1px #999;
	clear: both;
}

.testimonial-list img {
	width: 200px;
	float: right;
}

.testimonial-list .information {
	width: 100%; 
	float: left;
}

.testimonial-list .short {
	margin: 0 5px 0 0;
	width: 708px;
}

.testimonial-list .information h3 {
	background: #ccc;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.testimonial-list .information p {
	margin: 0 10px 10px 5px;
}

.testimonial-list .information p span {
	font-weight: bold;
}.suburb-list {
	margin: 0 0 20px 0;
	border: solid 1px #999;
	padding: 5px
}

.suburb-list img {
	margin: 0 0 10px;
	height: 120px;
}

.suburb-list h3 {
	background: #ccc;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.suburb-list p {
	margin: 0 0 10px 5px;
}.suburb-detail img {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	clear: right;
}.building-list {
	margin: 0 0 20px 0;
	border: solid 1px #999;
	padding: 5px
}

.building-list img {
	margin: 0 0 10px;
	height: 120px;
}

.building-list h3 {
	background: #ccc;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.building-list p {
	margin: 0 0 10px 5px;
}.building-detail .text {
	float: left;
	width: 360px;
}

.building-detail img, .building-detail iframe {
	width: 350px;
	float: right;
	clear: none;
	padding: 5px;
	border: solid 1px #eee;
	margin: 0 0 10px;	
}

/* puts details below photo */
.staff-list {
	margin: 0 20px 20px 0;
	padding: 5px;
	border: solid 1px #999;
	clear: both;
}

.staff-list img, .staff-list .missing-image {
	width: 200px;
	float: left;
}

.missing-image {
	height: 200px;
}

.staff-list .staffLinks {
	display: none;
}

.staff-list .information {
	width: 703px; 
	float: right;
	margin: 0 0 0 5px;
}

.staff-list .information h3 {
	background: #ccc;
	padding: 5px 10px;
}

.staff-list .information p {
	margin: 0 10px 10px 5px;
}

.staff-list .information p span {
	font-weight: bold;
}

.staff-list p.email {
	margin: 0 10px 10px 5px;
}.staff-detail p.myTestimonials {
	display: none;
}

.staff-detail p.socialmedia {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.staff-detail p.socialmedia a {
	background: url(/_assets/3233/images/../../images/socialmedia/socialMedia_40.png) no-repeat;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	float: left;
}

.staff-detail p.facebook a { background-position: 0 -40px; }
.staff-detail p.facebook a:hover { background-position: 0 0; }

.staff-detail p.twitter a { background-position: -40px -40px; }
.staff-detail p.twitter a:hover { background-position: -40px 0; }

.staff-detail p.youtube a { background-position: -120px -40px; }
.staff-detail p.youtube a:hover { background-position: -120px 0; }

.staff-detail p.pinterest a { background-position: -160px -40px; }
.staff-detail p.pinterest a:hover { background-position: -160px 0; }

.staff-detail p.linkedin a { background-position: -200px -40px; }
.staff-detail p.linkedin a:hover { background-position: -200px 0; }

.staff-detail p.instagram a { background-position: -240px -40px; }
.staff-detail p.instagram a:hover { background-position: -240px 0; }#member-login fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#member-login h3 {
	margin: 0 0 5px;
}

#member-login input[type="text"], #member-login input[type="password"] {
	width: 100px;
}

#member-login input[type="submit"] {
	display: block;
	width: 65px;
	height: 20px;
	border: none;
	background: #999;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	
}
.office-list {
	float: left;
	margin: 0 0 20px 0;
	clear: both;
	padding: 5px;
	height: 250px;
	border: solid 1px #999;
}

.office-list div.office-map {
	width: 400px;
	height: 250px;
	float: right;
}

.office-list .information {
	float: left;
	width: 328px;
}


.office-list img {
	margin: 0 0 10px;
	width: 320px;
}

.office-list h3 {
	margin: 0 0 10px;
}

.office-list p span {
	font-weight: bold;
}.office-detail .office-staff {
	width: 400px;
	float: left;
	margin: 20px 20px 0 0;
}

.office-detail .details {
	width: 300px;
	float: right;
}

.office-detail .office-staff-list {
	float: left;
	width: 200px;
	position: relative;
	margin: 0 0 10px;
}

.office-detail .office-staff-list img {
	width: 70px;
	height: 95px;
	padding: 3px;
	border: 1px solid #CCC;
}

.office-detail .office-staff-list .profile-link {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 82px;
}

.office-detail .office-listings {
	margin: 20px;
}#popupbox {
	position: relative;
	height: 112px;
	display: block;
	width: 410px;
	overflow: hidden;
}

#popupbox img {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

#popupbox h4 {
	margin: 5px 0;
}

#popupbox .info {
	width: 250px;
	position: absolute;
	top: 0;
	left: 160px;
}

#popupbox a {
	position: absolute;
	top: 0;
	left: 0;
	height: 112px;
	display: block;
	width: 410px;
}.blog-list {
	margin: 0 0 25px;
}

.blog-list .date, .blog-list .postedby {
	font-size: 10px;
}

.blog-text p {
	text-align: justify;
}

.blog-text img {
	float: left;
	margin: 0 15px 0 0;
}.blog-detail {
	margin: 20px 0;
}

#content-layout .blog-detail h2 {
	font-size: 24px;
}

.blog-detail p {
	text-align: justify;
}

.blog-detail img {
	float: left;
	margin: 0 15px 0 0;
}.blog-list {
	margin: 0 0 25px;
}

.blog-list .date, .blog-list .postedby {
	font-size: 10px;
}

.blog-text p {
	text-align: justify;
}

.blog-text img {
	float: left;
	margin: 0 15px 0 0;
}.blog-detail {
	margin: 20px 0;
}

#content-layout .blog-detail h2 {
	font-size: 24px;
}

.blog-detail p {
	text-align: justify;
}

.blog-detail img {
	float: left;
	margin: 0 15px 0 0;
}.agency-address {
	width: 500px;
	float: left;
}

#agency-map {
	margin-left: 40px;
	width: 400px;
	float: right;
}ul.sitemap li {
	margin: 0 0 10px;
}

ul.sitemap ul {
	margin: 0px 20px;
}

ul.sitemap ul li {
	margin: 0;
}#header h1 a {
	width: 300px;
	height: 100px;	
	display: block;
	text-indent: -3333px;
	top: 20px;
	left: 15px;
	position: absolute;
}

#header .header-postal { 
	display: none; 
}

#agency-information { 
	margin: 35px 20px 0 0; 
}

#menu {
	padding: 0;
	height: 32px;
	font-size: 15px;
	line-height: 32px;
}

#ofi {
	float: left;
	padding: 0 0 10px;
	width: 270px;
	height: 322px;
}

#feature-properties .singleprop {
	padding-bottom: 10px;
	height: 292px;	
}

#ofi h3, #ofi p, 
#rental-activity h3, #rental-activity p, 
#property-activity h3, #property-activity p, 
#categoryList h3, 
#feature-properties h3 {
	padding: 0 10px;
}

#ofi h3, 
#rental-activity h3,  
#property-activity h3, 
#categoryList h3, 
#feature-properties h3 {
	height: 30px;
	line-height: 30px;
}

#ofi h3, #rental-activity h3 {
	margin: 0 0 10px;
}

.homeContent {
    padding: 10px 20px;
}

.property-detail .bbc {
	height: 27px;
	line-height: 27px;
	padding: 5px 5px 0;
}

.property-list .property-agents {
	top: 65px;
}

.testimonial-list, .staff-list {
	margin: 0 0 20px;
}

.testimonial-list img {
	width: 215px;
}

#content-layout {
	min-height: 400px;
}
.animationWrapper #next, 
.animationWrapper #prev {
	display: none;
}

p.animation-status {
	display: none;
}

#animation-1 {
	height: 250px;
	width: 710px;
	margin: 0;
}#feature-properties {
	width: 710px;
	float: left;
}

#feature-properties h3 {
	margin: 0;
}

#feature-properties .singleprop {
	width: 236px;
	float: left;
	background: #ccc;
	display: block;
	position: relative;
	height: 230px;
	border-left: solid 1px #ccc;
}

#feature-properties h3 + .singleprop {
	border: none;
}

.ft-prop-images img {
	width: 236px;
	margin: 0 0 10px;
}

#feature-properties p {
	text-align: left;
	margin: 0 0 5px 10px;
}

#feature-properties p.suburb {
	font-weight: bold;
}

#feature-properties a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/_assets/3233/images/../../images/spacer.gif)
}

#feature-properties .bbc {
	margin: 0 auto;
}

#feature-properties .introduction {
	display: none;
}

#feature-properties .status {
	display: none;
}

#feature-properties a.viewMore {
	display: none;
}#google_translate_element {
	margin: 0 0 1px 0;
	padding: 5px;
	position: relative;
	text-align: right;
}

#google_translate_element p {
	margin: 0;
	position: absolute;
	right: 170px;
	line-height: 20px;
}
/* STUTTGART - CROWN REALTY GLOBAL */

body {
	background:#f7b519;
	font-family: "Century Gothic", Helvetica, Sans-serif;
	color: #000;
}

a {
	color: #c30f23;
}

#wrapper {
	border: solid 2px #c30f23;	
}

#header {
	background: #c30f23;
}

#header h1 a {
	background: url(/_assets/3233/images/logo1.png) no-repeat;
	width: 527px;
	height: 130px;
	top: 10px;
	left: 2px;
}

#google_translate_element {
	color: #000;
	font-weight: bold;
	margin: 0px 5px 0 0;
	padding-top: 14px;	
}

#agency-information { 
	color: #000;
	font-weight: bold;
	margin: 5px 10px 0 0;
	line-height: 10px;
}

#agency-information a {
	color: #f1b51c;
}

#magazine {
	position: absolute;
	width: 250px;
	text-align: right;
	right: 0;
	top: 107px;
	font-weight: bold;
	margin-right: 10px;
}

#magazine a {
	color: #f1b51c;
	font-size: 15px;
}

#menu {
	border-bottom: solid 1px #c30f23;	
}

#menu, 
#menu .navigation li:hover ul li a,
#menu .navigation li.active ul li a  {
	background: #fbc852;
}

#menu a {
	color: #c30f23;
}

#menu .navigation li {
	border-right: 1px solid #9c8a67; /*LIGHT*/
}

#menu .navigation li a {
	border-right: 1px solid #c30f23; /*DARK*/
}

#menu li.active a, 
#menu li:hover a, 
#menu .navigation li:hover ul li a:hover,
#menu .navigation li.active ul li a:hover  {
	background: #fbd67f;
}

.navigation li:hover ul {
	border-bottom: 1px solid #c30f23;
}

.navigation li:hover ul li {
	border-top: 1px solid #c30f23;
}

div#quicksearch, #ofi, .homeContent {
	background: #fde19f;
}

#quicksearch fieldset legend {
	margin: 0;	
}

#quicksearch .input-submit {
	margin-top: 0;	
}

.input-submit,
.property-links ul li a, .property-links ul li {
	background: #fbc852 url(/_assets/3233/images/32px-shadow.png) repeat-x center 5px;
	color: #c30f23;
	font-size: 13px;
}

.input-submit:hover, 
.property-links ul li a:hover, .property-links ul li:hover  {
	background: #c30f23 url(/_assets/3233/images/32px-shadow.png) repeat-x center 5px;
	color: #fff;
}

#feature-properties {
	float: right;	
}

#ofi {
	display: none;	
}

#ofi h3, #feature-properties h3, .homeContent h3 {
	background: #c30f23;
	color: #f1b51c;
}

#ofi .price {
	border-bottom: solid 1px #c30f23;
}

#feature-properties, #feature-properties .singleprop {
	background: #fff;
	color: #c30f23;
}

#feature-properties .singleprop {
	border-left: solid 1px #c30f23;
	height: 270px;
}

.homeContent {
	width: 270px;
	height: 310px;
	float: left;
	position: absolute;
	top: 420px;
	padding: 0;
	overflow: hidden;
}

.homeContent h3 {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}

.homeContent p {
	padding: 0 10px;	
}

.property-list h3,
.property-list h4 {
	background: #c30f23;
	color: #f1b51c;
}

.property-list:hover {
	background: #fbc852;
}

.property-detail {
	border: solid 1px #c30f23;	
}

.property-detail h2, 
.property-detail h3, 
.property-detail p.price, 
.nav-controls a, 
.dummy-button, 
.staff-list .information h3, 
.testimonial-list .information h3 {
	background: #c30f23;
	color: #f1b51c;
}

.property-detail .bbc {
	background: #fde19f;
	color: #c30f23;
}

.property-detail .auction, 
.property-detail .inspections {
	background: #c30f23;
	color: #f1b51c;
}

.testimonial-list, .staff-list {
	border: solid 1px 5b0000;
}

/* FOOTER */
#footer {
	background: #c30f23;
	color: #000;
}

#footer a {
	color: #f1b51c;
}

#footerModules {
	background: #fde19f;
	height: 53px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#footer .footModule {
	position: relative;
	float: left;
	color: #c30f23;
	margin: 0 0 0 10px;
	width: 190px;
	padding: 10px 0px 10px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer .footModule:nth-of-type(1) {
	margin: 0
}

.footModule h4 {
	font-size: 16px;
}

.footModule p {
	margin: 0;
	font-size: 11px;
}

.footModule a {
	position: absolute;
	width: 100%;
	height: 52px;
	top: 0;
	left: 0;
	cursor: pointer;
}

#footer .mAppraisal { background: url(/_assets/3233/images/../../images/remax/icon_foot_appraisal.png) #f7b519 5px no-repeat; }

#footer .pAlerts, #footer .ofiModule { background: url(/_assets/3233/images/../../images/remax/icon_foot_house.png) #f7b519 5px no-repeat; }

#footer .team { background: url(/_assets/3233/images/../../images/remax/icon_foot_team.png) #f7b519 5px no-repeat; }

#footer .mAppraisal:hover { background: url(/_assets/3233/images/../../images/remax/icon_foot_appraisal.png) #fbc852 5px no-repeat; }

#footer .pAlerts:hover, #footer .ofiModule:hover { background: url(/_assets/3233/images/../../images/remax/icon_foot_house.png) #fbc852 5px no-repeat; }

#footer .team:hover { background: url(/_assets/3233/images/../../images/remax/icon_foot_team.png) #fbc852 5px no-repeat; }

/* @group IMAGES */

/* for 4:3 images */
/*
.property-images {
	height: 658px;
}

#slideshow img {
	max-height: 552px;
}

#slideshow {
	height: 552px;
}
*/

/* @end */

