@charset "utf-8";
/* CSS Document */

#shop2-cart-preview { width:251px; min-height:40px; margin: 0 0 23px; position:relative;}
.cart-kol-vo { position:absolute; left:45px; top:9px; font-size:14px; font-weight:bold; color:#d19f26; font-family:Arial, Helvetica, sans-serif;}

@font-face {
    font-family: 'PTSansBold';
    src: url('pt_sans-web-bold-webfont.eot');
    src: local('☺'), url('pt_sans-web-bold-webfont.woff') format('woff'), url('pt_sans-web-bold-webfont.ttf') format('truetype'), url('pt_sans-web-bold-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
							
.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:0;
-moz-border-radius:0;
border-radius:0;
position:relative;
cursor:pointer;
}
.shop2-block .block-title span, .shop2-block .block-title strong { display:block; }
.shop2-block .block-title span {
position:absolute;
top:13px;
right:20px;
line-height:0;
font-size:0;
width:12px;
height:12px;
background:none;
}
.shop2-block .block-title strong {
padding:9px 42px 9px 20px;
font-size:0;
}
.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; height:35px; width:182px; position:absolute; right:21px; top:27px;}
.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:url(logo-in.png) no-repeat left top;
height:35px;
width:182px;
color:#fff;
}
.shop2-block.login-form.opened .block-title { background-position:0 100%;}
.shop2-block.login-form .block-title span { background-position:0 0; }
.shop2-block.login-form.opened .block-title span { background-position:0 -47px; }
.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.cart-preview {
background-color:none;
color:#fff;
width:251px !important;
}
.shop2-block.cart-preview .block-title {
background:url(cart.png) no-repeat left 0; height:40px;
color:#fff;
}

.shop2-block.cart-preview.opened .block-title {
background:url(cart.png) no-repeat left 100%; height:40px;
color:#fff;
}

