.cart_block {
  background: #ffffff;
  color: #333333;
  padding: 15px;
  font-size: 90%;
  margin: 0 0 15px 0;
}

.cart_block h3 {
  margin: 0 0 10px 0;
}

.cart_block table {
  width: 100%;
}

.cart_block table th {
  text-align: left;
  vertical-align: top;
}

.cart_block table td {
  vertical-align: top;
}

.cart_block a {
  color: #333333;
}

.cart_block a:hover {
  color: #666666;
}

.cart_left {
  width: 330px;
  float: left;
  clear: left;
}

.cart_right {
  width: 360px;
  float: right;
  clear: right;
}

.cart_full {
  clear: both;
}  

.cart_block.cart_left {
  width: 300px;
}          

.cart_block.cart_right, .notice.cart_right {
  width: 330px;
}          

.cart_block table td.sum_line {
  height: 5px;
  background: #666666;
}

.cart_block table tr.cart_product td {
  padding: 10px 0;
  font-size: 160%;
  border-top: #cccccc 1px solid;
}

.cart_block table td.num, .cart_block table th.num {
  text-align: right;
}

.cart_block table tr.total_line {
  font-weight: bold;
  font-size: 150%;
}

.cart_block p {
  font-size: 80%;
}

.cart_block table {
  font-size: 80%;
}

.cart_block table th {
  font-weight: normal;
}

.cart_title {
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 5px 0;
}

.cart_block label.radio {
  display: block;
}

.cart_block label span.price {
  font-weight: bold;
}

.complete_transaction, .cart_checkout, .finish_pay {
  float: right;
  clear: right;
  text-align: right;
  margin: 15px 0;
} 

a.checkout_button {
  display: block;
  float: right;
  clear: right;
  width: 182px;
  height: 35px;
  background: transparent url('/graphics/checkout.png') no-repeat top left;
}                             

a.checkout_button span {
  width: 1px;
  height: 1px;
  top -10px;
  overflow: hidden;
  position: absolute;
}

input.add_to_cart {
  display: block;
  width: 182px;
  height: 35px;
  float: left;
}

.cart_block .admin_table, .cart_block .public_table {
  border: none;
  padding: 5px;
  font-size: 70%;
}

td.empty_cart {
  border: #666666 2px solid;
  padding: 20px;
  font-weight: bold;
  font-size: 120%;
}

td.same_address_checkbox {
  padding: 10px;
  font-weight: bold;
}

td.cart_img {
  width: 170px;
}

td.cart_img img {
  border: #aaaaaa 2px solid;
}
