#wraper {
  margin: 600px;
}

.mul_clear {
  padding-left:5px;
  border-bottom: 1px dotted gray;
}

.mul_heading {
  background-color: #e9e9e9;
  height:23px;
}

.mul_heading strong {
  font-weight: bold;
}

.mul_heading .mul_heading_price {
  width: 100px;
  padding-left:5px;
}

.mul_heading .mul_heading_quantity {
  width: 100px;
  padding-left:5px;
}

.mul_items {
  height: 40px;
  border-bottom: 1px dotted gray;
}

.mul_items strong {
  font-weight: bold;
}

.mul_pic {
  width: 120px;
  height: 120px;
  border-bottom: 1px dotted gray;
}

.mul_pic img {
  border: 1px solid #666666;
}

.mul_description {
  width: 260px;
  padding-left:5px;
  border-bottom: 1px dotted gray;
}

.mul_description strong {
  font-weight: bold;
}

.mul_quantity {
  width: 100px;
  padding-left:5px;
  border-bottom: 1px dotted gray;
}

.mul_mini_items {
  padding:5px;
  border-bottom: 1px dotted gray;
}

.mul_quantity input {
  width: 20px;
  border: 1px solid #999999;
}

.mul_price {
  width: 80px;
  padding-right: 19px;
  border-bottom: 1px dotted gray;
}



#mul_pricesum {
  width: 226px;
  height: 50px;
  background-color: #e9e9e9;
  font-weight: bold;
}

#mul_payment {
  margin-top: 30px;
  margin-bottom: 10px;
}

#mul_payment strong {
  font-weight: bold;
}

.mul_info {
  background-color: #f3f3f3;
  border: 1px solid #a50d0f;
  padding: 10px;
  margin-right: 180px;
  margin-top: 10px;
}

#submit_form {
  margin-top: 35px;
  width: 243px;
  border: none;
}

.submit_form_field {
  width: 120px;
  float: left;
}

.submit_form_field strong {
   font-weight: bold;
}

#submit_form input,textarea {
  border: 1px solid #999999;
  width: 220px;
}

#submit_form input.checktyle {
  width: auto;
  border: 0;
}

#submit_form .line {
  height: 8px;
}

#submit_form td.seperator {
  padding-top: 10px;
}

b.orange_heading {
  color: #f85b18;
}

td.tdpad5 {
  padding-left:5px;
}

.payment_row {
  height: 32px;
  margin-left:10px;
}