.shop2-block.cart-preview .block-title span { background-position:0 0; }
.shop2-block.cart-preview.opened .block-title span { background-position:0 -47px; }
.shop2-block.cart-preview .block-body {
font-size:12px;
margin:-3px 0 0;
padding:10px 10px 14px 50px;
cursor:default;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
background:#919191;
}
.shop2-block.cart-preview .block-body p { margin:6px 0; }
.shop2-block.cart-preview .block-body span, .shop2-block.cart-preview .block-body strong { display:inline-block; }
.shop2-block.cart-preview .block-body span { min-width:60px; }
.shop2-block.cart-preview .block-body strong {
font-size:18px;
font-weight:normal;
line-height:1;
}
.shop2-block.cart-preview .block-body div {
font-weight:bold;
font-size:14px;
margin:6px 0;
}
.shop2-block.cart-preview .order-btn {
padding:5px 11px;
display:inline-block;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
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.cart-preview .order-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.cart-preview .order-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.search-form { position:absolute; z-index:10;  margin:0; left:14px; top:43px; background:none; width:180px; height:26px;}
.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;
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.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.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;
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.search-form .block-title {
background: url(search-bl.png) no-repeat left top;
height:26px;
width:180px;
color:#FFF;
}
.shop2-block.search-form.opened .block-title { background-position:0 100%; }
.shop2-block.search-form .block-title span { background-position:0 0; }
.shop2-block.search-form.opened .block-title span { background-position:0 -47px; }
.shop2-block.search-form .block-body {
font-size:13px;
padding:8px 2px 10px 10px;
background-color:#fff;
border:2px solid #efefef;
color:#333333;
width:164px;
margin:-5px 0 0 0;
}
.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:54px; }
.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-sorting-panel .view-shop { display:none;}
.shop2-pricelist .td .shop2-options-btn {
display: inline-block;
border-bottom: 1px dashed #ff1813;
text-decoration: none;
}
.shop2-block.tag-cloud.opened a { display: inline-block; background:#dfdfdf; position:relative; padding: 0 6px 0 14px; margin: 0 4px 4px 0; line-height:20px; font-size:11px; color:#303030; text-decoration:none;}
.shop2-block.tag-cloud.opened a:hover { text-decoration:none; color:#303030;}

.shop2-block.tag-cloud.opened a em { color:#d11010; font-style:normal; padding: 0 0 0 8px;}
.shop2-block.tag-cloud.opened a:hover em { color:#d11010;}

.shop2-block.tag-cloud.opened a:before { background: url(ob-t-ar.png) no-repeat left top; position:absolute; left:0; top:0; content:""; height:20px; width:10px;}

.shop2-block.tag-cloud.opened .block-body { padding: 18px 0 5px 48px; position:relative;}
.shop2-block.tag-cloud.opened .block-body:after {
position: absolute;
content: '';
background: url(block-rep.png) 0 0 repeat-y;
width: 21px;
top: 0;
bottom: 0;
left: 0;
border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
behavior: url(/g/pie/pie.htc);
}
.shop2-block.tag-cloud.opened .block-title strong {
font-size: 21px;
color: #424242;
cursor:default;
font-family:'PTSansBold';
font-style:normal;
position: relative;
text-transform: uppercase;
padding: 2px 0 3px 48px;
position:relative;
}
.shop2-block.tag-cloud.opened { width:251px;}
.shop2-block.tag-cloud.opened .block-title strong:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 21px;
background: #D11010;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
behavior: url(/g/pie/pie.htc);
left: 0;
}
.shop2-product-btn {
border: 0;
padding: 0;
margin: 0;
font-family: inherit;
font-size: 13px;
color: #333;
cursor: pointer;
background-color: #d00c07;
background-image: -moz-linear-gradient(top,#d00c07,#b30905);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#d00c07),to(#b30905));
background-image: -webkit-linear-gradient(top,#d00c07,#b30905);
background-image: -o-linear-gradient(top,#d00c07,#b30905);
background-image: linear-gradient(to bottom,#6b6b6b,#000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00c07',endColorstr='#b30905',GradientType=0);
-webkit-box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0  inset,#ccc 0 0 0 inset;
-moz-box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
outline:none;
}
.shop2-product-btn:hover {
background-color: #f02a23;
background-image: -moz-linear-gradient(top,#f02a23,#e61e19);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f02a23),to(#e61e19));
background-image: -webkit-linear-gradient(top,#f02a23,#e61e19);
background-image: -o-linear-gradient(top,#f02a23,#e61e19);
background-image: linear-gradient(to bottom,#f02a23,#e61e19);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02a23',endColorstr='#e61e19',GradientType=0);
}
.shop2-product-btn:active {
background-color: #e10f0b;
background-image: -moz-linear-gradient(top,#e10f0b,#ec150f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#e10f0b),to(#ec150f));
background-image: -webkit-linear-gradient(top,#e10f0b,#ec150f);
background-image: -o-linear-gradient(top,#e10f0b,#ec150f);
background-image: linear-gradient(to bottom,#e10f0b,#ec150f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10f0b',endColorstr='#ec150f',GradientType=0);
-webkit-box-shadow: rgba(0,0,0,0.7) 0 1px 1px 0 inset;
-moz-box-shadow: rgba(0,0,0,0.7) 0 1px 1px 0 inset;
box-shadow: rgba(0,0,0,0.7) 0 1px 1px 0 inset;
}
.shop2-product-btn span {
display: block;
overflow: hidden;
margin: 0 auto;
background: url(icons-btn.png) no-repeat;
font-size: 15px;
font-weight: bold;
color: #fff;
}
.product-item-thumb .product-label { display:none;}

.shop2-filter .result {
font-family: inherit;
font-size: 12px;
color: #fff;
background-color: #d11010;
height: 26px;
line-height: 26px;
padding: 0 8px;
margin-right: 6px;
vertical-align: top;
position: relative;
display: inline-block;
}
.shop2-filter .result .result-arrow {
line-height: 0;
font-size: 0;
width: 0;
height: 0;
position: absolute;
left: 100%;
top: 50%;
margin-top: -6px;
border-style: solid;
border-width: 6px 0 6px 5px;
border-color: transparent transparent transparent #d11010;
}

.shop2-cart-update .shop2-btn {
margin: 0;
vertical-align: middle;
border: 0;
cursor: pointer;
font-family: inherit;
font-size: 13px;
color: #333;
background-color: #eee;
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 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
-moz-box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline:none;
border: solid 1px #cdcdcd;
}
.shop2-cart-update .shop2-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);
border: solid 1px #cdcdcd;
color: #333;
}
.shop2-cart-update .shop2-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;
border: solid 1px transparent;
}

.shop2-btn {
padding: 0;
margin: 0;
vertical-align: middle;
border: 0;
cursor: pointer;
font-family: inherit;
font-size: 13px;
color: #fff;
background-color: #ec150f;
background-image: -moz-linear-gradient(top,#ec150f,#e00f0b);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ec150f),to(#e00f0b));
background-image: -webkit-linear-gradient(top,#ec150f,#e00f0b);
background-image: -o-linear-gradient(top,#ec150f,#e00f0b);
background-image: linear-gradient(to bottom,#ec150f,#e00f0b);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec150f',endColorstr='#e00f0b',GradientType=0);
-webkit-box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
-moz-box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
box-shadow: #ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset,#ccc 0 0 0 inset;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline:none;
}
.shop2-btn:hover {
color: #fff;
background-color: #ff4741;
background-image: -moz-linear-gradient(top,#ff4741,#ff332f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff4741),to(#ff332f));
background-image: -webkit-linear-gradient(top,#ff4741,#ff332f);
background-image: -o-linear-gradient(top,#ff4741,#ff332f);
background-image: linear-gradient(to bottom,#ff4741,#ff332f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4741',endColorstr='#ff332f',GradientType=0);
}
.shop2-btn:active {
background-color: #e10f0b;
background-image: -moz-linear-gradient(top,#e10f0b,#ec150f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#e10f0b),to(#ec150f));
background-image: -webkit-linear-gradient(top,#e10f0b,#ec150f);
background-image: -o-linear-gradient(top,#e10f0b,#ec150f);
background-image: linear-gradient(to bottom,#e10f0b,#ec150f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10f0b',endColorstr='#ec150f',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-sorting-panel {
margin: 10px 0 6px;
overflow: hidden;
background-color: #d11010;
font-family: inherit;
font-size: 12px;
text-align: left;
color: #fff;
position:relative;
border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; behavior:url(/g/pie/pie.htc);
}
.shop2-pricelist {
display: table;
width: 100%;
margin: 10px 0;
}
.shop2-sorting-panel .sorting a { color:#fff;}
.shop2-sorting-panel .sorting a:hover { color:#fff;}
.shop2-sorting-panel .sorting .sort-reset {
float: left;
margin-left: 20px;
text-decoration: none;
color: #fff;
}

.shop2-sorting-panel .sorting .sort-reset ins {
text-decoration: none;
background:none;
border-bottom: 1px dashed #fff;
color:#fff;
}
.shop2-sorting-panel .sorting .sort-param span {
line-height: 0;
font-size: 0;
display: inline-block;
vertical-align: middle;
width: 8px;
height: 5px;
margin-left: 4px;
background: url(icons-filter-sort.png) -1000px -1000px no-repeat;
}
.shop2-sorting-panel .sorting .sort-reset span {
line-height: 0;
font-size: 0;
width: 12px;
height: 13px;
margin: 2px 0 0 4px;
background: url(icons-filter-sort.png) -74px 0 no-repeat;
}
.shop2-pricelist .th {
display: table-cell;
padding: 8px 10px;
background-color: #ececec;
white-space: pre;
font-size: 13px;
color: #353535;
}
.shop2-pricelist .th .shop2-options-btn {
color: #fff;
display: inline-block;
padding: 0 14px 0 0;
position: relative;
text-decoration: none;
}
.shop2-pricelist .th .shop2-options-btn {
color: #353535;
display: inline-block;
padding: 0 14px 0 0;
position: relative;
text-decoration: none;
}
.shop2-pricelist .th .shop2-options-btn .shop2-options-text {
display: inline-block;
border-bottom: 1px dashed #353535;
}
.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
font-size: 0;
border-style: solid;
border-width: 0 4px 5px 4px;
border-color: transparent transparent #353535 transparent;
right: 0;
top: 50%;
margin: -2px 0 0;
}
.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow-revert {
border-width: 5px 4px 0 4px;
border-color: #353535 transparent transparent transparent;
}
.shop2-pricelist .product-label div.product-spec {
background-color: #ff9000;
margin-right: 2px;
}
.shop2-pricelist .product-label div.product-new {
background-color: #6fbd00;
}
.shop2-pricelist .product-name {
margin-top: 3px;
margin-bottom: 6px;
font-size: 12px;
float:right;
width:165px;
}
.shop2-pricelist .td {
display: table-cell;
font-size: 12px;
padding: 8px 10px 8px;
border-bottom: 1px solid #dfdfdf;
vertical-align: middle;
}
.shop2-pricelist .tr {
display: table-row;
}
.shop2-pricelist .shop2-product-actions {
vertical-align: middle;
display: none;
}
.shop2-pricelist .product-wrapping .product-image.no-image {
background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat;
}
.shop2-pricelist .td.column-name {
vertical-align: top;
padding-left:0;
width: 258px;
}
.shop2-pricelist .product-label {
overflow: hidden;
margin: -3px 0 0 0;
}
.shop2-pricelist .product-wrapping .product-image {
position: relative;
text-align: center;
width: 74px;
height: 74px;
line-height: 0;
font-size: 0;
float:left;
margin-right:5px;
}
.shop2-pricelist .product-wrapping .product-image .lupa { border: none; position: absolute; right: 0; bottom: 0;}
.shop2-pricelist .th.column-options { width:165px;}
.shop2-pricelist .product-article {
font-size: 11px;
padding-bottom: 0;
color: #9a9a9a;
}
.shop2-pricelist .product-article span {
color: #9a9a9a;
}
.shop2-pricelist table.shop2-product-options th {
padding: 3px 10px 3px 0;
line-height: 16px;
font-size: 11px;
color: #000;
}
table.shop2-product-options td {
font-size: 12px;
color: #000;
}
.shop2-pagelist li.page-num.active-num {
background-color: #d2120c;
background-image: -moz-linear-gradient(top,#d2120c,#b70d09);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#d2120c),to(#b70d09));
background-image: -webkit-linear-gradient(top,#d2120c,#b70d09);
background-image: -o-linear-gradient(top,#d2120c,#b70d09);
background-image: linear-gradient(to bottom,#d2120c,#b70d09);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2120c',endColorstr='#b70d09',GradientType=0);
border: solid 1px transparent;

}
.shop2-pagelist li.page-num.active-num span {color:#fff;}
.shop2-product-folders a:hover {
color: #ff1813;
text-decoration:underline;
}
.shop2-product-folders { margin: -13px 0 0;}
.shop2-product .product-spec {
background-color: #ff9000;
left: 0;
bottom: 100%;
}
.shop2-product .product-new {
background-color: #6fbd00;
left: 0;
bottom: 0;
}
.shop2-product .form-add {
line-height: 0;
font-size: 0;
border: none;
padding: 9px 19px;
margin-bottom: 8px;
background: #b20e0e url(card-bg.png) no-repeat left 0;position: relative; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; behavior:url(/g/pie/pie.htc);
box-shadow:0 -1px 0 #992929; -moz-box-shadow:0 -1px 0 #992929; -webkit-box-shadow:0 -1px 0 #992929; -khtml-box-shadow:0 -1px 0 #992929;
border-top: solid 1px #d36161;
}
.shop2-product .product-side-r {
overflow: hidden;
padding-left: 10px;
padding-top:2px;
}
.shop2-product .form-add .product-price .price-old span {
font-size: 18px;
color: #fff;
}
.shop2-product .form-add .product-price .price-current {
font-size: 18px;
color: #fff;
}
.shop2-product-btn.type-3 {
width: 150px;
height: 34px;
text-align: left;
float:right;
}
.shop2-product .form-add .product-price {
cursor: default;
vertical-align: middle;
line-height: normal;
min-width: 167px;
margin: 15px 10px 5px 0;
display: inline-block;
}
.shop2-product .form-add .shop2-product-btn {
margin: 13px 0;
}
.shop2-product .form-add .product-amount .amount-title {
margin-bottom: 1px;
color: #fff;
}
.shop2-product-actions dt {
background: none;
cursor: pointer;
min-height: 29px;
text-align: left;
}
.shop2-product-actions dt span.icon-action {
background: url(icons-actions.png) 0 -39px no-repeat;
width: 29px;
height: 29px;
}
.shop2-product .product-details {
border: none;
padding: 9px;
margin-top: 5px;
}
table.shop2-product-options tr.even {
background-color: #eee;
}
table.shop2-product-options tr.odd {
background-color: transparent;
}
.shop2-product .product-details {
border: none;
padding: 9px;
margin-top: 0;
}
.shop2-product .product-thumbnails li:hover {
float: left;
display: inline;
margin: 8px 6px 0 0;
border: 2px solid #ff1813;
background-color: #dedede;
}
.shop2-product-tabs li {
vertical-align: top;
border: 1px solid #ccc;
background-color: transparent;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image:none;
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff',GradientType=0);
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
border-top-left-radius: 2px;
margin-right: 2px;
display: inline-block;
background: none #fff;
padding-bottom: 1px;
border-bottom: 0;
color:#333;
cursor: default;
}
.shop2-product-tabs li a {
cursor: pointer;
display: inline-block;
height: 30px;
line-height: 30px;
font-size: 15px;
font-weight: bold;
text-decoration: none;
color: #333;
padding: 0 9px;
}
.shop2-product-tags {
background-color: transparent;
padding: 10px 20px;
text-align: left;
font-size: 14px;
font-weight: bold;
cursor: default;
overflow: hidden;
}
.shop2-product-desc {
border-color: #ccc;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 9px;
text-align: left;
margin:0 0 16px;
}
.shop2-product-desc .desc-area {
position: static;
left: 0;
font-size:15px;
color:#4d4d4d;
}
.shop2-kind-item {
border: 1px solid #dedede;
vertical-align: top;
padding: 9px;
width: 205px;
margin: 5px 12px 5px 0;
line-height: normal;
text-align: left;
font-size: 12px;
display: inline-block;
}
table.shop2-product-params td {
font-size: 13px;
vertical-align: top;
padding: 5px 10px;
text-align: left;
color:#666464;
}
.shop2-product-amount button:hover { color:#626262;}
table.shop2-cart-table th {
background-color: #ff1813;
white-space: pre;
font-weight: normal;
color: #fff;
}
table.shop2-cart-table td {
vertical-align: middle;
padding: 1px 10px;
margin: 0;
font-size: 13px;
text-align: left;
}
table.shop2-cart-table td.cart-product .cart-product-image {
text-align: center;
width: 70px;
height: 70px;
line-height: 0;
font-size: 0;
float: left;
display: inline;
margin-right: 10px;
}
table.shop2-cart-table td.cart-product .cart-product-param {
list-style: none;
line-height: 0;
font-size: 0;
padding: 0;
margin: 0;
color: #000;
//display:none;
}
table.shop2-cart-table td.cart-product .cart-product-article {
font-size: 11px;
margin-bottom: 6px;
/*display:none;*/
  color: #000;
}
table.shop2-cart-table td.cart-product .cart-product-name {
margin-bottom: 2px;
padding: 24px 0 0;
}
table.shop2-cart-table td.cart-price {
text-align: left;
font-size: 14px;
font-weight: bold;
color: #333;
}
table.shop2-cart-table td.cart-delete a {
text-decoration: none;
display: block;
cursor: pointer;
width: 42px;
height: 28px;
background:url(delete-cart-product.png) no-repeat left top;
}
table.shop2-cart-table td.cart-delete img {
border: 0;
display: none;
width: 15px;
height: 15px;
}
.shop2-coupon {
text-align: left;
background-color: #dfdfdf;
position: relative;
min-width: 330px;
height: 40px;
}
.shop2-coupon .coupon-arrow {
line-height: 0;
font-size: 0;
width: 0;
height: 0;
position: absolute;
left: 100%;
top: 50%;
margin-top: -20px;
border-style: solid;
border-width: 20px 0 20px 12px;
border-color: transparent transparent transparent #dfdfdf;
}
.shop2-cart-registration table.table-registration td.cell-l {
background-color: #dfdfdf;
}
.shop2-order-options .option-type.active-type {
background-color: #ff1813;
color: #fff;
}
.shop2-pricelist .shop2-product-options { display:block;}
table.shop2-cart-table td.cart-product .cart-product-article span {color: #000;}
table.shop2-product-options th {color: #000;font-size: 13px;}

.shop2-product .form-add .product-amount { margin: 5px 0px 5px 0;}

ul.price-list {  margin: 0 0 0 27px;}