
.add_to_cart_overview {
  margin: 0 0 10px 0;
}

.add_to_cart_left {
  width: 7px;
  height: 30px;
  float: left;
  display: inline-block;
  background: url('/imgs/cart_add_left.png') no-repeat top left;
}

.add_to_cart_mid {
  height: 30px;
  background: url('/imgs/cart_add_mid.png') repeat-x top left;
  line-height: 30px;
  float: left;
  display: inline-block;
  font-family: tahoma, verdana, arial;
  font-size: 11px;
  padding: 0 10px 0 10px;
  font-weight: bold;
  color: #fff;
}

.add_to_cart_price {
  height: 30px;
  background-color: #3A4042;
  line-height: 30px;
  float: left;
  display: inline-block;
  font-family: tahoma, verdana, arial;
  font-size: 11px;
  padding: 0 5px 0 5px;
  font-weight: bold;
  color: #fff;
}

.add_to_cart_right {
  width: 7px;
  height: 30px;
  display: inline-block;
  background: url('/imgs/cart_add_right.png') no-repeat top left;
}

#logo {
  background: url('/imgs/logo.png') no-repeat top left;
  width: 248px;
  height: 72px;
}

.clickable {
  font-style: italic;
  cursor: pointer;
}

.help_box {
  display: none;
  font-size: 0.9em;
}

#footer_left {
  position: fixed;
  bottom: 13px;
  left: 18px;
}

#footer_right {
  position: fixed;
  bottom: 18px;
  right: 18px;
}

#footer span {
  margin-right: 25px;
}

.form_put_r {
  margin-left: 281px;
}

.form_put_l {
  float: left;
  width: 281px;
}

.field_name {
  font-weight: bold;
  font-size: 0.75em;
  margin: 0 0 10px 0;
}

.field_desc {
  font-style: italic;
  font-size: 0.75em;
  margin: -5px 0 10px 0;
}

.field_value {
  margin: 0 0 25px 0;
}

table.phone_table td {
  padding-top: 10px;
}

table.phone_table {
  font-size: 0.8em;
  font-family: verdana, arial;
  margin: 20px 0 20px 0;
}

p.footnote {
  font-size: 0.7em;
  font-family: tahoma, verdana;
  border-top: 1px solid #90A5C4;
  padding-top: 10px;
  margin-top: 30px;
}