@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Sanchez:400|family=Roboto);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* Product Page */
#productPage {
  position: relative;
}
#productPage #pageSummary {
  background-color: #DDD4BC;
  height: 90px;
  padding: 20px 20px 0 20px;
  z-index: 1000;
}
#productPage #pageSummary h1 {
  position: relative;
  left: 220px;
  top: 15px;
}
#productPage #allProductWrapper {
  background: #efebe0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efebe0 0%, #e7e0d0 14%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efebe0), color-stop(14%, #e7e0d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efebe0 0%, #e7e0d0 14%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efebe0 0%, #e7e0d0 14%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efebe0 0%, #e7e0d0 14%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efebe0 0%, #e7e0d0 14%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efebe0", endColorstr="#e7e0d0",GradientType=0 );
  /* IE6-9 */
  position: relative;
  padding: 20px;
  margin-bottom: 80px;
}
#productPage #allProductWrapper:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
#productPage #allProductWrapper #pagePhoto {
  position: absolute;
  top: -90px;
}
#productPage #allProductWrapper #pagePhoto img {
  float: left;
  margin-right: 30px;
  border: 1px solid #372722;
  width: 190px;
  height: 110px;
}
body.js #productPage.tabsTop #productDetails dt {
  float: left;
  padding-right: 18px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
body.js #productPage.tabsTop #productDetails dd {
  top: 55px;
  left: 0;
}
body.js #productPage.tabsAccordion dd {
  display: none;
}
body.js #productPage.tabsLeft #productDetails dl {
  position: relative;
}
body.js #productPage.tabsLeft #productDetails dt {
  width: 140px;
  margin: 0 0 16px;
  text-align: right;
}
body.js #productPage.tabsLeft #productDetails dt.selected + dd {
  z-index: 10;
}
body.js #productPage.tabsLeft #productDetails dd {
  position: absolute;
  top: 0;
  left: 188px;
  opacity: 0;
  z-index: 0;
}
#productPage #productButtons {
  position: absolute;
  left: 105px;
  top: -10px;
  z-index: 1000;
}
#productPage #productButtons li {
  font-size: 123.1%;
}
#productPage #productButtons li a {
  font-size: 100%;
}
#productPage #applyNow2,
#productPage #questions {
  font-size: 123.1%;
}
#productPage #applyNow2 a,
#productPage #questions a {
  font-size: 100%;
  font-weight: bold;
  color: blue;
}
#productPage #applyNow2 a:hover,
#productPage #questions a:hover {
  text-decoration: underline;
}
#productPage #questions, #productPage #applyNow {
  background: transparent url("../image/sprites.png") -235px 5px no-repeat;
  width: 100px;
  height: 104px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productPage #questions a, #productPage #applyNow a {
  font-family: "Sanchez", serif;
  font-size: 131%;
  font-weight: 400;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 0 10px;
}
#productPage #questions:hover, #productPage #applyNow:hover {
  background: transparent url("../image/sprites.png") -336px 5px no-repeat;
}
#productPage #questions:hover a, #productPage #applyNow:hover a {
  text-decoration: none;
}
#productPage .socialButtons {
  margin: 20px 0 0 10px;
  overflow: hidden;
  width: 171px;
  position: relative;
}
#productPage .socialButtons li {
  padding-top: 7px;
  padding-left: 28px;
  margin: 0 10px 0 0;
  height: 22px;
  cursor: pointer;
  color: #776c63;
  border-top: 1px solid #D2CABA;
  z-index: 999;
  cursor: pointer;
}
#productPage .socialButtons li.share:before {
  content: " ";
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 5px;
  background: transparent url("../image/sprites.png") -482px 0px no-repeat;
  z-index: 1000;
}
#productPage .socialButtons li.print:before {
  content: " ";
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 37px;
  left: 5px;
  background: transparent url("../image/sprites.png") -482px -30px no-repeat;
  z-index: 1000;
}
#productPage .socialButtons li.questions {
  border-bottom: 1px solid #D2CABA;
}
#productPage .socialButtons li.questions:before {
  content: " ";
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 67px;
  left: 5px;
  background: transparent url("../image/sprites.png") -482px -60px no-repeat;
  z-index: 1000;
}
#productPage .socialButtons li.questions a {
  color: #776c63;
}
#productPage .socialButtons li:hover {
  background: #D2CABA;
}
#productPage #productDetails dl {
  display: block;
  position: relative;
  top: -48px;
  width: 450px;
  float: right;
  list-style: none;
}
#productPage #productDetails dl dt {
  color: #666;
  background: transparent url("../image/inactive-tab-bg.png") 0 0 repeat-x;
  height: 26px;
  font-weight: bold;
  padding: 3px 0 0 15px;
  margin-right: 3px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 116%;
  font-weight: 400;
}
#productPage #productDetails dl dt:hover {
  text-decoration: none;
  background: transparent url("../image/hover-tab-bg.png") 0 0 repeat-x;
  color: #968c83;
}
#productPage #productDetails dl dt.selected {
  cursor: default;
  text-decoration: none;
  background: transparent url("../image/active-tab-bg.png") 0 0 repeat-x;
  color: #1B644D;
}
#productPage #productDetails dl dd {
  position: relative;
}
#productPage #productDetails dl dd h3 {
  color: #43332C;
  margin: 10px 0 5px 0;
}
#productPage #productDetails dl dd a {
  text-decoration: underline;
  cursor: pointer;
}
#productPage #productDetails dl dd a:hover, #productPage #productDetails dl dd a:active {
  text-decoration: none;
}
#productPage #productDetails dl dd ul {
  padding: 0 0 10px 30px;
  list-style-type: none;
}
#productPage #productDetails dl dd ul > li {
  background: transparent url("../image/sprites.png") -497px -452px no-repeat;
  padding: 0 0 0 9px;
  line-height: 160%;
}
#productPage #productDetails dl dd ul > li li {
  background: transparent url("../image/sprites.png") -495px -479px no-repeat;
}

body.refresh #productPage #pageSummary {
  background-color: #5d7165;
}
body.refresh #productPage #pageSummary h1 {
  color: #FFF;
}
body.refresh #productPage #allProductWrapper {
  background: #e0e7e3;
}
body.refresh #productPage #productDetails dl dt {
  background: #b4c5bb;
  color: #666666;
  height: 23px;
}
body.refresh #productPage #productDetails dl dt.selected {
  background: #e0e7e3;
  color: #1b644d;
}
body.refresh #productPage .socialButtons li.share:before {
  background-image: url("../image/refresh/sprites.png");
}
body.refresh #productPage .socialButtons li.print:before {
  background-image: url("../image/refresh/sprites.png");
}
body.refresh #productPage .socialButtons li.questions:before {
  background-image: url("../image/refresh/sprites.png");
}
