.shop2-block {
  margin:20px 0;
  width:220px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-align:left;
}
.shop2-block:first-child { margin-top:0; }
.shop2-block .block-title {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  min-height:34px;
  position:relative;
  cursor:pointer;
}
.shop2-block .block-title span, .shop2-block .block-title strong { display:block; }
.shop2-block .block-title span {
  position:absolute;
  top:12px;
  right:20px;
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(../arrows.png) no-repeat;
}
.shop2-block .block-title strong {
  padding:9px 42px 9px 20px;
  font-size:14px;
}
.shop2-block .block-title strong::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-title strong::selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-body {
  padding:20px;
  display:none;
}
.shop2-block.opened .block-body { display:block; }
.shop2-block.login-form { background-color:#eee; }
.shop2-block.login-form input[type="text"], .shop2-block.login-form input[type="password"] {
  background:none transparent;
  vertical-align:top;
  border:none;
  padding:0;
  margin:0;
  font-size:13px;
  font-family:inherit;
}
.shop2-block.login-form .block-title {
  background-color:#f37442;
  background-image:-moz-linear-gradient(top,#f47f51,#f1632b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f47f51),to(#f1632b));
  background-image:-webkit-linear-gradient(top,#f47f51,#f1632b);
  background-image:-o-linear-gradient(top,#f47f51,#f1632b);
  background-image:linear-gradient(to bottom,#f47f51,#f1632b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47f51', endColorstr='#f1632b', GradientType=0);
  color:#fff;
}
.shop2-block.login-form .block-title span { background-position:0 0; }
.shop2-block.login-form.opened .block-title span { background-position:-22px 0; }
.shop2-block.login-form .block-body {
  font-size:12px;
  padding:14px 20px;
  background-color:#eee;
}
.shop2-block.login-form .block-body a, .shop2-block.login-form .block-body span, .shop2-block.login-form .block-body strong {
  display:inline-block;
  vertical-align:middle;
  padding:0 1px;
}
.shop2-block.login-form .block-body p, .shop2-block.login-form .block-body div.row { margin:6px 0; }
.shop2-block.login-form .block-body div.row {
  overflow:hidden;
  font-size:13px;
}
.shop2-block.login-form .block-body label {
  display:block;
  padding:0 1px;
}
.shop2-block.login-form .block-body label.field {
  background:#fff url(../icons-user.png) no-repeat;
  border:1px solid #cecece;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:0 6px 0 24px;
  overflow:hidden;
  height:23px;
}
.shop2-block.login-form .block-body label.field input {
  width:100%;
  padding:4px 0 3px;
}
.shop2-block.login-form .block-body label.field.text { background-position:6px -26px; }
.shop2-block.login-form .block-body label.field.password { background-position:6px -58px; }
.shop2-block.login-form .block-body .signin-btn {
  float:right;
  display:inline;
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0 0 0 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.login-form .block-body .signin-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.login-form .block-body .signin-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.login-form .block-body .user-name {
  font-size:14px;
  color:#333333;
  margin-right:10px;
  min-width:74px;
}
.shop2-block.login-form .block-body .settings {
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(../icons-user.png) 0 0 no-repeat;
  text-decoration:none;
}
.shop2-block.login-form .block-body .register {
  color:#eb3c3c;
  margin-right:4px;
}
.shop2-block.login-form .block-body .my-orders {
  margin-right:10px;
  min-width:74px;
}


.shop2-block.search-form { background-color:#eee; }
.shop2-block.search-form .search-btn {
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.search-form .search-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;

	
}
.shop2-block.search-form .search-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.search-form .block-title {
  background-color:#cfcfcf;
  background-image:-moz-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#d1d1d1),to(#ccc));
  background-image:-webkit-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-o-linear-gradient(top,#d1d1d1,#ccc);
  background-image:linear-gradient(to bottom,#d1d1d1,#ccc);
  background-repeat:repeat-x;
  color:#333333;
}
.shop2-block.search-form .block-title span { background-position:0 -22px; }
.shop2-block.search-form.opened .block-title span { background-position:-22px -22px; }
.shop2-block.search-form .block-body {
  font-size:13px;
  padding:8px 18px 10px;
  background-color:#fff;
  border:2px solid #eee;
  color:#333333;
}
.shop2-block.search-form .block-body div.row {
  margin:10px 0;
  overflow:hidden;
}
.shop2-block.search-form .block-body div.row select {
  width:100%;
  font-family:inherit;
  font-size:13px;
  cursor:pointer;
}
.shop2-block.search-form .block-body div.row input[type="text"] {
  width:97%;
  font-family:inherit;
  font-size:13px;
  text-align:left;
}
.shop2-block.search-form .block-body div.row input[type="text"].small { width:60px; }
.shop2-block.search-form .block-body div.row span { color:#a1a1a1; }
.shop2-block.search-form .block-body div.row-title, .shop2-block.search-form .block-body label.row-title {
  display:block;
  padding-bottom:2px;
}
.shop2-block.tag-cloud .block-title {
  background-color:#008cd2;
  background-image:-moz-linear-gradient(top,#008fd6,#08c);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#008fd6),to(#08c));
  background-image:-webkit-linear-gradient(top,#008fd6,#08c);
  background-image:-o-linear-gradient(top,#008fd6,#08c);
  background-image:linear-gradient(to bottom,#008fd6,#08c);
  background-repeat:repeat-x;
  color:#fff;
}
.shop2-block.tag-cloud .block-title span { background:none; }
.shop2-block.tag-cloud .block-body {
  background-color:#fff;
  border:1px solid #dedede;
  padding:14px;
}
.shop2-block.tag-cloud .block-body a {
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin:0 4px 4px 6px;
  position:relative;
  padding:0 6px 0 8px;
  background:#dedede;
  color:#626262;
  line-height:20px;
  font-size:11px;
  text-decoration:none;
  white-space:pre;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  border-top-right-radius:2px;
  -webkit-border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  border-bottom-right-radius:2px;
}
.shop2-block.tag-cloud .block-body a span {
  border-width:10px 6px 10px 0;
  border-color:transparent #dedede transparent transparent;
  line-height:0;
  font-size:0;
  width:0;
  height:0;
  border-style:solid;
  position:absolute;
  left:-6px;
  top:0;
}
.shop2-block.tag-cloud .block-body a ins {
  position:absolute;
  left:0;
  top:50%;
  width:4px;
  height:4px;
  background:#fff;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  margin:-2px 0 0;
}
.shop2-block.tag-cloud .block-body a em {
  color:#08c;
  font-style:normal;
}

.shop2-block.cart-preview.opened {
	padding: 0;
	float: right;
	color: #616161;
	width: 144px;
	background: #fff;
}

.order-btn {
	width: 144px;
	background: url(cart-but.jpg) 0 0 no-repeat;
	border:0;
	height: 30px;
	padding: 0;
	box-shadow:none;
	margin: 4px 0 0;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
}

.shop2-block.cart-preview .block-body {
	padding: 0;
	color: #000;
}

.shop2-block.cart-preview .block-body strong {
	font:14px PTsansregular,ARial, Helvetica,sans-serif;
}
.shop2-block.cart-preview .block-body span {
	font:14px PTsansregular,ARial, Helvetica,sans-serif;
}

#shop2-cart-preview {
	float: right;
	margin: 13px 0 0;
}


#shop2-cart-preview p {
	margin: 0 0 5px !important;
}

.cart-in1 {
	padding: 0 0 0 44px;
	background: url(cart.png) 0 8px no-repeat;
}

table.shop2-cart-table {
	margin: 33px 0 26px;
}

table.shop2-cart-table th {
	background-color: #eee !important;
	text-align: center;
	
}

table.shop2-cart-table th {
	color: #616161 !important;
}

.product-label {
	  position: absolute;
  overflow: hidden;
  top: 1px !important;
  right: -10px;
  left: 2px !important;
}

.product-new {
	background: #fff !important;
	padding: 3px 10px 2px !important;
}

.product-list.product-list-thumbs {
	margin-right: -36px;
}

table.shop2-cart-table td.cart-price, table.shop2-cart-table td.cart-price {
	text-align: center;
}

.product-item-thumb .product-label div {
	float: left;
	background: #fff;
  display: inline;
  font-size: 11px;
  border:1px solid #373737;
  text-transform: uppercase;
  font-weight: normal !important;
  color: #373737 !important;
  padding: 2px 13px;
  line-height: normal;
  cursor: default;
}
.product-item-thumb {
	padding: 8px;
	  margin: 10px 36px 10px 0;
}

.product-item-thumb .product-price {
	width: 139px;
}

.product-item-thumb .product-bot {
	  padding: 8px 0 0 12px;
}

.product-item-thumb .product-image {
	margin: 0 auto 23px auto;
}

.product-spec {
	background: #fff !important;
	color: #707070 !important;
	border:1px solid #c2c2c2 !important;
}

.shop2-sorting-panel .view-shop strong {
	font: 14px Arial, Helvetica, sans-serif;
	color: #464747;
}


.shop2-sorting-panel .view-shop a span {
	background: url(icons-view1.png) no-repeat !important;
}

.shop2-sorting-panel .view-shop a.pricelist span {
	  background-position: -60px -60px !important;
}

.shop2-sorting-panel .view-shop a.thumbs span {
	background-position: -30px 0 !important;
}

.shop2-sorting-panel .view-shop a {
	  box-shadow: none;
  background: none;
}

.shop2-sorting-panel .view-shop a.thumbs:active span, .shop2-sorting-panel .view-shop a.thumbs.active-view span {
	background-position: -30px -30px !important;
}

.shop2-filter {
	margin: 20px 0 0;
	border-top:0;
	background: #f8f8f8;
	padding:17px 10px 20px 20px;
}

.shop2-sorting-panel {
	margin: 0 0 20px;
}

a.shop2-btn {
	background: #eee;
	border-radius:0;
	border:0;
	box-shadow:none;
	color: #464747;
}

.shop2-filter .shop2-btn {
	padding: 4px 11px 5px;
}

.shop2-btn {
	background: #eee;
	border-radius:0;
	border:0;
	box-shadow:none;
	color: #464747;
}

.shop2-btn:hover,
.shop2-btn:active {
	color: #fff;
	background: #373737;
}

.shop2-filter .result {
	color: #fff;
	background: #373737;
}

.shop2-filter .result .result-arrow {
	display: none;
}

.shop2-sorting-panel .sorting .sort-reset {
	color: #373737;
}

.shop2-sorting-panel .sorting .sort-reset ins {
	border-color:#373737;
}

.product-item-simple .product-label div {
	font-weight: normal;
	color: #373737;
	text-transform: uppercase;
	font-size: 11px;
	border:1px solid #373737;
}

table.shop2-product-options th,
table.shop2-product-options td {
	color: #666;
}

.product-item-simple .product-article {
	font-size: 12px;
}

.product-item-simple .product-amount .amount-title {
	color: #373737;
}


.shop2-pricelist .th {
	background: #eee;
	color: #373737;
	font-size: 14px;
}

.shop2-pricelist {
	margin: 0 0 20px;
}

.shop2-product-btn.type-1 {
	  width: 37px;
  height: 30px;
  border-radius:0;
}

.shop2-product-btn.type-1 span {
	height: 30px;
}

.shop2-cart-registration table.table-registration td.cell-l {
	background: #fff;
	width: 228px;
	  padding: 17px 30px 17px 38px;
	position: relative;
	
}
.shop2-cart-registration {
	margin: 24px 0 40px;
}

.shop2-product-btn.type-1.buy span {
	  background-position: 50% -117px;
}

.shop2-product .form-add .shop2-product-btn {
	background: #373737;
	color: #fff;
}

.shop2-product .form-add {
	padding: 4px 15px;
}

.shop2-product .form-add .shop2-product-btn span {
	color: #fff;
}

.shop2-product .form-add .product-amount {
	  margin: 5px 9px 5px 0;
}

.shop2-cart-registration table.table-registration td.cell-l:before {
	position: absolute;
	content: '';
	right: 0;
	top: 19px;
	bottom: 19px;
	border-right: 1px solid #eee;
}

table.shop2-cart-table th {
	    padding: 10px 28px 12px 22px;
	    font-size: 14px;
}

.shop2-product .form-add .product-price {
	  min-width: 100px;
	    margin: 5px 15px 5px 0;
}

.shop2-cart-registration table.table-registration td {
	width: auto;
	padding: 17px 30px;
}

.shop2-cart-registration table.table-registration td.cell-r {
	background: #fff;
}

.shop2-cart-registration table.table-registration {
	border:1px solid #eeeeee;
}

.shop2-cart-registration table.table-registration td.cell-r {
	padding: 10px 96px 0 30px;
}


.shop2-cart-registration table.table-registration td.cell-r .shop2-btn {
	background: #373737;
	color: #fff;
}

.shop2-cart-registration table.table-registration td.cell-l .shop2-btn {
	background: #373737;
	color: #fff;
	border-radius:0;
	box-shadow:none;
}

table.shop2-cart-table td.cart-product .cart-product-param {
	color: #373737;
}

table.shop2-cart-table td.cart-delete a {
	background: url(delete.jpg) 0 0 no-repeat;
}

table.shop2-cart-table td.cart-delete a img {
	display: none;
}

.shop2-product-amount {
	width: 84px;
}

.shop2-product-btn.notavailable {
	width: 150px;
}

.shop2-product-amount button,
.shop2-product-amount button:hover,
.shop2-product-amount button:active {
	color: #464747;background: #eeeeee;
	box-shadow:none;
	border-radius:0;
}

.shop2-product-btn.type-3 {
	width: 134px;
}

.shop2-product-btn.type-3.notavailable {
	width: 156px;
}

.shop2-product-amount button {
	line-height: 20px;
}

.shop2-product-amount input[type="text"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior:url(/g/pie/pie.htc);
	border:1px solid #d5d6d9;
	  height: 18px;
}

.shop2-product-btn.type-2 {
	  width: 37px;
  height: 30px;
  border:none;
  border-radius:0;
  box-shadow:none;
}

.shop2-product-btn.type-2 span {
	height: 30px;
}

.shop2-filter a.param-val.active-val {
	background: #373737;
	color: #fff;
}

.shop2-filter a.param-val.active-val span {
	background: url(fil-h.png) 0 0 no-repeat;
}

.shop2-sorting-panel .sorting .sort-reset span {
	background: url(filterr.png) -74px 0 no-repeat;
}
.shop2-filter .result.no-result {
	background: #373737;
}

.shop2-sorting-panel .sorting .sort-param span {
	background:  url(filterr.png) 100px 100px no-repeat;
}

.shop2-cart-registration form.form-registration .registration-field {
	padding: 0;
	width: 216px;
	border-radius:0;
}

.shop2-cart-registration form.form-registration .registration-field input[type="text"], .shop2-cart-registration form.form-registration .registration-field input[type="password"] {
	padding: 5px 5px;
	width: 206px;
}

.shop2-cart-registration button.shop2-btn, input[type="button"].shop2-btn, .shop2-cart-registration input[type="submit"].shop2-btn {
	padding: 4px 8px 5px;
}

.shop2-order-options .option-type.active-type {
	background: #eee;
}

.product-name {
	min-height: 20px;
}

.product-item-simple .product-name, .product-item-thumb .product-name {
	margin-bottom: 8px;
	margin: 8px 0 0 12px;
}

.product-item-thumb {
	padding: 8px 8px 15px 8px;
	margin: 10px 36px 26px 0;
}

.new-block-wrap {
	  margin: 0 0 14px;
}

.shop2-filter table.table-filter-param input[type="text"] {
	font-size: 16px;
	border-radius:0;
	vertical-align: middle;
}

.shop2-product .product-side-r {
	padding-left: 21px;
}

.shop2-product .product-details {
	border:0;
}

table.shop2-product-options tr.odd {
	background: #fff;
}

.shop2-filter table.table-filter-param label {
	  color: #8b8b8b;
}


.product-item-thumb table.shop2-product-options,
.product-item-thumb .shop2-product-actions,
.product-item-thumb .product-anonce{display: none;}


.product-item-thumb .product-bot {border:0;}

.shop2-kind-item .kind-image {width: 140px; height: 140px;}

.shop2-kind-item {width: 140px;}

.shop2-product-desc .shop2-kind-item {
	width: 200px;
}

.shop2-product-btn, .shop2-product-btn:hover, .shop2-product-btn:active {background: #373737; border-radius:0; box-shadow:none;}
.shop2-product-btn span {color: #fff; background: url(icons-btn.png) 50% -2px no-repeat;}

.shop2-btn, .shop2-btn:hover, .shop2-btn:active, 
.shop2-product-btn, .shop2-product-btn:hover, .shop2-product-btn:active,
.shop2-sorting-panel .view-shop a.active-view,
.shop2-product-amount button, .shop2-product-amount button:hover, .shop2-product-amount button:active,
.shop2-product-tabs li {-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";}

.shop2-product .product-spec {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}

.shop2-product .form-add .product-price .price-current strong {
	font:bold 18px ARial, sans-serif;
}

.shop2-product-desc {
	background: #f8f8f8;
	border:0;
	padding: 9px 20px 9px 30px;
}

.shop2-product-tabs li.active-tab {
	background: #373737;
	border-radius:0;
	box-shadow:none;
	border:0;
	padding-bottom:0;
}

.shop2-product-tabs {
	margin-bottom: 10px;
}

.shop2-product-tabs li {
	background: #f8f8f8;
	color: #999999;
	border-radius:0;
	box-shadow:none;
	margin-right: 10px;
	border:0;
	font-weight: normal;
	font-size: 16px;
}

.shop2-product-data .shop2-product-desc {
	color: #616161;
	font-size: 12px;
}


.shop2-product-tabs li.active-tab a {
	color: #fff;
}

.shop2-kind-item .kind-details {
	padding-left: 1px;
	display: inherit;
}

.shop2-kind-item .kind-name {
	margin: 4px 0 8px; 
}

.shop2-product-tabs li a {
	font-weight: normal;
}
.shop2-product-btn.type-1.notavailable span {
	  background-position: 50% -177px;
}

.shop2-product-btn.type-2.buy span {
	  background-position: 50% -116px;
}

.shop2-product-btn.type-1.onrequest span {
	  background-position: 50% -147px
}

.shop2-kind-item .kind-price .price-old span  {
	display: none;
}

.shop2-kind-item .kind-price .price-current strong {
	font: 20px RobotoCondensedBold,Arial, Helvetica, sans-serif;
}
.shop2-product .product-image {
	border:1px solid #dedede;
}

.shop2-product-btn.type-2.onrequest span {
	  background-position: 50% -146px;
}

.shop2-product-btn.type-2, .shop2-product-btn.type-2:hover, .shop2-product-btn.type-2:active {
	background: #373737;
}

.shop2-product-btn.type-2.notavailable span {
	background-position:50% -178px;
}

.product-item-simple .shop2-product-btn, .product-item-simple .shop2-product-btn:hover, .product-item-simple .shop2-product-btn:active {
	background: #373737;
}

.product-item-simple .shop2-product-btn span, .product-item-simple .shop2-product-btn span:hover, .product-item-simple .shop2-product-btn span:active {
	color: #fff;
}

.shop2-coupon .coupon-arrow {
	border-color:transparent transparent transparent #eee;
}

.shop2-coupon .coupon-btn {
	background: #373737;
	border:0;
	border-radius:0;
	color: #fff;
	box-shadow:none;
}

.shop2-coupon {
	background: #eee;
	width: 330px;
	position: absolute;
	  left: 0px;
  top: 15px;
}

.shop2-coupon button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn {
	padding: 4px 8px 5px;
}

.shop2-coupon button.shop2-btn {
	width: 90px;
}

.shop2-coupon .coupon-field input[type="text"] {
	width: 111px;
	height: 27px;
	padding: 0 5px;
}

.shop2-coupon .coupon-field  {
	display: inline-block;
	height: 27px;
	width: 121px;
	border:0;
	padding: 0;
	border-radius:0;
	box-shadow:none;
}

table.shop2-cart-total td {
	color: #2a373d;
}

table.shop2-cart-total {
	position: relative;
}

table.shop2-cart-total:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -1px;
	left: 0;
	background: #fff;
	height: 1px;
}

table.shop2-cart-total th {
	  color: #666666;
}

.shop2-coupon .coupon-body {
	padding: 6px 6px 6px 23px;
}

.shop2-coupon .coupon-label {
	margin-right: 6px;
}

.shop2-product-btn.type-3.onrequest span {
  background-position: 0 -40px;
  padding-left: 42px;
}

.product-item-thumb .product-amount {height: 0; padding: 0; border:0; overflow: hidden;}

.shop2-product-tabs li {
	line-height: 32px;
	height: 34px;
}

.shop2-group-kinds 

table.shop2-product-options td select {
	width: 100%;
}

.shop2-product .product-thumbnails li:hover {
	border-color:#0f0f0f;
}