.shop2-product-btn.type-2.buy { background: url(btns.png) 0 0 no-repeat; border-radius: 2px; height: 27px;}
.shop2-product-btn.type-2.buy:hover { background: url(btns22.png) 0 0 no-repeat;}

.shop2-product-btn.type-3.buy { background: url(x1.png) 0 0 no-repeat; border-radius: 2px; height: 27px;}
.shop2-product-btn.type-3.buy:hover { background: url(x2.png) 0 0 no-repeat;}

.form-item.form-item-submit button.shop2-btn,
.shop2-block.search-form button[type="submit"],
input.shop2-btn[type="submit"],
.text-center .shop2-btn,
.tpl-button, a.shop2-btn,
.shop2-cart-registration table.table-registration td.cell-r .shop2-btn,
.shop2-cart-registration form.form-registration button.shop2-btn,
#shop2-cart .text-right .shop2-btn,
.shop2-filter .shop2-btn,
.shop2-filter .shop2-btn.shop2-filter-go,
.shop2-pricelist .shop2-product-btn { 
background: -moz-linear-gradient(270deg, #f9ba96 0%, #ea8c56 100%);
background: -webkit-gradient(linear, 270deg, color-stop(0%, #f9ba96), color-stop(100%, #ea8c56));
background: -webkit-linear-gradient(270deg, #f9ba96 0%, #ea8c56 100%);
background: -o-linear-gradient(270deg, #f9ba96 0%, #ea8c56 100%);
background: -ms-linear-gradient(270deg, #f9ba96 0%, #ea8c56 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ba96', endColorstr='#ea8c56', GradientType='1'); 
background: linear-gradient(180deg, #f9ba96 0%, #ea8c56 100%);
}

.form-item.form-item-submit button.shop2-btn:hover,
.shop2-block.search-form button[type="submit"]:hover,
input.shop2-btn[type="submit"]:hover,
.text-center .shop2-btn:hover,
.tpl-button:hover, a.shop2-btn:hover,
.shop2-cart-registration table.table-registration td.cell-r .shop2-btn:hover,
.shop2-cart-registration form.form-registration button.shop2-btn:hover,
#shop2-cart .text-right .shop2-btn:hover,
.shop2-filter .shop2-btn:hover,
.shop2-filter .shop2-btn.shop2-filter-go:hover,
.shop2-pricelist .shop2-product-btn:hover {
background: -moz-linear-gradient(270deg, #f58c50 0%, #e96e28 100%);
background: -webkit-gradient(linear, 270deg, color-stop(0%, #f58c50), color-stop(100%, #e96e28));
background: -webkit-linear-gradient(270deg, #f58c50 0%, #e96e28 100%);
background: -o-linear-gradient(270deg, #f58c50 0%, #e96e28 100%);
background: -ms-linear-gradient(270deg, #f58c50 0%, #e96e28 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58c50', endColorstr='#e96e28', GradientType='1'); 
background: linear-gradient(180deg, #f58c50 0%, #e96e28 100%);
}

.vendors-block { border: 3px solid #FF7F50; background: #fff; border-radius: 3px; margin-top: 5px; margin-left: 1px;}

/* popup form */
.sample-button {
  background-color: #d55050;
  background-image: linear-gradient(to bottom, #e06868 0%, #cb3939 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  position: absolute;
  right: 20px;
  top: 20px; }

.sample-popup {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  color: #333;
  padding: 16px 40px 25px;
  width: 270px;
  display: none; }

.sample-popup h1 {
  font-size: 18px;
  margin: 0 0 22px -20px; }

.sample-popup label {
  display: block;
  font-size: 13px;
  margin: 0 0 2px; }

.sample-popup input, .sample-popup textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 0 12px;
  padding: 0 2px;
  width: 276px; }

.sample-popup input {
  height: 30px; }

.sample-popup textarea {
  resize: none; }

.sample-popup .sample-required {
  color: #ea3f28; }

.sample-popup input[type="submit"] {
  background-color: #f36d3d;
  background-image: linear-gradient(#f7c44d, #fe6d06);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 16px;
  width: auto; }
.sample-popup h1 { display: block; color: #000;}
.captcha input {
  width: 100px; }

.sample-close {
  background-image: url(closed.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px; }


#popupform b {
  font-weight: normal;
  font-size: 13px; }
  .callbakcs { position: absolute; top: 95px; left: 190px; cursor: pointer; font-weight: bold; text-decoration: underline; font-size: 14px;}