/*Shop Styles*/
div.block-uc_cart h2{
  padding-left: 0px !important;
  margin-left: 0px !important;
}

td.uc-store-admin-panel {
  background-color: #fff;
}

table.settings-overview tr.section {
  background-color: #fff;
  width: 600px;
  color: #333;
}

div#block-car_t-title-bar{
  width: 207px;
  height: 23px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
.sell_price {
  display: block;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.add_to_cart input#edit-submit{
  font-weight: bold;
  border: 0;
  text-align: center;
  width: 350px;
  height: 25px;
  line-height: 25px;
  background-image: url(../img/bg_menu_active.png);
  border: 1px solid #aaa;

  /*background-image:url(../img/cart_submit.png);
  background-repeat: no-repeat;*/
  margin-top: 20px;   
  margin-bottom: 20px;   
}

#edit-submit:hover {
  cursor: pointer;
}

div.product_image {
  /*text-align: left;*/
  margin-bottom: 10px;
}

div.product_image img{
  background-color: #ffffff;
  margin: 5px;
  background-color: #eee;
  border: 1px solid #7d7d7d;
}

form#uc-product-add-to-cart-form {
  display: block;
  clear: both;
  padding: 5px;
  margin-top: 10px;
  background-color: #fafafa;
  border: 1px solid #7d7d7d;

}

form#uc-product-add-to-cart-form  div.form-item {
  width: 100px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

/*Product Status*/

.product_status_note {
  color: red;
}
