@charset "UTF-8";

/* CSS HEX */
/* --dark-liver-horses: #5a3836ff;
--liver-chestnut: #997e63ff;
--grullo: #b79f83ff;
--bone: #e9e1d6ff;
--brick-red: #d43f51ff;
-- very pale cream #F8F5F2; */
h1 {
  background-color: #5a3836ff;
  color: #e9e1d6ff;
}

/* other stuff */
#footer{
	background-color:#E9E1D6;
	color:#997E63;
  float:left;
}

#content p, #content h2 {
  color: #5a3836ff;
}

#right_sidebar {
  padding:10px;
  width:23%;
  float:right;
  background-color: #b79f83ff;
}
#right_sidebar .h2 {
  padding:0;
}
#right_sidebar .aside {
  font-size: 0.8em;
  font-style: italic;
  background-color: #b79f83ff;
}
#left_mainbody {
  float:left;
  width:75%;
}

/* shop formatting stuff */

.product_outline {
  border:1px #997E63 solid;
  margin:10px;
  padding:5px;
  width:200px;
  height:200px;
  background-color: #F8F5F2;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
.product_outline p {
  margin-block-start: 0em;
  margin-block-end: 0.2em;
}
.outline_img {
  margin:5px !important;
  height:150px;
}
.outline_title {
  font-size: 0.8em;
}
.sub_para {
  font-size: 0.7em;
  position:absolute;
  bottom:10px;
}

.product-description {
  width:45%;
  display:inline-block;
  min-height:400px;
}
.product-images {
  width:40%;
  display:inline-block;
  min-height:400px;
  float:right;
}
.product-image-main {
  display:block;
  width:300px;
    height:300px;
  border: 1px solid #997e63ff;
  vertical-align:top;
}
img.product-image-main {
  width:300px;
  height:auto !important;
  display:inline-block;

}
.product-image-thumbnails ul {
  list-style-type: none;
  padding:0px;
  text-indent: 0;
}
.product-image-thumbnails ul li {
  display: inline-block;
  padding: 0px;
  width:100px;
  height:100px;
  vertical-align: middle;
  border: 1px solid #997e63ff;
}
img.product-image-thumbnail {
  height: 100px !important;
  width: auto !important;
  margin:0 !important;
  border: 0 !important;
}
.product-images {
  min-height:450px;
}

.dept_outline {
  border:1px #997E63 solid;
  margin:10px;
  padding:0px;
  width:200px;
  height:200px;
  display: inline-block;
  position:relative;
}
.dept_outline p {
  margin-block-start: 2.5em;
  margin-block-end: 0.2em;
}
.dept_title {
  font-size: 2em;
  font-weight: bold;
  width:100%;
}
/* end shop formatting stuff */
