dl#cart_preview {
  list-style-type: none;
  margin: 10px 0px 10px 7px;
  padding: 0;
  font: normal 12px Tahoma;
  width: 890px;
  color: #000;
}

dl#cart_preview dt {
  display: block;
  width: 500px;
  float: left;
  clear: left;
  background-color: #dadada;
  padding: 0px;
  padding: 10px 5px 0 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #ddd;
  height: 25px;
  margin-right: 1px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  height: 20px;
  border-bottom: 1px solid #aaa;
  background-color: #dadada;
}


dl#cart_preview dt img {
  float: left;
  margin: 0;
  margin-right: 10px;
  margin-top: -4px;
}

dl#cart_preview dt a {
  color: #000;
  text-decoration: none;
}

dl#cart_preview dt a:hover {
  color: #f00;
  text-decoration: underline;
}


dl#cart_preview dd {

  padding: 10px 5px 0 5px;
  margin-bottom: 2px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 1px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  height: 20px;
  border-bottom: 1px solid #aaa;
  background-color: #dadada;
}
dl#cart_preview dt.name_prod {
  text-align: left;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}

dl#cart_preview dd.serial {
  width: 80px;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}

dl#cart_preview dd.price_single {
  width: 80px;
  text-align: right;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
dl#cart_preview dd.price_total {
  width: 100px;
  text-align: right;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
dl#cart_preview dd.quantity {
  width: 40px;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
dl#cart_preview dd.action {
  width: 40px;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}





dl#cart_preview dd input.text {
  border: 1px solid #ddd;
  font: normal 12px Tahoma;
  margin-top: -4px;
  padding: 3px;
  width: 20px;
  text-align: right;
}

dl#cart_preview dt.total_label {
  display: block;
  width: 733px;
  float: left;
  clear: left;
  text-align: right;
  background-color: #efefef;
  padding: 0px;
  padding: 5px 5px 0 5px;
  margin: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
  height: 22px;
  margin-right: 1px;
  font-weight: bold;
  background-color: #efefef;
}

dl#cart_preview dd.total_price {
  display: block;
  width: 85px;
  text-align: right;
  background-color: #efefef;
  padding: 0px;
  padding: 5px 51px 0 5px;
  margin: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
  height: 22px;
  margin-right: 1px;
  font-weight: bold;
}

dl#cart_preview dt.recalc {
  display: block;
  width: 870px;
  float: left;
  clear: left;
  text-align: right;
  background-color: #efefef;
  padding: 0px;
  padding: 5px 10px 0 5px;
  margin: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
  height: 32px;
  margin-right: 1px;
  font-weight: bold;
}

dl#cart_preview select {
  font: normal 11px Tahoma;
}

dl#cart_preview dt.cap { width: 500px;}
dl#cart_preview dd.serial_cap, dl#cart_preview dd.price_single_cap { width: 80px; }
dl#cart_preview dd.price_total { width: 100px; }
dl#cart_preview dd.quantity_cap, dl#cart_preview dd.action_cap { width: 40px;}


dl#user_details {
  float: left;
  margin-top: 0;
  margin: 10px;
  padding: 0;
  font: normal 13px Tahoma;
  width: 460px;
}
dl#user_details form {
  padding: 0;
  margin: 0;
}
dl#user_details dt {
  float: left;
  clear: left;
  width: 120px;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

dl#user_details dd {
  float: left;
  padding: 0px;
  margin: 0;
  width: 340px;
  margin-bottom: 2px;
}

dl#user_details input.text {
  border: 1px groove #888;
  width: 327px;
  padding: 3px 0 3px 3px;
  margin: 0;
  margin-right: 2px;
}

.user_data_city {
  border: 1px groove #888;
  width: 237px;
  padding: 3px 0 3px 3px;
  margin: 0;
  margin-right: 2px;
}

.user_data_zip {
  border: 1px groove #888;
  width: 83px;
  padding: 3px 0 3px 3px;
  margin: 0;
  margin-right: 2px;
}

dl#user_details .buttons {
  margin-top: 10px;
  text-align: center;
}

dl#user_details input.user_details_button {
  font: bold 11px Tahoma;
  color: #fff;
  width: 140px;
  background-color: #906;
  border: 1px solid #606;
}

div#orders_info {
  display: block;
  width: 350px;
  font: normal 13px Tahoma;
  margin: 10px;
  padding: 10px;
  float: left;
  background-color: #fafafa;
}

