/*---LAYOUT---*/

body {
font: 76% Arial,Helvetica,sans-serif;
background-color: #005391;
background-image: url(../img/page_bg.jpg);
background-repeat: repeat-x;
text-align: center;
margin: 0;
padding: 0;
}

#wrap {
width: 900px;
margin: 0 auto;
text-align: left;
overflow: auto;
min-height: 400px;
}

#header {
height: 116px;
background-image: url(../img/banner.gif);
background-repeat: no-repeat;
}

	#header a#logo {
	float: left;
	background-image: url(../img/page_logo.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 116px;
	text-indent: -9999em;
	z-index: 1;
	}

#nav {
height: 24px;
}

#content {
background-color: #fff;
overflow: auto;
border-left: 1px solid #599bcc;
border-right: 1px solid #599bcc;
border-bottom: 1px solid #599bcc;
_height: 1%;
}

#home #content {
background-color: #7eb7e0;
border-bottom: 1px solid #fff;
}

#footer {
height: 42px;
}

.break {
clear: both;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #22243d;
}

p, div.text {
font-size: 1em;
padding: 10px 44px 10px 44px;
}

div.text {
margin-bottom: 10px;
}

.text ul, 
.text ol {
margin-left: 20px;
}

ul, dl, dd {
margin-left: 44px;
}

.text ul,
ul {
list-style-position: inside;
list-style-type: disc;
}

h1 {
font-size: 1.2em;
padding-top: 20px;
margin: 0px 0 10px 44px;
font-family: arial;
font-weight: bold;
text-transform: uppercase;
color: #2f74a5;
width: 340px;
border-bottom: 1px solid #005491;
}

h2 {
margin: 0px 0 10px 44px;
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #076ab3;
}

a:hover {
color: #599bcc;
}

#footer p {
padding: 0;
font-size: 0.9em;
float: right;
margin: 10px 10px 0 0;
}

#footer,
#footer a:link,
#footer a:visited {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #599bcc;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 40px;
margin-left: 20px;
}

/* Dropdown menu
-----------------*/
#nav .menu {
width: 900px;
}

#nav .menu a {
background-image: url(/img/mm_bg.gif);
display: block;
height: 20px;
background-position: 0 0;
background-repeat: no-repeat;
text-align:center;
text-decoration:none;
font-size:1.1em;
font-weight:bold;
padding-top:4px;
} 

#nav .menu a#mm_home {
xbackground-image: url(../img/mm_home.jpg);
width: 101px;
}
#nav .menu a#mm_buying {
xbackground-image: url(../img/mm_buy.jpg);
width: 100px;
}
#nav .menu a#mm_selling {
xbackground-image: url(../img/mm_sell.jpg);
width: 100px;
}
#nav .menu a#mm_renting {
xbackground-image: url(../img/mm_rent.jpg);
width: 100px;
}
#nav .menu a#mm_finance {
xbackground-image: url(../img/mm_finance.jpg);
width: 100px;
}
#nav .menu a#mm_news {
xbackground-image: url(../img/mm_news.jpg);
width: 100px;
}
#nav .menu a#mm_links {
xbackground-image: url(../img/mm_links.jpg);
width: 100px;
}
#nav .menu a#mm_about {
xbackground-image: url(../img/mm_about.jpg);
width: 100px;
}
#nav .menu a#mm_contact {
xbackground-image: url(../img/mm_contact.jpg);
width: 99px;
}
#nav .menu a:hover {
background-position: 0px -24px;
}

body#home #nav .menu a#mm_home,
body#buying #nav .menu a#mm_buying,
body#ofi #nav .menu a#mm_open,
body#selling #nav .menu a#mm_selling,
body#renting #nav .menu a#mm_renting,
body#open #nav .menu a#mm_finance,
body#news #nav .menu a#mm_news,
body#links #nav .menu a#mm_links,
body#about #nav .menu a#mm_about,
body#contact #nav .menu a#mm_contact {
background-position: 0px -24px;
}

#nav .menu ul {
width: 155px;
background-image: url(../img/menu_tile.png);
background-repeat: repeat;
background-color: transparent;
margin: 0;
padding: 0;
}

