div#content {
  width: 100%;
  background-color: #fff;
}

#col1 {
  width: 300px;
  float: left;
  margin-right: 10px;
}

#col2 {
  width: 300px;
  float: left;
  margin-right: 10px;
}

#col3 {
  width: 350px;
  float: right;
  text-align: left;
}

div#billing, div#shipping {
  background-color: #eee;
  padding: 5px 10px;
}

ul#cart_summary {
  font-size: 8pt;
}

ul#cart_summary li {
  clear: left;
}

#shipping label, #billing label {
  float: left;
  width: 110px;
  margin: 3px 0;
  clear: left;
}

#shipping input, #billing input {
  width: 160px;
  margin: 3px 0;
}

.qty {
  width: 30px;
  float: left;
}

.item {
  width: 235px;
  float: left;
}

.cost {
  float: right;
}

.bundle_price {
  font-size: 1.40em;
  text-align: center;
  margin: 10px 0 0;
}

/* * SHOPPING CART * */

.qty {
  width: 15px;
  display: inline-block;
  vertical-align: top;
}

.product {
  width: 260px;
  display: inline-block;
  font-weight: bold;
}

.price {
  vertical-align: top;
}

#cart ul#actions {
  text-align: center;
  padding-left: 0;
}

#cart ul#actions li {
  display: inline;
  padding: 0 8px;
}

#cart #details ul#summary li {
  list-style: none;
  text-align: start;
}

#cart ul#summary {
  padding-left: 0;
}

#cart #details {
  text-align: center;
}

