/*
-----------------------------------------------
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
----------------------------------------------- */

/**
 * There should only be three green colours according to the Brand Guidelines (check with Wendy for further info)
 *
 * Light Green    #C1D82E
 * Medium Green   #8DC63F
 * Dark Green     #49A942
 */

@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;
}

/* Download venturi Index Page */

/* Defaults */
body {background:none;width:100% !important;margin:0 !important;padding:0 !important;line-height:1.4;word-spacing:1.1pt;letter-spacing:0.2pt;font: 12pt Garamond,"Times New Roman", serif;color:#000}
h1,h2,h3,h4,h5,h6 {font-family:Helvetica, Arial, sans-serif}
h1{font-size:19pt}
h2{font-size:17pt}
h3{font-size:15pt}
h4,h5,h6{font-size:12pt}
code {font:10pt Courier, monospace} 
blockquote {margin:1.3em;padding:1em;font-size:10pt}
hr {background:#CCC}

/* Images */
img {float:left;margin:1em 1.5em 1.5em 0}
a img {border:none}

/* Links */
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;color:#333}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") ";font-size: 90%}
a[href^="http://"] {color:#000}

/* Table */
table {margin:1px;text-align:left}
th {border-bottom:1px solid #333;font-weight:bold}
td {border-bottom:1px solid #333}
th,td {padding:4px 10px 4px 0}
tfoot {font-style:italic}
caption {background:#FFF;margin-bottom:2em;text-align:left}
thead {display:table-header-group}
tr {page-break-inside:avoid} 

/* Things to Not Display */
#header, #footer, #navigation, #rightSideBar, #leftSideBar 
{display:none}

/* End Download Venturi Index Page */