#nav .menu li li a {
background-image:none;
text-indent: 14px;
height: 23px;
width: 146px;
font-size: 0.9em;
color: #d1ebfe;
text-decoration: none;
font-family: arial, helvetica;
line-height: 21px;
font-weight: normal;
padding: 2px 0px;
margin-left: 4px;
text-align:left;
}
#nav .menu li li.first a {
margin-top: 1px;
}
#nav .menu li li.last a {
border-bottom: 0px solid #b4b4b4;
}
#nav .menu li li a:hover {
color: #fff;
color: #002c4c;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
margin-left: 80px;
padding: 10px;
border: 1px solid #ddd;
width: 700px;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 320px !important;
}

form textarea {
width: 320px !important;
}

form select {
width: 320px;
}

form input.radio {
width: 30px;
}

form #no,
form #yes {
width: 30px !important;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: 90px !important;
height: 16px;
cursor: pointer;
background-color: #e2d500;
border: none;
color: #fff;
font-weight: bold;
margin-bottom: 20px;
margin-top: -20px;
}

form input.submit {
background-image: url(../img/btn_submit.gif);
}

form input.clear {
background-image: url(../img/btn_clear.gif);
}

form em span,
form .required {
color: #005391;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin: 0 10px 10px 44px;
border: 1px solid #076ab3;
}

#content img#dyn-img1 {
float: right;
margin: 0 40px 10px 20px;
border: 1px solid #076ab3;
clear: both;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#content ul {
margin-bottom: 10px;
}

#content img#dyn-img2 {
float: left;
margin: 0 20px 10px 44px;
display: block;
border: 1px solid #076ab3;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

/*body#home #sub-section form {
font-size: 0.9em;
font-weight: bold;
}*/

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section form#quicksearch {
padding-left: 5px;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

body#home #sub-section legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

body#home #sub-section label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 140px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 62px;
}

body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
text-align: right;
padding: 0 5px 0 0;
}

/* Home Quicksearch2 
----------------------*/
body#home #sub-section form#quicksearch2 p {
margin-bottom: 10px;
}

body#home #sub-section form#quicksearch2 #qs_bed_car {
margin-bottom: 0;
}

body#home #sub-section form#quicksearch2 .checkboxsearch {
height: 74px;
width: 132px;
border: 1px solid #A5ACB2;
display: block;
overflow: auto;
margin: 10px 0 10px 0;
clear: both;
padding: 3px;
background-color: #fff;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p {
margin-bottom: 3px;
clear: none !important;
font-size: 0.9em;
color: #000 !important;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p input {
width: 15px;
border: none;
}

body#home #sub-section form#quicksearch2 #qs_price select,
body#home #sub-section form#quicksearch2 #qs_bed_car select{
width: 68px;
}

body#home #sub-section form#quicksearch2 #qs_price #qs_min-price {
margin-right: 1px;
}

/* Contact Us
--------------*/

#contact #feedback fieldset {
width: 600px;
float: left;
margin-left: 44px;
_margin-left: 20px;
}

#contact #feedback fieldset label {
width: 150px;
}

#contact .details {
float: right;
width: 200px;
margin-left: 20px;
margin-top: 5px;
}

.officeDetails,
.officeDetails dd {
margin-left: 0;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing #filter form {
background-image: url(/img/refine_searchbg.jpg);
background-repeat: repeat-x;
background-color: #7eb7e0;
overflow: auto;
padding-left: 10px;
padding-bottom: 15px;
margin: 0 0 10px 44px;
width: 800px;
}

body.listing #filter select {
width: 88px;
height: 17px;
font-size: 0.9em;
color: #666666;
margin: 0;
padding: 0;
}

body.listing #filter form select#qs_property-type {
width: 95px;
}


body.listing #filter form label {
display: inline;
float: left;
width: 88px;
margin: 0;
padding: 0;
font-size: 0.9em;
color: #3a3a3a;
font-weight: bold;
}

body.listing #filter form p {
width: 90px;
_width: 80px !important;
float: left;
clear: none;
margin: 15px 10px 0 0;
_margin: 15px 8px 0 0;
padding: 0;
}

body.listing form fieldset#submit a.savesearch {
float: left;
background: transparent url(/img/btn_savesearch.gif) top left no-repeat;
width: 83px !important;
height: 16px;
text-indent: -9999em;
text-align: left;
display: block;
}

body.listing form input#listingbtn {
background-image: url(/img/btn_search.gif);
background-repeat: none;
height: 16px;
width: 83px !important;
margin: 0 0 0 7px;
_margin: 0 0 0 0;
padding: 0;
float: right;
}

