/*-----------------------------------------------------------------------------

YTT Solutions Stylesheet

author:    YTT Solutions Pty. Ltd.
email:     ian@yttsolutions.com.au
website:   http://yttsolutions.com.au

-----------------------------------------------------------------------------*/


/* SETUP
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body, html {
  width: 100%;
  height: 100%;
  color: #EEE;
  text-align: center;
  background: url('images/background.gif') repeat-x #27282a;
  font-family: arial;
  font-size: 9pt;
  zoom: 1;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}

a img, :link img, :active img, :visited img {
  border: none;
}

address {
  font-style: normal;
}

a, a:active {
  text-decoration: none;
  color: #FFF;
  position: relative;
  z-index: 1;
}

a:hover {
  text-decoration: underline;
}

a:hover img {	text-decoration: none;
}

.white {	color: #FFF;
}

.clear {
  line-height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
  text-align: right;
}

input, textarea {	border: 2px solid #555;
	background: #CCC;
}

ul, li {  list-style: outside;
  margin-left: 8px;
}

/* CONTENT WRAPPER
-----------------------------------------------------------------------------*/

#content_wrapper {  width: 950px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

/* HEADER
-----------------------------------------------------------------------------*/

#header {  top: 21px;
  position: relative;
  height: 330px;}

#header_title {	position: absolute;
	top: 0;
	left: 4px;
	z-index: 1;
}

#header_main {
  border: 4px solid #525355;
  position: absolute;
  top: 44px;
  left: 0;
  width: 942px;
  height: 278px;
}

.header_shadow {
}

/* NAVIGATION
-----------------------------------------------------------------------------*/

#nav {  position: absolute;
  right: 22px;
  top: 18px;
}

#nav a {  color: #c3c3c3;
  background-position: 0 0;
  height: 19px;
  display: block;
}

#nav a:hover {	text-decoration: none;
	color: #FFF;
	background-position: 0 -21px;
}

#current a {
  color: #FFF;
  background-position: 0 -21px;
}

.nav_item {  float: left;
}

.nav_item_home {
	width: 22px;
	padding-left: 25px;
	padding-top: 3px;
	background: url('images/icons/home.gif') no-repeat;
	margin-right: 51px;
	_margin-right: 10px;
}

.nav_item_listings {
	width: 22px;
	padding-left: 25px;
	padding-top: 3px;
	background: url('images/icons/listings.gif') no-repeat;
	margin-right: 34px;
	_margin-right: 10px;
}

.nav_item_contact {
	width: 22px;
	padding-left: 25px;
	padding-top: 3px;
	background: url('images/icons/contact.gif') no-repeat;
	margin-right: 33px;
}

.nav_item_links {
	width: 22px;
	padding-left: 25px;
	padding-top: 3px;
	background: url('images/icons/links.gif') no-repeat;
	margin-right: -15px;
}

/* BOTH COLS
-----------------------------------------------------------------------------*/

.pic {	float: left;
	margin-right: 10px;
	margin-top: -2px;
	margin-left: -2px;
	position: relative;
	line-height: 3px;
}

.title {  margin-left: -1px;
  color: #FFF;
  font-size: 11pt;
}

.text {  position: relative;
}

.left_divider {
	margin-top: 7px;
	margin-bottom: 7px;
	background: url('images/divider.gif') repeat-x;
	height: 2px;
	width: 598px;
	margin-left: -8px;
}

.right_divider {
	margin-top: 7px;
	margin-bottom: 7px;
	background: url('images/divider.gif') repeat-x;
	height: 2px;
	width: 249px;
	margin-left: 7px;
}

/* LEFT COL
-----------------------------------------------------------------------------*/

#left_col {	width: 623px;
	margin-top: 4px;
	margin-left: -3px;
	margin-right: 13px;
	float: left;
	padding-top: 40px;
}

.left_col_box {  background: url('images/left_col_box_bg_small.gif');
  margin-bottom: 14px;
  padding-left: 20px;
  padding-right: 22px;
  _padding-right: 0;
  _margin-right: 22px;
  position: relative;
}

/* right COL
-----------------------------------------------------------------------------*/

