/* link blue: #00529f */

form{
	display:inline;
}

body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #666666;
	background-color:#FFFFFF;
	margin: 0px 0px 20px 0px;
	padding:0px;
}

/* ------------------------------------- */
/* general styles */
/* ------------------------------------- */

p, div{
	font-family: Arial, sans-serif;
	color: #666666;
	line-height:1.3em;
}
h1{
	font-family: Times, serif;
	font-size:22px;
	font-weight:normal;
	color: #515151;
	margin:0px 0px 7px 0px;
	line-height:1.1em;
}
h2{
	font-family: Times, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #515151;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3{
	font-family: Times, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #515151;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3 a{
	tet-decoration:none;
}
a{
	text-decoration:underline;
	color: #666666;
}
a:hover{
	text-decoration:underline;
	color: #999999;
}
.formErrors{
	color: #CA1919;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.message{
	color: #CA1919;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	background-color: #EDEDED;
}
.notificationMessage{
	color: #CA1919;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:5px;
	background-color: #EDEDED;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
.divide{
	height:3px;
	background-color:#EDEDED;
	margin: 2px 0px 2px 0px;
}
.bg {
	background-color: #EDEDED;
	border: 0px;
	padding:10px;
}
.caption{
	font-size:11px;
	text-align:left;
}
a.caption{
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a.caption:hover{
	color: #000000;
}


/* ------------------------------------- */
/* page structure */
/* ------------------------------------- */
#pageArea{
	width:900px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	padding:15px 0px 15px 0px;
}
.width{
	width:900px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
}
#topBar{
	width:920px;
	margin: 0px auto 0px auto;
	text-align:right;
	padding:0px 0px 0px 0px;
}
#topBar a{
	padding-left:10px;
	color:#EDEDED;
	text-decoration:none;
}
#topBar a:hover{
	color:#cccccc;
}
#navLinks #lightboxLink{
	position:relative;
	display:inline;
	margin:-5px -7px 0px -2px;
	padding:5px 7px 0px 2px;
}
.lightboxLinkActive{
	-moz-box-shadow: 0px 4px 5px #adadad;
	-webkit-box-shadow: 0px 4px 5px #adadad;
	box-shadow: 0px 4px 5px #adadad;
	background-color:#f5f5f5;
}
#navLinks #lightboxList{
	display:none;
	position:absolute;
	top:1.6em;
	right:0px;
	width:180px;
	text-align:right;
	background-color:#ffffff;
	padding:5px 10px 10px 0px;
	line-height:1.7em;
	color:#828282;
	z-index:10000;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 2px 5px #adadad;
	-webkit-box-shadow: 0px 2px 5px #adadad;
	box-shadow: 0px 2px 5px #adadad;
}

img.lightboxList, #lightboxLink img {
	vertical-align: baseline;
	margin:0px;
	padding:0px;
}

#navLinks #lightboxList a{
	color:#828282;
	padding-left:0px;
}
#navLinks #lightboxList a:hover{
	text-decoration:underline;
}
#header{
	text-align:left;
	padding:4px 0px 0px 0px;
	border-bottom: 3px solid #A0BAD9;
}
#header a{
	text-decoration:none;
}
#header a:hover{
	color:#000000;
	text-decoration:none;
}
#navLinks{
	text-align:right;
	color:#666666;
	font-size:14px;
	font-family: times, serif;
	padding: 0px 0px 0px 10px;
	margin:12px 0px 8px 0px;
	line-height:1em;
}
#navLinks a{
	font-size:14px;
	font-weight: normal;
	font-family: times, serif;
	text-decoration:none;
	margin: 0px 8px 0px 8px;
	line-height:1em;
}
#navLinks a:hover{
	text-decoration:none;
}
#nav{
	float:right;
	text-align:right;
	color:#666666;
	font-size:17px;
	font-family: times, serif;
	padding: 33px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	line-height:1em;
}
#nav a{
	font-size:17px;
	font-weight: normal;
	font-family: times, serif;
	color: #666666;
	text-decoration:none;
	margin: 0px 10px 0px 10px;
	line-height:1em;
}
#nav a:hover{
	color: #A0BAD9;
	text-decoration:none;
}
#nav input {
	font-size:12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A5A5A5;
	width:175px;
	margin:0px 5px 0px 0px;
	color: #666666;
}
#nav input[type="text"] {
	font-size:12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A5A5A5;
	width:175px;
	margin:0px 5px 0px 0px;
	color: #666666;
}
#nav a.searchButton{
	font-size:17px;
	color: #EDB344;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	line-height:1em;
	margin:0px;
}
#nav a.searchButton:hover{
	color: #FFFFFF;
}
#nav a.searchButton img{
	vertical-align: middle;
}
#footer{
	text-align:center;
	margin: 0px auto 10px auto;
	color:#666666;
	font-size:12px;
	border-top: 3px solid #A0BAD9;
	padding: 10px 0px 0px 0px;
}
#footer a{
	color:#666666;
	font-size:12px;
	margin:0px 8px 0px 8px;
}
/* -------------------------------------------------*/
/* "Searchlight" autocomplete search results styles */
/* -------------------------------------------------*/
div.searchlight-header{
	size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	background-color:#E4E4E4;
	padding:3px;
}
div.searchlight-item{
	size:12px;
	color:#333333;
	padding:3px 3px 8px 3px;
	background-color:#FFFFFF;
}
div.searchlight-item a{
	size:12px;
	color:#333333;
	text-decoration:none;
}
div.searchlight-item a:hover{
	text-decoration:underline;
}
div.searchlight-results-wrapper {
    color: #333333;
    border: 1px solid #333333;
    margin: -1px;
    overflow: hidden;
}

