/*
================================================
	Shop2 Styles
================================================
*/


/* Catalog */
.tpl-product-list-clothes-ver-2 {
	line-height: 0;
	font-size: 0;
}

.product-item {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 0;
	width: 170px;
	line-height: normal;
	font-size: 12px;
	*display: inline;
	*zoom: 1;
}
.product-item {width:220px;}
.product-item.marginRight0 {
	margin-right: 0 !important;
}

.product-item .image {
	border: 1px solid #691918;
	background: #691918;
	text-align: center;
	position: relative;
	width: 168px;
	height: 224px;
	margin: 0 auto 6px;
}
.product-item .image img {
	border: none;
	vertical-align: middle;
}

.product-item .label {
	position: absolute;
	padding: 2px 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fefefe;
	top: 9px;
	line-height: normal;
}
.product-item .label.new {
	background: #541716;
	left: -5px;
}
.product-item .label.special {
	background: #825E2C;
	right: -5px;
}

.product-item .product-param {
	list-style: none;
    margin: 6px 0;
}
.product-item .product-param li {
	margin: 6px 0;
}
.product-item .product-param li div.param-val {
	width: 100%;
}
.product-item .product-param li div.param-tit {
    display: none;
}

.product-item .product-clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.product-item .name {
	margin: 6px 0;
	font-size: 14px;
}

.product-item .price_old {
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
	color: #e15344;
	*display: inline;
	*zoom: 1;
}
.product-item .price_old span {
	color: #e0c69e;
}
.product-item .price_old span span {
	font-size: 15px;
}

.product-item .price {
	display: inline-block;
	font-size: 14px;
	color: #333;
	*display: inline;
	*zoom: 1;
}
.product-item .price span {
	font-size: 15px;
}


/* Product Card */
.product-card {
	margin: 30px 0 50px 0;
}

.product-card .side-left {
	float: left;
	display: inline;
	margin-right: 30px;
	min-width: 218px;
}

.product-card .image {
  font-size: 0;
  
	border: 1px solid #691918;
	background: #fff;
	text-align: center;
	position: relative;
	width: auto;
	/*height: 318px;*/
	margin: 0 0 12px;
}
.product-card .image img {
	border: none;
}

.product-card .label {
	position: absolute;
	padding: 2px 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fefefe;
	top: 9px;
}
.product-card .label.new {
	background: #4a1211;
	left: -5px;
}
.product-card .label.special {
	background: #825E2C;
	right: -5px;
}

.product-card .thumbnail {
	height: 100px;
}
.product-card .thumbnail .controller {
	width: 11px;
	height: 98px;
	cursor: pointer;
	background: url(thumbnail-controllers.png) no-repeat;
	line-height: 0;
	font-size: 0;
    border: 1px solid #691918;
}
.product-card .thumbnail .controller.prev {
	float: left;
	display: inline;
	margin-right: 6px;
	background-position: -2px 50%;
}
.product-card .thumbnail .controller.next {
	float: right;
	display: inline;
	margin-left: 6px;
	background-position: 99% 50%;
}
.product-card .thumbnail .images-box {
	overflow: hidden;
	width: 200px;
	height: 100px;
	margin: 0 auto;
}
.product-card .thumbnail .images-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 99999px;
}
.product-card .thumbnail .images-box ul li {
	float: left;
	display: inline;
	margin: 5px;
	border: 3px solid #691918;
	width: 84px;
	height: 84px;
}
.product-card .thumbnail .images-box ul li img {
	width: 84px;
	height: 84px;
	border: none;
	display: block;
	cursor: pointer;
}

