.order {

}

.order .buttons {
  padding: 0px 25px 0px 25px;
}

.order table {
  width: 98%;
  padding: 10px 10px 20px 10px;
}

.order table thead {
  background-color: #73a705;
  color: #fff;
}

.order table .price,.total_display,.operations{
  width: 65px;
}

.order table .qty {
  width: 30px;
  text-align: center;
}

.order table .thumbnail {
  width: 50px;
  text-align: center;
}

.order table .summary {
  font-style: oblique;
}

.order table .total .total_display {
  border-top: 1px solid black;
}

div.summary {
  margin: 20px 20px 20px 20px;
  font-size: 1.4em;
}

div.summary .price {
  font-weight: bold;
  color: #73a705;
}

div.summary input.disabled {
  background-color: #666;
}

.completed {
  background-color: #FFD324;
}


#checkout h3 {
  background-color: #73a705;
  color: #fff;
}

.nowrap form {
  display: inline;
}

.nowrap form div {
  display: inline;
}

.extra-info .summary {
  vertical-align: top;
}

.extra-info textarea {
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  height: 55px;
}

ul.shipping_methods > li {
  list-style: none !important;
  background: none !important;
}

#return-to-shoping {
  -moz-border-radius:3px 3px 3px 3px;
  background:url("/images/button.jpg") repeat scroll 0 0 transparent;
  border:1px solid #C0C0C0;
  color:#FFFFFF;
  cursor:pointer;
  font-size:11px;
  font-weight:bold;
  height:18px;
  margin:0 1px;
  padding: 0px 4px 3px;
  text-align:center;
}