/* GLOBAL RESET */
html, body, form, fieldset, legend {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, dt, dd {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: top;
}
abbr, acronym {
  cursor: help;
}

/* GLOBAL CSS */
body {
	background: #c9c2bc url(images/bgglobal.jpg) repeat-x top;
	font-family: Garamond, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
:focus {
	outline: none;
}
.ffix {
	clear: both;
}
a {
	color: #005eb3;
}
a:hover {
	color: #4ca6eb;
}

/**/

#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
}
#logow {
	position: relative;
	width: 657px;
	height: 159px;
}
#logo a {
	position: absolute;
	left: 0px;
	top: 10px;
	text-indent: -7777px;
	width: 657px;
	height: 159px;
	background: url(images/logo.png) no-repeat;
}
#toolsearchw {
	position: relative;
	z-index:10;
}
.toolsearch {
	position: absolute;
	top: 7px;
	right: 0;
	z-index: 100;
}
.toolsearch .tool {
	float: left;
}
.toolsearch .search {
	float: left;
	background: url(images/searchbg.gif) no-repeat;
	width: 216px;
	height: 30px;
}
.toolsearch .search input {
	background: transparent;
	padding: 0 8px;
	margin: 7px 0 0 0;
	width: 170px;
	color: #fff;
	font-size: 12px;
	border: none;
}

.toolsearch .search a.btnSearch {
	width:25px;
	height:29px;
	border: none;
	padding: 0;
	margin: 0;
	cursor:pointer;
	text-indent:-9999px;
	display:inline-block;
}

.toolsearch .tool {
	margin: 0 10px 0 0;
	line-height: 1em;
}
.toolsearch .tool ul {
	list-style-type: none;
}
.toolsearch .tool li {
	float: left;
	margin: 0 6px 0 0;
}
.toolsearch .tool li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	height: 19px;
	display: block;
	margin: 8px 0 0 0;
}
.toolsearch .tool li a:hover {
	text-indent: 0;
	width: auto;
	float: left;
}
.toolsearch .twitter a {
	background: url(images/tool-twit.gif) left top no-repeat;
	width: 9px;
	text-indent: -9999px;
}
.toolsearch .twitter a:hover {
	padding: 0 0 0 15px;
}
.toolsearch .email a {
	background: url(images/tool-email.gif) left top no-repeat;
	width: 18px;
	text-indent: -9999px;
}
.toolsearch .email a:hover {
	padding: 0 0 0 24px;
}
.toolsearch .consult a {
	background: url(images/tool-consult.gif) left top no-repeat;
	width: 19px;
	text-indent: -9999px;
}
.toolsearch .consult a:hover {
	padding: 0 0 0 25px;
}
.toolsearch .catalog a {
	background: url(images/tool-catalog.gif) left top no-repeat;
	width: 15px;
	text-indent: -9999px;
}
.toolsearch .catalog a:hover {
	padding: 0 0 0 21px;
}


#navw {
	position: relative;
}

.nav {
	position: absolute;
	right: 0;
	top: -28px;
	height: 43px;
	width: 843px;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	color: #fff;
	text-indent: -7777px;
	float: left;
}
.nav li a {
	display: block;
	height: 43px;
}

#navw .nav li ul {
	border: #7f807f solid 1px;
	border-top: none;
	float: left;
	clear: both;
	width: 200px;
	line-height: 1.3em;
	background: #363535;
	padding: 0px 20px 20px 20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
