.basket {
  display:  block;
  position: absolute;
  width:    300px;
  z-index:  100000;
}

.basket div.top {
  height:      23px;
  display:     block;
  position:    relative;
  background:  url(../images/top_beig.png) bottom center no-repeat;
  color:       #bf0000;
  font-size:   14px;
  line-height: 45px;
  font-weight: bold;
  padding:     3px 10px 3px 10px;
  text-align:  center
}

.basket div.message {
  display:block;
  position:static;
  background:#ede8e0 url(../images/mid_beig.png) repeat-y left top;
  color:#843030;
  border:0;
  font-size:11px;
  padding:15px;
  text-align:center
}

.basket div.footer {
  display:block;
  position:relative;
  background:url(../images/footer_b.png) bottom center no-repeat;
  height:23px
}

.basket-pic {
  cursor: pointer;
}

