#checkout form fieldset {
  border: 0px;
  padding: 0px;
}

.user-info {
  padding-bottom: 5px;
}

.product_list_footer td {
  vertical-align: top;
}

.product_list_checkout {
  padding-top: 10px;
}

.cart_view,
.product-info {
  width: 100%;
}

.remove {
  text-align: center;
  width: 40px;
}

.removeItem {
  border: 0px;
}

.name {
  text-align: left;
}

.product-info .price,
.cart_view .price {
  width: 70px;
  color: #5D5D5D;
}

.amount {
  text-align: center;
  width: 30px;
}

.total {
  text-align: right;
  color: #5D5D5D;
}

.profiled {
  text-align: right;
  font-size: 1.33em;
  color: #34B1C5;
  font-weight: bold;
  padding-bottom: 15px;
}

.small-price {
  text-align: center;
}

.review hr,
.shopping-cart hr {
  margin: 2px 0px 5px 0px;
}

hr {
  background: #f0f0f0;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  margin: 5px 0px 5px 0px;
}

.important_button {
  background: #34b1c5;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.list {
  float: left;
  width: 250px;
  margin-right: 7px;
  margin-bottom: 15px;
}

.list .price,
.detailed .price {
  float: left;
  font-size: 1.50em;
  margin-right: 5px;
}

.price {
  color: #34B1C5;
}

.productimage {
  float: left;
  margin-right: 10px;
}

#content .product h1 {
  margin-bottom: 0px;
}

#content .productno {
  color: #ccc;
}

.add-to-cart .amount {
  width: 40px;
  margin-right: 5px;
}

.clear {
  clear: both;
}


#shoppingbasket h4 {
  background: #34B1C5;
  padding: 3px 0px 3px 20px;
  color: #fff;
}

#shoppingbasket ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 5px;
}

#shoppingbasket ul li {
  clear: left;
}

#shoppingbasket {
  margin-bottom: 5px;
  margin-top: 10px;
}

#shoppingbasket ul li a {
  margin-top: 5px;
  float: left;
}

#productList {
  margin-top: 3px;
  padding-left: 20px;
}
