/* template.css */

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

body
{
  margin: 20px 0px 0px 0px;
}

.clearfix
{
  display: block;
}

.clearfix:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.float_left, .left
{
  float: left;
}

.float_right, .right
{
  float: right;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.center
{
  margin-left: auto;
  margin-right: auto;
}

.hidden
{
  display: none;
}

.formSpan
{
  display: block;
  margin-bottom: 1.25em;
}

.error
{
  color: #ff0000;
}

#aw_adv
{
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

#aw_body
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  position: relative;
}

#aw_header
{
}

ul.navigation ul
{
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}
ul.navigation li
{
    float: left;
    position: relative;
}
ul.navigation *:hover > ul, ul.navigation ul li
{
    float: none;
    display: block;
    white-space: nowrap;
    z-index: 100;
}

#aw_content
{
  overflow: auto;
  width: 100%;
}

#content_wrapper button,
#content_wrapper input[type=button]
{
  max-width: 100%;
  white-space: normal;
}

#aw_footer
{
}

#aw_ddglink
{
  float: left;
  text-align: left;
}

#aw_ddglink a
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000 !important;
  border: 2px solid #424242 !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: helvetica,arial !important;
  font-size: 13px;
  font-weight: bold !important;
  margin: 0 0 0 2px !important;
  opacity: 0.55 !important;
  padding: 3px 9px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: auto !important;
}

#aw_ddglink a:hover
{
  color: #fff !important;
  opacity: 0.65 !important;
}

#aw_ddglink span
{
  display: block !important;
}

#aw_quicksearch
{
  border: 1px solid #d6d6d6;
  display: block;
  float: right;
}

#agent_photo
{
  max-height: 150px;
  max-width: 125px;
}

#company_logo
{
  max-height: 200px;
  max-width: 275px;
}

.useredit_label
{
  display: block;
  margin-bottom: 15px;
}

div.useredit_field
{
  display: block;
  margin-bottom: 15px;
}

#webform
{
  display: inline-block;
  margin: 0 auto;
  width: 700px;
}

#user_webform label
{
  color: #666666;
  vertical-align: top;
}

#user_webform div
{
  display: block;
  margin-bottom: 10px;
}

#user_webform div > span
{
  display: block;
  float: left;
  margin-right: 10px;
  text-align: left;
  width: 130px;
}

#user_webform > div > div
{
  padding-top: 10px;
  text-align: center;
}

#user_webform input[type=text]
{
  border: 1px solid #d6d6d6;
  margin: 0px;
  padding: 5px;
  width: 515px;
}

#user_webform input[type=checkbox]
{
  margin: 6px 515px 0 0;
}

#user_webform textarea
{
  border: 1px solid #d6d6d6;
  height: 110px;
  margin: 0;
  padding: 5px;
  width: 515px;
}

#searchresults
{
  margin: 0 auto 0 auto;
  padding: 0;
  width: 625px;
}

#searchresults_legend
{
  border: 1px solid black;
  margin: 10px auto 10px auto;
  padding: 5px 10px 8px 10px;
  white-space: nowrap;
  width: 613px
}
#searchresults_legend h4
{
  display: inline;
  font-size: 11pt;
  margin: 0;
}
#searchresults_legend ul
{
  display: inline;
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
  white-space: nowrap;
}
#searchresults_legend ul li
{
  border: none;
  display: inline;
  font-size: 9pt;
  margin: 0 0 0 5px;
  padding: 2px 0 2px 25px
}
#searchresults_legend ul li#legend_icon_pending { background: url('/graphics/re/icon_pending.png') no-repeat; }
#searchresults_legend ul li#legend_icon_newlisting { background: url('/graphics/re/icon_newlisting.png') no-repeat; }
#searchresults_legend ul li#legend_icon_openhouse { background: url('/graphics/re/icon_openhouse.png') no-repeat; }
#searchresults_legend ul li#legend_icon_virtualtour { background: url('/graphics/re/icon_virtualtour.png') no-repeat; }

table#searchresults_listings
{
  margin: 0 auto;
  width: 625px;
}
table#searchresults_listings td
{
  padding-bottom: 5px;
}

tr.listing_oneline_row
{
  font-size: 10pt;
  margin-bottom: 5px;
}

td.listing_oneline_mlnumber
{
  width: 115px;
}

td.listing_oneline_address
{
  width: 150px;
}

td.listing_oneline_price
{
  width: 60px;
}

td.listing_oneline_bedrooms
{
  width: 100px;
}

td.listing_oneline_baths
{
  width: 120px;
}

td.listing_oneline_listagent
{
  width: 80px;
}

#full_listing_box
{
  display: inline-block;
  font-size: 10pt;
}

#listing_summary
{
  display: block;
}

#listing_summary #listing_summary_left
{
  float: left;
  height: 100%;
  width: 350px;
}

#listing_summary #listing_summary_right
{
  float: right;
  height: 100%;
  width: 435px;
}

#listing_summary #listing_photo_box
{
}

#listing_summary #listing_description
{
  width: 350px;
}

#listing_summary #listing_status
{
  color: #f00;
  font-size: 9pt;
  font-weight: bold;
}

#listing_summary #listing_basic
{
  float: left;
}

#listing_summary #listing_tools
{
  float: right;
}

#listing_summary #listing_data
{
  clear: both;
}

#full_listing_box table
{
  margin-bottom: 5px;
  width: 100%;
}

#full_listing_box table > thead th
{
  background-color: #666;
  color: #fff;
  text-align: center;
}

#full_listing_box table > tbody th
{
  padding: 0;
  text-align: left;
  width: 150px;
}

#full_listing_box table > tbody td
{
  padding: 0;
}

#listing_basic
{
}

#listing_basic #listing_address
{
  color: #003366;
  font-size: 12pt;
  font-weight: bold;
}

#listing_basic #listing_suburb
{
  color: #0066ff;
}

#listing_basic #listing_price
{
  color: #00cc00;
  font-size: 12pt;
  font-weight: bold;
}

#listing_location
{
}

#listing_location #listing_maplink
{
  float: left;
  font-size: 11pt;
  width: 75px;
}

#listing_location #listing_directions
{
  float: left;
  margin-left: 5px;
  width: 355px;
}

#listing_details
{
  display: block;
}
