#blurb {
    background-color: #0080c0;
    color: #FFF;
    padding: 3px 10px;
    width: 230px;
    max-height: 20px;
    margin: 30px auto 0px;
    text-align: center;
    font-size: 14px;
  }
.catalogContainer {
  width: 94%;
  min-height: 270px;
  margin: 0 auto;
  padding: 30px;
  border: #000 3px solid;
  border-radius: 4px;
  background-color: #ccc;
}
.catalogContainerId {
  font-size: x-small;
  position: static;
  bottom: 5px;
  right: 5px;
}
.catalogContainerImage {
  width: 100%;
}
.catalogContainerImage img {
  width: 100%;
}
.catalogProductContainer {
  width: 90%;
  min-height: 100px;
  background-color: #ccc;
  border: 1px solid #000;
  padding: 10px;
  margin: 0.5%;
  float: left;
}
.catalogContainerTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.clearer {
  clear: both;
}
#copyright a {
  color: #777;
  text-decoration: none;
  position: relative;
  bottom: 0px;
  left: 5px;
}
#copyright a:hover {
  color: #eee;
  text-decoration: underline;
}
#headerLeft {
  background-image: url(/images/wood-c2c.png);
  background-repeat: repeat;
  width: min-width: 20%;
}
#infoHolder {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30%;
  max-width: 300px;
  height: 200px;
  background-color: rgba(255,255,255,0.5);
  visibility: hidden;
}
#listHolder {
  width: 90%;
  max-width: 380px;
  margin: 20px auto;
  padding: 20px;
  background-color: #999;
  border: 1px solid #000;
}
#listing {
  margin: 5px auto;
  padding: 2px;
  background-color: #FFF;
  border: 1px solid navy;
  font-size: 13px;
  tr:nth-child(odd) {
    background-color: #DDD;
  }
}
#listingTable {
  width: 95%;
  margin: 10px auto;
  font-size: 10px;
}
#listingTable th {
  background-color: #333;
  color: #FFF;
  font-size: 8px;
}
#listingTable .flname {
  padding: 4px 2px;
}
#listingTable .phnum {
 padding: 4px 2px;
}
#listingTable .sobdat {
  padding: 4px 2px;
}
#logo {
  width: 80%;
  max-width: 280px;
  margin: 50px auto 0;
}
#logo img {
  width: 100%;
}
#mainContainer {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 270px;
  margin: 0 auto;
  padding: 10px;
  border: #000 3px solid;
  border-radius: 4px;
  background-color: #333;
}
#mainFlexContainer {
  display: flex;
  flex-shrink: 3;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: #000 3px solid;
  border-radius: 4px;
  background-color: #ccc;
}
.mainFlexItemHome {
  flex-wrap: wrap;
  flex-flow: column wrap;
  width: 230px;
}
.mainFlexItemHome img {
  width: 100%;
}
#mainFlexStoryCard {
  width: 85%;
  display: flex;
  margin: 1%;
  padding: 10px;
  border: 1px solid #000;
}
#menu {
  width: 30px;
  height: 15px;
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 200;
}
#menu img {
  width: 100%;
}
#menuHolder {
  width: 170px;
  padding: 10px;
  font-size: 18px;
  position: fixed;
  display: none;
  top: 15px;
  right: 60px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #ddd;
  border-radius: 10px;
  z-index: 300;
  box-shadow: 8px 8px 10px 10px rgba(0, 0, 0, 0.3);
}
#menuHolder li {
  list-style: none;
  line-height: 2em;
}
#menuHolder li a {
  text-decoration: none;
  color: #333;
}
#menuHolder li a:hover {
  text-decoration: underline;
  color: #f00;
}
#searchBox {
    top: 15px;
    right: 60px;
    position: absolute;
    z-index: 200;
}
#searchBox #productSearch{
    width: 100px;
}
#secondaryFlexContainer {
  display: flex;
  flex-shrink: 3;
  width: calc(90% - 3rem);
  margin: 10px auto;
  padding: 1rem;
  border: #000 2px solid;
  border-radius: 4px;
  font-size: 10px;
}
.sold {
  color: #f00;
  font-size: 10px;
  text-align: center;
}
