* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #afe0de;
  color: #333333;
  font-size: 13px;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #e5c308;
}

a:visited {
  color: #A3B762;
}

a:hover {
  color: #f4e078;
}

a:active {
  color: #bbccaa;
}

#container {
  width: 800px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #dff7f6;
  padding: 40px;
  margin: 25px auto;
}

#content {
  width: 730px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 30px;
  margin: 0 auto;
}

#content h1 {
  color: #00cc99;
  font-size: 17px;
  text-align: center;
}

#content h2 {
  color: #00cc99;
  font-size: 13px;
}

ul {
  list-style-position: outside;
  margin-top: 15px;
}

li {
  margin-left: 15px;
}

#content .left {
  float: left;
  clear: left;
  margin-top: 40px;
}

#content .right {
  float: left;
  margin-top: 40px;
  margin-left: 30px;
}

#content a.lightbox img {
  border: none;
}

#content-image {
  width: 400px;
  height: 400px;
}

#content-intro {
  width: 300px;
}

#content-intro p {
  margin: 10px 0;
}

#content-info {
  margin-top: 40px;
}

#content-info p {
  margin: 10px 0;
}

#content-form {
  width: 500px;
}

#content-form p {
  margin: 10px 0;
}

#content-swatches {
  width: 200px;
}

#content-swatches .color-swatch {
  margin-top: 10px;
}

#content-swatches .color-names {
  font-size: 9px;
  margin-bottom: 10px;
}

#content-included {
  width: 350px;
}

#content-requirements {
  width: 350px;
}

#content-featured {
  width: 500px;
}

#content-featured a img {
  width: 149px;
  height: 184px;
  border: none;
  float: left;
  margin-top: 10px;
}

#content-featured p {
  width: 331px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

#content-badges {
  width: 200px;
}

#content-badges p {
  margin-bottom: 10px;
}

#footer {
  color: #333333;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
