#product_list .product {
  float: left;
  width: 220px;
  height: 250px;
}

#product_list .product .new {
  float: left;
  padding-left: 15px;
  width: 145px;
  height: 19px;
  line-height: 19px;
  font-weight: bold;
  background: url(../images/front/product_list_new.png) no-repeat;
}

#product_list .product .image {
  margin: 20px auto 0 auto;
  width: 180px;
  height: 180px;
  font-size: 0;
}

#product_list .product .label {
  margin: auto;
  width: 120px;
  height: 30px;
  line-height: 15px;
  text-align: center;
  background: url(../images/front/product_list_label.png) no-repeat;
}

#product_list .product .label a {
  color: #fff;
}

#product_list .sep {
  float: left;
  width: 5px;
  height: 180px;
  background: url(../images/front/product_list_sep.png) 1px 0 no-repeat;
}

#product .fright {
  width: 450px;
}

#product #product_image {
  margin-bottom: 10px;
}

#product .black_title, #product .white_title {
  margin-bottom: 10px;
  padding-left: 80px;
  line-height: 10px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/front/black_title.png) 0 1px no-repeat;
}

#product .white_title {
  padding-left: 70px;
  color: #fff;
  background-image: url(../images/front/white_title.png);
}

#product .view {
  float: left;
  margin-right: 10px;
  padding-bottom: 35px;
  background: url(../images/front/faded_shadow.png) 0 100% repeat-x;
}

#product .view img {
  border: 5px solid #000;
}

#product .details {
  margin-bottom: 20px;
  padding: 10px;
  width: 430px;
  font-size: 11px;
  color: #fff;
  background-color: #000;
}

#product .details div {
  padding: 10px;
  border: 1px solid #fff;
  border-right: 0;
}

#product .details a {
  color: #ff1a00;
  text-decoration: underline;
}

#product .details a:hover {
  color: #fff;
}

#product .details ul, #product .details .white_list {
  margin-top: 25px;
  padding-left: 30px;
  list-style: none;
}

#product .details li, #product .details .white_list li {
  margin: 5px 0;
  padding-left: 20px;
  font-weight: bold;
  color: #ff1a00;
  background: url(../images/front/red_plus.gif) no-repeat;
}

#product .details .white_list {
  margin-top: 15px;
}

#product .details .white_list li {
  margin: 5px 0;
  padding-left: 20px;
  color: #fff;
  background-image: url(../images/front/white_plus.gif);
}

#product .details .white_list a {
  color: #fff;
  text-decoration: none;
}

#product .details .white_list a:hover {
  text-decoration: underline;
}

#product .color {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  background: url(../images/front/faded_shadow_small.png) 0 100% repeat-x;
}

#product .color img {
  border: 5px solid #000;
}

#product input.submit {
  margin: 7px 0 0 5px;
  width: 129px;
  height: 34px;
  font-weight: bold;
  background: url(../images/front/contacts_button.png) no-repeat;
  border: 0;
}

#product input.submit:hover {
  background-position: 0 100%;
}

.order-input {
  float: left;
  margin: 5px;
}

.order-submit {
  text-align: center;
}

#product input.text {
  margin-bottom: 5px;
  padding: 0 3px;
  padding-top: 4px;
  width: 22px;
  height: 17px;
  font-size: 12px;
  background: url(../images/front/contacts_input.png) repeat-x;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 2px;  
  -webkit-border-radius: 2px;
}

#product form select {
  margin-bottom: 5px;
  height: 23px;
  font-size: 12px;
  background-color: #e6e6e6;
  border: 1px solid #f0f0f0;
}

#product form span {
  font-size:12px;
  line-height:22px;
}
