/* Used on /members/consign.php */
.frmlst {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}

.frmlst li {
  margin-bottom: 0.25em;
}

.frmlst li.note {
  font-size: 75%;
  font-style: italic;
}

.hdr_small {
  margin: 1em 0 0.25em;
  padding: 0;
}

h2.hdr_small {
  font-size: 150%
}

h3.hdr_small {
  font-size: 125%;
}

.frmlst li.hdr, .frmlst li.shdr {
  font-weight: bold;
}

.frmlst input.wide {
  width: 16em;
}

.frmlst li.shdr {
  margin-top: 0.75em;
}

.frmlst .blocklabel {
  vertical-align: middle;
  width: 140px;
  display: inline-block;
}

textarea.frmtxt {
  width: 100%;
  height: 8em;
}

.container_div {
  margin: 0 1em;
  text-align: left;
}

.alertbox {
  background-color: #FFFF88;
  border: 1px solid #AAAA00;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125), 0 0 8px rgba(221,221,153,0.5) inset;
  margin: 0.5em 1em;
  padding: 1em;
}

.errorbox {
  background-color: #FF9999;
  border: 1px solid #AA3333;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125), 0 0 8px rgba(255,102,102,0.5) inset;
  margin: 0.5em 1em;
  padding: 1em;
}

.confirmbox {
  background-color: #88ff88;
  border: 1px solid #00aa00;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125), 0 0 8px rgba(153, 221, 153, 0.5) inset;
  margin: 0.5em 1em;
  padding: 1em;
}

.dashed-outline {
  margin: 0;
  padding: 0;
}

.dashed-outline:hover {
  box-shadow: 0 0 7px #AA3333;
  background-color: rgba(150,71,71,0.05);
}

.errorrow {
  background-color: #ffb2ac;
}

.errorfield {
  background-color: #ffe0d8;
}

.important {
  font-weight: bold;
  color: #FF0000;
}

.sitemap h1, .sitemap h2, .sitemap h3 {
  margin: 0;
  padding: 0;
}

.sitemap ul {
  padding: 0;
  margin: 0;
  list-style-position: outside;
  list-style-type: none
}

.sitemap h1 {
  font-size: 125%
}

.sitemap h2 {
  font-size: 110%;
  margin-left: 1em;
}

.sitemap h3 {
  font-size: 100%;
  margin-left: 2em;
}

.head_small, .head_medium, .head_big {
  padding: 0.25em 0.1em 0.5em;
  margin: 0 0 0.25em;
  background-image: url(/images/style/bg_grad.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  background: #ada284;
  background: -webkit-linear-gradient(top,#ADA284 0%,#b7ae93 14px, #ADA284 15px,#ADA284 93%,rgba(173, 162, 132, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ADA284 0%, #b7ae93 14px, #ADA284 15px, #ADA284 93%, rgba(173, 162, 132, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 2px #827963;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.head_small {
  font-size: 10pt;
}

.head_medium {
  font-size: 12pt;
}

.head_big {
  font-size: 14pt;
}

/* Used for change address forms */
.long_input {
  width: 16em;
}

.short_input {
  width: 7em;
}

.medium_input {
  width: 9em;
}

.text-small {
  font-size: 75%;
}

.h_right {
  padding-right: 0.5em;
  text-align: right;
}

.err_txt {
  color: #FF0000;
  font-weight: bold;
}

.note {
  font-size: 80%;
}

.bold-red, a.bold-red:link, a.bold-red:visited, a.bold-red:active {
  font-weight: bold !important;
  color: #FF0000 !important;
}

a.bold-red:hover {
  color: #FCCE00 !important;
}

.bold-orange {
  font-weight: bold !important;
  color: #ffcc00 !important;
}

.checkout_bonus_row {
  background-color: #fbf6b5
}

.checkout_group_one {
  background-color: #eee7d5
}

.checkout_group_two {
  background-color: transparent
}

.hline {
  height: 2px;
  background-color: #ada284;
  margin: 0.5em 0 0 0;
  padding: 0
}

#checkout_table td {
  padding: 0.25em 0;
}

#pay_process_table td {
  padding: 0;
  margin: 0;
}

#pay_process_table {
  border-collapse: collapse;
}

a.no_style, a.no_style img {
  text-decoration: none !important;
  cursor: default;
  border: 0 none;
}

a.no_style:hover {
  text-decoration: none;
  cursor: default;
  border: 0 none;
}

input[disabled='disabled'], select[disabled='disabled'], input:disabled, select:disabled {
  background-color: #d4d0c8;
  color: #808080;
}

input[readonly='readonly'], select[readonly='readonly'] {
  background-color: #d4d0c8;
  color: #808080;
}

/* STYLES FOR SHOW/HIDE LISTS */
.show-hide {
  padding: 0;
  margin: 0;
}

ul.show-hide {
  list-style-type: none;
}

.show-hide .a {
  display: none;
  margin-bottom: 1em;
}

.show-hide .q, .show-hide .qlink {
  display: block;
  font-weight: bold;
  margin: 0.5em 0;
}

.show-hide .qlink {
  text-decoration: underline;
  cursor: pointer;
}