#navw .nav li ul li {
	background: transparent;
	margin: 0 0 3px 0;
	float: left;
	clear: both;
}
#navw .nav li ul li a {
	text-indent: 0;
	background: transparent;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	margin-left: 10px;
}
#navw .nav li ul li a:hover {
	color: #76a6dc
}
#navw .nav li ul li a.tit {
	color: #ff0000;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
	margin-top: 20px;
}
.nav .home {
	width: 97px;
	background: url(images/nav.jpg) 0 0 no-repeat;
}
.nav .active .home, .nav .sfHover .home, .nav .home:hover {
	width: 97px;
	background: url(images/nav.jpg) 0 -43px no-repeat;
}
.nav .inventory {
	width: 133px;
	background: url(images/nav.jpg) -97px 0 no-repeat;
}
.nav .active .inventory, .nav .sfHover .inventory, .nav .inventory:hover {
	width: 133px;
	background: url(images/nav.jpg) -97px -43px no-repeat;
}
.nav .collecting {
	width: 168px;
	background: url(images/nav.jpg) -230px 0 no-repeat;
}
.nav .active .collecting, .nav .sfHover .collecting, .nav .collecting:hover {
	width: 168px;
	background: url(images/nav.jpg) -230px -43px no-repeat;
}
.nav .exhibit {
	width: 133px;
	background: url(images/nav.jpg) -398px 0 no-repeat;
}
.nav .active .exhibit, .nav .sfHover .exhibit, .nav .exhibit:hover {
	width: 133px;
	background: url(images/nav.jpg) -398px -43px no-repeat;
}
.nav .sell {
	width: 83px;
	background: url(images/nav.jpg) -532px 0 no-repeat;
}
.nav .active .sell, .nav .sfHover .sell, .nav .sell:hover {
	width: 83px;
	background: url(images/nav.jpg) -532px -43px no-repeat;
}
.nav .about {
	width: 101px;
	background: url(images/nav.jpg) -615px 0 no-repeat;
}
.nav .active .about, .nav .sfHover .about, .nav .about:hover {
	width: 101px;
	background: url(images/nav.jpg) -615px -43px no-repeat;
}
.nav .contact {
	width: 128px;
	background: url(images/nav.jpg) -716px 0 no-repeat;
}
.nav .active .contact, .nav .sfHover .contact, .nav .contact:hover {
	width: 128px;
	background: url(images/nav.jpg) -716px -43px no-repeat;
}


#contentw {
	float: left;
	width: 100%;
	clear: both;
	margin: 50px 0 0 0;
}
#stage {
	float: left;
	width: 978px;
	height: 429px;
	background: #333;
	border-top: #383433 solid 1px;
	border-left: #383433 solid 1px;
	border-right: #110f0f solid 1px;
	border-bottom: #110f0f solid 1px;
	position:relative;
}
/*#stage .stagenavw {
	position: relative;
}
#stage .stagenavw a {
	display: block;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#stage .stagenavw a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}*/

#stage .stageleft a, #stage .stageright a{
	display: block;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#stage .stageleft a:hover, #stage .stageright a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
