#summary .panel .scroll
{
  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;
}