body.listing form fieldset#submit {
height: 16px;
margin: 0 10px 0 0;
padding: 0;
display: inline;
padding-top: 30px;
width: 175px;
float: right;
}



/*SEARCH FORM END*/

body.listing .crumbs {
font-size: 0.9em;
margin: 0 0 10px 44px;
width: 800px;
color: #0066b1;
}

body.listing .crumbs em {
color: #000;
font-style: normal;
}

body.listing .property {
position: relative;
border-bottom: 1px solid #2079bb;
margin-bottom: 10px;
margin-left: 44px;
width: 810px;
overflow: auto;
padding-bottom: 10px;
}

body.listing .property a.image img {
width: 240px;
height: 160px;
border: 1px solid #0066b1;
}

body.listing .property img {
float: left;
margin-right: 10px;
}

body.listing .details {
background-image: url(/img/property_bg.jpg);
background-repeat: repeat-x;
background-color: #80b8e1;
height: 161px;
width: 403px;
float: left;
margin-right: 0px;
}

body.listing h2 {
font-weight: normal;
text-transform: uppercase;
margin-left: 10px;
margin-top: 5px;
}

body.listing #rightdetails {
position: relative;
width: 150px;
height: 160px;
float: right;
}

body.listing .secondarybtns {
position: absolute;
bottom: 15px;
right: 0;
}

body.listing .secondarybtns .viewprop {
margin-right: 10px;
}

body.listing .price {
float: right;
margin-right: 20px;
font-weight: bold !important;
font-size: 1.1em;
margin-top: 10px;
}

body.listing h3 {
color: #0066b1;
margin-left: 10px;
}

body.listing h3.address {
margin-top: 10px;
font-size: 1.2em;
}

body.listing p {
margin-left: -34px;
margin-top: -5px;
}

body.listing .features {
float: right;
width: 150px;
text-align: right;
}

body.listing .features p {
width: 37px;
float: left;
margin: 0 0 0 7px;
padding: 0;
color: #999;
font-weight: bold;
}

body.listing .features p img {
margin: 0;
padding: 0;
float: right;
}

body.listing .pagebar {
text-align: right;
font-size: 0.9em;
}

body.listing .pagebar a {
color: #0066b1;
}



/* DETAILS 
---------*/

body.detail .images {
width: 345px;
margin-bottom: 4px;
}

body.detail .images img {
width: 165px;
border: 1px solid #066ab3 !important;
margin-right:2px;
margin-top:3px;
}

body.detail #mainimage {
width: 338px;
}

body.detail #extradetails {
width: 340px;
float: left;
margin: 0 20px 20px 44px;
}

body.detail #propertydetails {
width: 440px;
float: left;
margin-bottom: 30px;
}

body.detail #propertydetails p {
margin-left: 0px;
padding: 0;
margin: 0;
}

body.detail #propertydetails h2 {
color: #0066b1;
border-bottom: 1px solid #0066b1;
text-transform: uppercase;
padding: 0;
margin: 20px 0 10px 0;
font-size: 1.0em;
}

body.detail #propertydetails h2.address,
body.detail #propertydetails .topprice {
margin-top: 0px;
color: #0066b1;
}


body.detail #extradetails ul {
list-style-type: none;
padding: 0;
margin: 0;
}

body.detail #extradetails #toolslist li {
width: 167px;
float: left;
margin-right: 3px;
}

body.detail #extradetails #toolslist li a {
background-image: url(/img/link_bg.jpg);
background-repeat: repeat-x;
color: #0066b1;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 0.8em;
background-color: #ffff00;
padding: 6px;
display: block;
border-bottom: 1px solid #0066b1;
}

body.detail .features {
float: left;
width: 420px;
_margin: 10px 0 10px 0;
margin: 25px 0 10px 0;
}

body.detail .features p {
width: 40px;
float: left;
margin: 0 0 0 7px;
padding: 0;
color: #999;
font-weight: bold;
}

body.detail .features p img {
margin: 0 5px 0 0;
padding: 0 0 0 0;
float: right;
}

body.detail #propertydetails h3 {
margin: 10px 0;
color:#3A3A3A;
clear:both;
}

body.detail #propertydetails li {
list-style-type: none;
}

