body {
  font-size: 10pt;
  line-height: 1.3em;
  font-family:"lucida grande",helvetica,arial,sans-serif;
  color:#666;
}

#wrapper {
  width:670px;
  margin: 0 auto;
}
#header {
  margin-top:15px;
}
#content {
  padding: 16px 7px;
}
#illustrations {
  width: 426px;
  margin: 0 auto;
  margin-top:100px;
  height:324px;
}
a {
  color: #FF9900;
  text-decoration:none;
}
#pagination {
  width: 426px;
  margin: 0 auto;
  text-align: right;
}

.store {
  padding-top:20px;
}
.product {
  padding: 20px 0;
  width:600px;
  border-bottom: 1px solid #ccc;
}
.product_description {
  margin-left:350px;
  
}
.product img {
  border:1px solid #ccc;
}

.submit {
  margin-top:1.0em;
}

.thumb {
  float:left;
  background:#c0c0c0;
  width: 66px;
  height:66px;
  margin-right:24px;
  margin-bottom:20px;
}
.thumb_right {
  margin-right:0;
}

.error-message {
  color: #666;
  font-style:italic;
  font-size: 0.87em;
}

div.input {
  margin-top: 4px;
}
.cleaner {
  clear:both;
}