#stage .stageleft {
	position: absolute;
	left: 30px;
	top: 130px;
	text-indent: -7777px;
	z-index:1000 !important;
}
#stage .stageright {
	position: absolute;
	right: 30px;
	top: 130px;
	text-indent: -7777px;
	z-index:1000 !important;
}
#stage .stageleft a {
	background: url(images/stageleft.png) no-repeat;
	width: 57px;
	height: 85px;
	display: block;
}
#stage .stageright a {
	background: url(images/stageright.png) no-repeat;
	width: 57px;
	height: 85px;
	display: block;
}
#stage .descw {
	position: relative;
	margin: 0 20px;
}
#stage .desc {
	color: #fff;
	position: absolute;
	background: #000;
	top: 320px;
	width: 880px;
	padding: 15px 20px 20px 20px;
	font-size: 14px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#stage h2 {
	margin: 0 0 10px 0;
	font-family:Garamond, Serif;
	font-size: 23px;
	font-weight: normal;
}
#stage .wrapz {
	margin: 8px;
}
#content {
	float: left;
	width: 100%;
	clear: both;
	background: url(images/bgcontent.gif) repeat-y;
	padding-bottom: 20px;
}
.contentfoot {
	float: left;
	font-size: 0;
	height: 14px;
	width: 100%;
	background: url(images/bgcontentfooter.gif) no-repeat;
}
#content .wrapx {
	clear: both;
	padding: 0 0 0 50px;
	width: 596px;
}
#content .wrapx2 {
	float: left;
	width: 100%;
}
#content .lcont {
	float: left;
	width: 646px;
}
#content .rcont {
	float: right;
	width: 271px;
	margin: 0 30px 0 0;
	text-shadow: 1px 1px 0 #eee;
	display: inline;
}
.submenu {
	float: left;
	margin: 0 0 2em 0;
}
#content .rcont .submenu h3 {
	margin: 0 0 5px 50px;
	display: inline;
	float: left;
}
.submenu-top {
	float: left;
	font-size: 0;
	background: url(images/submenu-top.gif) no-repeat;
	width: 271px;
	height: 3px;
}
.submenu-con {
	float: left;
	background: url(images/submenu-con.gif) repeat-y;
	width: 271px;
}
.submenu-bot {
	float: left;
	font-size: 0;
	background: url(images/submenu-bot.gif) no-repeat;
	width: 271px;
	height: 3px;
}
#content .submenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2.3em;
}
#content .submenu ul li a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6f6f6f;
	text-decoration: none;
	padding: 0 0 0 30px;
}
#content .submenu ul li a.active {
	background: url(images/submenu-active.gif) left no-repeat;
	font-weight: bold;
	font-style: italic;
	color: #494949;
}
.submenu .wrapzzz {
	padding: 10px 0;
}
.home #content .rcont {
	padding: 30px 0 0 0;
}
#content .lcont h3 {
	clear: both;
	color: #202f5b;
	font-weight: bold;
	font-family: Garamond, serif;
	font-size: 18px;
	margin: 0 0 15px 0;
}
#content .rcont h3 {
	clear: both;
	color: #202f5b;
	font-weight: bold;
	font-family: Garamond, serif;
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#content .rcont .block {
	margin: 0 0 30px 50px;
	display: inline;
	float: left;
}
#content p {
	clear: both;
	margin: 0 0 1em 0;
}
#content img.aleft {
	margin-right: 1em;
	float:left;
}
#content img.aright {
	margin-left: 1em;
	float:right;
}
#content img {
	margin: 0 0 1em 0;
}
#content ul {
	margin-left: 2em;
}
#stage2 {
	float: left;
	width: 100%;
	height: 218px;
	background: url(images/bgstage2.jpg) no-repeat !important;
}
h1.s1, h2.s1 {
	background: url(images/bgh2.png) left bottom no-repeat;
	margin: 20px 0 20px 0;
	float: left;
	text-shadow: 1px 1px 0 #000;
	line-height: 15px;
	font-weight:normal;
	text-align:center;
	letter-spacing: 0.05em;
}
/* FIX to HTML Editor*/
#content h1.s1 p, #content h2.s1 p
{
    margin:0;
    padding:0;
}
h1 span, h2 span {
	display: block;
	padding: 12px 20px 20px 20px;
	color: #fff;
	font-family: Garamond, serif;
	font-size: 15px;
	text-transform: uppercase;
}
h2.titleManuscript {
	width:100%;
}
h2 span.manuscript {
	display: block;
	padding: 7px 20px 14px 20px;
	color: #fff;
	font-family: Garamond, serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}
h1.s2, h2.s2 {
	background: url(images/bgh2.png) left bottom no-repeat;
	margin: 0px 0 20px 0;
	float: left;
	height: 44px;
	line-height: 14px;
	text-shadow: 1px 1px 0 #000;
	font-weight:normal;
}
h2.s3 {
	background: url(images/bgh2.png) left bottom no-repeat;
	margin: 20px 0 20px 0;
	float: left;
	text-shadow: 1px 1px 0 #000;
	width: 646px;
	line-height: 22px;
	font-weight:normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	text-align:center;
}

.s2im {
	float: left;
	height: 106px;
	width: 646px;
	margin: 24px 0 20px 0;
}
#stage2 h1.s1
{
    margin: 20px 0 10px 0;
}
#stage2 .contw {
	float: left;
	clear: both;
	width: 100%;
}
#stage2 .cont {
	width: 100%;
	float: left;	
}
#stage2 .navl {
	width: 38px;
	height: 22px;
	float: left;
	margin: 40px 5px 0 30px;
	display: inline;
}
#stage2 .navl a {
	text-indent: -7777px;
	background: url(images/stage2l.gif) no-repeat;
	width: 38px;
	height: 22px;
	display: block;
	float: left;
}
#stage2 .navl a:hover {
	background: url(images/stage2l.gif) 0 -22px;
}
#stage2 .ddh {
	float: left;
	margin: 5px 0 0 0;
	width:844px;
}
#stage2 .ddh ul {
	list-style-type: none;
}
#stage2 .ddh li {
	float: left;
	width: 140px;
	height: 125px;
	background: url(images/bgstage2entry.png) no-repeat center top;
}
#stage2 .ddh li .entry {
	padding: 0 14px;
	text-align:center;
}
#stage2 .ddh .desc 
{
    text-align:center;
}
#stage2 .ddh .desc a {
	color: #fff;
	text-decoration: none;
	margin: 5px 0 0 0;
	display:inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height:normal;
}
#stage2 .ddh .desc a:hover {
	color: #fff;
	text-decoration: underline;
}
#stage2 .navr {
	width: 38px;
	height: 22px;
	float: right;
	margin: 40px 10px 0 0;
	display: inline;
}
#stage2 .navr a {
	text-indent: -7777px;
	background: url(images/stage2r.gif) no-repeat;
	width: 38px;
	height: 22px;
	display: block;
}
#stage2 .navr a:hover {
	background: url(images/stage2r.gif) 0 -22px;
}