div.searchlight-results div.searchlight-selected {
    background: #333;
    color: #fff;
}

/* -------------------------------------------------*/
/* tooltips / Rollovers */
/* -------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #323232;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	/*opacity: 0.9;*/
	text-align: center;
}
.tooltipImage { /* used in image rollovers in results and on detail pages */
	padding: 10px;
	text-align: center;
}

.tooltipCaption { /* used in image rollovers in results and on detail pages */
	margin-top: 10px;
	width: 360px;
	text-align: left;
}
.tooltipText{ /* used in features */
	text-align:center;
	padding:10px;
	font-size:14px;
}

/* ------------------------------------- */
/*  HOME PAGE */
/* ------------------------------------- */
#hpTextContainer{
	float:left;
	width:250px;
	padding:20px;
	border:1px solid #DEDEDE;
	background-color: #f7f7f7;
	margin:15px 0px 15px 0px;
	height:auto;
}
#hpTextContainer H2{
	font-size:28px;
}
#hpPurchaseLink{
	padding:15px 0px 0px 0px;
}
#hpText{
	line-height:1.5em;
	padding:15px 0px 15px 0px;
	color:#333333;
	border-bottom:1px solid #DEDEDE;
	font-size:13px;
}
#hpText #title{
	font-weight:bold;
	margin-bottom:10px;
	font-family: Times, serif;
	font-size:14px;
}
#hpFeatured{
	float:right;
	text-align:center;
	margin: 15px 0px 0px 15px;
	width:580px;
}
#hpFeatured img{
	margin-bottom:5px;
}
#hpFeatured div{
	width:580px;
}
#hpBrowse{
	line-height:1.5em;
	font-size:12px;
	margin:15px 0px 0px 0px;
	color:#333333;
}
#hpBrowse #browseTitle{
	font-weight:bold;
	margin-bottom:0px;
	font-family: Times, serif;
	font-size:15px;
	color:#333333;
}
#hpBrowse a{
	padding-left: 10px;
	width:75px;
	float:left;
	color:#333333;
	font-size:13px;
}
#hpBrowse a:hover{
	padding-left: 10px;
}

/* old home pgae styles
#hpBgBox{
	background-color:#686868;
	border:5px solid #686868;
}
#hpText{
	line-height:1.5em;
	color: #FFFFFF;
	font-size:12px;
	padding:15px;
}
#hpText #title{
	color: #CCDDED;
	font-weight:bold;
	margin-bottom:10px;
	font-family: Times, serif;
	font-size:14px;
}
#hpFeatured{
	float:left;
	margin: 0px 15px 0px 0px;
}
#hpBrowse{
	line-height:1.5em;
	color: #EDEDED;
	font-size:12px;
	margin:35px 0px 0px 0px;
}
#hpBrowse #browseTitle{
	color: #dedede;
	font-weight:bold;
	margin-bottom:0px;
	font-family: Times, serif;
	font-size:14px;
}
#hpBrowse a{
	padding-left: 10px;
	color: #dedede;
	width:75px;
	float:left;
}
#hpBrowse a:hover{
	padding-left: 10px;
	color: #A0BAD9;
}
*/




#quickLinkItems{
	clear:both;
	margin-top: 15px;
	font-size:14px;
}

