#criteria {
  background:#FBFBFB none repeat scroll 0 0;
  border:1px solid #555;
  font-size:24px;
  margin-bottom:16px;
  margin-right:6px;
  margin-top:2px;
  padding:3px;
  color: #555 !important;
  width: 500px;
}

.form-field {
  float: left;
}

.form-submit-text {
  float: left;
  padding-top: 2px;
}

.form-submit-text input {
  font-size: 22px;
  width: 80px;
  height: 36px;
}

#search {
  clear: both;
  width: 600px;
  margin-left: 163px;
  position: relative;
  top: -50px;
}

#main-content {
  clear: both;
  margin-left: 15px;
}

#product-categories {
  float: left;
  width: 140px;
  padding-right: 8px;
  position: relative;
  top: -50px;   
}

#product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-categories li {
  padding-bottom: 8px;
}

#search-results {
  float: left;
  position: relative;
  top: -50px;
}

