
body, th, td, ol, ul, li, p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;}
body {margin: 0; padding: 0; }
a:link, a:visited {text-decoration:none; color:#996633;}
a:active {text-decoration:none; color:#666666;}
a:hover {text-decoration:underline; color:#000;}

#action_msg {
  background-color:#ffffe6; border: solid 2px #66ff99; border-collapse: collapse; margin-bottom: .5em;
}
#action_msg .ActionError, #action_msg .ActionMsg { padding: .1em .5em; }
#action_msg .ActionError {color:#ff0000;}
#action_msg .ActionMsg {color:#008000;}

.sm {font-size: 10px; font-family: verdana, arial, helvetica, sans-serif;}
img { border: 0; }
.reqd_icon { vertical-align: bottom; padding-left: 2px; }
.sm_bold { font-size: 11px; font-weight: bold; }
.note { margin-bottom: 1em; }

#container {
  display: block;
  background-image: url('../image/column.gif'); background-repeat: repeat-y;
}
#column {
  position: relative; display: block; left: 50%; margin-left: -150px; width: 470px;
  padding: 10px 0; min-height: 250px; padding-bottom: 2em;
}
#column h2 { font-size: 20px; margin: 0 0 .5em 0; }
#column #screen_img { position: relative; display: inline; width: 100%; }
#column_logo {
  background-image: url('../image/column_logo.gif');
  background-color: #fff; display: block; position: absolute; top: 28px; left: 0;
  width: 159px; height: 228px;
}
#column_hide {
  display: block; position: absolute; width: 150px; height: 2px;
  background-color: #BC9A50; top: -1px; left: 0;
}
#content_tbl { border-collapse: collapse; height: 400px; width: auto; }
#content_tbl td { vertical-align: top; }


#home_layout {  margin: 1em 0; }
#home {
  display: block; width: 345px;  margin-left: -172px;
  left: 50%; position: relative; float: none;text-align: center;
}
#home p { text-align: justify; font-weight: bold; line-height: 1.3; width: 345px; }


/*** Header Menu ***/
#hdr_nav {
  background-image: url('../image/header.gif'); background-repeat: repeat-x;
  background-position: 0 -5px; background-color:#fff; height: 43px;
}
#hdr_nav ul { margin: 0; padding: 6px 0; list-style: none; width: 100%; text-align: center; }
#hdr_nav li {
  margin: 0 1px; display: inline; list-style: none; font-weight: bold;
  font-size: 11px; letter-spacing: 2px;
}
#hdr_nav a { padding: 1px 20px; color: #CCB27A; text-decoration: none; }
#hdr_nav li a.hilite { color: #999; }
#hdr_nav li a:hover { color: #CB9547; text-decoration: underline; }


/*** menu ***/
#menu {
  position: absolute; top: 305px; left: 0; z-index: 20; width: 150px;
  border: solid #000; border-width: 1px 0 1px 0;
}
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu li { font-size: 11px; display: block; }
#menu li a {
  color: #000; font-weight: bold; text-decoration: none; display: block; padding: 7px 0 7px 9px;
  border: solid #000; border-width: 1px 0 1px 0;
}
#menu li a.hilite {
  background-color: #333; color: #BC9A50; display: block; padding: 8px 0 6px 9px;
  border: solid #BC9A50; border-width: 1px 0 1px 0;
}
#menu li a:hover {
  background-color: #000; color: #BC9A50; display: block; padding: 8px 0 6px 9px;
  border: solid #BC9A50; border-width: 1px 0 1px 0;
}

#screen { padding: 0 1em 1em; color: #000; position: relative; display: block; }
#screen h2 { font-size: 16px; letter-spacing: 2px; color: #d5eed0; }
.clear { clear: both; }


#footer {
  position: relative; display: block; width: 100%; text-align: center; height: 30px;
  background-image: url('../image/footer.gif'); background-repeat: repeat-x;
}
.footer_links { width: 100%; padding-top: 4px; }
#footer a {
  color: #000; font-size: 11px; margin: 0 12px; letter-spacing: 2px;
}
#footer a:hover { text-decoration: underline; }
.edit_data_link { float: right; }