.show-hide .qlink:hover {
  color: #C00000;
}

.b {
  font-weight: bold;
}

.ac {
  text-transform: uppercase;
}

.t-red, .t-yellow, .t-green {
  font-weight: bold;
}

.t-red {
  color: #cb5353 !important;
}

.t-yellow {
  color: #a2971b !important;
}

.t-green {
  color: #1ba22a !important;
}

a:hover.t-red, a:hover.t-yellow, a:hover.t-green {
  color: #C00000 !important;
}

.smoothbox, .smoothbox-compact {
  border-radius: 10px;
  /*border:1px solid rgba(0,0,0,0.25);
   background-color:rgba(255,255,255,0.25);*/
  border: 1px solid #bbb5a6;
  background-color: #f9f2de;
  padding: 0.75em;
}

.sidewidget {
  background-color: #f9f2de;
  border-radius: 10px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
  padding: 0.75em;
}

.selected-item-yellow {
  background-color: rgba(255, 255, 0, 0.25);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 2px 0;
  padding: 1px;
}

.smoothbox-compact {
  padding: 0;
  margin: 0 0 1em;
  clear: both
}

.paddedbox {
  padding: 1em;
}

.spacedbox {
  margin-bottom: 1em;
}

.solutions tr td, .solutions tr th {
  white-space: nowrap;
  padding: 0 0.5em 1em;
  vertical-align: top
}

.solutions tr td.ws-normal {
  white-space: normal;
}

.address_form {
  border-collapse: collapse;
}

.archive-search-box {
  clear: both;
  margin: 1em 0;
  background-color: #d1c7aa;
  height: 16px;
  color: #FFFFFF;
  line-height: 16px;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 75%;
  font-weight: bold;
  border-radius: 8px;
}

.archive-search-box .search-terms, .archive-search-box .search-checkbox, .archive-search-box .search-submit {
  height: 16px;
  vertical-align: top;
  margin: 0 0 0 5px;
  line-height: 16px;
  border-radius: 8px;
  border: 0 none;
}

.archive-search-box .search-terms {
  width: 25%;
  font-size: 95%;
  padding: 0 5px;
}

.archive-search-box .search-checkbox {
  width: 14px;
  padding: 0;
}

.archive-search-box .search-submit {
  font-size: 100%;
  padding: 0 5px 0 17px;
  font-weight: normal;
  background: #F8F8F8 1px center no-repeat url('/images/style/login_box/extra/arrow.png');
}

.archive-search-box .search-submit:active {
  margin: 1px 0 0 6px;
}

ul.orderHistSummary, ul.orderHistDetails {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  clear: both;
}

ul.orderHistSummary {
  margin: 0 10px;
}

.orderHistDetails {
  margin: 10px;
}

ul.orderHistDetails li {
  /*clear: both;*/
  float: left;
  /*padding: 10px 0;*/
  /*width: 100%;*/
}

ul.orderHistSummary li {
  border-top: 1px dashed #d2cab1;
  clear: both;
  float: left;
  padding: 10px 0;
  width: 100%;
}

ul.orderHistSummary li.first {
  border-top: 1px solid #d2cab1;
}

ul.orderHistSummary li div.thumb {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  width: 50px;
}

