table.inputform td {
  padding: 3px 5px 3px 5px; 
}

.mandatory{
  color:#ff0000;
}

/*
Styles for shopping cart and checkout
*/
.cartTotal {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #ffffff;
  width: 100%;
  background-image: url(./images/hr-2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 15px;
}

.cartTotal-small {
  width: 100%;
  text-align: right;
  font-weight: bold; 
}

.cartTotal td {
  font-family: verdana, helvatica;
  font-size: 14px;
  font-weight: bold; 
}

.cart-box {
  padding-bottom: 15px; 
}

.big-divbox {
  width: 500px;
  height: 200px;
  border: 1px solid #bfbfbf;
  overflow: auto; 
  padding: 5px;
}