#admin_links {
  font-family: Verdana; font-size:10px; position: absolute; right: 10px;
  display: block; padding: .5em 0;
}
#admin_links a { color: #000; }
#admin_links .pwrd_by { margin-left: 150px; font-weight: bold; }


/*** Articles ***/
#arts {}
#arts h2 { margin: .5em 0; font-size: 16px; font-weight: 800; }
#arts .article { width: 430px; }
#arts .title { font-size: 12px; font-weight: bold; margin-bottom: .5em; }
#arts .details { font-size: 10px; margin-left: 1em; }
#arts .subheading { margin: .5em 0 0 .5em; text-align: justify; }
#arts hr {
  color: #000; clear: both; background-color: #000;
  width: 95%; margin: 1em auto; text-align: center;
}
#arts .cat { font-size: 15px; margin: 1em 0 4px 0; }
#arts h2 a { text-decoration: none; }
#arts .narts { font-size: 10px; font-weight: normal; }
#arts .pg_title { font-size: 16px; font-weight: bolder;  color: #666; margin: .5em 0; }
#arts .archive_cat { font-size: 14px; font-weight: bolder; margin-top: .75em; }
#arts .archive_title { font-size: 11px; font-weight: bold; margin-top: .5em; }

#art { width: 430px; }
#art img { margin: 0 6px; border: solid 1px #000; }
#art h2 { margin: .5em 0; font-size: 16px; font-weight: 800; }
#art .details { font-size: 10px; margin-left: 1em; }
#art p { margin: 1em 0 .75em .5em; text-align: justify; line-height: 1.4; }


/*** Catalog ***/
#ctlg { margin: .75em 0; }
#ctlg img { float: left; margin: 0 .75em 2px 0; }
#ctlg .descrip { clear: both; margin-bottom: 1.5em;  width: 400px;}
#ctlg .catname { font-weight: bold; font-size: 14px; margin-bottom: .5em; }
#ctlg hr {
  color: #BC9A50; clear: both; background-color: #BC9A50;
  width: 10px; height: 10px; border: none; margin: .5em auto 2em; text-align: center;
}

#ctlg_items { margin: .75em 0; }
#ctlg_items img { float: left; display: inline; clear: both; margin: 0 .5em 3px 0; }
#ctlg_items .descrip { clear: both; margin-bottom: 1.5em; }
#ctlg_items .catname { font-weight: bold; font-size: 14px; margin: .5em 0 1em; }
#ctlg_items .itemname { font-weight: bold; margin-bottom: .5em; }
#ctlg_items hr {
  color: #BC9A50; clear: both; background-color: #BC9A50;
  width: 10px; height: 10px; border: none; margin: .5em auto 2em; text-align: center;
}

#ctlg_item { margin: .75em 0; }
#ctlg_item img { float: left; display: inline; clear: both; margin: 0 .5em 3px 0; }
#ctlg_item .descrip { clear: both; margin-bottom: 1.5em;}
#ctlg_item .descrip p { margin: 0 0 1em; padding: 0; }
#ctlg_item .itemname { font-weight: bold; font-size: 16px; margin-bottom: .5em; }
#ctlg_item .details { margin: 0 0 1em 1em; }
#ctlg_item .det_lab { padding: 6px .5em 2px 0; }
#ctlg_item .det_val { padding: 2px .5em; font-weight: bold; }

#ctlg_item .price {}
#ctlg_item .fee1 {}
#ctlg_item .fee2 { color: #f00; font-weight: bold; }
#ctlg_item .fee12 { text-decoration: line-through; }
#ctlg_item .fee1_suffix { font-size: 10px; padding-right: 1em; }
#ctlg_item .fee2_suffix { color: #f00; font-weight: bold; }

#ctlg_item a.order_button {
  display: block; margin-top: .5em; width: 100px;
  background-color: #000; color: #CCB27A;
  border: solid #CCB27A; border-width: 2px 0 2px 0;
  padding: 3px 10px; text-decoration: none;
  font-size: 11px; font-weight: bold; text-align: center; letter-spacing: 2px;
}
#ctlg_item a:hover.order_button {
  color: #CB9547; border: solid #CB9547; border-width: 2px 0 2px 0;
}

