html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  min-height: 100%;
  min-width: 960px;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000
}

#LineR {
  position: absolute;
  width: 84px;
  height: 100%;
  right: 55px;
  bottom: 286px;
  background-color: #a2b4a6;
  z-index: 18;
}

#LineRFade {
  position: absolute;
  width: 84px;
  height: 530px;
  top: 0px;
  right: 55px;
  z-index: 18;
  background-image: url(images/lineRFade.png);
  background-repeat: repeat-x;
}

#ManRed {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 400px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#TextMain {
  position: relative;
  min-height: 100%;
  margin-left: 300px;
  margin-right: 280px;
  padding-top: 170px;
  padding-bottom: 394px;
  min-width: 300px;
  text-align: justify;
  z-index: 15;
}

* html #TextMain {
  height: 100%;
}

#TextChapt {
  position: relative;
  min-height: 100%;
  margin-left: 246px;
  margin-right: 280px;
  padding-top: 170px;
  padding-bottom: 380px;
  min-width: 300px;
  text-align: justify;
  z-index: 15;
}

* html #TextChapt {
  height: 100%;
}


#BigBox {
  position: relative;
  width: 360px;
  height: 600px;
  right: -170px;
  top: -16px;
  margin-left: -180px;
  float: right;
  z-index: -100;
}


.ChapterBag {
  position: relative;
  width: 290px;
  height: 360px;
  margin: 20px 0px;
  padding: 0;
}

.Chapter {
  margin-top: -80px;
  margin-bottom: 80px;
  color: #7b4e01;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.Tablo {
  border-collapse: collapse;
  text-align: justify;
  border-spacing: 0px;
  empty-cells: hide;
  table-layout: fixed;
  border-width: 0;
  border-style: none;
}

.aaa {
  border-width: 1px;
  font-size: 12px;
}

.aaa td {
  padding: 2px 5px 2px 5px;
}

#popupColoringCatalogs {
  z-index: 1000;
  position: fixed;
  margin: 0px;
  left: 0px;
  top: 0px;
  padding: 14px 24px 17px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.45);
  display: none;
}

#coloringInner {
  position: relative;
  width: 100%;
  height: 100%;
}

#buttonClose {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  right: 7px;
  background-image: url(images/buttonClose.png);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.6;
}

#buttonClose:hover {
  background-image: url(images/buttonCloseOver.png);
}

.fullCatalog {
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
}

#fullCatalogImg {
  border-color: #FFF;
  border-style: solid;
  border-width: 2px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.35);
}

.sampleOwerview {
  position: relative;
  float: right;
  width: 420px;
  height: 420px;
  right: 18px;
  top: 0px;
  padding: 0;
  margin-left: 30px;
  background-color: #A2B4A6;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

.sampleName {
  position: absolute;
  right: 18px;
  top: 452px;
  width: 420px;
  font-size: 26px;
  font-weight: bold;
  color: #666;
  text-align: center;
}

.thumb {
  position: absolute;
  background-color: #FFF;
  opacity: 0.01;
  cursor: pointer;
}

.thumb:hover {
  opacity: 0.35;
}


