/*------------------*\
|* global interface *|
\*------------------*/
body {
	height: 100%;
	margin: 0px;
	padding: 0;
	background-color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:left;
}

html { min-height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar in non-IE browsers to prevent "page shifting"*/

.cbottom {
 line-height:22px;
 margin-top:0px;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #560806;
}
a:visited {
  color: #560806;
}
a:hover {
  color: #560806;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
	width:800px;
        margin: 0px auto;
}

#wrapperinside {
	width:800px;
        min-height: 550px;
	margin:	0px auto;
	padding: 2px 0 0 0px;
	border:0px solid #4C4D58;
        color: #ffffff;
}

#shadow1 {
	margin: 0px 0 5px 20px;
	padding: 12px;
        width:275px;
        min-height:465px;
        border:0px solid black;
        background:#580707;
        filter:alpha(opacity=80);
        -moz-opacity:80;
        opacity:.80;
}

#shadow1 ul {
 margin:0px 0 15px 10px;
 padding:0 0px 0px 15px;
 float:left;
}

#shadow1 li {
 width:48%;
 float:left;
 padding-right:5px;
 text-transform:capitalize;
}


/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 80px;

  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {

}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #5c5b66;
}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
}
ul.primarynav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #737180;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  text-align:center;
  margin-top: 0px;
  padding: 3px;
  border: 0px;
  color:#FFF;
  background-color: #222;
  line-height:15px;
  font-size: 10px;
}
#footer img {
  float: right;
}
#footer p {
  margin-top: 5px;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 9px;
}

#footer a {
  color: #ffffff;
  text-decoration: underline;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 0px 0px 0px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 0px;
  padding: 2px;
  border: 0px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #868686;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid ;
  background: #e2e1eb;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -150px;
  padding: 10px 10px 10px 0px;
  width: 140px;
  float: right;
  position: relative;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px;
  padding: 20px;
  background: #D8D8D8;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft {float:left;margin-right:10px;margin-bottom:10px;}
.floatright {float:right;margin-left:10px;margin-bottom:10px;}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/* links */
.left33 {
 margin-right:15%;
 padding-bottom:15px;
}


.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  overflow: hidden;
  width: 100%;
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}

.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background-image: none;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
  background-image: none;
}

.updated-item span {
 background-color:#f3bf35;
 color:#560806;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}


.crumb, .crumb a {
  font-size: 11px;
  font-family:Arial,Helvetica;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

.nampeyogallerywrapper {float: left; margin-left: 0px;}
.nampeyogallerywrapper-500{float: left; margin-right: 20px;max-width:500px;position:relative;}
.nampeyogallerywrapper-500 table {position:relative;width:100% !important;}

#content .nampeyogallery {margin:0px;width:100%;position:relative;}


.nampeyogallery img {max-width:100%;height:auto;}
.nampeyowrapper {
  background:#fff;
  position:relative;
  border:1px solid #999;
  max-width:100%;
  width:300px;
  margin:20px 0px 20px 50px;
  padding:20px 20px 0px 20px;
  box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.nampeyogallerywrapper-500 .nampeyowrapper {
   max-width:250px;
   margin:20px 10px 20px 5px;
   padding:20px 20px 0px 20px;

}
.nampeyo_description{padding-top:15px;font-size:11px;font-family:georgia;}
.link-more{font-weight:normal !important;padding-left:5px;}
.h3-113{background:url(/images/nampeyo_pottery_bg.png) top left no-repeat;}
.h3-114{background:url(/images/nampeyo_family_pottery.png) top left no-repeat;}
.h3-115{background:url(/images/nampeyo_book_bg.png) top left no-repeat;}
.h3-116{background:url(/images/about_nampeyo_bg.png) top left no-repeat;}
.h3-117{background:url(/images/nampeyo_photo_gallery_bg.png) top left no-repeat;}
.h3-118{background:url(/images/nampeyo_video_bg.png) top left no-repeat;}
.h3-119{background:url(/images/nampeyo_book_bg.png) top left no-repeat;}

#content .nampeyogallery h3{text-align:center;padding:4px 0px 4px 0px;margin:20px -20px 20px -20px;}
.nampeyogallery h3 a:link,.nampeyogallery h3 a:visited {color:#f4bf35;font-size:18px;font-weight:normal;font-family:georgia;text-transform:uppercase;text-decoration:none;}


.nampeyogallery td{}


/* lists */
#content ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}
#content ul.default {
  margin: 0px 0px 1em 0px;
  padding-left: 3.6em;
  font-size: 11px;
  list-style: disc;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
p.category {
 clear:left;
}



#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}

.bookmark_link {
 border:0px solid;
 float:left;
 width:125px;
 margin-left:10px;
}


.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 33%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}
.detailed_image_description {
  text-align:left;
  padding:0px 15px;
  margin-top:-10px;
}
#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;

}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}


#home #wrapperinside a, #home #wrapperinside a:visited, #home #wrapperinside a:hover {
   color: #F3BF35;
   font-family: Arial;
}