#right_col {
	width: 324px;
	margin-top: 4px;
	margin-left: -3px;
	float: left;
	position: absolute;
	right: -4px;
	_right: -42px;
	padding-top: 40px;
}

.right_col_box {
  background: url('images/right_col_box_bg_large.gif');
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 22px;
  _padding-right: 0;
  _margin-right: 22px;
  position: relative;
  _left: -20px;
}

.right_col_box_red {
  background: url('images/right_col_box_bg_red.gif');
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 22px;
  _padding-right: 0;
  _margin-right: 22px;
  position: relative;
  _left: -20px;
}


#right_col .pic {	margin-left: -4px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#right_col .pic img {	margin-top: -9px;
}

#right_col .large_listing_icons {	margin-bottom: -7px;}

#right_col .large_listing .title {
  font-size: 10pt;
}

/* LISTINGS
-----------------------------------------------------------------------------*/

.large_listing_item_wrapper {	_position: relative;
	_z-index: 99999999;
}

.large_listing_description {	_position: relative;
	_z-index: 1;
}

.large_listing_more {
  float: right;
  _position: relative;
  _z-index: 1;
  _float: none;
  _text-align: right;
}

.large_listing_status {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.large_listing_title {
  color: #FFF;
  font-size: 11pt;
  margin-bottom: 6px;
  text-transform: uppercase;
  clear: both;
  width: 265px;
  text-align: left;
  _position: relative;
	_z-index: 1;
}

.large_listing_display_on_home_page {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.large_listing_bedrooms, .large_listing_bathrooms, .large_listing_carports, .large_listing_price, .large_listing_type, .large_listing_suburb {
	color: #FFF;
	display: inline;
	margin-right: 10px;
	_position: relative;
	_z-index: 1;
}

.large_listing_price {
	background: url('images/price.gif') no-repeat;
	padding-left: 36px;
	_position: relative;
	_z-index: 1;
}

.large_listing_type {
	background: url('images/type.gif') no-repeat;
	padding-left: 33px;
	_position: relative;
	_z-index: 1;
	float: left;
}

.large_listing_suburb {
	padding-left: 0px;
	_position: relative;
	_z-index: 1;
	float: right;
	margin-top: -15px;
	width: 92px;
	float: left;
}

.large_listing_bedrooms {
	background: url('images/icons/bedrooms.gif') no-repeat;
	padding-left: 22px;
}

.large_listing_bathrooms {
	background: url('images/icons/bathrooms.gif') no-repeat;
	padding-left: 18px;
	_position: relative;
	_z-index: 1;
}

.large_listing_carports {
	background: url('images/icons/garage.gif') no-repeat;
	padding-left: 16px;
	_position: relative;
	_z-index: 1;
}

.large_listing_description {
	margin-top: 6px;
	_position: relative;
	_z-index: 1;
	clear: both;
}

.large_listing_text_container {
	float: left;
	width: 265px;
	_width: 260px;
	margin-top: 1px;

	position: relative;
	z-index: 1;
	zoom: 1;
}

.large_listing_image {
	float: left;
	margin-right: 15px;
	position: relative;
	_z-index: 1;
}

.large_listing_status_image {  margin-bottom: -21px;
  margin-left: 6px;
  position: relative;
  z-index: 999;
  margin-top: 6px;
  _position: relative;
	_z-index: 1;
}

/*---------------------------------------------------------------------------------*/

.full_listing_item_wrapper {	_position: relative;
	_z-index: 1;
}

.full_listing_description {
}

.full_listing_status {  position: absolute;
  top: 0;
  visibility: hidden;
}

.full_listing_more {
  float: right;
  _position: relative;
  _z-index: 1;
  _float: none;
  _text-align: right;
  font-weight: bold;
}

.full_listing_title {
  margin-left: -1px;
  color: #FFF;
  font-size: 13pt;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}

.full_listing_title a {  font-size: 11pt;
}

.full_listing_display_on_home_page {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.full_listing_bedrooms, .full_listing_bathrooms, .full_listing_carports, .full_listing_price, .full_listing_type, .full_listing_suburb {
	color: #FFF;
	display: inline;
	margin-right: 10px;
}

.full_listing_price {
	background: url('images/price.gif') no-repeat;
	padding-left: 36px;
}

.full_listing_type {
	background: url('images/type.gif') no-repeat;
	padding-left: 33px;
	float: left;
}

.full_listing_suburb {
	margin-top: -15px;
	display: inline;
}

.full_listing_bedrooms {
	background: url('images/icons/bedrooms.gif') no-repeat;
	padding-left: 22px;
}

.full_listing_bathrooms {
	background: url('images/icons/bathrooms.gif') no-repeat;
	padding-left: 18px;
}

.full_listing_carports {
	background: url('images/icons/garage.gif') no-repeat;
	padding-left: 16px;
}

.full_listing_description {
	margin-top: 6px;
	clear: both;
}

.full_listing_text_container {
	float: left;
	width: 218px;
	margin-bottom: 15px;
	margin-top: 1px;
	position: relative;
	z-index: 1;
	zoom: 1;
}

.full_listing_image {
	float: left;
	margin-top: 3px;
	text-align: center;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	_z-index: 1;
	width: 360px;
}

.full_listing_image img {  margin-right: 6px;
  margin-bottom: 5px;
  margin-top: -3px;
  float: left;
}

.full_listing_status_image {
  top: 0;
  left: 6px;
  position: absolute;
  z-index: 999;
  margin-top: 6px;
}

.virtual_tour {
  display: block;
  width: 228px;
  height: 30px;
  background: url('images/virtual_tour_button.gif') no-repeat;
  margin-bottom: 10px;
  margin-top: 5px;
  display: none;
}

.virtual_tour:hover {
  background-position: 0 -30px;
}

.service_gurantee_button {
  display: block;
  width: 317px;
  height: 41px;
  background: url('images/service_gurantee_button.gif') no-repeat;
  margin-left: 3px;
  margin-top: -4px;
  margin-bottom: 19px;
}

.service_gurantee_button:hover {
  background-position: 0 -41px;
}

.no_obligation_valuation_button {	display: block;
  width: 317px;
  height: 41px;
  background: url('images/no_obligation_valuation_button.gif') no-repeat;
  margin-left: 3px;
  margin-top: -4px;
  margin-bottom: 19px;
}

.no_obligation_valuation_button:hover {
  background-position: 0 -41px;
}

/*---------------------------------------------------------------------------------*/

.right_listing_item_wrapper {	_position: relative;
	_z-index: 1;
	margin-left: 3px;
}

.right_listing_description {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.right_listing_more {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.right_listing_address {
  display: block;
	margin-right: 0;
	margin-top: 3px;
}

.right_listing_suburb {
	display: block;
	margin-right: 0;
}

.right_listing_title {
  margin-left: -1px;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 3px;
}

.right_listing_display_on_home_page {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.right_listing_bedrooms, .right_listing_bathrooms, .right_listing_carports, .right_listing_suburb {
	color: #FFF;
	display: inline;
	margin-right: 10px;
}

.right_listing_bedrooms {
	background: url('images/icons/bedrooms.gif') no-repeat;
	padding-left: 22px;
}

.right_listing_bathrooms {
	background: url('images/icons/bathrooms.gif') no-repeat;
	padding-left: 18px;
}

.right_listing_carports {
	background: url('images/icons/garage.gif') no-repeat;
	padding-left: 16px;
}

.right_listing_text_container {
	float: left;
	margin-right: 5px;
	max-width: 160px;
	_position: relative;
	_z-index: 1;
	_overflow: hidden;
	_width: 160px;
	margin-top: 1px;
}

.right_listing_image {
	float: left;
	margin-right: 5px;
	position: relative;
	_z-index: 1;
	_margin-top: -4px;
	width: 138px;
	height: 92px;
	margin-bottom: 8px;
}

.right_listing_price, .right_listing_type, .right_listing_status {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.right_listing_status_image {
  top: 6px;
  left: 6px;
  position: absolute;
  z-index: 999;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#footer {
  color: #828080;
  margin-top: -5px;
  margin-left: 2px;
  margin-bottom: 10px;
  _position: relative;
  _z-index: 1;
}

/* RED ICONS
-----------------------------------------------------------------------------*/

#house {
  position: absolute;
  top: -22px;
  right: -13px;
  _right: 10px;
  width: 116px;
  height: 74px;
}

#house a {
  display: block;
  width: 116px;
  height: 74px;
  background: url('images/icons/house.jpg') no-repeat;
  text-decoration: none;
  background-position: right 0;
}

#house a:hover {
  background-position: right -74px;
}

#map {
  position: absolute;
  top: -22px;
  right: -16px;
  _right: 6px;
  width: 116px;
  height: 74px;
  text-align: right;
}

#map a {
	display: block;
	width: 116px;
  height: 74px;
  background: url('images/icons/map.jpg') no-repeat;
	text-decoration: none;
	background-position: right 0;
}

#map a:hover {
	background-position: right -74px;
}

#auction {
  position: absolute;
  top: -24px;
  right: -16px;
  _right: 6px;
  width: 73px;
  height: 74px;
  background: url('images/icons/auction.jpg') no-repeat;
}