#quickLinkItems .quickLinkItem{
	float:left;
	margin: 0px 15px 0px 0px;
	width:195px;
}
#quickLinkItems .quickLinkItem .title{
	font-size:14px;
	font-weight:normal;
	color: #000000;
	margin:15px 0px 0px 0px;
	font-weight:bold;
	
}
#quickLinkItems .quickLinkItem a.more{
	font-size:11px;
	font-weight:normal;
	color: #000000;
	margin:2px 0px 0px 0px;
	text-decoration:none;
}
#quickLinkItems .quickLinkItem a.more:hover{
	color: #999999;
}
#quickLinkItems .quickLinkItem table{
	border: 1px solid #999999;
	width:100%;
	height:195px;
}


/* ------------------------------------- */
/*  free text - about page, browse intro */
/* ------------------------------------- */

.textContent {
	margin: 10px 0px 15px 0px;
	font-size:13px;
}

.textContent div {
	margin-bottom: 20px;
	line-height:1.4em;
}

/* ------------------------------------- */
/* Detail pages */
/* ------------------------------------- */
#detailBody #pageNav {
	float:right;
	margin:0px;
	text-align:right;
	width: 250px;
	padding:5px 0px 0px 20px;
	font-size:14px;
	color: #e2e2e2;
	font-weight:bold;
	font-family:Georgia,Arial,Verdana,sans;
	font-style:italic;
}
#detailBody #pageNav a{
	text-decoration:none;
	color: #00529f;
}
#detailBody #pageNav a:hover {
	color: #A0BAD9;
}
#detailBody #leftCol{
	margin-top:10px;
	font-size: 12px;
	text-align:left;
}
#objDetailRelObjects{
	margin-top:5px;
}
#objDetailRelObjects tr{
	border-top:1px solid #ccc;
}
#objDetailRelObjects td.imageIcon{
	width: 72px;
	padding:10px 10px 10px 0px;
}
#detailBody #leftCol .unit{
	margin-bottom:8px;
}
#detailBody #leftCol #description{
	margin-top:12px;
}
#detailBody #rightCol{
	margin-top:10px;
	width:580px;
	text-align:left;
	float:right;
	padding-left: 15px;
}
/* nav bar on details with thumbnail grid */
#detailNavBar{
	background-color: #EDEDED;
	margin:10px 0px 15px 0px;
	text-align:center;
	padding:8px 10px 5px 10px;
	height:15px;
	text-align:left;
}
#detailNavBar a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #666666;
	line-height:1em;
}
#detailNavBar #next{
	float:right;
	color:#b1b1b1;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
}
#detailNavBar #previous{
	float:left;
	color:#b1b1b1;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
}
/* image scroller - object detail */
#objDetailRepScrollingViewer {
	text-align:center;
	position: relative;
	overflow: hidden;
	width: 580px;
	height: 470px;
	padding: 0px;
	background-color: #FFFFFF;
}
#objDetailRepScrollingViewer #objDetailRepScrollingViewerImageContainer {
	position: absolute;
	width: 580px;
	height: 470px;
	margin: 0px;
	padding: 0px;
}

#objDetailImage{
	margin-bottom:0px;
	text-align:center;
	border: 2px solid #e6e6e6;
	width: 596px;
	padding: 5px 5px 5px 5px;
}
#addToLightbox{
	text-align:center;
	padding:0px 0px 5px 0px;
	margin:0px;
	width: 600px;
}
#addToLightbox a {
	text-decoration:none;
	color: #00529f;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}
#addToLightbox a:hover {
	color: #A0BAD9;
}
#addToLightbox a img {
	vertical-align:text-bottom;
	padding-right:5px;
}
#cont {
	width: 594px;
	height: 500px;
}

#objDetailImageNav {
	margin:5px 0px 15px 0px;
	font-size:12px;
	text-align:center;
}
#objDetailImageNav{
	text-decoration:none;
	font-size:13px;
	color: #666666;
	font-weight:bold;
}
#objDetailImageNav a {
	text-decoration:none;
	color: #00529f;
}
#objDetailImageNav a:hover {
	color: #A0BAD9;
}