ul.orderHistSummary li div.desc {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.orderHistHead {
  /*padding:0.75em 0.5em;*/
  margin: 0 0 0.25em;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: #e7dec3;
  text-shadow: 1px 1px 2px #b4ab91;
  border-radius: 6px 6px 0 0;
}

.orderHistFilter {
  padding: 0.75em 0.5em;
  margin: 0 0 1em;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: #e7dec3;
  text-shadow: 1px 1px 2px #b4ab91;
  border-top: 1px solid #d2cab1;
  border-bottom: 1px solid #d2cab1;
  font-weight: bold;
}

.orderHistTools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.orderHistTools li {
  float: left;
  border-left: 1px solid #d2cab1;
  padding: 0 1em;
  margin: 0 0 1em;
  line-height: 12px;
}

.orderHistTools li.first {
  border: 0 none;
  padding-left: 0.5em;
}

.orderHistTools a {
  cursor: pointer;
}

.orderHistHead a {
  cursor: pointer;
  display: block;
  padding: 0.25em 0.75em;
}

.new {
  color: #FF0000;
  font-weight: bold;
  margin-right: 4px;
  text-shadow: -1px 0 0.5px #FFFF00, 1px 0 0.5px #FFFF00, 0 -1px 0.5px #FFFF00, 0 1px 0.5px #FFFF00;
}

.cardcontainer {
  border: 1px solid #c0a080;
  border-radius: 4px;
  padding: 0.5em;
  margin: 0.5em 0;
}

/* Checkout/Fixed price related */
.itemAdded, .itemAddedError {
  color: #595448;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.lineClip {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 600px;
}

.itemAddedError {
  color: #743939;
}

.itemAdded img, .itemAddedError img {
  margin-top: -5px;
  vertical-align: middle;
  border: 0 none;
  margin-right: 0.25em;
}

.shoppingItemInfo .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.shoppingItemInfo .price {
  font-size: 14px;
  font-weight: bold;
}

.shoppingItemInfo .extra {
}

.but_Checkout:hover, .but_cShopping:hover {
  box-shadow: 0 1px 5px 1px rgba(128, 128, 64, 0.5);
}

.but_Checkout:disabled, .but_CShopping {
  background: #eaeaea;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 50%, #d0d0d0 51%, #cccccc 100%) repeat scroll 0 0 !important;
  border: 1px solid #d5d5d5 !important;
  color: #808080 !important;
}

.but_Checkout, .but_cShopping {
  background: #b5eaa8;
  background: -moz-linear-gradient(top, #fcfef9 0%, #b5eaa8 50%, #7ad863 51%, #70d557 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfef9), color-stop(50%,#b5eaa8), color-stop(51%,#7ad863), color-stop(100%,#70d557));
  background: -webkit-linear-gradient(top, #fcfef9 0%,#b5eaa8 50%,#7ad863 51%,#70d557 100%);
  background: -o-linear-gradient(top, #fcfef9 0%,#b5eaa8 50%,#7ad863 51%,#70d557 100%);
  background: -ms-linear-gradient(top, #fcfef9 0%,#b5eaa8 50%,#7ad863 51%,#70d557 100%);
  background: linear-gradient(to bottom, #fcfef9 0%,#b5eaa8 50%,#7ad863 51%,#70d557 100%);
  border: 1px solid #70d557;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  margin: 0.35em 0;
  padding: 3px 8px;
  font-style: italic;
  white-space: nowrap;
  border-radius: 12px;
  text-decoration: none !important;
  color: #003366 !important;
  text-shadow: 0 0 2px #FFFFFF, 0 0 1px #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  vertical-align: top;
  line-height: 1em;
  display: inline-block;
}

.but_cShopping {
  background: #e9eaa8;
  background: -moz-linear-gradient(top, #fefcfa 0%, #e9eaa8 50%, #d6d864 51%, #d3d557 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcfa), color-stop(50%,#e9eaa8), color-stop(51%,#d6d864), color-stop(100%,#d3d557));
  background: -webkit-linear-gradient(top, #fefcfa 0%,#e9eaa8 50%,#d6d864 51%,#d3d557 100%);
  background: -o-linear-gradient(top, #fefcfa 0%,#e9eaa8 50%,#d6d864 51%,#d3d557 100%);
  background: -ms-linear-gradient(top, #fefcfa 0%,#e9eaa8 50%,#d6d864 51%,#d3d557 100%);
  background: linear-gradient(to bottom, #fefcfa 0%,#e9eaa8 50%,#d6d864 51%,#d3d557 100%);
  border: 1px solid #d6d864;
}

.no_style, .no_style_link {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: transparent
}

.no_style_link {
  cursor: pointer
}

/* Debug styles */
.db {
  border: 1px solid #000000;
  margin: 4px;
  padding: 0;
}

.db h3 {
  background-color: rgba(255, 255, 128, 0.25);
  margin: 0;
  padding: 4px;
  cursor: pointer;
}

.db h3:before {
  content: "Debug ";
}

.db pre {
  background-color: rgba(128, 208, 255, 0.25);
  margin: 0;
  padding: 4px;
  white-space: pre-wrap;
}

.db pre.h {
  display: none;
}

ul.simplelist {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.simplelist li {
  font-weight: normal;
  margin: 0.175em 0;
}

ul.simplelist li a {
  font-weight: bold;
}

ul.simplelist ul {
  padding: 0;
  margin: 0 0 0 1.25em;
  list-style: none;
}

.boxborder {
  background-color: #f8f1db;
  border: 1px solid #ADA284;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
  margin-top: 1em;
  padding: 1em;
}

div.filterbar li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.readmore-js-toggle {
  text-align: center;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.super {
  font-size: 75%;
  font-variant: super;
}

.grey {
  color: #999;
}

.hlist {
  display: inline;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
}

.hlist > li {
  display: inline;
  padding: 0 0.25em;
}

.meme_container img {
  width: 100%;
  border: 1px solid #000000;
}

.announce_cell {
  border: 0 solid #000000;
  padding: 2px;
  margin: 1em;
  display: table-cell;
  /*width: 33%;*/
  text-align: center;
}

.announce_cell.fixed {
}

.announce_cell.meme > a > img {
  border: 1px solid #000000;
}

.announce_important {
  margin: 4px 0;
}

.announce_container {
  padding: 0;
  margin: 4px 0;
  display: table;
  width: 100%;
}

.readmore.readmore-js-collapsed {
  box-shadow: 0 -6px 4px -4px rgba(0,0,0,0.25) inset;
}

.readmore.readmore-js-expanded {
  box-shadow: none;
}

.readmore-js-toggle:focus {
  outline: 0 none;
}

.logintosee{
  background: #c6bea5 none repeat scroll 0 0;
  border-radius: 8px;
  padding: 0.125em 0.5em;
  font-weight:bold;
  margin-bottom:1em;
}

.logintosee > a{
font-size:110%;}

span.logintosee{
  font-size: 85%;
}

div.logintosee{
  /* width:100%; */
}
