/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height:100%;}
#wrap {width: 100%;margin: 0 auto;}
#footer {clear: both;padding: 0px 0 35px 0; text-align: center;}
#header {
padding: 0 1px;
background-image:url(/img/bg_header.gif);
background-repeat:repeat-x;
height:187px;
}
#header .container {
width:816px;
margin:0pt auto;
height:187px;
}

body, html {
background-color: ##727648;
}

#wrap,
#footer {
background-color:#727648; 
}

#main {
}

#menu {
/*background-color: #3C3E2D;*/
}
.menu #border{
background-color:#818369;
width:1px;
height:15px;
}

#footer .container{
width:816px;
margin:0pt auto;
}
/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both; float:left; background-color:#EAEBE4; width:100%;}
#main .container {
margin:0pt auto;
width:816px;
}
#content {
background:#fff;
margin:7px 0px 10px;
padding:34px 30px 28px 28px; 
float:left;
width:758px;;}
#sub-section {width: 150px; float: right; padding: 15px 10px; display:none;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
width: auto;display: block;float: none;
padding-left:0px;
padding-right:0px; }

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #EAEBE4;
}
body#staff #content p{
padding-right:15px;
}
html.nocol body.buying  #content{
padding-left:30px;
padding-right:30px;
}
html.nocol body.dynamic #content{
padding-left:30px;
padding-right:30px;
}
html.nocol body.buying  #content h2{
color:#ffffff;
}

/* Header
----------*/
#header img {

}

/* Menu
---------*/

.menu {
width:816px;
margin: 0 auto;
border-bottom:1px solid #727648;
}

.menu a {
padding: 9px 32px;
}

.menu li {
/*padding: 8px 0;*/
}

.menu li a{
	height:10px;	
}

.menu li li a {
display:block;
padding:4px 15px;
width:145px;
font-style:normal;
font-weight:normal;
}

/* for menu image replacement */
.menu a,
.menu a:active,
.menu a:link,
.menu a:visited {
text-indent:-9999px;
display:block;
text-decoration: none;
background: url(/img/nav.jpg) no-repeat;
}

.menu a:hover {
/*opacity:0.7;
filter:alpha(opacity=70)*/
}

/* navigation sprite movments */

.menu li#buyList a {background-position: 0px -2px; width:43px;}
.menu li#buyList a:hover {background-position: 0px -32px; height:10px;}

.menu li#sellList a {background-position: -111px -2px; width:53px;}
.menu li#sellList a:hover {background-position: -111px -32px; height:10px;}

.menu li#rentList a {background-position: -229px -2px; width:49px;}
.menu li#rentList a:hover {background-position: -229px -32px;height:10px;}

.menu li#finList a {background-position: -343px -2px; width:67px;}
.menu li#finList a:hover {background-position: -343px -32px;height:10px;}

.menu li#aboutList a {background-position: -475px -2px; width:44px;}
.menu li#aboutList a:hover {background-position: -475px -32px;height:10px;}

.menu li#contactList a {background-position: -584px -2px; width:62px;}
.menu li#contactList a:hover {background-position: -584px -32px;height:10px;}

.menu li#home a {background-position:-708px -2px;width:44px;}
.menu li#home a:hover {background-position: -708px -32px;height:10px;}
/* end */

/* for active menu */
body#home .menu li#home a {
background-position: -710px -62px;
}

body.buy  .menu li#buyList a {
background-position: 0px -62px;
}
body.buying .menu li#buyList a {
background-position: 0px -62px;
} 

body.sale  .menu li#sellList a {
background-position: -112px -62px;
}

body.renting .menu li#rentList a {
background-position: -228px -62px;
}

body.calcs .menu li#finList a {
background-position: -342px -62px;
}

body.about .menu li#aboutList a {
background-position: -475px -62px;
}

body.contact .menu li#contactList a {
background-position: -584px -62px;
}

/* end */

/*repair submenu*/
.menu li li {
padding: 0;
}

.menu li li a {
background:#505539 none !important;
color:#FFFFFF;
display:block;
padding:4px 15px;
text-indent:0px !important;
width:151px !important;
height:15px !important;
}