body.detail #propertydetails ul{
margin-left: 0;
}

body.detail #propertydetails dd,
body.detail #propertydetails dt{
margin-left: 0;
padding-left: 0;
}



body.detail li
 {
list-style-position: outside;
}

body.detail #propertydetails .topprice li {
margin-top: -27px;
text-align: right;
}

body.detail .agentdetails a {
color: #6d9a01;
text-decoration: none;
}


body.detail #propertydetails .fullprofile {
overflow: auto;
margin-bottom: 10px;
}

body.detail #propertydetails .fullprofile .agentdetails dd a{
color: #0066b1;
}

body.detail #propertydetails .staff_photo img {
border: 1px solid #0066b1;
float: left;
margin-right: 10px;
}

#buying.detail #gmapbox, #renting.detail #gmapbox
{
padding-top:122px;
margin-left:0;
}


/* Property Details ----SCROLL----*/


body.detail #subImages {
overflow-x: auto;
overflow-y: hidden;
width: 340px;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
height:133px;
}

body.detail #wrapImages li {
width: 124px;
padding: 0;
margin: 0;
display: inline;
}

body.detail #wrapImages li a {
background-color: #fff;
padding: 0;
margin: 0;
}

body.detail #subImages ul {
white-space: nowrap;  
margin: 0;
padding: 0;
}

body.detail #subImages ul li {
display: inline;
}

body.detail #subImages ul li img {
display: inline;
}

/*---------------------------------*/

/* Property detail printfriendly
---------------------------------*/

#brochure.detail {
margin: 0 auto;
text-align: left;
}

html.brochure body#brochure {
background-image: none !important;
background-color: #fff !important;
}

html.brochure body#brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
overflow:visible;
}
body.brochure #main {
background-image: none !important;
}			
html.brochure body#brochure #content {
background-image: none !important;
float: none !important;
overflow:visible;
}
body.brochure #header {
background-image: none;
}
html.brochure body#brochure #propertydetails {
clear:both;
margin:10px auto;
width:502px;
float:none;
}
html.brochure body#brochure #extradetails .images {
width:507px;
}
html.brochure body#brochure #extradetails img {
display: block;
float: left;
margin: 0 5px 2px 0;
width:162px;
}
html.brochure body#brochure #extradetails img#mainimage {
width:500px
}
html.brochure body#brochure #extradetails {
width: 502px;
margin:0 40px;
}
html.brochure body#brochure h1 {
margin-left:40px;
width:500px;
}

	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 44px;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

#staff #agentlinks li {
float: left;
margin-right: 20px;
padding-bottom: 10px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
background-image: none !important;
background-color: #0066b1;
height: 116px;
margin-bottom: 30px;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow table #slideImage img {
margin: 10px auto 0 auto;
}

body.slideshow input {
width: auto;
margin:0 5px 0 0 !important;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #0066b1;
height: 88px;
}

html.popup #header img {
float: none;
}

.popup #content fieldset label,
.popup #content #loginform label {
width: 130px;
}

.popup #content fieldset {
padding: 0;
width: 575px;
float: left;
}

.popup #content fieldset#details,
.popup #content fieldset#submit,
.popup #content #loginform fieldset {
margin-left: 20px;
}

.popup #content fieldset#submit input.button,
.popup #content #loginform fieldset.submit input.button,
.alert fieldset.submit input {
background-image: url(/img/btn_blank.gif);
color: #0066b1;
font-size: 0.8em;
text-transform: uppercase;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

#latestnews {
width: 500px;
float: left;
border-right: 1px solid #ccc;
margin-right: 10px;
}

#newsarticle {
width: 350px;
float: left;
}

#newsarticle em {
font-weight: bold;
margin-top: 10px;
}



/* Links
----------*/

body#links #content h3 {
margin-bottom: 15px;
}

body#links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 5px;
margin: 30px 44px 30px 44px;
overflow: hidden;
}

body#links #content dl dt {
font-weight: bold;
}

body#links #content dl dd {
margin-bottom: 5px;
}

body#links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin: 0 44px 10px 44px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}


/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #d3edff;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
margin-right: 44px;
color: #599bcc;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
margin-right: 44px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #fffddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dt strong,
body.ofi #content dt strong
{
color: #005391;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #pindexbox {
width: 500px;
float: left;
}

