/* shopping card */
div#shopping-card {
  background: transparent url(../images/shop/bg-card.jpg) repeat-y;
}
div#shopping-card-top {
  background: transparent url(../images/shop/bg-card-top.jpg) no-repeat;
}
div#shopping-card-bottom {
  background: transparent url(../images/shop/bg-card-bottom.jpg) no-repeat left bottom;
}
div#shopping-card-content {
  position: relative;
  left: 264px;
  top: 0;
  width: 468px;
  border: 0px solid red;
  min-height: 400px;
  margin: 0 0 0 0;
  padding: 50px 0;
}
div#shopping-card-content a.shopping-card-back {
  position: absolute;
  right: -30px;
  top: 20px;
}

div#shopping-card a.card-next {
  float: right;
}
div#shopping-card a.card-back {
  float: left;
}

div#shopping-card table.shopping-steps td {
  width: 117px;
  height: 28px;
  text-align: center;
  color: #9a9387;
  font-size: 10px;
  background: transparent url(../images/shop/bg-steps.gif) no-repeat left top;
}
div#shopping-card table.shopping-steps td.selected {
  background: transparent url(../images/shop/bg-steps.gif) no-repeat left -28px;
  color: #f2d04d;
}

div#shopping-card table.shopping-list {
  width: 100%;
}
div#shopping-card table.shopping-list th {
  color: #a42616;
  font-size: 10px;
  padding: 0 4px;
}
div#shopping-card table.shopping-list td {
  padding: 2px 4px;
  color: #393536;
}
div#shopping-card table.shopping-list td.pos {
  background-color: #e4dfd5;
  font-size: 10px;
  border-top: 2px solid #f7f2e7;
}
div#shopping-card table.shopping-list td.sum {
  background-color: #dad4c7;
  border-top: 1px solid #fff;
}

div#shopping-card form.shopping-list input {
  width: 32px;
  text-align: center;
  font-family: Courier;
}

div#shopping-card  form.address-form, div#shopping-card  form.address-form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
div#shopping-card  form.address-form dt {
  padding-top: 4px;
}
div#shopping-card  form.address-form label {
  padding-top: 4px;
  color: #a42616;
  font-size: 10px;
}
div#shopping-card  form.address-form input {
  padding: 4px 0;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  font-family: Courier;
}
div#shopping-card  form.address-form input.text {
  background-color: #b2a890;
  width: 186px;
  border: 1px solid #938b77;
  border-bottom: 0;
  border-right: 0;
}
div#shopping-card  form.address-form ul.errors {
  color: #a42616;
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: underline;
}


/* shop */
div#shop-basket {
  background: transparent url(../images/shop/bg-basket.gif) no-repeat;
  position: absolute;
  right: 100px;
  top: 0;
  width: 142px;
  height: 74px;
  z-index: 140;
}
div#shop-basket div#shop-basket-info {
  color:#FFFFFF;
  font-family:Times,Arial;
  font-size:12px;
  line-height:1em;
  padding:8px 0 0 0;
  text-align: center;
}
div#shop-basket a.shop-basket-link {
  position: absolute;
  right: 10px;
  top: 64px;
}
div.order {
  background: transparent url(../images/shop/order-button.gif) no-repeat;
  width: 243px;
  height: 35px;
  margin: 8px 0 0 0;
}
div.order td {
  font-family: Times, Arial;
}
form.order-form input.text {
  width: 40px;
  text-align: center;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-family: Courier;
  height: 24px;
  line-height: 20px;
  margin: 2px 0 0 0;
  background: transparent none;
}
form.order-form input.submit {
  width: 100px;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-family: Georgia;
  height: 24px;
  line-height: 24px;
  margin-top: -4px;
  background: transparent none;
}