#scrollbox {
  width:auto; 
  max-height:220px;
  height: auto !important; 
  height: 220px;
  background:#f4f4f4; 
  overflow:auto; 
  border:1px solid #aaa; 
  padding-bottom: 5px;
}

#modifiers {
  height: auto;
}

.modifierOptions {
  text-align:left;
}
.modifierOptions fieldset{
  display:block;
  height:auto;
  border:1px #497321 solid;
  width:auto;
} 

.modifierOptions img {
  border: 0px;
}

.modifierOptions span {
  margin-left:2px;
  display:block;
  float:left;
  max-width:178px;
  width:178px;
  text-align:left;
}

.modifierOptions .upsell-box div.field {
  clear:left;
}

.modifierOptions p{
  display: inline;
  text-transform: capitalize;
}

.modifierOptions input {

}

a.gallery, a.gallery:visited, a.gallery:hover, a.gallery:active {
  display:block; 
  color:#B57F29; 
  text-decoration:none; 
  margin: 1px;
  padding: 0px;
  width: 99px; 
  float: left;
 
}

.galleryThumb {
  padding:1px;
  min-height:75px;
  max-height:100px;
  max-width:100px;
  border:0px;
}

.gallery {
  text-decoration: none;
  font-size: 12px;
  width:100px;
  min-height:20px;
  background:#f2ecd4;
  text-align:left;
  vertical-align:top;
 }

a.gallery span {
  display:block;
  text-decoration: none;
  font-size: 9px;
  width:100px;
  height:25px;
  overflow:hidden;
  background:#efedec;
  text-align:center;
  vertical-align:bottom;
}

#thumbs {
  height: auto !important; 
  height:110px; 
  padding:0px; 
  margin:0px;
}

.itemDetails {width:98%;}
