@media print {
	#PageIntro div.buttons {
		display: none;
	}

	div.listings > ul.tabgroup {
		display: none;
	}
	
	div.listings div.contactInfo div.buttons {
		display: none;
	}

}

a.savelink img {
	background: url(/images/icons/silk/disk.png) top left no-repeat;
}

a.saved img {
	background: url(/images/icons/silk/tick.png) top left no-repeat;
}

@media screen {

	div.listing div.propertyinfo, div.listing div.photos, div.listing div.openHouses, div.listing div.assets, div.listing div.map {
		display: none;
	}

	div.listing div.active {
		display: block;
	}

	div.listing div.photos div.printContainer {
		display: none;
	}
}

@media print {
	div.listings div.map {
		display: none;
	}
	
	div.listings div.photos ul {
		display: none;
	}
}


div.listing {
	background: transparent url(/images/containerBG.png) top left repeat-x;
	padding: .5em;
	padding-top: 1em;
	margin-bottom: 1em;
}

div.listing h2 {
	display: none;
}

@media print {
	div.listing h2 {
		display: block;
	}
}

div.listing div.propertyinfo:after {
	content: " ";
	clear: both;
	height: 0;
}

div.listing div.propertyinfo a img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #999;
}

div.listing div.propertyinfo a:hover img {
	border-color: #333;
}

div.listing div.propertyinfo ul {
	border: 1px solid #ddd;
	padding: .5em;
	margin-left: 0;
	height: 250px;
	overflow: auto;
}

@media print {
	div.listing div.propertyinfo a img {
		float: none;
	}

	div.listing div.propertyinfo ul {
		margin-left: 0;
		height: auto;
		overflow: visible;
	}
	
	div.listing div.propertyinfo ul li {
		margin: 0 !important;
		padding: 0 !important;
	}



}

div.listing div.propertyinfo ul > li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



div.listing div.propertyinfo ul > li.remarks span.label {
	display: none;
}

div.listing div.propertyinfo ul > li.address span.label {
	display: none;
}
div.listing div.propertyinfo ul > li.address span.data {
	font-weight: bold;
}

div.listing div.propertyinfo ul > li span.label {
	display: block;
	width: 9em;
	float: left;
	vertical-align: bottom;
}

div.listing div.photos ul > li {
	width: 200px;
	height: 200px;
	overflow: hidden;
	padding: 10px;
	float: left;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

@media print {
	div.listing div.photos ul > li {
		width: auto;
		float: none;
	}
}

div.listing div.photos ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.listing div.photos ul > li a img {
	border: 2px solid #999;
}

div.listing div.photos ul > li a:hover img {
	border-color: #333;
}



div.listing div.photos ul > li p {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 200px;
	height: 40px;
	overflow: auto;
	margin: 0;
	padding: 5px 10px;
}


div.listing div.contactInfo div.listerInfo {
	font-size: 100%;
}

@media print {
	div.listing  div.inquiry {
		width: 49%;
		margin-right: 1%;
		float: left;
		margin-bottom: 1em
	}
	
	div.listing  div.listerInfo {
		margin-left: 50%;
		margin-bottom: 1em;
	}
	
	div.listing div.listerInfo:after {
		content: ".";
		height: 1px;
		visibility: hidden;
		clear:both;
	}
}

div.listing div.map div.gmap {
	height: 400px;
	margin-bottom: 1em;
}

