body {
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  background-image: url(/images/theme/vibration-plates/main-bg.png);
  background-repeat: repeat-x;
  background-color: #21343b;
  position: relative;
}

#header .navigation, #menu {
  margin-top: 75px;
}

#header .navigation a:link, #header .navigation a:visited, #menu a:link, #menu a:visited {
  display: block;
  float: left;
  background-image: url(/images/theme/vibration-plates/nav-buttons.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 150px;
  height: 26px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0 0 0;
  margin: 0 14px 14px 0;
}

#header .navigation a.selected {
  background-position: -150px 0;
}

#extra_info {
  width: 300px;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  text-decoration: none;
}

#extra_info .cart {
  float: right;
  color: #2291af;
  background-image: url(/images/theme/vibration-plates/sprite.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 23px;
}

#lang {
  position: absolute;
  top: 10px;
  left: 10px;
}

#menu {
  /*width: 100%;*/
  /*border-bottom: 0px #D0DADB solid;*/
  /*padding-left: 10px;*/
  height: 33px;
}

#menu ul {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style-type: none;
  z-index: 90;
}

#menu ul li {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type: none;
}

#menu ul li a {
  float: left;
  display: block;
  width: auto;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  color: #fff;
  margin: 0;
  /*padding: 0.9em 0.8em 0.5em 1em;*/
}

#menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#menu ul li.sep {
  color: white;
  padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a {
  float: none;
}

/* End IE5-Mac hack */
#menu ul.level2, #menu ul.level3 {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}

#menu ul.level2 li, #menu ul.level3 li {
  float: none;
  margin: 0;
  padding: 0;
  width: 150px;
}

#menu ul.level2 li a, #menu ul.level3 li a {
  padding: 3px 9px 3px 8px;
  margin: 0;
  border-bottom: 1px solid #0f1e21;
  background-image: none;
  background-color: #264b51;
  height: auto;
  text-align: left;
}

#menu ul.level2 li a:hover, #menu ul.level3 li a:hover {
  font-weight: normal;
  background-image: none;
  background-color: #02bced;
  color: #0f1e21;
}


#content_container {
  margin-top: 25px;
}

#footer {
  clear: both;
  margin-top: 2em;
  padding-bottom: 10px;
  text-align: center;
  color: #259fbd;
  font-weight: bold;
}

#footer a:link, #footer a:visited {
  color: #259fbd;
  text-decoration: none;
}

#footer p {
  margin: 0 0 5px 0;
  padding: 0;
}


#homepage_intro {
  background-image: url(/images/theme/vibration-plates/box-bg.jpg);
  background-repeat: no-repeat;
  width: 466px;
  height: 332px;
  padding: 15px;
}

#content_container h1 {
  color: #fff;
  font-size: 165%;
  border-bottom: 1px solid #fff;
}

#content_container h2 {
  color: #fff;
  font-size: 140%;
}

#content_container h3 {
  color: #fff;
  font-size: 120%;
}

#content_container a:link, #content_container a:visited {
  color: #fff;
}


#secondary a:link, #secondary a:visited {
  color: #259fbd;
}

#secondary .testimonial, #secondary .newsletter, #secondary .sidebar_finance {
  margin: 30px 0 0 25px;
  border: 1px solid #fff;
}

#secondary .sidebar_finance {
  background-color: #21343b;
  text-align: center;
  padding-bottom: 8px;
}

#secondary .sidebar_finance h3 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#secondary .inner {
  padding: 6px;
}

#secondary h3 {
  text-align: center;
}

.collection {
  text-align: center;
}

.item-name {
  margin: 8px 0 0 0;
}

.promotions {
  float: left;
  margin-top: 30px;
}

.promotions .promotion {
  float: left;
  margin: 0 10px 10px 0;
}

.promotions .promotion p {
  text-align: center;
  font-size: 140%;
}

.faq_questions dd {
  padding: 0;
  margin: 0 0 1.2em 0;
}

.pricing {
  border: 1px solid #fff;
  padding: 5px;
  margin-top: 1em;
  float: left;
}

.pricing form {
  margin-top: 8px;
}

.price_rrp {
  color: #ff0b25;
  text-decoration: line-through;
}

#product_buttons {
  margin-top: 1.5em;
  float: left;
}

#product_buttons a {
  display: block;
  float: left;
  width: 100px;
  height: 26px;
  background-image: url(/images/theme/vibration-plates/button.png);
  background-repeat: no-repeat;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
}

#product_buttons a.wide {
  background-image: url(/images/theme/vibration-plates/button-wide.png);
  width: 130px;
}

#product_description, #product_features, #product_specifications {
  clear: both;
  border: 1px solid #fff;
  padding: 5px;
}

.product_finance_offers {
  margin-top: 1em;
  display: block;
}

.product_extra_images img {
  margin-bottom: 10px;
}



/* Form styling */
.text-field, .select-field, .text-area-field, .password-field, .check-box-field {
  margin-bottom: 1em;
}

.text-field input, .select-field select, .text-area-field textarea, .password-field input {
  border: 1px solid #fff;
}

.fieldWithErrors input {
  border: 2px solid red;
}


/* Checkout styling */

.help {
  display: block;
  color: #ccc;
  font-weight: normal;
  font-style: italic;
}

#checkout_progress {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 1em;
}

#checkout_progress a, #checkout_progress .future_step, #checkout_progress .current_step {
  padding-right: 6px;
}

.checkout-button {
  display: block;
  margin-bottom: 1em;
}

.checkout {
  display: block;
  background-image: url(/images/theme/vibration-plates/button.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
}

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

.checkout_content iframe {
  background-color: #fff;
}

.coupon_entry_error {
  color: red;
}

.checkout_finance_rate {
  font-size: 150%;
}

.finance_rate {
  font-size: 140%;
}