#home a, #home a:visited, #home a:hover {
   color: #fff;
   font-family: Arial;
}

.categoryDescription {
 line-height:15px;
}

#category dt.firstlevel {
 font-size:11px;
 font-family: Arial;
}
#category dt img {
 display:block;
 border:0px solid;
 margin-top:5px;
 margin-bottom:5px;
}

#category dt a {
 font-size:11px;
}

.firstlevel {
 font-size:11px;
 font-family: Arial;
}
.subcat {
 padding:0px 0px 0 20px;
}
.subcat img {
 display:block;
 border:0px solid;
 margin-top:5px;
 margin-bottom:5px;
}

.subcat a {
 font-size:11px;
}

.link_left {
  width: 130px;
  float: left;
}
.link_right {
  height: 100px;
  width: 600px;
  float: left;
}

h4, h4 a {
 font-weight:normal;

}

.detailed_left img {
  padding: 5px;
  z-index:1;
  position:relative;
}

.detailed_left {
  width: 420px;
  text-align: center;
  float: left;
  border:0px solid #08D8D8;
  position:relative;
}
.detailed_right {
  margin-left: 10px;
  height: 100%;
  width: 300px;
  float: left;
}

.description_detailed {
 width:500px;
 border:0px solid;
 line-height:15px;
}

#menu {
	width:800px;
	margin:	0px auto;
        padding-top:20px;
	text-align:left;
}

#menu a, #menu a:visited, #menu a:hover {
   font-family: Georgia;
}


#menu ul {
 float: left; 
 list-style: none; 
 margin: 0px 0px 0px 20px; 
 padding: 0px;
}
#menu li {
  float: left;
  padding: 10px;
  background:#580707;
}
#menu li a {
  margin-right: 1px;
  padding: 0px;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
#menu li.act {
   background:#580707;
}


.gallery {
 margin-bottom : 50px ;
 margin-left:20px;
 font-family:arial,helvetica;
}
.gallery a {
 font-weight:bold;
}
#contactForm {
  width: 350px;
  float: right;
}

.moreinf {
  float: left;
  width: 350px;
}

#rofmap {
  float: right;
  padding-top: 20px;
  width:170px;
}

#mapcontainer {
  float: left;
  margin-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.threePic img {
  vertical-align: top;
}

#loginComForm {
  text-align: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

#search_results dt, #new dt {
border:0px solid #000;
float:left;
width:145px;
padding:10px 5px 5px 0px;
}

#search_results dt.firstlevel {
 font-size:11px;
 font-family: Arial;
}

#search_results dt a {
 font-size:11px;
}

form.search {
 float:right;
 padding-left:60px;
 margin-top:-30px;
 margin-right:0px
}

#content .rcolumn ul, #content .description ul {
 margin-left:0px;
 padding-left:0px;
}

.rcolumn li.nobullet, .description li.nobullet {
margin-left:0px;
padding-left:0px;
border:0px solid;
text-indent:25px;
}



#features {
 background:#D8D8D8;
 padding:10px 0px;
 color:#000;
 margin:0px 0px 0px 0px;
}
#features .listing {
 float:left;
 width:150px;
 padding-bottom:15px;
 border-bottom:0px dashed #666;
 margin-bottom:10px;
 border:0px solid;
 padding:0 25px;
 height:300px;
}

#features .f_inner {
  border-left:1px solid #999;

}

#features .f_inner {
  border-left:1px solid #999;
  padding:0 25px;
}

#features .f_last {
  border-left:1px solid #999;
  padding:0 0px 0 25px;
}


#home #wrapperinside #features a {
 color:#530B08;
 border:0px solid
}
.featureimage {
 border:0px solid;
 min-height:80px;
 text-align:center;
 float:left;
 width:100%;
}

#features .listing img {
 clear:left;
 padding-right:10px;
 padding-bottom:10px;
 border:0px solid;
}


.footerhead {
 border-bottom:0px dashed #666;
 margin-bottom:0px;
}




#cart_wrapper {
 border:0px solid;
 margin-left:15px;
}

.button, .button_w {
  color: #560806;
  border:1px solid #560806;
  background:transparent;
  text-transform:capitalize;
}