/*end repair submenu*/



/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#585A43;

}

p {
font-size: 0.9em;
}

h1 {
margin-bottom: 15px;
color:#3C3E2D;
font-family:"Times New Roman", Times, serif;
font-size:25px;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #1C1D16;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #000000;
text-decoration: none;
}

#footer a:hover {
color:#000000;
}
#footer .publisher{
text-align:right;
font-size:0.9em;
padding-top:5px;
}
#footer .publisher span{
padding-left:10px;

}
/* Header
----------*/

#header img#logo {
}
#header #logo {
float:left;
width:816px;
margin-top:54px;
}
#header #logo_left {
float:left;
width:275px;
height:94px;

}
#header #logo_right {
margin-top:40px;
float:right;
width:209px;
}
#header #menu {
float:left;
margin-top:20px;
}
/* Dropdown menu
-----------------*/

.menu a {
font-family:Arial, Helvetica, sans-serif;
border-right: 1px solid #606152;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
/*background:#585A43;*/
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover {
background-color:#616161;
color: #fff;
}

.menu li li a {
border: none;
text-transform: none;
}
.menu li li a:hover{
color:#ffffff;
background-color:#1C1D16 !important;
}

.menu li li.last a {
background:#3C3E2D;
}

.menu li li a:link, .menu li li a:visited {
background:#505539;
}
.menu li#contactList {
/*border-right:16px solid #51563A;*/
}

.menu li#contactList a {
border-right:none;
}

.menu li#home {
/*border-left:17px solid #65694A;*/
}

body.renting  .menu #rentList ul li a{
width:151px !important;
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea,
form select {
width: 250px;
}

form input.radio {
width: 30px;
}

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: auto !important;
padding: 0 10px;
cursor: pointer;
background-color: #585A43;
border: none;
color: #fff;
}

form em span,
form .required {
color: #666633;
font-weight: bold;
}


/* Dynamic text
----------------*/
#content #content_main {

}

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

html.nocol body.sale #market-appraisal #left #ftitle{
width:50px;
}
html.nocol body.sale #market-appraisal #left #faddress{
width:400px;
}
html.nocol body.sale #propertydetails #fpropertyaddress{
width:400px;
}
html.nocol body.sale #propertydetails #freason{
width:400px;
}
html.nocol body.sale #market-appraisal #right #fcontactmethod{
width:254px;
}
html.nocol body.sale #submit #btnsubmit{
float:left;
margin-left:655px;
}
html.nocol body.sale #submit #btnreset{
float:right;
margin:0px !important;
}
/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home #pow #readmore{
padding-top:3px;
}
body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

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;
}

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 8px 0 0;
}
body#home #top {
float:left;
width:816px;
margin-top:10px;
}
body#home #top_left {
float:left;
width:581px;
}
body#home #top_right {
float:left;
margin-left:1px;
overflow:hidden;
width:233px;
background:#fff;
}
body#home #bottom {
background:#FFFFFF none repeat scroll 0%;
float:left;
margin:10px 0px;
padding:10px;
width: 795px;
}
body#home #pow_contain {
padding:10px 12px 10px 8px;
min-height: 115px;
}
body#home #pow_img {
}
body#home #pow_fea {
color:#000000;
}
body#home #pow_price {
margin-top:8px;
}
body#home #pow_sub {
margin-bottom:7px;
}
body#home #pow_des {
font-size:0.9em;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

body#contact_us #contact-details{
width:500px;
}
body#contact_us dl.officeDetails{
float:right;
width:200px;
margin-right:-10px;
margin-top:-281px;
font-size:0.9em;
}

/* Listings
------------*/
body.listing #refine {
color:#fff;
font-size:13px;
}