#ctlg_item_tbl table { border-collapse: collapse; border-spacing: 4px; }
#ctlg_item_tbl caption {
  font-weight: bold; text-align: left; padding: 2px 4px;
  background-color: #BC9A50; color: #000; border: solid 1px #000;
}
#ctlg_item_tbl td { padding: 3px 5px;  border: solid 1px #999; }
#ctlg_item_tbl .label { width: 80px; text-align: right; font-weight: bold; padding-right: .5em; }
#ctlg_item_tbl .value {}


/*** Media ***/
#media_list { margin: 1em; width: 350px; }
#media_list .category {}
#media_list .title { margin: 1em 0 4px; font-size: 14px; font-weight: bold; }
#media_list .title a { text-decoration: none; }
#media_list .nofiles { font-size: 10px; font-weight: bold; }
#media_list .descrip { margin: 0 0 .5em 1em; font-size: 11px; }
#media_list .details { margin: 2px 0 0 2em; font-size: 10px; }
#media_list hr {
  color: #BC9A50; clear: both; background-color: #BC9A50;
  width: 10px; height: 10px; border: none; margin: .5em auto; text-align: center;
}


/*** popup layout ***/
#popup { display: block; position: absolute; width: 100%;}
#popup #center { margin: 8px;}
#popup_header { background-color: #000;  display: block; position: relative; width: 100%; clear: both; }
#popup_header h1 {
  display: block; position: absolute; left: 7px; top: 4px; height: 18px; font-size: 16px; color: #000;
}
#popup_header>h1 { top: -5px; }
#popup_header .close { float: right; display: inline; position: absolute; right: 4px; top: 6px; }
#popup_pg { background: url(../image/main_bgd.jpg) repeat-y; width: 100%; height: 100%; }


/*** search screen ***/
#search { margin-right: 25px; margin-left: 25px; }
#search .item { margin-top: 9px; }
#search .word_hilite { font-weight: bold; color: #000; letter-spacing: 1px; padding: 0 .3em; }
#search .details { margin-left: 12px; font-size: 11px; line-height: 1.3em; }
#search .heading { font-weight: bold; padding-bottom: 2px;}
#search_title { display: block; }
#search_title .words { font-size: 14px; font-weight: bold; }
#search_title .search_res {
  display: block; margin-top: 2px; padding-top: 4px; width: 100%; font-size: 10px;
  text-align: right; border-top: 2px solid #666;
}
#adv_search { margin-top: .75em; }

/*** next previous navigation table ***/
#search_pages {
  border-collapse: collapse; padding: 0; text-align: center; width: 420px; margin-top: .5em;
}
#search_pages .next, #search_pages .prev { width: 60px; }
#search_pages .next a:link, #search_pages .next a:visited, #search_pages .prev a:link, #search_pages .prev a:visited {
  text-decoration: none; display: block;
}
#search_pages .next a:link, #search_pages .next a:visited {
  background-image: url(../image/next.gif); background-repeat: no-repeat;  height: 45px;
}
#search_pages .prev a:link, #search_pages .prev a:visited {
  background-image: url(../image/prev.gif); background-repeat: no-repeat;  height: 45px;
}
#search_pages .next a:hover, #search_pages .prev a:hover { text-decoration: none; display: block; }
#search_pages .next a:hover {
  background-image: url(../image/nexton.gif); background-repeat: no-repeat;
}
#search_pages .prev a:hover {
  background-image: url(../image/prevon.gif); background-repeat: no-repeat;
}

#search_pages .nos {
  display: inline; padding: 0 2px; margin: 0 3px; color: #000;
  border: solid 1px #000; /*background-color: #5c5c5c;*/ font-weight: bold; font-size: 11px;
}
#search_pages .nos a:link, #search_pages .nos a:visited { text-decoration: none; padding: 0 2px; }
#search_pages .nos a:hover { text-decoration: underline; }

.dump {  }