#cart {
  position: fixed;
  top: 10px;
  right: 10px;
}

table,tr
{
  border:1px solid #F99D31;
}

#SaleItem {
  display: table-row;
  width: 680px;
  height: 100px;
  padding: 0px;
}

#ItemDesc {
  display: table-cell;
  width: 270px;
}

#ItemDetail {
}

#ItemType {
  font-weight: bold;
  color: #125486;
  border: 1px solid #125486;
}

#ItemCost {
  display: table-cell;
  width: 100px;
  font-weight: bold;
}

#itemButton {
  display: table-cell;
  width: 100px;
  margin: 20px;
}
