/*
-----------------------------------------------
Unwired

author: Ryan O'Connell
studio:	hothouse interactive
website:www.hothouse.com.au
email: 	info@hothouse.com.au
----------------------------------------------- */

/*
begin copyright
-----------------------------------------------

   Copyright Hothouse Interactive
   :: www.hothouse.com.au ::
   Unauthorised modification / use is a 
   criminal offence, and will be prosecuted 
   to the fullest extent permitted by law.
   All Rights Reserved
 
end copyright 
----------------------------------------------- */
@import url("standard.css");
@import url("nav.css");
@import url("elements.css");
@import url("layout.css");

.pageBreak {page-break-before: always}

html {
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D2CDC2;
	color: #666660;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: x-small;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;
	font-size:small;
} html>body {font-size:small;} /* be nice to Opera */

.container_main {
	background:none;
	border: none;
	margin: 0px auto 0px auto;
	font-size:90%;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: 100%; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	height:100%;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:100%; 
	min-height: 100%; 
	height: auto;
} html>body .container_main { width:100%; min-height: 100%; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */
.container_content {
	margin:0;
	padding:10px;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	height:1%; /* IE 6 Peekaboo bug hack */
	background:none;
}
.col_border {
	 border-left:0px solid #E8E8E8;
	 border-right:0px solid #E8E8E8;
	 margin:0;
	 line-height: 1.6em; /* IE 6 Peekaboo bug hack */
	 height:1%;
}
.propertyBox {
	float:left;
	width:auto;
	font-size:95%;
	padding:5px;
	border:1px solid orange;
}
.propertyBox .text {
	float:left;
	width:250px;
	margin:2px 5px 0 5px;
}
.propertyBox .information {
	float:right;
	width:180px;
	margin:2px 5px 0 0;
}
.bed span, .car span, .bath span {
	display:inline;
}
.container_col_right {
	position: relative;
	float:left;
	width:auto;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	margin:0 0 0 0;
}
.container_col_details_left {
	clear:both;
	position: relative;
	display:block;
	float:none;
	width:auto;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	border:1px solid #fff;
	
}
.container_col_left_one {
	position: relative;
	width:auto;
	float:none;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	border:1px solid #fff;
	margin:0 10px 0 0;
}
.container_col_left_two {
	display:none;
	position: relative;
	float:none;
	width:auto;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	border:0px solid red;
}

/*--------------- propertyTitle ------------------*/
.propertyTitle {
	padding:7px;
}
.propertyTitle h4 {
	color:#393937;
	text-transform:uppercase;
	margin:0 0 8px 0;
	padding:0;
	line-height:1em;
	font-weight:bold;
	font-size:110%
}
.propertyTitle h5 {
	color:#F27606;
	font-weight:bold;
	margin:0 0 2px 0;
	padding:0;
	line-height:1em;
	font-size:110%
}
.propertyTitle h5 span {
	color:#007FC5;
}
.propertyTitle p {
	 display:none;
}
.agentExtra {
	display:block;
	clear:both;
	width:auto;
	float:none;
	padding:20px 0 20px 0;
}

.doNotPrint, .nav, input, select, textarea, .arrowLinkReg, topLink, .arrowLinkWhite, .tabBar, .viewingBar, .container_col_details_right, .arrowLink, .searchConfigBar, .pageBar, .container_col_left, .infoArea , a.dotLink, .half_col_right, .half_col_left , .bannerAdd , .container_col_home_right, .home_searchArea, .agentIcons, .container_footer { 
 display:none;
}
.container_col_home_left, .container_col_right {
 width:auto;
}