/* user comment/rank form */
#objUserData #numComments{
	float:right;
	font-size:12px;
	color: #000000;
	font-weight:normal;
	text-transform: none;
}
#objUserData .comment{
	margin: 0px;
	font-size:12px;
	line-height: 1.3em;
}
#objUserData .byLine{
	margin: 4px 0px 20px 30px;
	font-size:11px;
	font-style:italic;
}
#objUserData .formLabel{
	font-weight:bold;
	margin: 10px 0px 3px 0px;
}
#objUserData input {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
}
#objUserData input[type="text"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
}
#objUserData textarea {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
}
#objUserData input[type="textarea"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:100%;
}
#objUserData form a{
	text-transform:uppercase;
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#objUserData form a:hover{
	color: #000000;
	text-decoration:none;
}
/* ------------------------------------- */
/*  ADVANCED SEARCH FORM */
/* ------------------------------------- */
#caAdvancedSearchForm{
	background-color: #E2E2E2;
	padding:10px 10px 0px 10px;
	margin:0px 0px 15px 0px;
}
#caAdvancedSearchForm input {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
#caAdvancedSearchForm input[type="text"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
#caAdvancedSearchForm textarea {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
#caAdvancedSearchForm input[type="textarea"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
td.advSearchElement{
	padding:0px 10px 10px 0px;
}
.advSearchLabel{
	font-weight:bold;
	margin-bottom:2px;
	line-height:1em;
}
#caAdvancedSearchForm #buttons{
	float:right;
	text-align:right;
	margin-top:16px;
}
#caAdvancedSearchForm #buttons div{
	margin: 0px 0px 7px 0px;
}
#caAdvancedSearchForm #buttons a{
	text-transform:uppercase;
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
}
#caAdvancedSearchForm #buttons a:hover{
	color: #545454;
	text-decoration:none;
}

/* ------------------------------------- */
/*  SEARCH/ BROWSE RESULTS */
/* ------------------------------------- */
#searchNavBg{
	clear:both;
	background-color: #EDEDED;
	color: #666666;
	margin-top:5px;
}
.searchNav{
	text-align:center;
	margin: 0px;
	padding:6px 10px 5px 10px;
	font-size:13px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}
.searchNav form{
	float:left;
	text-align:left;
	width:220px;
	margin:0px;
	display:inline;
}
.searchNav form input[type="text"]{
	font-size:11px;
	font-family: Arial, sans-serif;
	border:1px solid #828282;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
	color:#666666;
}
.searchNav .nav{
	float:right;
	text-align:right;
	width:240px;
	color:#666666;
}
.searchNav .linkOff{
	color:#b1b1b1;
	font-family:Georgia,Arial,Verdana,sans;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.searchnav a img{
	vertical-align: middle;
	margin-bottom:2px;
}
.searchNav a{
	font-family:Georgia,Arial,Verdana,sans;
	font-size:14px;
	color: #00529f;
	font-weight:bold;
	text-decoration:none;
}
.searchNav a:hover{
	color: #333333;
}
.sectionBox{
	clear: both;
	padding-top:10px;
}
/* secondary SEARCH results */
.searchSecSpacer{
	float:left;
	width:2%;
}
.searchSec{
	padding:0px 0px 25px 0px;
}
.searchSecNav{
	clear:both;
	background-color: #EDEDED;
	margin: 5px 0px 0px 0px;
	padding:6px 10px 5px 10px;
	font-size:13px;
	text-align:left;
}
.searchSecNav .nav{
	float:right;
	text-align:right;
	color:#b1b1b1;
	font-family:Georgia,Arial,Verdana,sans;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.searchSecNav a{
	font-family:Georgia,Arial,Verdana,sans;
	font-size:14px;
	color: #00529f;
	font-weight:bold;
	text-decoration:none;
}
.searchSecNav a:hover{
	color: #333333;
}
.searchSec .results{
	padding: 10px 0px 0px 0px;
	line-height:1.6em;
}
.searchSec .results .resultsCol{
	float:left;
	width: 435px;
	margin-left:10px;
}
.searchSec .results a{
	color:#00529f;
}
/*.searchSec .results a:hover{
	color: #A0BAD9;
}*/


/* thumbnail view  - also used in details with thumbnail grid */
.searchResultTd{
	width:130px;
	padding: 0px 0px 10px 0px;
}
.searchThumbBg{
	border:1px solid #999999;
	width:130px;
	position: relative;
}
.searchThumbCaption{
	padding:3px 0px 0px 0px;
	font-size:11px;
	text-align:left;
}
.searchThumbCaption a{
	color: #00529f;
	width:130px;
	padding:3px 0px 0px 0px;
	font-size:11px;
	text-decoration:none;
}

/* full results */
.searchFullImageContainer {
	width:250px;
	margin: 10px 20px 10px 0px;
	text-align:center;
	float:left;
	position:relative;
}
.searchFullText{
	float:left;
	width:630px;
	text-align:left;
	margin: 10px 0px 0px 0px;
}
.searchFullTitle, .searchFullTitle a{
	font-size:14px;
	font-weight:bold;
	color: #000000;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
.searchFullTitle a:hover{
	text-decoration:underline;
}
.searchFullTextTitle{
	font-size:12px;
	color: #000000;
	font-weight: bold;
}
.searchFullTextTextBlock{
	margin-bottom:10px;
}


/* search options col */
#searchOptionsCol{
	clear:right;
	float:right;
	width: 270px;
	margin: 18px 0px 15px 0px;
}
#searchOptionsCol .title{
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color: #828282;
	margin:0px 0px 5px 0px;
	text-decoration:none;
}
#searchOptionsCol .bg{
	background-color: #F5F5F5;
	border: 1px solid #E2E2E2;
	padding:10px;
	margin-bottom:10px;
}
/* search/browse options box - horizontal show hide */
#showOptions{
	float:right;
	margin: 1px 2px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:9px;
	
}
#hideOptions{
	position:absolute;
	right:20px;
	top:20px;
	margin: 3px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;
	
}
#searchOptionsBox{
	position:relative;
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:11px;
	color:#828282;
}
#browse #searchOptionsBox{	/* need extra space above this box in the browse */
	margin: 10px 0px 0px 0px;
}
#searchOptionsBox .col{
	float:left;
	width:38%;
	color:#828282;
}
#searchOptionsBox .col .unit{
	float:left;
	padding:0px 20px 20px 10px;
	color:#828282;
}
#searchOptionsBox .layout{
	float:left;
	width:62%;
	color:#828282;
	
}

