body { background-color: #d0c6a7;}
#debug {
  color: #f33;
}

.zoom {    
  background-color: #aaa;
  transition: transform .2s; /* Animation */
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#selection .zoom {
  display: inline-block;
  width: 75px;
  height: 75px;
}
#selection .zoom img { 
  width: 75px;
  height: 75px;
}
#mainSection {
  margin-top: 210px;
  background-color: #fff;
  padding-top: 20px;
}
.navi {
  padding: 15px 0px;
  background: #fff url('header-bg.jpg') no-repeat left center;
  border-bottom:1px solid #aaaaaa;
  box-shadow: 0px 1px 5px grey;
}
#shopButton { margin-top: 10px;}


#garns .garnBox { margin-bottom: 15px; }
#selectionInputFld { margin-top: 5px;}
.checkedBox {
  position: absolute;
  border:0px solid #444;
  font-size: 80px;
  color: #5ea018;
  margin:10px auto;
  width: 150px;
  text-align: center;
}
.removeBox {

  position: absolute;
  border:0px solid #444;
  font-size: 30px;
  color: #da2d0d;
  margin:30px 0px 0px 0px;
  width: 70px;
  text-align: right;
 
  display: none;
  z-index: 200;
}
.show {
  visibility: visible !important;
  display: inline-block !important;
}

.logoTitle {
  margin-top: 10px;
  font-family: 'Spicy Rice', cursive;
  font-family: 'Pacifico', cursive;
  color: #814407;;
  font-size: 25px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer {
  background-color: #666;
  padding: 15px;
  color: #fff;

}
footer ul {
  padding-left: 0px;
}
footer li {
  list-style: none;

}
.navi h3 { font-size: 1.2em}

.selectionBox {
  background-color: #ccc;
  padding:15px;
}

.ui-widget-overlay {
  z-index: 1031 !important;
  opacity: .7 !important;
}
#dialogShop div {
  padding-bottom: 15px;
}