/*Shop Styles*/

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

div.block-uc_cart h2 a{
  display: block;
}

span#block-cart-title-bar-arrow {
  margin-top: 30px;
}

span#block-cart-title-bar-text {
  margin-right: 90px;
}

div#block-cart-contents {
  width: 200px;
}

td.cart-block-summary-total{
  width: 90%;
}


/*Admin Panel*/
td.uc-store-admin-panel {
  background-color: #fff;
}

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

/*Product*/
table.category-products  .uc-price, .product-info  .uc-price, .uc-price-product-kit  {
  display: block;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.add-to-cart input.node-add-to-cart{
  form-submit
  font-weight: bold;
  border: 0;
  text-align: center;
  width: 244px;
  height: 25px;
  line-height: 25px;
  background-color: #f36c21;
  /*background-image:url(../img/cart_submit.png);
  background-repeat: no-repeat;*/
  margin-top: 20px;   
  margin-bottom: 20px;   
}

#edit-submit {
  cursor: pointer;
}

div.product-image {
  background-color: #f36c21;
  border: 1px solid #7d7d7d;
  padding: 10px;
  border-left: 0;
  text-align: left;
  margin-bottom: 10px;
}

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

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{
  margin-top: 12px;
}
.product_status_note {
  color: red;
}

/*Category tabel*/
table.category {
}

td.category {
  width: 20%;
}

/*menu*/