#searchOptionsBox .layout table{
	float:left;
	width:160px;
	height: 90px;
	margin-bottom:5px;
	margin-right:10px;
	border:0px;
}
#searchOptionsBox .col .heading, #searchOptionsBox .layout .heading{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}
#searchOptionsBox .bg{
	background-color: #EDEDED;
	border:0px;
	padding:20px 20px 10px 20px;
}
#searchOptionsBox .apply{
	margin:0px -20px 0px -20px;
	border-top:2px solid #FFFFFF;
	padding:10px 10px 0px 10px;
	text-align:center;
}
#searchOptionsBox .apply a{
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	color:#00529f;
	text-transform:uppercase;
}

/* search refine controls - horizontal show hide */
#showRefine{
	float:right;
	margin: 1px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:9px;
	
}
#searchRefineBox{
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:12px;
	color:#666666;
}
#searchRefineBox .bg{
	background-color: #EDEDED;
	border:0px;
	padding:10px 20px 10px 20px;
}

#hideRefine{
	float:right;
	margin: 0px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;	
}

#searchRefineParameters{
	float:left;
	padding:3px 0px 0px 3px;
	color:#666666;
}
#searchRefineParameters .heading{
	font-style:italic;
	color:#515151;
}
#searchRefineParameters a.button{
	color: #666666;
	font-size:11px;
	text-decoration:underline;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#searchRefineParameters a.button:hover{
	color: #333333;
}
#searchRefineParameters a.close{
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:8px;
	text-decoration:none;
	padding:1px 2px 0px 2px;
	margin:0px 10px 0px 4px;
	background-color:#999999;
	line-height:1em;
}
#searchRefineParameters a.close:hover{
	background-color:#545454;
}

/* entity results */
#entityResults{
	margin-bottom:10px;
	size:14px;
}
#entityResults div{
	padding:5px;
}
#entityResults a{
	font-weight:bold;
	size:14px;
}
#entityResults .resultBg{
	background-color: #F2F2F2;
}

/* collection results */
#collectionResults{
	margin-bottom:10px;
	size:14px;
}
#collectionResults div{
	padding:5px;
}
#collectionResults a{
	font-weight:bold;
	size:14px;
}
#collectionResults .resultBg{
	background-color: #F2F2F2;
}

/* ------------------------------------- */
/* profile */
/* ------------------------------------- */
#profileForm {
	float:left;
	line-height: 1.3em;
	width:100%;
}

#profileForm input{
	width:770px;
}

/* ------------------------------------- */
/* login register */
/* ------------------------------------- */
#loginForm{
	width:270px;
	float:right;
	line-height:1.3em;
}
#registerForm{
	float:left;
	line-height: 1.3em;
	width:600px;
}
#loginForm .bg, #registerForm .bg, #profileForm .bg{
	background-color: #EDEDED;
	border:0px;
	padding:10px;
	margin:10px 0px 15px 0px;
}
#loginForm div, #registerForm div, #profileForm div {
	margin-top:15px;
}
#loginForm .button, #registerForm a.button, #resetPasswordForm a.button, #profileForm a.button {
	text-transform:uppercase;
	font-size:14px;
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding:7px 20px;
}
#loginForm a.button:hover, #registerForm a.button:hover, #resetPasswordForm a.button:hover, #profileForm a.button:hover{
	color: #545454;
	text-decoration:none;
}