#footer {
	float: left;
	width: 956px;
	clear: both;
	margin: 20px 0 50px 24px;
	display: inline;
	line-height: 1.3em;
	color: #433d38;
}
#footer .wrapx {
	float: left;
	width: 100%;
	background: url(images/bgfooter.gif) top no-repeat;
}
#footer a {
	color: #433d38;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*#footer .col1 {
	width: 190px;
	float: left;
	margin: 26px 23px 0 0;
}
#footer .col {
	float: left;
	display: inline;
	margin: 26px 0 0 20px;
	width: 150px;
	font-size: 12px;
}
#footer .col3 {
	margin-left: 37px;
}
#footer .col4 {
	margin-left: 37px;
}
#footer .col5 {
	margin-left: 40px;
}*/
#footer .col1 {
	width: 195px;
	float: left;
	margin: 26px 0 0 0;
}
#footer .col {
	float: left;
	display: inline;
	margin: 26px 0 0 10px;
	width: 140px;
	font-size: 12px;
}
#footer h3 {
	margin: 0 0 20px 0;
	color: #322f2a;
	font-size: 18px;
}
#footer h4 {
	color: #322f2a;
}
#footer p {
	margin: 0 0 15px 0;
}
.bread {
	background: url(images/bgbread.jpg) no-repeat;
	width: 703px;
	height: 36px;
	float: left;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}
.bread a {
	color: #000;
	text-decoration: none;
}
.bread a:hover {
	color: #888;
}
.bread .active {
	font-weight: bold;
}
.bread .wrapb {
	float: left;
	margin: 7px 0 0 50px;
	display: inline;
}

.form1 label {
	font-weight: bold;
	font-style: italic;
}
.form1 .itext {
	border: #b7bed4 solid 1px;
	background: #fff;
	height: 26px;
	width: 94%;
	padding: 6px 6px 0 6px;
	font-family: Arial;
}
.form1 .isubmit {
	margin: 6px 0 0 0;
	float: right;
	background: #19274e;
	color: #fff;
	border: none;
	padding: 5px 6px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#content .catalog {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 100%;
}
#content .catalog img {
	margin: 0;
}
#content .rcont a {
	color: #14447a;
}
#content .rcont a:hover {
	color: #000;
}
.catalog .cimg {
	border: #b4a9a9 solid 1px;
	margin: 0 0 5px 0;
}
.catalog a {
	text-decoration: none;
}
.catalog li {
	margin: 0 0 1em 0;
	width: 221px;
	float: left;
}
.morecatalog {
	background: url(images/iconcatalog.gif) no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
}


.catalogfeat {
	border: #a1a1a1 solid 1px;
	float: left;
	width: 594px;
}
#content .catalogfeat ul {
	list-style-type: none;
	margin: 0;
}
#content .catalogfeat ul img {
	margin: 0;
}
.catalogfeat ul .cimg {
	border: #b4a9a9 solid 1px;
	margin: 0 0 5px 0;
}
.catalogfeat ul a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.catalogfeat .cdesc {
	text-align: center;
	width: 168px;
	line-height: 1.3em;
	margin: 0 0 6px 0;
}
.catalogfeat ul li {
	margin: 0 15px 1em 0;
	float: left;
}
.catalogfeat ul li.endright {
	margin-right: 0;
}
#content .catalogfeat h3 {
	margin: 0;
	padding: 10px 0 0 16px;
	color: #fff;
	font-weight: normal;
	font-size: 21px;
}
.catalogfeat .heading {
	border-bottom: #a1a1a1 solid 1px;
	background: url(images/bgtitleinventory.gif) repeat-x;
	height: 46px;
}
.catalogfeat .wrapxz {
	padding: 20px 0 0 28px;
}
.catalogcol {
	width: 190px;
	margin: 20px 4px 0 4px;
	float:left;
	/*margin-right: 13px;*/
}
.catalogcol1 {
}
.catalogcol2 {
	display: inline;
}
.catalogcol3, .catalogcol6, .catalogcol9, .catalogcol12 {
	float: left;
}
.catalogcol .entry {
	border: #a1a1a1 solid 1px;
	margin: 0 0 20px 0;
}
.catalogcol h4 {
	font-size: 21px;
	font-family: Garamond, serif;
	font-weight: normal;
	padding: 10px 0 10px 8px;
	overflow:hidden;
}
.catalogcol h4 a {
	color:#000;
	text-decoration:none;
}
.catalogcol h4 a:hover {
	color:#888;
}
#content .catalogcol ul {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
}
#content .catalogcol ul li {
	padding: 5px 0 5px 16px;
	border-top: #a1a1a1 solid 1px;
}
.catalogcol ul li a {
	text-decoration: none;
}

