@charset "UTF-8";


/* ====================[  RESULTS HEADER  ]===================*/

#pl_results_wrapper {
	display: block;
	width: 100%;
	margin: 0px;
}

.pl_results_header {
	display: block;
	font-size: 12pt;
	color: #464b65;
	background: #e6edf5;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	width: 710px;
}

.pl_results_header_text {
	float: left;
	margin: 0px 10px 0px 0px;
}

.pl_results_header_offsets {
	float: left;
	margin: 0px;
}

.pl_results_header span {
	font-weight: bold;
	font-size: 14pt;
}

#pl_results_listing {
	background: #ced6e1 url(../images/searchbox_bg.jpg) top left repeat-x;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: solid 1px #e6edf5;
	border-width: 0px 7px;
	margin: 0px auto;
	padding: 10px;
	width: 716px;
	overflow: visible;
	margin-bottom: -5px;
}

.pl_min_height {
	display: block;
	width: 0px;
	height: 30px;
	float: right;
}


/* ====================[  OFFSET BUTTONS  ]===================*/

.offset_here_wrapper,
.offset_wrapper {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0px;
}

.offset_here_wrapper a,
.offset_wrapper a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 2px 2px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

.offset_here_wrapper a {
	padding: 2px 4px;
	background: #318bdf;
	color: #fff;
	text-decoration: none;
	cursor: default;
	outline: none;
	box-shadow: 0px 1px 2px #777;
	-moz-box-shadow: 0px 1px 2px #777;
	-webkit-box-shadow: 0px 1px 2px #777;
}

.offset_wrapper a:link,
.offset_wrapper a:visited {
	padding: 2px 4px;
	background: #5699ce;
	color: #fff;
	text-decoration: none;
	outline: none;
	box-shadow: 0px 1px 2px #777;
	-moz-box-shadow: 0px 1px 2px #777;
	-webkit-box-shadow: 0px 1px 2px #777;
}

.offset_wrapper a:focus,
.offset_wrapper a:active,
.offset_wrapper a:hover {
	background: #318bdf;
	color: #fff;
}



/* ====================[  RESULTS LIST  ]===================*/
.photo_listing {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
	overflow: visible;
	position: relative;
}

.photo_listing a:link,
.photo_listing a:visited {
	zoom: 1;
	position: relative;
	display: table;
	overflow: visible;
	width: 139px;
	height: 150px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	background: none;
	outline: none;
}

.photo_listing a:link .pl_preview,
.photo_listing a:visited .pl_preview {
	display: none;
	box-shadow: 0px 5px 30px #000;
	-moz-box-shadow: 0px 5px 30px #000;
	-webkit-box-shadow: 0px 5px 30px #000;
}

.photo_listing a:focus .pl_preview,
.photo_listing a:hover .pl_preview,
.photo_listing a:active .pl_preview {
	display: block !important;
	position: absolute;
	border: solid 7px #318bdf;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 500;
}

.photo_listing a:link .pl_loading,
.photo_listing a:link .pl_loading {
	display: none;
}

.photo_listing a:focus .pl_loading,
.photo_listing a:hover .pl_loading,
.photo_listing a:active .pl_loading {
	display: block !important;
	position: absolute;
	border: solid 5px #318bdf;
	background: #318bdf url(../../../images/icons/loading_bluebg.gif) center center no-repeat;
	z-index: 499;
}
	

.photo_listing_box1 {
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.photo_listing  a:link img,
.photo_listing  a:visited img {
	display: inline;
	border: solid 2px #fafafa;
	margin: 5px 0px 0px 0px;
	outline: none;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;	
}

.photo_listing a:focus img,
.photo_listing a:hover img,
.photo_listing a:active img {
	border: solid 2px #318bdf;
}

.photo_listing_number {
	display: block;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	color: #464b65;
	margin: 0px 0px 5px 0px;
}