#loginForm input, #registerForm input, #resetPasswordForm input, #profileForm input {
	font-size:12px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	border: 1px solid #828282;
}
#registerForm input{
	width:570px;
}
#registerForm input[type='checkbox']{
	width:30px;
}
#loginForm input[type="text"], #registerForm input[type="text"], #resetPasswordForm input[type="text"], #profileForm input[type="text"] {
	font-size:12px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	border: 1px solid #828282;
}

#registerForm input[type='checkbox'], #loginForm input[type='checkbox'], #resetPasswordForm input[type='checkbox'], #profileForm input[type="checkbox"]{
	width:30px;
}

/* ------------------------------------- */
/* Features */
/* ------------------------------------- */

/* scrolling navigation */
#hideFeatures{
	float:right;
	margin: 13px 45px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;
	
}
#showFeatures{
	float:right;
	margin: 13px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;
	display:none;
	
}
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 815px; 
    height:180px; 
    background-color: #DEDEDE;
    float: left;
    margin: 0px 5px 15px 12px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    background-color:#545454; 
}

.featuresSetTooltip{
	padding:30px;
	font-size:14px;
	width:300px;
}

.setTile {
	width: 160px;
	height: 170px;
	padding: 10px;
	text-align: center;
}

.setTileEmpty {
	width: 10px;
	padding-top: 10px;
	text-align: center;
}

.setTileImage {
	width: 160px;
	height: 160px;
	text-align: center;
}

.setTileTitle {
	color: #000000;
	font-size: 10px;
	margin-top:2px
}

.setTileScrollControl {
	padding: 5px;
	display:block;
	width:20px;
	height:30px;
	margin:70px 0px 0px 0px;
	cursor:pointer;
}

.prevPage {
	float: left;
}
.nextPage {
	float: right;
}



/* image scroller on detail page */
#featuresSlideshow {
	
}
.featuresSlideshowScrollControl {
	width: 140px;
	text-align: center;
	padding-top: 200px;
}
#featuresSlideshowScrollingViewer {
	width:598px;
	text-align:center;
	margin: 0px;
	background-color: #ededed;
	border:1px solid #828282;
}

#featuresSlideshow div #featuresSlideshowScrollingViewerContainer {
	position: relative;
	overflow: hidden;
	width: 560px;
	height: 400px;
	margin: 19px;
	padding: 0px;
}

#featuresSlideshow div #featuresSlideshowScrollingViewerImageContainer {
	position: absolute;
	width: 560px;
	height: 400px;
	margin: 0px;
	padding: 0px;
}

#featuresSlideshow div .featuresSlideshowScrollerImage {
	position: absolute;
	margin-top: 0px;
	padding-top: 0px;
}

#featuresSlideshowScrollingViewerCounter {
	float: right;
	font-size: 12px;
	padding: 5px;
	margin:5px 5px 0px 0px;
	text-align:right;
}

/* the overlayed element */ 
.featuresOverlay { 			
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
    padding:20px 25px 15px 20px;
     
    width:675px;
    min-height:200px; 
    border:4px solid #000000;
    
} 
 
/* close button positioned on upper right corner */ 
.featuresOverlay .close { 
    background-image:url(../graphics/closePanel.gif); 
    position:absolute; 
    right:10px; 
    top:10px; 
    cursor:pointer; 
    height:19px; 
    width:19px; 
    background-repeat:no-repeat;
}

#featuresOverlayImage{   
	text-align:center;
}
.featuresOverlayContent {	
	font-size:11px;
	color:#333333;
	text-align:left;
	margin: 10px auto 0px auto;
}
.featuresOverlayContent div{   
	margin-bottom:10px;
}
.featuresOverlayContent a{	
	text-decoration:underline;
	font-size:11px;
	color:#333333;
}
 
.featuresOverlayContent h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

/* ------------------------------------- */
/*  FAVORITES PAGE */
/* ------------------------------------- */
.favoritesColumn{
	float:left;
	margin: 0px 0px 15px 0px;
	width:200px;
}
.favoritesSpacerColumn{
	float:left;
	width:32px;
	height:100px;
}
.favoritesColumn .title, .favoritesTextColumn .title{
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color: #828282;
	margin:5px 0px 5px 0px;
	text-decoration:none;
}
.favoritesColumn a.title{
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color: #828282;
	margin:15px 0px 5px 0px;
	text-decoration:none;
}
.favoritesColumn a.title:hover{
	color: #000000;
}
.favoritesColumn table{
	width:180px;
	height:200px;
	margin: 0px 0px 0px 0px;
}
.favoritesColumn a.more{
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	color: #828282;
	margin:3px 0px 0px 0px;
	text-decoration:none;
	float:right;
}
.favoritesColumn a.title:hover{
	color: #000000;
}
#featuredCol #scrollFeatured, #userFavsCol #scrollUserFavs, #mostViewedCol #scrollMostViewed, #recentlyAddedCol #scrollRecentlyAdded{
	height:600px;
	overflow:hidden;
	position:relative;
}
#featuredCol #scrollFeatured #scrollFeaturedContainer, #userFavsCol #scrollUserFavs #scrollUserFavsContainer, #mostViewedCol #scrollMostViewed #scrollMostViewedContainer, #recentlyAddedCol #scrollRecentlyAdded #scrollRecentlyAddedContainer{
	position:absolute;
}