#content .rcont .consultation {
	float: left;
	width: 272px;
	height: 466px;
	background: url(images/bgconsultation.jpg) no-repeat;
	color: #fff;
	text-shadow: none;
}
#content .rcont .consultation h3 {
	font-variant: small-caps;
	text-transform: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 110px 0;
}
.consultation .wrapz {
	padding: 20px;
}

.form2 label {
	font-variant: small-caps;
	font-family: Georgia, serif;
	float: left;
	width: 74px;
	clear: both;
	margin: 0 0 3px 0;
	text-align: center;
	font-size: 12px;
}
.form2 .itext, .form2 .itexth {
	border: #b7bed4 solid 1px;
	background: #fff;
	height: 24px;
	width: 138px;
	font-family: Georgia;
	margin: 0 0 3px 0;
	padding: 2px 5px 0 5px;
}
.form2 .itexth {
	height: 60px;
}
.form2 .isubmit {
	margin: 10px 0 0 26px;
	float: left;
	background: #999;
	color: #19274e;
	border: #fff solid 1px;
	padding: 5px 6px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	width: 180px;
	height: 45px;
}
.form2 select {
	width: 227px;
	font-family: Georgia;
}


.prodlisthead {
	width: 597px;
	height: 215px;
	float: left;
	margin: 0 0 30px 0;
	overflow:hidden;
}

.prodlisthead blockquote {
	float: right;
	display: inline;
	width: 297px;
	margin: 20px 20px 0 0;
	padding: 10px 0 0 0;
	border-top: solid #fff 2px;
	font-family:Georgia, serif;
	font-size: 18px;
	color: #19274e;
}

/* FIX to HTML Editor*/
.prodlisthead blockquote p
{
    margin:0;
    padding:0;
}

.productlist .entry {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.productlist .plimg {
	float: left;
	width: 110px;
}
.productlist .plimgCat {
	float: left;
	width: 75px;
}
#content .plimg .lightbox img
{
    width:95px;
}
.productlist .pldesc {
	float: left;
	width: 486px;
}
.productlist .plprice {
	background: #FFF;
	padding: 2px 4px;
	float: left;
	margin: 0 0 10px 0;
	font-weight:bold;
}
#content .productlist h3 {
	margin: 0 0 10px 0;
}
#content .productlist h3 a {
	text-decoration: none;
}

.productlist blockquote {
	background: url(images/bgquote.gif) top left no-repeat;
	color: #7a7a7a;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.5em;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
}

.productlist .thumbsCat
{
    padding:3px;
    border:solid 1px #999;
}

.clickenlarge {
	float: left;
	text-indent: -7777px;
	background: url(images/clickenlarge.gif) no-repeat;
	width: 76px;
	height: 33px;
}


.crosswhite {
	float: left;
	margin: 0 0 20px 0;
}
.crosswhite-top {
	float: left;
	font-size: 0;
	background: url(images/submenu-top.gif) no-repeat;
	width: 271px;
	height: 3px;
}
.crosswhite-con {
	float: left;
	background: url(images/submenu-con.gif) repeat-y;
	width: 271px;
}
.crosswhite-bot {
	float: left;
	font-size: 0;
	background: url(images/submenu-bot.gif) no-repeat;
	width: 271px;
	height: 3px;
}
.crosswhite .wrapzzz {
	padding: 10px 20px;
	float: left;
}
#content .rcont .crosswhite h3 {
	margin: 0 0 5px 50px;
	display: inline;
	float: left;
}
.manuscriptdetail {
	font-size: 13px;
}
.manuscriptdetail dt {
	font-weight: bold;
	float:left;
	margin-right:5px;
}
.manuscriptdetail dd {
	
}
.manubuy {
	width: 222px;
	height: 56px;
	background: url(images/buttonpurchase.gif) no-repeat;
	float: left;
	display: block;
	text-indent: -7777px;
	margin: 10px 0 1px 0;
}
.manubuy-active, .manubuy:hover {
	width: 222px;
	height: 56px;
	background: url(images/buttonpurchase.gif) 0 -56px no-repeat;
	float: left;
	display: block;
	text-indent: -7777px;
	margin: 10px 0 1px 0;
}
.manuemail {
	float: left;
	clear: both;
	text-align: center;
	width: 220px;
	font-size: 12px;
	text-decoration: none;
	position:relative;
	display:inline-block;
	margin-top:5px;
}


