@charset "utf-8";
/* begin 1217 */
.product-list .buy-btn-in .shop-product-button {
  background-color: #f96a48 !important;
  background-image: none;
  border-radius: 2px;
  border: none;
  width: auto !important;
  padding-left: 17px;
  padding-right: 17px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), inset 0 -1px 0 #f74217; }
  .product-list .buy-btn-in .shop-product-button span {
    line-height: initial !important;
    font: 600 14px 'exo_2' !important;
    text-decoration: none !important;
    color: #fff !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    display: block !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important; }
    .product-list .buy-btn-in .shop-product-button span:before {
      display: none; }
  .product-list .buy-btn-in .shop-product-button:hover {
    background-color: #f96a48 !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), inset 0 -1px 0 #f74217 !important;
    background-image: -webkit-gradient(linear, left top, "right top", color-stop(0%, #fb8a5e), color-stop(100%, #fb8a5e)) !important;
    background-image: -o-linear-gradient(left, #fb8a5e 0%, #fb8a5e 100%);
    background-image: -moz-linear-gradient(left, #fb8a5e 0%, #fb8a5e 100%);
    background-image: -webkit-linear-gradient(left, #fb8a5e 0%, #fb8a5e 100%);
    background-image: -ms-linear-gradient(left, #fb8a5e 0%, #fb8a5e 100%);
    background-image: linear-gradient(to right, #fb8a5e 0%, #fb8a5e 100%);
    -pie-background: linear-gradient(to right, #fb8a5e 0%, #fb8a5e 100%); }
  .product-list .buy-btn-in .shop-product-button:active {
    background-image: none; }
/* end 1217 */
.user-registration .tpl-field {
  margin-bottom: 20px; }
  .user-registration .tpl-field .field-title {
    font-weight: bold; }
    .user-registration .tpl-field .field-title .field-required-mark {
      color: red; }

.news-pic {
  text-align: center; }
  .news-pic img {
    width: auto; }