body.listing #content {
padding-bottom:5px;
}
body.listing .end_page {
background-image:url(/img/end_page.jpg);
background-repeat:repeat-x;
height:25px;
margin-top:10px;
}
body.listing .des {
height:57px;
margin-top:15px;
font-size:0.9em;
}
body.listing .view a:link,body.listing .view a:visited {
font-weight:bold;
color:#1C1D16;
}
body.listing .pro_image {
float:left;
border:1px solid #DCDDD0;
}
body.listing .details {
margin-left:1px;
width:545px;
}
body.listing .details .details_top{
float:left;
/*height:25px;*/
background-color:#3C3E2D;
margin-right:1px;
}
body.listing .details .details_top .title{
float:left;
}
body.listing .details .details_top .features{
margin:4px 25px 3px 0px;
}
body.listing .details .details_bottom{
float:left;
margin:20px 0px 0px 15px;
width:500px;
}



body.listing h1 {
margin-bottom:8px;
padding-left:28px;
}

body.listing .property {
padding: 10px 0;
clear: both;
overflow: hidden;
padding-left:28px;
padding-bottom:5px;
}

body.listing .property .image {
display: block;
float: left;
}

body.listing .property .details {
float: left;
}

body.listing .property .features {
float: right;
font-weight: bold;
color: #fff;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size:1em;
font-weight:500;
color:#FFFFFF;
margin:4px 0px 3px 15px;
font-variant:small-caps;
}

body.listing .property .details h3 {
font-size:1em;
font-weight:normal;
margin-bottom:0px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: left;
}

body.listing #filter {
background-color:#1C1D16;
height:44px;
margin-bottom:5px;
padding:8px 25px;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}
body.listing #filter form{
margin-left:5px;
}
body.listing #filter select {
width: 93px;
display: block;
font-size: 0.9em;
}
body.listing #filter select#qs_property-type{
width:125px;
}
body.listing #filter select#qs_suburb{
width:125px;
}
body.listing #filter select#qs_bedrooms{
}
body.listing #filter select#qs_min-price{
}
body.listing #filter select#qs_min-price{
}
body.listing #filter select#qs_order{
}
body.listing #filter p {
clear: none;
float: left;
margin:8px 12px 10px 0px;
}

body.listing #filter input {
width: auto;
padding: 2px 8px;
margin-top: 8px;
cursor: pointer;
background-color:#585A43;
border: none;
color: #fff;
font-size: 0.9em;
font-weight:normal;
text-transform:uppercase;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
color:#1C1D16;
padding-right:15px;
}
body.listing p.pagebar a:link,body.listing p.pagebar a:visited {
color:#1C1D16;
}

/* Property detail
-------------------*/
body.detail #menu a:link,body.detail #menu a:visited {
color:#fff;
}

body.detail #content {
padding-bottom:0px;
}
body.detail a:link, body.detail a:visited {
color:#585A43;
} 
body.detail #useful_tool h2 {
margin-left:10px;
margin-top:5px;
}

body.detail #useful_tool {
background:#3C3E2D none repeat scroll 0%;
color:#FFFFFF;
float:left;
height:27px;
width:308px;
}
body.detail h2 {
font-size:0.9em;
text-transform:uppercase;
}
body.detail #addressbar_suburb {
float:left;
}
body.detail #addressbar_feature {
float:right;
font-weight:bold;
}

body.detail h1 {
padding-left:28px;
margin-bottom: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #585a43;
}

body.detail #content {
float:left;
width:816px;
}
body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}
body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
list-style-type: none;
list-style-position: outside;
width:308px;
float:left;
font-size:0.9em;
padding-bottom:20px;
}
body.detail ul#toolslist li {
float:left;
padding:10px 0px 0px;
width:150px;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height:15px;
margin-bottom: 10px;
padding:0;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
margin:0pt 10px 0pt 0px;
vertical-align:bottom;
} 

body.detail #propertydetails {
float:left;
margin-left:15px;
width:425px;
}
body.detail #propertydetails .address_street h3 {
font-size:14px;
font-weight:normal;
margin-bottom:0px;
}
body.detail #propertydetails .address_price h3 {
font-size:0.9em;
}
body.detail #propertydetails .address_price{
font-size:1.2em;
}


body.detail #propertydetails div.price div.venue{
width: 70px;
display: block;
float: left;
clear: left;
}


