table#shoppingcart {
  width:100%;
}

table#shoppingcart th {
  font-size: 14px;
  text-align: left;
}

table#shoppingcart td {
  vertical-align: top;
  padding-right: 75px;
}

.baseform li {
  margin: 5px 0 20px 0;
}

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform .note {font-size: 11px; color: #3F3F3F;}

.baseform label {
  float: left;
  display: block;
  width: 120px;
  padding-right: 5px;
}

.baseform input {
  background: #fff url(../images/core/input-background-top.gif) top left repeat-x;
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px 2px;
  height: 18px;
}

.baseform textarea {
  background: #fff url(../images/core/input-background-top.gif) top left repeat-x;
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px 2px;
}

.baseform input.checkbox {
  background: none;
  border: none;
}

.baseform input.disabled {
  background: #d4d0c8;
  border: 2px solid #ccc;
}

.baseform .enquiry label.error{margin-left:0 !important}

.baseform label.error {
  float: none;
  display: block;
  color: #ff0000;
  font-size: 10px;
  line-height: 12px;
  margin-left: 126px;
  width: auto;
}

.baseform label.correct {
  background: url(../images/core/icon-form-valid.gif) 0 6px no-repeat !important;
  width: 10px;
  height: 22px;
  margin-left: 5px;
  vertical-align: top;
  display:inline-block;
}


.baseform span.attention {color: #ff0000; font-weight: bold;}

form.baseform fieldset {width: 400px;}


/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
td.buttons {
  padding-top:5px;
  text-align: center;
}

.baseform button, .baseform input.button {
  background:#3a1d0d;
  border:none;
  color:#fff;
  cursor:pointer;
  height: 24px;
}

body#p-gift_vouchers .baseform fieldset {
  width:450px;
}

body#p-gift_vouchers .baseform label {width:200px;}

#column-left .baseform fieldset {
  width: 100%;
}

th {
  border-bottom:2px solid #3D291E;
  font-size:16px;
  padding:3px;
}

td {padding:3px;}
