﻿
/***************
    collections search    
****************/
.divCollectionsSearch {
    margin-bottom: 10px;
}

.collections-search-box {
    width: 200px;
    color: #4581a0;
    float:left;
    border:solid 1px #609cc1!important; 
    padding:0 !important;
}

.collections-search-button {
	background:url(../img/search_arrow.png) no-repeat top left;
	width:25px;
	height:24px;
	float:left;
	border:none;
	padding:0;
	cursor:pointer;
	cursor: hand; /* for IE 5.x */
	display:block;
	text-indent: -9000px;
	font-size:0px;
}

/* Print List Feature */
.with_nav .on a {
    cursor: pointer;
}

.ppl {
    font-weight:bold;
    cursor:pointer;
}

.collections-search {
    margin:10px 0 10px 0;
}

.collections-search .sort {
    float: left;
    margin-right: 10px;
}

.collections-paging .pages {
    float: right;
    width: 225px;
    text-align: right;
}

.max_min {
	position:relative;
	background:#E1EAEF;
	padding:10px;
	width:658px;
	border:1px solid #ccc;
	color:#353535;
	font-size:13px;
	line-height:1.4em;
	margin:10px 0;	
}

.max_min table {
    width:100%;
}

.max_min .options {
float:left;
}

.max_min .add_remove {
	width:25px;
	float:left;
	margin:0 10px;
}

.max_min .add {
	background:url(../img/next.png) no-repeat top left;
	width:25px;
	height:24px;
	text-indent:-9999px;
	font-size:0px;
	display:block;
	margin:10px 0 10px 0;
}

.max_min .remove {
	background:url(../img/previous.png) no-repeat top left;
	width:25px;
	height:24px;
	text-indent:-9999px;
	font-size:0px;
	display:block;
}

.max_min select, .max_min input {
	width:200px;
}

.max_min .checkboxes input {
	width:20px;
}

.max_min .checkboxes .indent {
	margin-left:25px;
}


.trigger {
	padding: 0 0 0 15px;
	background: url(../img/transparent_arrow.png) no-repeat center left;
	width: 450px;
	display:block;
}
.trigger a {
	text-decoration: none;
	display: block;
}

.trigger.active {background:url(../img/transparent_arrow_down.png) no-repeat center left;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 650px;
	clear: both;
}

ul.alphabet {
	margin:0 0 15px 0;
	padding:0;
	cursor:default;
}

ul.alphabet li {
	list-style:none;
	padding:3px;
	display:inline;
	font-weight:bold;
}

ul.alphabet li a {
    cursor: pointer;
}


/********* Search Results ***********/

.collection_results_list .actions {
	float:right;
	font-size:12px;
	margin:-10px 0 15px 0;
}

.collection_results_list .actions .email {
	background:url(../img/email_icon.png) no-repeat center left;
	padding:0 0 0 25px;
	margin:0 10px 0 0;
}

.collection_results_list .actions .print {
	background:url(../img/print_icon.png) no-repeat center left;
	padding:0 0 0 20px;
}

.collection_results_list .sort {
	float:right;
	width:170px;
	font-size:14px;
	text-align:right;
}

.collection_results_list .sort p {
	float:left;
	margin:0 5px 0 0;
}

.collection_results_list .sort select {
	width:150px;
	float:left;
}

.collection_results_list .sort .results_per_page {
	width:50px;
}

.collection_results_list .pages {
	float:right;
	width:225px;
	text-align:right;
	font-size:13px;
	
}


.collection_results_list .pages .previous {
	font-weight:bold;
	background:url(../img/previous_arrow.png) no-repeat center left;
	padding:0 0 0 10px;
}

a.arrow:hover {
	color:#7ab4d5;
}

.collection_results_list .odd {
	background:#e1eaef;
	width:658px;
	padding:10px;
	margin-bottom:5px;
}

.collection_results_list .even {
	background:#e5e6e8;
	width:658px;
	padding:10px;
	margin-bottom:5px;
	
}

.collection_results_list .odd img, .collection_results_list .even img {
	float:left;
}

.collection_results_list .search_results {
	float:left;
	width:469px;
	margin:0 0 0 10px;
	font-size:13px;
	padding:0;
	line-height:1.5em;
}

.collection_results_list .search_results .title {
	font-weight:bold;
	color:#4581a0;
}

.collection_results_list .clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* related search results */

.slideshow {
	width:342px;
	float:left;
	margin:0 12px 20px 0;
	font-size:12px;
	position:relative;
}

.slideshow img {
    max-width: none;
}

.queue_caption 
{
	font-size:8pt;
	color:gray;
    margin-left: 5px;
}

.related_searches {
	background:#7f8642;
	left:0px;
	top:738px;
	padding:15px;
	width:160px;
	float:left;
	margin: 40px -17px!important;
}

.related_searches h1 {
	color:#fff;
	margin-top:0;
}

.related_searches a {
    color: #353535;
    padding-right: 3px;
}

.related_searches ul {
	padding:0 0 0 15px;
	margin:0;
}

.related_searches ul li {
	list-style-image: url(../img/green_arrow.png);
	margin-bottom:5px;
}

.related_searches ul li a {
	color:#3e463b;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

.related_searches ul li a:hover {
	color:#586053;
}

.related_searches ul li a.size1 {
	font-size:13px;
}

.related_searches ul li a.size2 {
	font-size:16px;
}

.related_searches ul li a.size3 {
	font-size:19px;
}

.related_searches ul li a.size4 {
	font-size:22px;
} 

/* end related search results*/

/* detail page - view image */


/* Navigation */
.pika_navigation {
	position:relative;
}


.pika_navigation .previous {
	background:url(../img/previous_slide.png) no-repeat top left;
	width:16px;
	height:87px;
	position:absolute;
	top:-87px;
	left:0;
	cursor:pointer;
	text-indent:-10000px;
	display:block;
	z-index:2;
	float:left;
}

.pika_navigation .next {
	background:url(../img/next_slide.png) no-repeat top left;
	width:16px;
	height:87px;
	position:absolute;
	top:-87px;
	right:0;
	cursor:pointer;
	text-indent:-10000px;
	z-index:3;
}


.slideshow .full_size 
{
    text-align:right
}

.slide_details .image_title {
	font-size:14px;
	font-weight:bold;
	color:#4581a0;
}

.slide_details .display {
	color:#4581a0;
	font-style:italic;
	font-weight:bold;
}

.zoom{font-size:8pt;font-weight:normal;}

/***** Related Media ****/

.related_media {
	width:312px;
	background:#f2f0f1;
	border:1px solid #ccc;
	padding:15px;
	margin:15px 0 0 0;
}

.related_media h3 {
	margin:0 0 10px 0;
}

.related_media a {
	margin:0 0 7px 0;
	line-height:2.5em;
	font-weight:bold;
	font-size:12px;
	padding:0 0 0 25px;
}

.related_media .pdf {
	background:url(../img/pdf.png) no-repeat left center;
}

.related_media .audio {
	background:url(../img/audio.png) no-repeat left center;
}

.related_media .excel {
	background:url(../img/xls.png) no-repeat left center;
}

.related_media .doc {
	background:url(../img/doc.png) no-repeat left center;
}

.related_media .html {
	background:url(../img/html.png) no-repeat left center;	
}

.related_media .ppt {
	background:url(../img/ppt.png) no-repeat left center;
}

.related_media .play {
	background:url(../img/play.png) no-repeat left top;
	height:17px;
}

.slideshow .zoom {
	padding:0 0 0 20px;
	background:url(../img/zoom.png) no-repeat left center;
	font-weight:bold;
}
