h1 {
  margin-left: 244px;
}

div#basket_raumer {
  margin-top: 25px;
  margin-left: -45px;
}

div#basket_raumer div#basket_header {
  background: #DF3479;
  padding: 5px;
  width: 224px;
  text-align: right;
  color: white;
}

div#basket_raumer ul {
  width: 235px;
}

div#basket_raumer ul li {
  border-bottom: 1px solid #666666;
  padding: 5px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

div#basket_raumer ul li img {
  position: absolute;
  top: 5px;
  left: 5px;
}

div#basket_raumer ul li div.price {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

div#basket_raumer ul li div.price span.del {
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}

div#basket_raumer ul li div.name {
  padding-left: 45px;
  float: left;
  width: 100px;
}

div#basket_raumer ul li div.name span.amount {
  font-size: 12px;
  color: #5AA426;
  display: block;
}

div#basket_raumer ul li hr {
  width: 210px;
}

div#summary {
  width: 226px;
  padding: 5px 0 5px 10px;
  margin-top: 20px;
  color: white;
  text-align: right;
}

div#summary a {
  color: white;
/*  font-weight: bold;
  font-size: 15px;
*/}

ul#packages {
  margin-top: 20px;
  margin-right: -45px;
  width: 660px;
  float: right;
  text-align: left;
}

ul#packages li.package {
  margin-right: 60px;
  width: 265px;
/*  height: 291px;*/
  height: 325px;
  float: left;
  padding-bottom: 35px;
  text-align: center;
}

ul#packages li.package div.photo {
  margin-right: 10px;
  text-align: right;
}

ul#packages li.package div.photo .link {
/*  display: block;*/
/*  margin-bottom: 5px;*/
}

ul#packages li.package div.photo .magnify {
/*  display: block;*/
/*  vertical-align: top;*/
}

ul#packages li.package div.photo .magnify span {
  display: inline;
  line-height:  20px;
  vertical-align: super;
}

ul#packages li.package div.photo .magnify img {
  margin-right: 8px;
}

ul#packages li.package div.description {
  text-align: left;
  margin-top: 5px;
}

ul#packages li.package h2 {
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
  background: #DF3479;
}

ul#packages li.package div.description dl {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
}

ul#packages li.package div.description dt {
  color: #5AA426;
  width: 70px;
  float: left;
}

ul#packages li.package div.description dd {
  color: #DF3479;
}

ul#packages li.package div.description dd strike {
  font-size: 13px;
  color: #333333;
}

ul#packages form div.raumer {
  height: 25px;
  line-height: 25px;
}

ul#packages li.package form {
  margin: 0;
  padding-top: 3px;
}

ul#packages li.package form label {
  color: #DF3479;
  font-size: 16px;
  height: 25px;
  float: left;
  width: 62px;
}

ul#packages li.package form input {
  text-align: right;
  width: 41px;
/*  height: 25px;*/
  float: left;
  font-size: 16px;
}

ul#packages li.package div.stock {
  margin-top: 5px;
  background-color: red;
  color: white;
  font-weight: bold;
  text-align: left;
  float: left;
  width: 264px;
  _width: 254px;
  padding: 0 5px 0 5px;
}

ul#packages li.package div.description table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  width: 100%;
  white-space: nowrap;
}

ul#packages li.package div.description table tr th {
  color: #5AA426;
  width: 70px;
  float: left;
  font-weight: bold;
}

ul#packages li.package div.description table tr td {
  color: #DF3479;
}

ul#packages li.package div.description table tr td strike {
  font-size: 13px;
  color: #333333;
}

ul#packages li.package div.description table tr td.discount {
  width: 100%;
  text-align: right;
  font-size: 28px;
  font-weight: normal;
}
