.screenCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#loadCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2100;
  display: table;
}
#loadCover #loadingBox {
  display: table-cell;
  align-content: center;
  vertical-align: middle;
  text-align: center;
}
#loadCover #progressContainer {
  display: block;
  height: 20px;
  width: 296px;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 2px;
  border-radius: 2px;
  margin: 5px auto 0px auto;
}
#loadCover #progressBar {
  height: 20px;
  width: 0%;
  background-color: #D9D9D9;
}
#loadCover #progressText {
  color: white;
  text-align: center;
  margin: 6px;
}
body {
  font-family: Tahoma, Arial;
  background-color: #1B1B1B;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
}
#reader {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  touch-action: none;
}
#reader.desktopMode {
  top: 34px;
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
}
#errorCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20000;
}
#errorCover #criticalFail {
  display: block;
  position: absolute;
  top: 50%;
  height: 400px;
  line-height: 400px;
  margin-top: -200px;
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #ffffff;
}
#controls {
  z-index: 2000;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #f2f4f4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  height: 34px;
  white-space: nowrap;
}
#controls .control {
  border: none;
  background: transparent no-repeat center;
  background-size: contain;
  outline: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 5px 10px;
  padding: 0px;
}
#controls .control:hover {
  cursor: pointer;
}
#controls .touchControl {
  margin-top: 10px;
  position: absolute;
}
#controls #logoLink {
  display: none;
}
#controls #logoLink:hover {
  cursor: pointer;
}
#controls #logoImage {
  width: auto;
  border: 0;
  vertical-align: top;
}
#controls #rightControls {
  position: absolute;
  right: 0px;
  top: 0px;
}
#controls #rightControls #desktopSearchContainer {
  display: none;
  margin: 5px 10px 5px 10px;
}
#controls #rightControls #desktopSearchContainer #desktopSearchGo {
  top: 7px;
  right: 11px;
}
#controls.touchDevice {
  top: auto;
  bottom: 0px;
  position: fixed;
  height: 44px;
  -webkit-transition: bottom 0.4s;
  -moz-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
  background-color: rgba(255, 255, 255, 0.75);
}
#controls.touchDevice.hide {
  bottom: -50px;
}
.closeControl {
  border: none;
  background: transparent no-repeat center;
  background-size: contain;
  outline: none;
  position: absolute;
  padding: 0px;
}
#infoFrame {
  z-index: 2200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
}
#thumbnailBar {
  display: none;
}
#thumbnailBar.touchDevice #thumbnails {
  height: 20%;
}
#thumbnailBar #thumbnails {
  width: 100%;
  height: 141px;
  left: 0px;
  position: fixed;
  bottom: 50px;
  background-color: black;
  overflow: hidden;
  padding-top: 10px;
}
#thumbnailBar #thumbnails .thumbnail {
  background-size: 100% 100%;
  background-color: rgba(250, 250, 250, 0.9);
}
#thumbnailBar #thumbnails .thumbnail:hover {
  cursor: pointer;
}
#thumbnailBar #positionContainer {
  width: 100%;
  height: 55px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  position: fixed;
  overflow: hidden;
}
#thumbnailBar #positionContainer #pageNumber {
  color: white;
  text-align: center;
  height: 20px;
  font-size: 16px;
  padding-top: 5px;
}
#thumbnailBar #positionContainer #positionBackground {
  width: 80%;
  height: 20px;
  top: 31px;
  left: 10%;
  position: absolute;
}
#thumbnailBar #positionContainer #positionBackground #positionBackgroundDisplay {
  height: 2px;
  background-color: #bbbbbb;
  top: 9px;
  position: absolute;
  width: 100%;
}
#thumbnailBar #positionContainer #positionBackground #positionBackgroundDisplay #positionProgress {
  width: 0%;
  height: 2px;
  background-color: #3366ff;
  top: 0px;
  left: 0px;
  position: absolute;
}
#thumbnailBar #positionContainer #positionIcon {
  position: absolute;
  width: 40px;
  height: 30px;
  border-radius: 0px;
  top: 25px;
}
#thumbnailBar #positionContainer #positionIcon #positionIconDisplay {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0.9);
  top: 5px;
  left: 10px;
}
#thumbnailBar #positionContainer #positionIcon #positionIconDisplay:hover {
  cursor: pointer;
}
#contentsContainer {
  z-index: 1900;
  position: absolute;
  display: none;
  max-height: 50%;
  width: 100%;
  max-width: 300px;
  background-color: rgba(250, 250, 250, 0.9);
  border: #dfdfdf 1px solid;
  overflow: auto;
  padding: 1px;
}
#contentsContainer.isDesktop {
  top: 34px;
  border-radius: 0px 0px 5px 5px;
}
#contentsContainer.touchDevice {
  bottom: 44px;
  position: fixed;
  border-radius: 5px 5px 0px 0px;
}
#contentsContainer .contentsElement {
  margin-left: 15px;
}
#contentsContainer .contentsElement hr {
  position: absolute;
  left: 0px;
  width: 100%;
  margin: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(160, 160, 160, 0.6);
}
#contentsContainer .contentsLink {
  padding: 5px;
  cursor: pointer;
  margin: 2px;
}
.rollover {
  border: solid 1px black;
  overflow: hidden;
  background-color: #f2f4f4;
  position: absolute;
}
.arrow {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
}
#shareContainer {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 1900;
  overflow: hidden;
  display: none;
  width: 250px;
}
#shareContainer #shareButtons {
  margin: 10px 5px 10px 5px;
}
#shareContainer #shareButtons .shareOption {
  position: relative;
  cursor: pointer;
  padding: 5px 5px;
  border: 1px solid #baaaaa;
  border-radius: 3px;
  background-color: rgba(250, 250, 250, 0.9);
  margin: 5px;
  height: 40px;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  display: none;
}
#shareContainer #shareButtons .shareOption img {
  width: 40px;
}
#shareContainer #shareButtons .shareOption span {
  position: absolute;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  left: 65px;
}
#shareContainer #shareCurrentPage {
  margin: 10px;
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons #firstPage {
  font-size: 1em;
  border-radius: 5px 0px 0px 5px;
  border-right: none;
  display: table-cell;
  vertical-align: middle;
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons #currentPage {
  font-size: 1em;
  border-radius: 0px 5px 5px 0px;
  display: table-cell;
  vertical-align: middle;
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons .sharePage {
  outline: none;
  margin: 0px;
  border: 1px solid #428bca;
  background-color: #ffffff;
  height: 35px;
  width: 50%;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons .sharePage:hover {
  cursor: pointer;
}
#shareContainer #shareCurrentPage #shareCurrentPageButtons .selected {
  background-color: #428bca;
  color: white;
}
#shareContainer.isDesktop {
  top: 34px;
  border-radius: 0px 0px 5px 5px;
}
#shareContainer.touchDevice {
  bottom: 44px;
  position: fixed;
  border-radius: 5px 5px 0px 0px;
}
#shareBackground,
#loginBackground,
#messageBackground,
#lightboxBackground,
#mobileSearchBackground,
#orderFormBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2100;
  display: none;
  overflow: hidden;
}
#emailShareContainer {
  font-size: 0.9em;
  position: relative;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 10px;
  z-index: 2101;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  display: none;
  max-width: 400px;
  margin: 0 auto;
  top: -10px;
}
#emailShareContainer #emailInputs {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#emailShareContainer #emailInputs input {
  font-size: 13px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 27px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 4px;
  line-height: 18px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 3px 3px 3px 3px;
}
#emailShareContainer #emailInputs .inputContainer {
  margin: 5px 10px;
}
#emailShareContainer #emailInputs input:focus {
  border-color: rgba(0, 160, 234, 0.8);
  border-width: 1px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  outline: 0 none;
}
#emailShareContainer #emailInputs label {
  margin-right: 15px;
}
#emailShareContainer #comments {
  padding: 0px 10px;
  margin: 0px;
  margin-top: 20px;
}
#emailShareContainer #comments #comment {
  resize: none;
  font-size: 13px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: auto;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 4px;
  line-height: 18px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 3px;
}
#emailShareContainer #comments #comment:focus {
  border-color: rgba(0, 160, 234, 0.8);
  border-width: 1px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  outline: 0 none;
}
#emailShareContainer #emailResponse {
  margin: 5px 10px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  display: none;
}
#emailShareContainer button {
  margin: 0;
  padding: 0;
}
#emailShareContainer #emailButtons {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 0;
}
#emailShareContainer #emailButtons .emailButton {
  height: 3em;
  color: #3c3c3c;
  border: 0;
  line-height: 1.33;
  display: inline-block;
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  margin: 0;
  cursor: pointer;
}
#emailShareContainer #emailButtons #emailCancel {
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 3px;
}
#emailShareContainer #emailButtons #emailSend {
  background-color: #428bca;
  color: #fff;
  border-radius: 6px;
  margin-left: 3px;
}
#emailShareContainer #emailButtons #emailCancel:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
}
#emailShareContainer #emailButtons #emailSend:hover {
  background-color: #3276b1;
}
iframe {
  border: 0px;
  margin: 0px;
}
#loginPrompt {
  font: 0.9em arial, sans-serif;
  overflow: hidden;
  position: relative;
  top: -10px;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 2101;
  border-radius: 0px 0px 5px 5px;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  display: none;
}
#loginPrompt #loginExplanation {
  text-align: left;
  font-weight: bold;
  padding: 4px;
}
#loginPrompt #loginInputs {
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  width: 90%;
}
#loginPrompt #loginInputs input {
  font-size: 13px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 40px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 4px;
  line-height: 18px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  border-style: solid;
  border-color: #cccccc;
}
#loginPrompt #loginInputs #username {
  border-width: 1px;
  border-radius: 3px 3px 0px 0px;
}
#loginPrompt #loginInputs #password {
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 3px 3px;
}
#loginPrompt #loginInputs input:focus {
  border-color: rgba(0, 160, 234, 0.8);
  border-width: 1px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 160, 234, 0.75);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  outline: 0 none;
}
#loginPrompt #loginInputs .inputLabel {
  margin-right: 15px;
}
#loginPrompt #loginResponse {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  display: none;
}
#loginPrompt button {
  margin: 0;
  padding: 0;
}
#loginPrompt #loginButtons {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 0;
}
#loginPrompt #loginButtons .loginButton {
  padding: 11px;
  color: #3c3c3c;
  border: 0;
  line-height: 1.33;
  width: -webkit-calc(50% - 23px);
  width: calc(50% - 23px);
  margin: 0;
  cursor: pointer;
  height: 100%;
  vertical-align: top;
}
#loginPrompt #loginButtons #resetPassword {
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 3px;
}
#loginPrompt #loginButtons #loginSend {
  background-color: #428bca;
  border: 1px solid #428bca;
  color: #fff;
  border-radius: 6px;
  margin-left: 3px;
}
#loginPrompt #loginButtons #resetPassword:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
}
#loginPrompt #loginButtons #loginSend:hover {
  background-color: #3276b1;
}
#loginPrompt .loginExtras {
  text-align: right;
  margin-top: 10px;
  text-decoration: none;
}
#loginPrompt #loginSubscribe {
  cursor: pointer;
}
#loginPrompt #loginSubscribe:hover {
  opacity: 0.7;
}
#messageBox {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  top: -10px;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 2101;
  border-radius: 0px 0px 5px 5px;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  display: none;
}
#messageBox #message {
  margin: 0 0 15px 0;
  border-radius: 10px;
  padding: 30px 0;
}
#messageBox #messageClose {
  margin: 0;
  padding: 0;
  background-color: #428bca;
  color: #fff;
  border: 0;
  border-radius: 6px;
  width: 47%;
  height: 3em;
  line-height: 1.33;
  cursor: pointer;
}
#messageBox #messageClose:hover {
  background-color: #3276b1;
}
.failure {
  background-color: rgba(255, 0, 0, 0.5);
}
.success {
  background-color: rgba(0, 255, 0, 0.5);
}
.default {
  background-color: rgba(220, 220, 220, 0.5);
}
.box-shadow {
  box-shadow: 0px 0px 10px 1px #5c5c5c;
}
#desktopSearchResultsContainer {
  position: absolute;
  right: 0px;
  width: 240px;
  background-color: rgba(250, 250, 250, 0.9);
  display: none;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  z-index: 1900;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
}
#desktopSearchResultsContainer #desktopSearchResultsList {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 230px;
  display: none;
}
#desktopSearchResultsContainer #closeSearchResults {
  position: relative;
  width: 100px;
  line-height: 1.33;
  margin: 10px auto;
  color: #3c3c3c;
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  padding: 5px;
}
#desktopSearchResultsContainer #closeSearchResults:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
}
.noResults,
.searching {
  position: relative;
  margin: 10px auto;
  display: none;
  text-align: center;
}
#mobileSearchContainer {
  font-size: 0.9em;
  position: relative;
  background-color: white;
  padding: 10px;
  z-index: 2101;
  box-shadow: 0px 0px 15px 0px black;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  display: none;
  max-width: 400px;
  margin: 0 auto;
  top: -10px;
}
#mobileSearchContainer #mobileSearchBox {
  position: relative;
  width: 156px;
  margin-left: auto;
  margin-right: auto;
}
#mobileSearchContainer #mobileSearchBox #mobileSearchGo {
  top: 2px;
  right: 2px;
}
#mobileSearchContainer #mobileSearchResultsContainer {
  position: relative;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}
