body {
  margin: 0px;
}

/* Base nav classes */
ul.nav, ul.item_list {
  margin: 0px;
  padding: 0px;
}

ul.nav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float:left;
}

ul.item_list li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display:block;
  padding-bottom: 10px;
}

a {
  text-decoration: none;
}

.clear {
  clear:both;
}

.righty {
  float:right;
}

.lefty {
  float:left;
}

.centered {
  margin: auto;
  text-align: center;
}

#errorExplanation {
  color: red;
}

img {
  border: 0px;
}

.notice {
  color: red;
}

form.custom_form {
  margin: 10px 0px;
}

div.form-row {
  margin: 10px 0px;
  overflow: hidden;
}

div.form-row input.text_field {
  font-size: large;
}

div.form-row input.submit_button {
  font-size: large;
  background: transparent url('../images/custom_form_button_gradient.jpg') top left repeat-x;
  border: none;
  height: 44px;
  margin: auto;
  display: block;
  color: #222222;
}

div.form-row.required label {
  font-weight: bold;
}

div.form-row.error {
  border: 2px solid red;
  padding: 10px;
}

div.form-row span.error {
  color: red;
  font-weight: bold;
}

/*New styles*/
div.form_row, div.submit_row {
  margin: 10px 0px;
}

div.form_row.lefty {
  margin-right: 10px
}

div.form_row label {
  display: block;
}

div.form_row input {
  font-size: large;
}

div.submit_row input {
  cursor: pointer;
}

div.modal_form div.form_content {
  float: left;
}

div.modal_form div.form_content .form_row input {
  width: 200px;
}

table, td, tr, th {
  margin: none;
  border: none;
  padding: none;
  border-collapse:collapse;
}

th {
  text-align: left;
  vertical-align: top;
}

table.cart {
  margin: 10px 0px;
}

table.cart td, table.cart th {
  padding: 7px;
}

table.cart td {
  text-align: center;
}