#buyform {
	float: left;
	text-shadow: none;
}
/*.buyform {
	position: absolute;
	font-size: 12px;
	width: 739px;
	height: 578px;
	background: url(images/bgbuy.gif) repeat-y;
	left: 330px;
	top: 490px;
	opacity: 0.97;
	-moz-opacity: 0.97;
	filter:alpha(opacity=97);
}
.buyform .wrapzzz {
	margin: 40px 20px 35px 20px;
	float: left;
	width: 660px;
	display: inline;
	padding:0 20px;
}*/
#content .rcont .crosswhite .buyform h4 {
	color: #202f5b;
	font-weight: bold;
	font-family: Garamond, serif;
	font-size: 24px;
	margin: 0 0 30px 0;
}


.form4 label {
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 80px;
	font-size: 13px;
}
.form4 .itext {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 22px;
	width: 186px;
	margin: 0 0 5px 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	float: left;
}
.form4 select {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 22px;
	width: 195px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial;
	float: left;
}
.form4 .isubmit {
	margin: 6px 0 0 0;
	background: #19274e;
	color: #fff;
	border: none;
	padding: 5px 6px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#buyform .col1 {
	float: left;
	width: 292px;
	clear: both;
}
#buyform .col2 {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
#buyform .form4 .col2 label {
	width: 110px;
}

#content .actions
{
    
    color: #fff;
	background: #000;
	font-size: 12px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -10px;
    padding:3px;
    width:90px;
    line-height:normal;
}
#content .actions a
{
    display:block;
    text-decoration:none;
    padding:0 0 0 19px;
    color:#fff;
    font-weight:normal;
    text-transform:capitalize;
    text-shadow:none;
}
#content .actions a:hover
{
    color:#EFE7E0;
}
.editContent
{
    background:url(images/ico/application_edit.png) no-repeat center left;
}

/*************
Quick Edit
*************/
#quickEdit{
	border: #7f807f solid 1px;
	border-top: none;
	clear: both;
	background: #363535;
	padding: 5px 20px 5px 20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
#quickEdit ul {
    list-style:none;
}
#quickEdit ul a.quickEditTitle
{
    font-weight:bold;
}

#quickEdit ul ul{
    margin-left:10px;
}
#quickEdit ul li {
	background: transparent;
	margin: 0 0 3px 0;
}
#quickEdit ul li a {
	text-indent: 0;
	background: transparent;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
}
#quickEdit ul li a:hover {
	color: #76a6dc
}

.catalogcol h4 a.inventoryCategoryLink
{
    float:left;
    width:156px;
}
.catalogcol h4 a.togle, #footer h3 a.togle
{
    background:url(images/arrow-square.gif) no-repeat right -51px;
    display:inline-block;
    float:right;
    width:16px;
    height:21px;
    cursor:pointer;
    margin:0 4px;
    text-decoration:none;
}

.catalogcol h4.active a.togle, #footer h3.active a.togle
{
    background:url(images/arrow-square.gif) no-repeat right 5px;
}

#footer h3 a.togle
{
    float:none;
}

/* *************************
Search Result
*/
.interiorSearch .form1 .itext
{
    width:98%;
}
.searchResult
{
    padding:25px 0 0 0;   
    clear:both;
}



/* *************************
Purchase
*/

.embed body 
{
    background:transparent;
    width:98%;
}
.noI form li, .altInstruct form li
{
    width:98% !important;
}