body.alert #content {
padding-top:20px;
}

body.alert #content input {
margin-top:0 !important;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: left;
text-align: center;
clear: right;
margin-left: 44px;
margin-bottom: 15px;
}

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #0066b1;
font-weight: bold;
}


#loginbox {
float: right !important;
width: 350px;
}

#loginbox #loginform fieldset {
margin-left: 0;
margin-top: 40px;
width: 300px;
}

#loginbox #loginform input {
width: 200px !important;
}

#loginbox #loginform fieldset.submit p {
width: 220px;
font-size: 0.9em;
}

body.alert #content #loginbox input.button {
width: 90px !important;
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #0066b1;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}


#alertRegister #reqForm span,
#alertRegister #mainRequirements span,
#alertRegister #personalDetails span {
width: 420px;
float: left;
}

#alertRegister #mainRequirements input#csTo,
#alertRegister #mainRequirements input#csForm,
#alertRegister #mainRequirements input#csSuburbs {
width: 250px !important;
}

/* ---- HOME PAGE ----*/

#home #animation {

}

#home #homebox {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#home #fpbox {
width: 480px;
height: 224px;
float: left;
background-image: url(../img/fp_tile.jpg);
background-repeat: repeat-x;
background-color: #80b8e1;
border-right: 1px solid #fff;
}

#home #qsbox {
width: 414px;
height: 224px;
background-image: url(../img/qs_bg.jpg);
background-repeat: none;
float: left;
}

/*-------QUICKSEARCH------*/

body#home #quicksearch fieldset {
width: 250px;
padding: 0 !important;
margin: 0 10px; 0 0 !important;
float: right;
}

body#home #quicksearch {
margin-top: 40px;
}

body#home #quicksearch #criteria {
border: none;
}

body#home #quicksearch #criteria p {
margin: 0!important;
padding: 8px 0 0 0 !important;
}

body#home #quicksearch label {
font-size: 0.9em;
}

body#home #quicksearch,
body#home #quicksearch select {
font-size: 1.0em;
}

body#home #quicksearch #criteria #qs_st label {
width: 40px;
float: right;
color: #fff;
margin: 0 !important;
padding: 0 !important;
}

body#home #quicksearch #criteria #qs_st {
width: 180px;
height: 10px;
float: right;
margin: 0 !important;
padding: 0 !important;
}

body#home #quicksearch #criteria #qs_st input {
width: 20px !important;
float: right;
}

body#home #quicksearch select {
width: 210px;
float: right;
margin-left: 12px;
margin-top: 10px;
} 

body#home #quicksearch #qs_max-price
{
margin-left: 10px;
}

body#home #quicksearch #qs_price select {
width: 98px;
}

body#home #quicksearch #submit {
float: right;
height: 16px;
margin: 40px 10px 0 0 !important;
padding: 0 !important;
}

body#home #quicksearch #submit input {
background-image: url(/img/btn_blank.gif);
width: 210px !important;
height: 16px; 
display: block;
color: #0066b1;
text-transform: uppercase;
font-size: 0.8em;
float: right;
}

/* -- POW --*/

body#home #pow_0 {
position: relative;
float: left;
width: 239px;
height: 224px !important;
border-right: 1px solid #fff;
_padding: 0 !important;
_margin: 0 !important;
}

body#home #pow_1 {
position: relative;
float: right;
width: 238px;
height: 224px;
_padding: 0 !important;
_margin: 0 !important;
}

body#home #pow_0 #picture,
body#home #pow_1 #picture {
width: 238px;
height: 180px !important;
border: none !important;
}

body#home #pow_0 #suburb,
body#home #pow_1 #suburb {
padding-left: 5px;
_width: 120px;
width: 130px;
float: left;
color: #0066b1;
font-weight: bold;
}

body#home #pow_0 #price,
body#home #pow_1 #price {
_width: 85px;
width: 95px;
float: left;
color: #0066b1;
font-weight: bold;
text-align: right;
}

body#home #pow_0 #more,
body#home #pow_1 #more {
position: absolute;
bottom: 4px;
right: 5px;
}

body#home #pow_0 #more a,
body#home #pow_1 #more a {
background-image: url(/img/btn_viewmore.gif);
background-repeat: none;
height: 16px;
width: 90px !important;
display: block;
}

body#renting.detail #propertydetails h3 {
clear: both;
}