/*
================================================
	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.marginRight0 {
	margin-right: 0 !important;
}

.product-item .image {
	border: 1px solid #e9e9e9;
	background: #fff;
	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: #fff;
	top: 9px;
	line-height: normal;
}
.product-item .label.new {
	background: #e15344;
	left: -5px;
}
.product-item .label.special {
	background: #ff8429;
	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: #999;
}
.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: 240px;
}

.product-card .image {
	border: 1px solid #e9e9e9;
	background: #fff;
	text-align: center;
	position: relative;
	width: 238px;
	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: #fff;
	top: 9px;
}
.product-card .label.new {
	background: #e15344;
	left: -5px;
}
.product-card .label.special {
	background: #ff8429;
	right: -5px;
}

.product-card .thumbnail {
	height: 100px;
}
.product-card .thumbnail .controller {
	width: 14px;
	height: 100px;
	cursor: pointer;
	background: url(thumbnail-controllers.png) no-repeat;
	line-height: 0;
	font-size: 0;
}
.product-card .thumbnail .controller.prev {
	float: left;
	display: inline;
	margin-right: 6px;
	background-position: 0 0;
}
.product-card .thumbnail .controller.next {
	float: right;
	display: inline;
	margin-left: 6px;
	background-position: 100% 0;
}
.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 #d6d6d6;
	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: #e15344; 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: #999;
}

.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(http://detckaya-odejda.ru/d/661383/t/v418/images/shop2-tags-icon.png) 0 50% no-repeat;
}
.shop2-tags .tags-body {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

div.product-desc div.shop-tabs {
	border-color: #d8d8d8;
	padding: 50px 0 0;
}
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: #d8d8d8;
	margin-top: 0;
	background-position: 100% 4px;
}
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 #d8d8d8;
	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: #ffecb7 url(sort-bg.png) 0 0 repeat-x;
}

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 #f7e5b3;
	border-bottom: none;
	padding: 20px;
}

form.shop2-filter th {
	padding-left: 0px;
}

#shop2-cart {
width: 710px;
}

#shop2-cart #shop2-cart-page th {
	background: #9fc601;
}

#shop2-cart #shop2-cart-page th:first-child {
	background: #9fc601;
	position:relative;
	behavior:url(../../../../../g/pie/pie.htc);
	-moz-border-radius:4px 0 0 0;
	-webkit-border-radius:4px 0 0 0;
	-khtml-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
}

#shop2-cart #shop2-cart-page th+th+th+th+th {
	background: #9fc601;
	position:relative;
	behavior:url(../../../../../g/pie/pie.htc);
	-moz-border-radius:0 4px 0 0;
	-webkit-border-radius:0 4px 0 0;
	-khtml-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
}

div.shop2-cleanup-wrap, #recount-button {margin-right:73px;}
table.shop2-cart-totals {
width: 636px;
}

div.cart-registration-left div {color: #fff;}

div.cart-registration-left {background: #fe7405; border-right: 1px solid #d29e73;}
div.cart-registration-right {background: #e6e6e6; border-left: 1px solid #ffcaa0;}

div.coupon-block input.coupon-number {border-color: #cd5e04;}
div.cart-registration-left input {border-color: #cd5e04;}

div.coupon-block span.coupon-block-title {color: #ffffff;}

.product-item .label.new{background:#e6302d !important;}
.product-card .label.new{background:#e6302d !important;}
.product-card .product-params-list a{color:#d8031f;}
div.shop2-tags a{color:#d8031f;}
.product-top .name a{color:#fe7405; text-decoration:underline;}
.product-top .name a:hover{color:#a2c801; text-decoration:underline;}
form.tpl-product div.product-bot div.buy-button.no button span, form.tpl-product div.product-bot div.buy-button.no button:hover span, form.tpl-product div.product-bot div.buy-button.no button:active span, span.filter-result.no-filter-result div.filter-result-arrow{background: url("filter-result-arrow.png") no-repeat scroll 0 50% transparent;
    height: 27px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;}
a.shop2-sorting-param{color:#fe7405; text-decoration:underline;}
a:hover.shop2-sorting-param{color:#fe7405; text-decoration:none;}
table.shop2-cart-totals div.coupon-block{background:#fe7405;}
table.shop2-cart-totals div.coupon-block div.coupon-block-arrow, div.shop2-order-check-arrow{background: url("coupons-bg.png") no-repeat scroll 0 0 transparent;}
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:#e6302d; text-decoration:underline;}
div.tpl-product-list-v p.product-name a:hover, div.tpl-product-list-v ul.product-param li a:hover, .product-accessory-name 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{color:#e6302d; text-decoration;none;}


a.shop-filter-param-val {color: #fe7405;}

a.shop-filter-param-val-active {
    background: url(shop-filter-param-close.png) no-repeat scroll 100% -9px #fe7405;
    color: #fff; 
}

a.shop2-sorting-param-desc span  {
    background: url("shop2-sorting-arrows.png") no-repeat scroll 50% -41px rgba(0, 0, 0, 0);
}

a.shop2-sorting-param-asc span {
    background: url("shop2-sorting-arrows.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}

span.filter-result {background: #fe7405;}
span.filter-result div.filter-result-arrow {background: url("filter-result-arrow.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);}

.product-item .label.new {
background: #fe7405 !important;
}

.go-to-cart {
	text-shadow:1px 1px 0 #D29616,0 1px 0 #D29616,1px 0 0 #D29616,-1px -1px 0 #D29616,0 -1px 0 #D29616,-1px 0 0 #D29616;
    background-color: #E7C720;
    background-image: linear-gradient(to bottom, #F5E827, #D29616);
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 0 #D29616 inset, -1px -1px 0 #D29616 inset, -1px 1px 0 #D29616 inset, 1px -1px 0 #D29616 inset;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    line-height: 34px;
    margin: 0;
	font-weight:bold;
	height:35px;
    float: right;
    width: 150px;
    height: 34px;
    text-align: center;
	padding: 0 7px;
    vertical-align: middle;
}
.go-to-cart:hover {
    background-color: #E5C21F;
    background-image: linear-gradient(to bottom, #FFF123, #DEB21C);
    background-repeat: repeat-x;
    color: #fff;
}
.go-to-cart:active {
    background-color: #E6E6E6;
    background-image: linear-gradient(to bottom, #D39917, #ECD323);
    background-repeat: repeat-x;
    box-shadow: 0 1px 1px 0 #B38013 inset;
    color: #fff;
}
div.shop-search-title,div.shop-search-title.opened {margin: 0;background-image: url(shop_search.png);}
div.shop-search-wrap {margin: 0;border-color: #00C1D4;border-radius:0 0 3px 3px}
.nav-main {margin-top: 20px;}