.product-card .product-params-list {
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	padding: 10px 0;
}
.product-card .product-params-list table {
	width: 100%;
}
.product-card .product-params-list table th,
.product-card .product-params-list table td {
	width: 50%;
	padding: 4px 10px;
	margin: 0;
	font-weight: normal;
	vertical-align: top;
}
.product-card .product-params-list table td.color {
	padding: 0 10px;
}
.product-card .product-params-list a {color: #67110f; text-decoration: none;}
.product-card .product-params-list a:hover {text-decoration: underline;}

.product-card .product-note {
	border-top: 1px solid #d6d6d6;
	padding: 15px 10px;
	overflow: hidden;
}

.product-card .product-bot {
	border-top: 1px solid #d6d6d6;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}

.product-card .buy-btn {
	background: url(buy-btn.png) 0 0 no-repeat;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 150px;
	height: 34px;
	cursor: pointer;
	text-indent: -9999px;
}
.product-card .buy-btn:hover {background-position: 0 -40px;}
.product-card .buy-btn:active {background-position: 0 -80px;}
.product-card .buy-btn.onrequest {background-position: -160px 0;}
.product-card .buy-btn.onrequest:hover {background-position: -160px -40px;}
.product-card .buy-btn.onrequest:active {background-position: -160px -80px;}
.product-card .buy-btn.notavalible,
.product-card .buy-btn.notavalible:hover,
.product-card .buy-btn.notavalible:active {background-position: 0 -120px;}

.product-card .price {
	font-size: 22px;
	color: #333;
}
.product-card .price strike {
	color: #e15344;
}
.product-card .price span {
	color: #e0c69e;
}

.shop2-tags {
	background: #f0f0f0;
	overflow: hidden;
	padding: 10px 30px;
}
.shop2-tags .tags-title {
	float: left;
	font-size: 13px;
	color: #666666;
	padding: 0 14px 0 24px;
	background: url(shop2-tags-icon.png) 0 50% no-repeat;
}
.shop2-tags .tags-body {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
form.shop2-filter label {color: #FEEFC5;}
div.product-desc div.shop-tabs {
	border-color: #d8d8d8;
	padding: 50px 0 0;
}
form.shop2-filter th,
div.shop2-sorting-params strong,
body span.filter-result,
body a.shop2-sorting-reset span {color: #FEEFC5;}

div.product-desc div.shop-tabs ul.shop-tabs-nav {
	border: none;
}
div.product-desc div.shop-tabs ul.shop-tabs-nav li, div.shop2-tags {
	background: #f0f0f0;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li,
div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-width: 1px 1px 0 1px;
}
div.product-desc div.shop-tabs ul.shop-tabs-nav li {
	top: 1px;
	margin-top: 4px;
}
div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active {
	border-color: #feefc5;
	margin-top: 0;
	background-position: 100% 4px;
    background-color: #feefc5;
}
div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active a {
	padding-top: 12px;
}

div.product-desc div.shop-tabs div.shop-tab {
	border: 1px solid #feefc5;
	border-bottom: none;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

div.product-accessory-wrap {
	padding:0;
}

div.product-accessory {
	margin: 0 30px 15px 0;
}

div.product-accessory-wrap div.product-accesorry-tit {
	margin: 20px 0 15px 0;
}

.product-desc {
	clear: both;
}

div.shop2-sorting {
	background: #560703;
  color: #fff;
}

ul.shop2-views {
	display: none;
}

form.shop2-filter {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #4a1211;
	border-bottom: none;
	padding: 20px;
    background: #746249;
}

form.shop2-filter th {
	padding-left: 0px;
}

#shop2-cart #shop2-cart-page th {
	background: #4a1211;
}

div.cart-registration-left {
	background: #aa2826;
    border-color: #d2d2d2;
}
div.cart-registration-left div{
	color:#fff;
}
div.cart-registration-right {
	background: #4A1211;
  border-color: #fff;
}
a.shop2-button span.shop2-button-left, a.shop2-button:hover span.shop2-button-left{
	color:#8a0906;
}


/* spec_block === */

.spec_block_title {
  width: 698px;
  height: 40px;
  margin: 0 0 9px;
  padding: 0 0 0 13px;
  border: 1px solid #5e180c;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;	
  border-radius: 6px 6px 0 0;
  behavior: url(/g/libs/pie/20b1//pie.htc); 
  position: relative;
  background: url(spec_block_title.png) 0 0 no-repeat;
  font: bold 17px/40px Arial, Helvetica, sans-serif;
  color: #fef3bd;
  text-transform: uppercase;
}
.spec_block_title a {
    color: #fef3bd;
	text-decoration: underline;
	font-size: 12px;
    line-height: 40px;
	font-weight: normal;
	text-transform: lowercase;
}
.spec_block_title a:hover {
    color: #fef3bd;
	text-decoration: none;
}

a.shop2-sorting-param{color:#C22A26;padding:0 5px 0 0;text-decoration:underline}
a.shop2-sorting-param:hover{color:#C22A26;text-decoration:none;}

a.shop2-sorting-reset span {color: #fff; border-color:#fff;}

span.filter-result{background:#4a1211;color:#fff;display:inline-block;font:400 12px/27px Arial, Helvetica, sans-serif;height:27px;margin:0 10px 0 0;padding:0 10px;position:relative}
span.filter-result div.filter-result-arrow{background:url(filter-result-arrow.png) 0 50% no-repeat;height:27px;position:absolute;right:-5px;top:0;width:5px}

.form.shop2-filter td {color: #746249;}

a.shop-filter-param-val {color: #8a0906;}
a.shop-filter-param-val-active{background: url(shop-filter-param-close.png) 100% -9px no-repeat #4a1211;color:#fff;padding-right:16px;text-decoration:none}
form.shop2-filter a.shop2-filter-show {text-decoration: none; border-bottom: 1px dashed #8a0906; color:#8a0906;}
form.shop2-filter a.shop2-filter-show:hover {text-decoration: none; border-bottom: 1px dashed #8a0906; color:#8a0906;}
form.shop2-filter td{color:#746249;}


div.shop2-tags a {color: #8a0906;}
div.shop2-tags a:hover {color: #8a0906;}


div.tpl-product-list-v p.product-name a, div.tpl-product-list-v ul.product-param li a, .product-accessory-name a, div.tpl-product-list-h table.product-vendor td a, div.tpl-product-list-h p.product-name a, div.cart-registration-text a {color: #8a0906 !important;}
div.tpl-product-list-v p.product-name a:hover, div.tpl-product-list-v ul.product-param li a:hover, form.tpl-product div.product-options a.radio-type:hover, form.tpl-product div.product-options a.radio-type.active, .product-accessory-name a:hover, div.shop2-order-completed a:hover, div.tpl-product-list-h table.product-vendor td a:hover, div.tpl-product-list-h p.product-name a:hover, div.cart-registration-text a:hover, div.shop2-order-completed a {color: #8a0906;}
div.cart-registration-text{
	color:#d6b7a1;
}
.product-accessory, #tabs-3 table.shop2-product-params-list td, #tabs-3 table.shop2-product-params-list th {border: none;}

table.shop2-cart-totals div.coupon-block{background:#ffffff;height:25px;margin:0 auto 0 0;padding:7px 10px;position:relative;width:310px}
table.shop2-cart-totals div.coupon-block div.coupon-block-arrow,div.shop2-order-check-arrow{background:url(coupons-form-bg.png) 0 0 no-repeat;height:39px;position:absolute;right:-13px;top:0;width:13px}

div.shop2-back a{background:url(product_bg.png) 0 0 repeat;display:block;float:left}

#shop2-cart #shop2-cart-page td, table.shop2-cart-totals td.total-item, table.shop2-cart-totals td.total-price {
  border-color: #baab94;
}

.product-item {width:220px;}

table.shop2-table-orders th {
  background: #5f0703;
  color: #fff;
}

table.shop2-table-orders td, table.shop2-table-orders th {
  border-color: #af8d63;
}
form.shop2-filter label input {
  background: #feefc5;
  border-color: #ded2c1;
  padding: 0 3px;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li { background: #746348;}
div.product-desc div.shop-tabs ul.shop-tabs-nav li a { color: #feefc5;}

a.shop2-btn {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
}
.shop2-btn {
    background-color: #eee;
    background-image: linear-gradient(to bottom, #b83635, #6d201f);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #6d201f inset, -1px -1px 0 #6d201f inset, -1px 1px 0 #6d201f inset, 1px -1px 0 #6d201f inset;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.shop2-button-left { color: #FEEFC5 !important;}


div.cart-registration-left a.shop2-button span, div.cart-registration-right a.shop2-button span, #recount-button a span, .shop2-cleanup-wrap a span{
	background: none !important;
}

div.cart-registration-left a.shop2-button, #recount-button a, .shop2-cleanup-wrap a {
	background:#79282a;
	color:#ceafa1;
	border: 1px solid #7b201d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
}
#recount-button a, .shop2-cleanup-wrap a {
background:#aa2826;
}
div.cart-registration-right a.shop2-button{
	background:#fffde4;
	color:#94695e;
	border: 1px solid #71433b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
}


div.cart-registration-right a.shop2-button span.shop2-button-left{
	color:#71433b !important;
}

.buy-one-click {
	float:right;
	margin:0px 0px 0px 0px;
}