	define('RelativePath','../..');

/* Modify the page layout for printing, E.g., change colors since page is white on paper but black on the screen,
 or hide elements that don't need to be seen when printed */
body {
	background: #fff!important;
	margin:0 0 0 1px;  /* 1px on left for ad table border (ie only) */
}
div{
	background: transparent!important;
}
div.rollbox {
	display:block; /* Show IMG, not the background rollover */
}

div#top,
div#leftnav,
div#midnav {
	display: none;
}
div#top, div#top h1 {
	background: #fff;
}
p.links a {
	color: #000!important;
	text-decoration: none!important;
}
div {
	height: auto;
	overflow: visible;
}
div#potbottom {
	height:auto;  /* Collapse the box because numerous items are hidden when printing */
}
div#potbottom p {
	margin:auto;
}
div#potbottom p.links {
	display:none;
}
/* Use these classes to turn on/off page elements when the page is printed */
.print {
	display:block!important;
	margin:auto;
}
.noprint {
	display: none!important;
}
/* Force a page break */
.newpage {
	page-break-before: always;
}
/* detail.php */
table.detail {
	background: transparent;
}
div#right, div#midright, div#details {
	display:inline;  /* Correct IE6 double-float bug when printing */
}
div#content hr.h5 {
	border: 5px solid #e3e3d5;
}
a.linkto {
	visibility:visible;
}

div#listing-container div {
	height: auto!important;
	overflow-x:visible!important;
	overflow-y:visible!important;
}
div#listing-footer {
	display:none;
}
div.ui-resizable-handle {
	display: none;
}
h5.copyright {
	color: #000;
}
div.GridHeader {
	display:none!important; /* Map list heading */
}
div.photolistbox {
	border-bottom-style: none;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

/* Property list's scrolling area gets 'unscrolled' when printing */
div#table-list-scroll, #mid_1col, #midright, #right, #content {
	overflow: visible!important;
	height: auto!important;
}
table#list {
	width: 670px;
}

h5.copyright {
	border-top: 3px solid #000;
	padding-top:10px;
}
table.scroll thead th {
	background: #ddd!important;
}
div.photoinfo p {
	line-height: 16px!important;
}
.house {
	height: 140px !important;
	width: auto;
}

div.photoinfo h2 {
	padding:0 ! important;
}
div.photofeatures p.li {
	line-height: 14px !important;
}
table.ads {
	margin-top: 10px!important;
}