@import url('reset.css');
@import url('default.css');
@import url('/kc-assets/1-lib/jqui/css/black/buttons.css');
@import url('fancybox.css');


/* ----------------------------------------------------------------------------------------- */
/* ODD IE Behaviour fixes *//* Once we support IE9 or newer we can remove this */
		#main div#not-sidebar /* which ever div comes second in the main div should be commented out
		#main div#sidebar*/ 
		{margin-right:1em;}
 
/* home page photo */
.homepagephoto {width:372px;height:220px;margin-left:1em;overflow:hidden;padding:0;float:right;position:relative;
	-moz-box-shadow:2px 2px 3px #555;
	-webkit-box-shadow:2px 2px 3px #555;
	box-shadow:2px 2px 3px #555;
}
.homepagephoto img {width:100%;height:auto;margin-top:-20px;}
.homepagephoto .borderwrap {background:transparent;border:6px solid #000;width:360px;height:208px;position:absolute;left:0;top:0;
		filter:alpha(opacity=50) !important; /* IE */
		-khtml-opacity:.5 !important; /* khtml, old safari */
		-moz-opacity:.5 !important; /* mozilla, netscope */
		opacity:.5 !important; /* fx, safari, opera */
		}
.homepagephoto .caption {width:348px;padding: 6px;background:#000;color: #fff;position:absolute;bottom:6px;left:6px;font-weight:bold;
		filter:alpha(opacity=50) !important; /* IE */
		-khtml-opacity:.5 !important; /* khtml, old safari */
		-moz-opacity:.5 !important; /* mozilla, netscope */
		opacity:.5 !important; /* fx, safari, opera */
		}


/* Search Results and Index -- List the metadata to hide here. */
div.t-collectionindex ul li .t-SOMEVALUE, /* from index */
ol.t-results li span.t-field.t-SOMEVALUE, /* from search results */
.t-advancedsearch form div.t-authors
{display:none;}

/* Search Magnify Glass -- for other colors, edit the psd file search psd */
	#nav li a#search {background:url(images/search-black.png) 4px 0 no-repeat;text-indent:16px;}

/*	#nav li a#search {background:url(images/search-white.png) 4px 0 no-repeat;text-indent:16px;}
*/

/**/
#pdf{
	width: 748px; 
	height: 967px;
}
/* never change */
body > .t-error, #login_box{display:none;}

.t-cart {display:block;}

.t-new {display:block;}

li.t-new {display: list-item;}

.t-old {display: none!important}

#dialogs{display:none!important}

.show{display:-moz-inline-box;display:inline-block!important;}



#wrapper div#viewer {
float: none;
clear: none;
position: static;
}