@import url('css/jTip.css');
@import url('css/tooltip.css');

html,body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-size: 15px;
  width: 100%;
}
td {
  font-size: 15px;
}
a {
  color: #004100;
}
#logo {
  overflow: auto;
  height: 100%;
  width: 140px;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}

#logo img {
  position: absolute;
  top: 50%;
  margin-top: -142px;
}
div#content {
  position: relative;
  min-height: 98%;
  padding: 5px 30px;
  margin-left: 140px;
}
h1 {
  font: normal 21px/21px 'Times New Roman', Times, serif;
  text-transform: uppercase;
  text-align: center;
}
h1:first-letter {
  font-size: 26px;
}

h2 {
  font-size:16px;
  font-family: "GoudyOlSt XBd BT";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
h2:first-letter {
  font-size: 20px;
}
table.cart {
  /*border: 1px solid #000;*/
}
td.cartHead {
  background: #000;
  color: #CCCCCC;
  font-weight: bold;
}
td.cartRow0 {
}
td.cartRow1 {
  background: #EEE;
}
span.pageNums {
  vertical-align: top;
  background-color: #FFF;
}
.pageNums {
  margin-top: -20px;
}
.pageNumLine {
  margin-top: 20px;
}
.pageNumLine hr {
  border-bottom: 1px solid #000;
}
.menu{
  float: left;
  border: solid;
  border-width: 0px 1px 1px 0px;
  background: #EEE;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 0px;
}
.body {
  position: relative;
  margin-left: -75px;
  padding-left: 75px;
  width: 98%;
}

.menu ul {
  position: absolute;
  width: 180px;
  background: #DDD;
  margin: 2px 0px -3px -3px;
  border: solid 1px;
  z-index: 1;
  display: none;
  padding: 2px;
}
li.menu:hover ul, li.menu.over ul {
  display: block;
}
li.menu li{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
li.menu {
  list-style-type: none;
}

#nav-cats-front {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	background: url("/design/icn_background.jpg") top left no-repeat;
}
#nav-cats-front li {
	float: left;
	list-style: none;
	margin: 0 28px 28px 0;
	padding: 0;
	width: 92px;
	height: 92px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav-cats-front li a {
	float: left;
	width: 92px;
	height: 92px;
	text-indent: -5000em;
}
#nav-cats-front li a:focus {
	outline: none;
}
/* #nav-cats-front li.artifacts { background-image: url("/design/icn_artifacts.jpg") }
#nav-cats-front li.baskets { background-image: url("/design/icn_baskets.jpg") }
#nav-cats-front li.beads { background-image: url("/design/icn_beads.jpg") }
#nav-cats-front li.beadwork { background-image: url("/design/icn_beadwork.jpg") }
#nav-cats-front li.books { background-image: url("/design/icn_books.jpg") }
#nav-cats-front li.carvings { background-image: url("/design/icn_carvings.jpg") }
#nav-cats-front li.clay-stone { background-image: url("/design/icn_claystone.jpg") }
#nav-cats-front li.jewelry { background-image: url("/design/icn_jewelry.jpg") }
#nav-cats-front li.masks { background-image: url("/design/icn_masks.jpg") }
#nav-cats-front li.metal { background-image: url("/design/icn_metal.jpg") }
#nav-cats-front li.textiles { background-image: url("/design/icn_textiles.jpg") }
#nav-cats-front li.tibetan { background-image: url("/design/icn_tibetan.jpg") }
#nav-cats-front li.ebay { background-image: url("/design/icn_ebay.jpg") }
#nav-cats-front li.con-corner { background-image: url("/design/icn_concorner.jpg") }
#nav-cats-front li.specials { background-image: url("/design/icn_special.jpg") }
#nav-cats-front li.new { background-image: url("/design/icn_new.jpg") } */
#nav-cats-front li.specials, #nav-cats-front li.specials a,
#nav-cats-front li.new, #nav-cats-front li.new a {
	height: 44px;
	margin-bottom: 0;
}

table.nav-front {
	clear: both;
	float: left;
	margin: 0;
	width: 580px;
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #5ad996;
}
table.nav-front td {
	padding-top: 10px;
}
.nav-front-links a {
	font: bold 21px/21px 'Times New Roman', Times, serif;
	color: #51de92;
	text-decoration: none;
}

#ebaySection {
  display: none;
}

.adminForm th {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  background: #EEE;
  vertical-align: top;
}
.adminForm td, .adminForm th{
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  padding: 2px;
  border-color: #CCC;
}
.adminForm table td {
  border-right: 0px;
}
.adminForm {
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #CCC;
}
.adminForm tr.highlight th {
  background-color: yellow;
}
table.itemForm {
	width: 90%;
	margin: 0px 85px;
}
.hidden {
  display: none;
}
tr.error span.title {
    color: red;
}
label.disabled {
    color: gray;
}