#mobileSearchContainer #mobileSearchResultsContainer #mobileSearchResultsList {
  display: none;
  margin-top: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 225px;
}
#mobileSearchContainer #mobileSearchResultsContainer #mobileSearchResultsList #iOSHelperContainer {
  height: 100%;
  max-height: 225px;
  overflow-y: auto;
}
.searchText {
  font-size: 13px;
  width: 125px;
  height: 20px;
  padding: 1px 25px 1px 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  line-height: 18px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 3px 3px 3px 3px;
}
.searchGo {
  background: transparent no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0px;
  position: absolute;
  vertical-align: middle;
  outline: none;
}
.searchGo:hover {
  cursor: pointer;
}
.searchResult {
  position: relative;
  width: 90%;
  height: 50px;
  line-height: 14px;
  margin: 5px auto;
  padding: 5px 5px;
  cursor: pointer;
  border: 1px solid #baaaaa;
  border-radius: 3px;
  background-color: rgba(250, 250, 250, 0.9);
}
.searchResult .resultPage {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0.5em;
}
.searchResult .resultText {
  font-size: 11px;
  margin: 0px;
  height: 28px;
  overflow: hidden;
}
.searchResult .resultText .hitText {
  color: #46CB18;
}
.throbberWrapper {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #FFFFFF;
  border-radius: 14px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.throbber li {
  position: absolute;
  display: block;
  border-radius: 14px;
  background-color: #999;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.throbber li:nth-child(1) {
  top: 0%;
  left: 50%;
}
.throbber li:nth-child(2) {
  top: 15%;
  left: 85%;
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.throbber li:nth-child(3) {
  top: 50%;
  left: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.throbber li:nth-child(4) {
  top: 85%;
  left: 85%;
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.throbber li:nth-child(5) {
  top: 100%;
  left: 50%;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.throbber li:nth-child(6) {
  top: 85%;
  left: 15%;
  opacity: 0.5;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.throbber li:nth-child(7) {
  top: 50%;
  left: 0%;
  opacity: 0.4;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.throbber li:nth-child(8) {
  top: 15%;
  left: 15%;
  opacity: 0.3;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.lightboxContentContainer {
  position: fixed;
}
.lightboxContentContainer .lightboxContent {
  visibility: hidden;
}
#previousPageNav {
  left: 0px;
}
#previousPageNav img {
  left: 0px;
}
#nextPageNav {
  right: 0px;
}
#nextPageNav img {
  right: 0px;
}
.pageNav {
  position: absolute;
  top: 0px;
  width: 10%;
  height: 100%;
  overflow: hidden;
}
.pageNav img {
  position: absolute;
}
#orderFormContainer {
  position: absolute;
  top: 0px;
  left: 1%;
  width: 98%;
}
#orderForm {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 2101;
  border-radius: 0px 0px 5px 5px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  display: none;
}
#orderForm #orderFormTitle {
  height: 20px;
}
#orderForm #emptyFormInfo {
  margin-top: 10px;
}
#orderForm #postageInfo {
  margin-top: 10px;
  text-align: right;
  display: none;
}
#orderForm #orderFormTableWrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 40px;
}
#orderForm #orderFormTableWrapper #orderFormTable {
  display: table;
  padding: 0 10px 0 10px;
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid #dddddd;
  border-radius: 5px;
  height: 100%;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
}
#orderForm #orderFormTableWrapper #orderFormTable #orderFormTableHeading {
  display: table-row;
  height: 40px;
  font-weight: bold;
}
#orderForm #orderFormTableWrapper #orderFormTable #orderFormTableHeading #emptyOrderForm {
  display: none;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableRow {
  display: table-row;
  height: 40px;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell .inputField {
  width: 60%;
  height: 1.2em;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell .removeItem {
  height: 2em;
  width: 100%;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.33;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell .removeItem:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
  cursor: pointer;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell.description {
  width: 25%;
}
#orderForm #orderFormTableWrapper #orderFormTable .orderFormTableCell.removeButton {
  width: 20%;
}
#orderForm #orderFormTableWrapper #orderFormTable #totalPriceRow {
  font-weight: bold;
}
#orderForm button {
  margin: 0;
  padding: 0;
}
#orderForm #orderFormButtons {
  margin: 40px auto 10px auto;
  text-align: center;
  width: 100%;
  max-width: 400px;
  font-size: 0;
}
#orderForm #orderFormButtons .orderFormButton {
  height: 3em;
  color: #3c3c3c;
  border: 0;
  border-radius: 6px;
  line-height: 1.33;
  display: inline-block;
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  margin: 0;
}
#orderForm #orderFormButtons #dismissOrderForm {
  margin-right: 3px;
  background-color: #fefefe;
  border: 1px solid #ccc;
}
#orderForm #orderFormButtons #dismissOrderForm:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
  cursor: pointer;
}
#orderForm #orderFormButtons #sendOrderForm {
  margin-left: 3px;
  background-color: #e5e4e2;
}
#orderForm #orderFormButtons #sendOrderForm.enabled {
  background-color: #428bca;
  color: #fff;
}
#orderForm #orderFormButtons #sendOrderForm.enabled:hover {
  background-color: #3276b1;
  cursor: pointer;
}