body.detail #extradetails {
float:left;
margin-left:24px;
width:308px;
}
body.detail #extradetails img {
border:1px solid #DCDDD0;
display:block;
float:left;
margin-right:2px;
width:150px;
}

body.detail #extradetails img#mainimage {
display:block;
width:304px;
}
body.detail #extradetails .images {
display:block;
float:left;
height:auto;
/*width:244px;*/
margin-bottom:10px;
}


body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}
body.detail #description {
margin:20px 0px;
text-align: justify;
}
body.detail #description .title {
font-weight:bold;
margin-bottom:20px;
}
body.detail #inspection {
float:left;
margin:10px 0px 25px;
width:425px;
}

body.detail #map {
float:left;
margin:10px 0px 25px;
width:425px;
}
body.detail #agent dl {
margin-bottom:15px;
}

/* Property detail printfriendly
---------------------------------*/
html.brochure body.detail #extradetails img#mainimage{
	width:auto;
}
html.brochure body.detail #header img{
	display:block;
}

html.brochure body.detail #extradetails img{
	width:118px;
}
html.brochure body.detail #extradetails #agent{
	background:none;
}
html.brochure body.detail #extradetails #agent #agentdetails{
	padding:0px;
}
html.brochure body.detail #extradetails #agent .officedetails{
	margin-bottom:10px;
}
html.brochure body.detail #header{
background:#727648;
height:89px;

}
html.brochure body.detail #main{	
	background:none;
}
html.brochure body.detail #main #content{
	width:584px;
	position:inherit;
	padding:0px;
	background:#fff;
	border:none;
	margin-top:5px;
}
html.brochure body.detail h2 {
float:left;
}
html.brochure body.detail #main #content #propertydetails {
	width:320px;
	float:left;
	margin-left:0px;
}
html.brochure body.detail #main #content #extradetails{
	width:245px;
	float:left;
	margin-left:15px;
}
html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}
html.brochure body.detail #extradetails #agent a{
	color:#6C7E2D;
}
	
html.brochure #addressbar #add{
margin-left:-28px;
}
/* Staff 
---------*/

body#staff #content {
float:left;
padding:34px 30px 28px 28px;
width:758px;
}

body#staff dl {
border-bottom : 1px solid #ddd;
float : left;
height : 150px;
overflow : hidden;
padding : 15px 0px;
width : 50%;
}
body#staff dl dt.name {
font-weight: bold;
font-size: 1em;
}
body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #000;
}

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 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}


/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
overflow:hidden;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #727648;
height:auto !important;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
border:1px solid #333333;
display:block;
height:476px;
margin-left:0px;
margin-top:20px;
}

body.slideshow input {
width: auto;
}

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: #ffffff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #727648;
}

html.popup #header img {
float: none;
}

/* 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;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* 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-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}
body.testimonials #content{
padding-left:30px;
padding-right:30px;
}
/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #51553A;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

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;
}


/* Property Alert
-----------------------*/

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 input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

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: #666633;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;
}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}

body.alert #content #loginbox label {
width: 65px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
width:256px;
margin-left:-4px;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #666633;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}
html.nocol body.alert #content{
float:left;
padding-left:30px;
padding-right:30px;
}


/*calcs*/
body.calcs #content{
padding-right:15px;
padding-left:15px;
width:786px;
}
html.nocol body.calcs  #content_main{
margin-left:15px;
margin-right:15px;
}
body.calcs fieldset #ffrequency{
width:254px;
}
body.calcs fieldset #fstate{
width:254px;
}
/*emailagent*/
html#emailagent  #content fieldset#details{
width:549px;
}
html#emailagent  #content fieldset#submit{
width:571px;
}
html.popup #header{
height:auto;
}
html.popup #content{
padding-top:75px;
}
html#emailagent #content{
padding-top:30px;
}
/*renting*/
html.nocol body.renting #repairdetails #fdescription{
width:400px;
}

.view{
margin-top:10px;

}

body.detail #propertydetails #inspection p{
font-style:italic;
}