#basket_content
{
  float: left;
  width: 95%;
  padding: 5px;
  text-align: center;
}

#basket_content .heading
{
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

#basket_content #basket_items
{
  margin-top: 10px;
}

#basket_content #basket_items thead td
{
  text-align: center;
  background-color: #b0b0b0;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}

#basket_content #basket_items tbody td
{
  background-color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px 5px 2px 5px;
}

#basket_content #basket_items li
{
  text-align: center;
  border: 1px solid #808080;
  background-color: #c0c0c0;
  padding: 1px;
  margin: 1px;
}

#basket_content #basket_items .total_qty
{
  padding-left: 40px;
  font-weight: bold;
  color: #008000;
}

#basket_notes
{
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}

#basket_buttons
{
  margin-top: 20px;
  text-align: center;
}

#voucher_form
{
  width: 95%;
  border: solid 1px #808080;
  background-color: #e0e0e0;
  font-size: 0.8em;
  margin: 5px;
  padding: 5px;
}

#voucher_form td
{
  padding: 5px;
}

#voucher_form #voucher_error
{
  font-weight: bold;
  color: #ff0000;
}

#voucher_form #voucher_terms
{
  font-size: 0.8em;
}

#hover_basket_item
{
  position: absolute;
  display: none;
  clear: both;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 250px;
  padding: 5px;
  border: solid 1px #808080;
  background-color: #c0c0c0;
  color: #000000;
}

