/* header.css */

#HeaderMain {
  margin: auto;
}

#HeaderMain a img {
  border: none;
}

#HeaderMain .shop {
  margin-left: 770px;
  position: absolute;
}

#HeaderMain .shop a {
  display: block;
  background: #FF00B7;
  border: 1px solid black;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
}

#HeaderMain .shop a:hover {
  background: #969295;
}

/* NewsletterSubscriptionBox */
.NewsletterSubscriptionBox {
  margin: -25px 0 0 650px;
  position: absolute;
  width: 270px;
}
/* IE7 and below hack */
* html .NewsletterSubscriptionBox {
  
}

.NewsletterSubscriptionBox input {
  width: 150px;
  color: black;
}

.NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
}

/* Footer.css */

#FooterMain .footer {
  color: #626366;
  text-align: right;
  font-size: 10px;
}

.FooterBox {
  font-size: 10px;
  text-align: center;
  position: absolute;
  float: left;
  line-height: 12px;
}