.wufoo .info h2 {
	color: #202f5b;
	font-weight: bold;
	font-family: Garamond, serif;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.wufoo label.desc {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color:#000;
}
.wufoo input.text {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 18px;
	margin: 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
}
.wufoo textarea.textarea
{
    border: #b7bed4 solid 1px;
	background: #ededed;
	width: 95% !important;
	margin: 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	height:66px;
}
.wufoo select.select {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 24px;
	margin: 0;
	padding: 3px 0;
	font-family: Arial;	
}
form li.buttons {
	clear:both;
	margin-top:6px;
}
form li.buttons input{
	margin: 6px 0 10px 0;
	background: #19274e;
	color: #fff;
	border: none;
	padding: 5px 6px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
form li#errorLi 
{
    width:93% !important;
    margin:0 auto 10px auto !important;
    padding:5px 15px!important;
    font-size:10px !important;
    line-height:normal;
}
form li.error
{
    margin-bottom:0 !important;
}
#content .lcont h3.purchase
{
    font-family:Georgia;
    font-size:20px;
}
h4.manuscriptDetail
{
    color:#7B001F;
    font-family:Georgia;
    font-size:20px;
    font-weight:normal;
}
#content .lcont .manuscriptDetails
{
    background-color:#EDEDED;
    border:1px solid #B7BED4;
    margin:10px 0 20px;
    padding:5px;
}
#content .lcont .manuscriptDetails p
{
    margin: 0 0 5px 0;
    font-size:16px;
    font-family:Georgia;
}
#content .lcont .manuscriptDetails p strong
{
    display:inline-block;
    width:70px;
    font-style:italic;
}

.noI form li.fieldInternalId, .noI form li.fieldPrice, .noI form li.fieldBookTitle, .noI form li.fieldInventoryId, .noI form li.fieldSigner,.noI form li.manuscriptDetailsSection
{
    display:none;
}

span.symbol
{
    margin: 0 10px !important;
}

/*
#closebuy
{
    position:absolute;
    top:20px;
    right:15px;
}
.embed body 
{
    background:transparent;
}

.noI form li, .altInstruct form li
{
    width:45% !important;
    float:left;
    clear:none;
    padding:0;
    margin-right:10px;
}

.noI form li.complex
{
    width:98% !important;
}

.noI form li.fieldInternalId, .noI form li.fieldPrice, .noI form li.fieldBookTitle, .noI form li.fieldInventoryId, .noI form li.fieldSigner
{
    display:none;
}
.noI form li.fieldComments
{
    clear:both;
}
.hiddeBuyForm
{
    display:none;
}


.wufoo .info h2 {
	color: #202f5b;
	font-weight: bold;
	font-family: Garamond, serif;
	font-size: 24px;
	margin: 0 0 10px 0;
}


.wufoo label.desc {
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 100px;
	font-size: 13px;
	color:#000;
}
.wufoo input.text {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 22px;
	width: 186px;
	margin: 0 0 5px 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	float: left;
}
.wufoo textarea.textarea
{
    border: #b7bed4 solid 1px;
	background: #ededed;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	float: left;
	height:66px;
}
.wufoo select.select {
	border: #b7bed4 solid 1px;
	background: #ededed;
	height: 22px;
	width: 195px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial;
	float: left;
}
form li.buttons {
	clear:both;
	margin-top:16px;
}
form li.buttons input{
	margin: 6px 0 10px 0;
	background: #19274e;
	color: #fff;
	border: none;
	padding: 5px 6px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
form li#errorLi 
{
    width:93% !important;
    margin:0 auto 10px auto !important;
    padding:5px 15px!important;
    font-size:10px !important;
    line-height:normal;
}
form li.error
{
    margin-bottom:0 !important;
}

form p.error
{
    padding:0 !important;
    height:0 !important;
    display:none !important;
    text-indent: -999em;
	overflow: hidden;

}
.noI .leftLabel li.complex div 
{
    width:70% !important;
}*/


/* ON Exhibit Pages */

.blog h2, .blogdetail h2 {
	color: #224B79;
	margin: 10px 0 27px 0;
	font-size: 1.2em;
}
.blog a {
	color: #224B79;
	text-decoration: none;
}
.blog a:hover {
	text-decoration: underline;
}

.blog img, .blogdetail img {
	margin: 0 20px 10px 0 !important;
}
.blog div.bloginfo{
	margin: 20px 0 40px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #949494;
	color:#949494;
	font-size: 0.9em;
}
.blog div.bloginfo a{
	font-size: 0.9em;
}
.blogdetail p {
	margin: 20px 0;	
}