/*--------------------------------------------------------------------
IHousing.ca
April 2008
---------------------------------------------------------------------*/

* {
	background: none !important;
	border:1px solid red;
}
body {
	background: none;	
	padding: 5px;
}

/*
.ad, .main-menu, .error-message, .col2, .tools, #preview, .directLink, .breadcrumb {display: none;}
*/
.ad, .main-menu, .error-message, .col2, .tools, #preview, .breadcrumb, .pageOnly {display: none;}
	
.top{border-bottom:1px solid #e5e5e5;}
.logo{left: 0; top: 0;}
.box-label li span{padding:0px; color:#000000; border-bottom:1px solid #e5e5e5}

.location .main-area .price{color:#000000;}

.xboxcontent{border:0; border-width:0;}  
.xb2, .xb3, .xb4 {border-left:0; border-right:0;}  
.xb2 {border-width:0;}  

.readonly-input{border:0}

.location .printOnly{display: block;}

.location .information-box-header, .location .information-box-header-last{ overflow: auto;}

/* Google Chrome hack */
body:nth-of-type(1) .location .information-box-header, body:nth-of-type(1) .location .information-box-header-last
{
  overflow: hidden;
}