/* --------------------------------------*/
/*  BROWSE  */
/* --------------------------------------*/
/* - browse formatting for HORIZONTAL_BOXES - */

/* landing page */
#facetList{
	padding:10px;
}
.startBrowsingBy{
	color: #828282;
	font-size:12px;
}
.facetHeadingLink{
	margin-bottom:5px;
}
.facetHeadingLink a{
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	color: #666666;
	text-transform:capitalize;
	font-family: TImes, serif;
}
.facetHeadingLink a:hover{
	color:#333333;
}
.facetDescription{
	margin-bottom:20px;
}

/* browse controls when browse has been initiated */
#browseControls{
	background-color:#EDEDED;
	padding:10px;
	margin:0px 0px 10px 0px;
}
#refineBrowse{
	margin-bottom:10px;
}
#refineBrowse .refineHeading{
	font-weight:bold;
	color:#333333;
	font-size:14px;
}
#refineBrowse a.facetLink{
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}
#refineBrowse a.facetLink:hover{
	color:#333333;
}
#browseCriteria{
	margin:0px;
	color:#828282;
}
#browseCriteria .criteriaHeading{
	font-weight:bold;
	color:#828282;
	font-size:12px;
}
#browseCriteria a.close{
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:8px;
	text-decoration:none;
	padding:2px 2px 0px 2px;
	margin:0px 5px 0px 3px;
	background-color:#828282;
	line-height:1em;
	font-weight:bold;
}
#browseCriteria a.startOver{
	color:#000000;
	text-decoration:underline;
	font-size:13px;
}
#browseCriteria a.startOver:hover{
	color:#666666;
	text-decoration:underline;
	font-size:13px;
}

/* --- browse pop up panels --- */
.browseSelectPanel, #browse .browseSelectPanel {  /* used in browse and details with browse */
	position: absolute; 
	top: 100px; 
	left: 50%; 
	border: 3px solid #000000; 
	background-color: #FFFFFF; 
	width: 900px; 
	height: 400px; 
	display: none;
	margin-left: -450px;
	padding: 10px;
	background-image: url("../graphics/bgStripeBW.gif");
}
#browseFacetGroupingControls{ /*  used in browse and details with browse */
	float:right;
	margin: 10px 10px 0px 10px;
	color:#333333;
	text-transform:uppercase;
	font-size: 11px;
}
#browseFacetGroupingControls a{ /*  used in browse  and details with browse */
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 11px;
}
#browseFacetGroupingControls a.selected{ /*  used in browse and details with browse */
	text-decoration:underline;
	color:#333333;
	text-transform:uppercase;
	font-size: 11px;
}
.browseSelectPanel #title{ /*  used in browse and details with browse */
	font-size: 34px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	line-height:1em;
	padding-bottom:5px;
}

.browseSelectPanelContentArea { /*  used in browse and details with browse */
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#browseSelectPanelHeader { /*  used in browse and details with browse */
	position: relative;
	margin: 10px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	height: 18px;
	overflow:hidden;
	width: 635px;
}
#browseSelectPanelHeader a { /*  used in browse and details with browse */
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	padding-right:4px;
}

#browseSelectPanelHeaderContent {
	position: absolute;
}

#browseSelectPanelHeaderScrollButtons {
	float:right;
	margin: 10px 10px 0px 10px;
	color:#333333;
	font-size: 14px;
}

.browseSelectPanelList { /*  used in browse and details with browse */
	margin: 0px;
	width: 878px;
	height: 310px;
	overflow: auto;
	padding: 0px 10px 10px 10px;;
	color:#333333;
}


td.browseSelectPanelListCell { /*  used in browse and details with browse */
	padding:3px;
	width:20%;
}


table.browseSelectPanelListTable { /*  used in browse and details with browse */
	width: 100%;
}

.listDivide{ /*  used in browse and details with browse */
	height:1px;
	border-bottom: 1px #333333 solid;
}

div.browseSelectPanelListGroupHeading { /*  used in browse and details with browse */
	font-size: 34px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	color:#4c4c4c;
}

