
@media print{

		#propertyresults-pagenav-top, #propertyresults-pagenav-bottom 	{
			display:none;
		}

		#propertyresults{
			/*width:100%;*/
			background-color: #FFFFFF;
			background: #FFFFFF;
			background-image: "";
		}

}

@media screen, print{

#main #contentwide div.searchpagenav {
	clear: both;
	border-top: 1px #003366 solid;
	background-image: url(images/background_grey.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

#main #contentwide div.searchpagenav a {
	padding: 0 2px 0 2px;
}

#main #contentwide div.searchpagenav a.selected {
	background: #003366;
	color: #ffffff;
	font-weight: bold;
}

#propertyresults{
	min-height: 125px;
	position: relative;
	display: block;
	float: left;
}


/* -------------------------------------- */
#srp-left, #srp-center, #srp-right{
	position: relative;
	display: block;
	float: left;
}

#srp-left{
	/*Width: 210px;*/
	/*_Width: 220px;*/  /* needed for IE6 because margin used */
	Width: 220px;
	_Width: 226px;  /* needed for IE6 because margin used */
	margin-left: 10px;
	_margin-left: 5px;
	text-align: left;
}

#srp-center{
	Width: 238px;
	text-align: center;
}

#srp-right{
	Width: 220px;
	_Width: 210px; /* needed for IE6 because margin used */
	margin-right: 5px;
	text-align: right;
}
/* -------------------------------------- */

/* trying to fix safari font bold problem caused by antialiasing */
/* Safari 3.0 and Opera 9 rules here */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {

	html{
		font-size: 1.0em;
		font-weight: 100;
	}
}
*/
/* -------------------------------------- */
#srp-top{
	/*width:688px;
	_width:684px;*/
	position: relative;
	float: left;
}
/* -------------------------------------- */
#srp-pictures{
	position: relative;
	float: left;
	Width: 404px;
	margin: 0 10px 0 10px;
}

.srp-pic{
	Width: 398px;
	height:299px;
	position: relative;
	float: left;
	margin: 0 0 4px 0;
	text-align: center;
	font-size: 0.6em;
	border: 1px #666666 solid;
}
.srp-picwork{
	display: none;
}
.srp-tpic{
	Width: 95px;
	height:70px;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px #666666 solid;
}

.srp-nopic{
	width: 120px;
	height: 117px;
	behavior: url("iepngfix.htc");
}

/* -------------------------------------- */
.srp-sideblock {
	width:264px;
	_width:260px;
	position: relative;
	float: left;
	Color: #333;
	border: 1px #666666 dashed;
	background: #dddddd;
	padding: 20px 20px 20px 20px;

}

.srp-sideblock2 {
	width:264px;
	_width:260px;
	position: relative;
	float: left;
	Color: #333;
	border: 1px #666666 dashed;
	background: #dddddd;
	padding: 20px 20px 20px 20px;
	margin: 20px 0 0 0;
	cursor: pointer;

}
	.srp-id{
		font-size: 1.4em;
		text-align: center;
		margin:0px;
	}
	.srp-price{
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		padding:0px;
		margin:0px;
		color: #003366;
	}
	.srp-status{
		font-size: 1.4em;
		text-align: center;
	}
	.srp-beds{
	}
	.srp-starpoints{
		text-align: center;
	}
	.srp-branch{
		font-weight: bold;
		margin-top: 20px;
		text-align:center;
	}
	.srp-branch a{
	}
/* -------------------------------------- */
#srp-text{
	width: 721px;
	padding: 10px 10px 0 10px;
}
#srp-desc{
	width: 700px;
	position: relative;
	float: left;
}

#srp-desc p {
	padding: 0 0 10px 0;
}

#srp-areatitle {
	width: 721px;
	page-break-before: auto;
	color: #003366;
	font-size: 1.2em;
	border-bottom: 1px #666666 dashed;
	position: relative;
	float: left;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
}

#srp-areafeatureblock{
	position: relative;
	float: left;
	padding: 0 0 10px 0;
}
#srp-areafeature{
	position: relative;
	float: left;
	width: 160px;
	font-weight: bold;
}
#srp-para{
	position: relative;
	float: left;
	width: 561px;
}
#srp-paraw{
	/* used when there isnt an area feature displayed */
	position: relative;
	float: left;
	padding-left:20px;
	padding-bottom:6px;
	margin-top:6px;
	width: 650px;
	text-align: justify;
}
/* -------------------------------------- */

#srp-location{
	Width: 568px;
	_Width: 558px;
	position: relative;
	float: left;
	text-align: right;
	color:#191970;
	border-bottom: 1px solid #DCDCDC;
	font-size: .8em;
	font-weight: bold;
	padding-right:10px;
	_padding-right:0px;
}

} /* end of @medias creen */

