#summary .panel .scroll
{
  position: relative;
  height: 100%;
  overflow-y: scroll;
  background-color: #F0F0F0;

  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
  z-index: 1;
}

#summary .panel .mount
{
  padding: 25px 0;
}

#summary .panel .category
{
  padding: 15px 15px 0 135px;
}

#summary .panel .category .line
{
  margin-top: 10px;
  border-bottom: 1px solid #CCC;
}

#summary .panel .screenshot img
{
  display: block;
  width: 100%; height: auto;
}

#summary .panel .selection
{
  width: 100%; height: 120px;
}

#summary .panel .selection .info
{
  padding: 0 15px 0 15px;
}

#summary .panel .selection .info .pad
{
  position: relative;
  padding-left: 100px;
}

#summary .panel .selection .text
{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-left: 1px solid transparent;
  padding-left: 10px;
}

#summary .panel .selection .name
{
  color: #444;
}

#summary .panel .selection .price
{
  color: #2B7BCD;
}

#summary .panel .selection .icon
{
  position: absolute;
  width: 100px; height: 100px;
  left: 0; top: 50%;
  margin-top: -50px;

  display: inline-block;
  vertical-align: middle;
}

#summary .panel .selection .thumb
{
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: hidden;
}

#summary .panel .selection .thumb img
{
  position: absolute;
}

#summary .panel .total_price
{
  padding: 15px 15px 25px 135px;
}

#summary .panel .total_price .line
{
  border-top: 1px solid #CCC;
  margin-bottom: 25px;
}

#summary .panel .total_price .amount
{
  font-weight: 700;
}


#summary .panel .header
{

}

#summary .panel .header .close
{
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;

  position: absolute;
  right: 0; top: 0;
  width: 100px; height: 100%;
  color: #2B7BCD;
}

#summary .panel .header .close:hover
{
  color: #000;
}

#summary .panel .book
{
  height: 100%;
}

#summary .panel .book .submit
{
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;

  display: block;
  margin: 0 auto;
  width: auto; height: 100%;
  padding: 0 20px;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF;
  color: #2B7BCD;

  cursor: pointer;
}

#summary .panel .book .submit:hover
{
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