a.browseSelectPanelListGroupHeading, a.browseSelectPanelListGroupHeading:hover { /*  used in browse and details with browse */
	text-decoration: none;
	color: #4c4c4c;
}

a.browseSelectPanelButton {   /*  used in browse and details with browse */
	background-image: url("../graphics/closePanel.gif");
	background-repeat:no-repeat;
	float: right;
	margin-left: 15px;
	width:19px;
	height:19px;
	text-decoration:none;
}

a.browseSelectPanelButton:hover {
	background-color: #333333;
}

a.browseSelectPanelLink { /*  used in browse and details with browse */
	font-size: 10px;
	text-decoration:none;
	font-size:11px;
	color:#4c4c4c;
}

a.browseSelectPanelLink:hover { /*  used in browse and details with browse */
	color:#999999;
}











/* overlay (for object representations) */
#caMediaPanel {
	position: fixed; 
	top: 1.5%; 
	left: 1.5%; 
	border: 4px solid #ccc; 
	background-color: #FFFFFF; 
	width: 97%; 
	height: 97%; 
	display: none;
	margin: 0 auto;
	padding: 0px;
	z-index: 31000;			/* needs to be on top of menu bar, which has z-index=30000 */
}
#caMediaPanel #close{
	float: right;
	width:15px;
	height:15px;
	margin:10px;
	background-image:url("../graphics/buttons/x.png");
}
#caMediaPanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caMediaPanelContentArea {
	width: 100%; 
	height: 100%; 
}

#caMediaOverlayContent {
	margin-top: 5px;
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
}
div.caMediaOverlayControls {
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	margin-left: 0px;
	height: 25px;
	border-bottom:2px solid #ededed;
}

select.caMediaOverlayControls {
	font-size: 9px;
}
#caMediaOverlayThumbnails{
	padding: 10px 0px 0px 0px;
	text-align:center;
	height:90px;
	width:840px;
	overflow:auto;
}
#caMediaOverlayThumbnails img{
	margin:0px 1px 0px 1px;
}
#caMediaOverlayThumbnails div{
	margin:0px auto 0px auto;
}

/* Advanced search */
.advSearchLabel {
	font-weight: bold;
}

/*** HIERARCHY BROWSER ***/
div.hierarchyBrowser {
	width: 100%;
	height: 350px;
	margin: 0px;
}

div.hierarchyBrowserSmall {
	border: 1px solid #ccc;
	width: 98%;
	height: 180px;
	margin: 5px 0px 2px 6px;
}

div.hierarchyBrowserLarge {
	border: 1px solid #000000;
	width: 100%;
	height: 400px;
	margin: 0px 0px 10px 0px;
}
div.hierarchyBrowserContainer {
	position: relative;
	overflow: auto;
	overflow-y: hidden;
	height: 100%;
}

div.hierarchyBrowserLevel {
	position: absolute;
	top: 0px;
	width: 230px;
	height: 100%;
	padding: 0px;
	margin: -2px;
	border: 1px solid #cccccc; 
	background: #FFFFFF;
	overflow: auto;
}

ul.hierarchyBrowserLevel {
	padding: 3px;
	margin: 3px;
}

li.hierarchyBrowserLevel {
	margin: 0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom: 1px solid #EDEDED;
	list-style-type: none;
	text-align: left;
}
a.hierarchyBrowserLevel {
	text-decoration: none;
	font-weight: normal;
}

a.hierarchyBrowserLevelSelected {
	color: #00000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a.hierarchyBrowserLevelEditButton {
	text-decoration: none;
	font-weight: bold;
}

div.hierarchyBrowseTab {
	height: 245px;
	width: 712px;
	overflow: hidden;
	font-weight: normal;
	margin-left:-10px;
}

/*** jScrollPane styles ***/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/* overlay (for object representations) */
#caItemOptionsPanel {
	position: absolute; 
	border: 4px solid #ccc; 
	background-color: #FFFFFF; 
	width: 300px; 
	height: 300px; 
	display: none;
	margin: 0 auto;
	padding: 0px;
	z-index: 31001;			/* needs to be on top of menu bar, which has z-index=30000 */
}
#caItemOptionsPanel #itemOptionsClose{
	float: right;
	width:15px;
	height:15px;
	margin:10px;
	background-image:url("../graphics/buttons/x.png");
}
#caItemOptionsPanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caItemOptionsPanelContentArea {
	width: 100%; 
	height: 100%; 
}

#caClientOrderProcessingIndicator {
	display: none;
	font-size: 14px;
	font-style: italic;
	width: 100%;
	margin-top: 25px;
	clear:left; 
	float:left;
}