/* -------------------------------------------------------------------
	PZD-searchpage markup
------------------------------------------------------------------- */
/* h1, h2 {
	display: none;
} */

div#filter h2,
div.object-search-results  h2 {
	display: none;
}

div#seeker ol.object-result-list h2 {
	display: block;
}

div.object-search-filter {
	float: right;
	width: 210px;
	padding: 0 10px;
}

.mpzd div.object-search-filter {
	float: right;
	width: 270px;
	padding: 0 5px;
}

.mpzd div.object-search-filter h3 {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
}

div.object-search-results {
	position: relative;
	width: 100%;
	float: left;
}

.mpzd div.object-search-results {
	position: relative;
	width: 100%;
	float: left;
	background-color: #fff;
}

/* form */
form#objectsearch,
form#seeker_filter {
	padding: 5px;
	background: #DEF5FC;
	border: 1px solid #BFF1FF;
}

div#filter div.submit {
	text-align: right;
}

fieldset {
	padding: 0;
	background: none;
	border: 0;
}

label.field {
	font-size: 10px;
	padding: 0;
}

.mpzd label.field {
	font-size: 12px;
	padding: 0;
	width: 6em;
}

div.fieldinput {
	margin-left: 0;
}

select {
	width: 200px;
}
/* Reset datepicker*/
table.datePicker td.curMonthYear select {
	width: auto;
}

form#viewamount {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	text-align: right;
}

.mpzd form#viewamount {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	padding: 0;
	text-align: right;
	border: none;
}

form#viewamount label.field {
	float: left;
	width: auto;
	margin-right: 1em;
}

.mpzd #viewamount .field {
	padding: 0;
}

form#viewamount select {
	width: auto;
	border: 1px solid #ccc;
}

div.searchrefiner {
	clear: both;
	padding: 15px 0;
}

div.searchrefiner ul {
	margin: 0;
	list-style: none;
}

ul.refinelist li a {
	/*zoom: 1;
	position: relative;*/
	padding-left: 16px;
	_height: 12px;
	min-height: 12px;
	text-decoration: none;
	color: #005276;
	background: url(../img/pzd-seeker-sprite.png) no-repeat 0 -106px;
}

ul.refinelist li.active a {
	color: #005276;
	background: url(../img/pzd-seeker-sprite.png) no-repeat 0% -85px;
}
ul.refinelist li.nounderline a {
	text-decoration: none;
}
ul.refinelist a:active,
ul.refinelist a:focus,
div#results-view-selector a:active,
div#results-view-selector a:focus {
	outline-style: none;
	-moz-outline-style:none;
}

div.searchrefiner li span.stars {
	/*position: absolute;
	top:0;
	left:10px;
	background-position: 0 3px;*/
}

/* Object comparison dropbox */
div#comparison-box {
	padding: 10px;
	border: 1px solid #008cdf;
}

div#comparison-box span.removable {
	display: block;
	text-decoration: none;
	color: #008cdf;
}

div#comparison-box span.removable a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background: url(../img/pzd-seeker-sprite.png) no-repeat 0 -83px;
}

.object-search-filter #buttons {
	overflow: hidden;
}

div#results-view-selector {
	position: absolute;
	left: 12px;
	top: 444px;
	padding: 12px 12px 0 12px;
	background: #fff;
	border: 1px solid #009EE3;
	border-right: 1px solid #fff;
}

.mpzd div#results-view-selector {
	position: absolute;
	left: -33px;
	top: 444px;
	padding: 12px 12px 0 12px;
	background: #fff;
	border: 1px solid #009EE3;
	border-right: 1px solid #fff;
}

.mpzd div#results-view-selector a {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 12px;
	text-indent: -999em;
	background: url(../img/view-selector.png) no-repeat 0 0;
}

div#results-view-selector a {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 12px;
	text-indent: -999em;
	background: url(../img/view-selector.png) no-repeat 0 0;
}

div#results-view-selector a.view-map {
	background: url(../img/view-selector.png) no-repeat 0 -20px;
}

div.results-container {
	width: 600px;
}