#house_right {
  position: absolute;
  top: -22px;
  right: -59px;
  _right: -37px;
  width: 116px;
  height: 74px;
  background: url('images/icons/house_right.jpg') no-repeat;
  text-align: right;
}

/* PAGING
-----------------------------------------------------------------------------*/

.paging {
  clear: both;
  position: relative;
}

.middle {
	width: 299px;
	margin-left: 7px;
	margin-right: 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.prev_btn {
  float: left;
  margin-left: 7px;
  before: '<<';
  color: #999;
}

.prev_btn:before {
  content: '<< ';
}

.next_btn {
  float: right;
  margin-right: 8px;
  color: #999;
}

.next_btn:after {
  content: ' >>';
}

.paging span {	text-decoration: underline;
}

a.next_btn, a.prev_btn {
	color: #FFF;
}


/* EXTRAS/UPDATES
-----------------------------------------------------------------------------*/

.full_listing_agent, .large_listing_agent {
	background: url('images/agent.gif') no-repeat;
	padding-left: 39px;
	color: #FFF;
	float: left;
	clear: both;
}

.full_listing_open_for_inspection {
	background: url('images/open_for_inspection.gif') no-repeat;
	padding-top: 12px;
	padding-left: 28px;
	margin-top: 10px;
}

.right_listing_agent, .large_listing_open_for_inspection, .right_listing_open_for_inspection {	position: absolute;
	top: 0;
	visibility: hidden;}

.links_linkurl {	font-weight: bold;
}

.full_listing_address {
  clear: both;
	color: #FFF;
	padding-right: 6px;
	background: url('images/address.gif') no-repeat;
	padding-left: 52px;
	text-align: left;
}

.full_listing_suburb {
	color: #FFF;
	clear: both;
	padding-right: 6px;
	text-align: left;
}

/* DROPDOWN
-----------------------------------------------------------------------------*/

#dropdown {  height: 42px;
  position: absolute;
  top: 59px;
  right: 122px;
  display: none;
  padding-top: 6px;
  background: url('images/dropdown_background.png');
  z-index: 1;
}

.dropdown {
  width: 108px;
  height: 40px;
  background: #000;
  border: 1px solid #525355;
  border-top: 0;
  font-size: 8pt;
  text-align: center;
  padding-top: 9px;
}

.dropdown a {
  color: #c3c3c3;
}

.dropdown a:hover {
  color: #fff;
}

/* BUTTONS
-----------------------------------------------------------------------------*/

.buttons {  width: 642px;
  margin-bottom: 12px;
}

.buttons a {
  height: 41px;
  width: 286px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.buttons a:hover {
  background-position: 0 -41px;
}

.units_button {
  background: url('images/units_button.gif') no-repeat;
}

.houses_button {
  background: url('images/houses_button.gif') no-repeat;
}

.land_button {
  background: url('images/land_button.gif') no-repeat;
}

.sold_properties_button {
  background: url('images/sold_properties_button.gif') no-repeat;
  margin-right: 0;
}
