/*
================================================
	Shop2 Styles
================================================
*/

/* Product List type Thumbs */
.tpl-product-list-v-stroy {
	line-height: 0;
	font-size: 0;
}

.product-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #e5e5e5;
	margin: 20px 25px 0 0;
	width: 218px;
	position: relative;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	line-height: normal;
}

.product-item .product-spec {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
	background: #f1632b;
	padding: 0 10px;
}

.product-item .product-new {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #f23c3c;
	padding: 0 10px;
}

.product-item .product-top {
	padding: 9px 9px 20px 9px;
}

.product-item .product-bot {
	background-color: #f0f0f0;
	padding: 10px 9px;
}

.product-item .product-image {
	width: 200px;
	height: 160px;
	margin: 0 auto 10px auto;
	text-align:center;
}
.product-item .product-image img {
	border: none;
	
	max-width: 100%;
	max-height: 100%;
}

.product-item .product-name {
	font-size: 14px;
}

.product-item .old-price {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: #d85a4d;
}
.product-item .old-price span {
	color: #757575;
}
.product-item .old-price strong {
	font-size: 18px;
	font-weight: normal;
}

.product-item .price {
	display: inline-block;
	font-size: 14px;
	color: #222;
}
.product-item .price strong {
	font-size: 18px;
	font-weight: normal;
}

/* Product Card */

.shop2-product_card {
	margin: 40px 0;
	text-align: left;
}

.shop2-product_card table.shop2-product-params-list th {color: #999999; font-weight: normal; width: 50%;}
.shop2-product_card table.shop2-product-params-list td {color: #666666;}

table.shop2-product-params-list tr.even {background: #f0f0f0;}

tr.type_color ul, tr.type_color li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0px;
	line-height: 0px;
}

tr.type_color li {
	display: inline-block;
}

.shop2-product_card .product_card-left {
	float: left;
	margin: 0 10px 0 0;
	min-width: 180px;
	text-align: center;
}

.shop2-product_card .product_card-right {
	overflow: hidden;
	font-size: 13px;
}

.shop2-product_card .table_wrap {
	border: 1px solid #dbdbdb;
	padding: 9px;
}

.shop2-product_card .image {
	position: relative;
	margin-bottom: 10px;
}

.shop2-product_card .image img {
	border: none;
	/*width: 100%;*/
}

.shop2-product_card .thumbnail {
	clear: both;
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}
.shop2-product_card .thumbnail li {
	display: inline-block;
	*display: inline;
	border: 2px solid transparent;
}
.shop2-product_card .thumbnail li img {
	border: 1px solid #ffffff;
	cursor: pointer;
	height: 36px;
	width: 48px;
}
.shop2-product_card .thumbnail li.current {
	border-color: #d85a4d;
}

.shop2-product_card .lable {
	position: absolute;
	left: 0;
	padding: 2px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.shop2-product_card .lable.new {
	background: #f23c3c;
	bottom: 100%;
}

.product_card-right .product-prices {
	overflow: hidden;
	padding: 10px 0;
}

.product-prices strike.price_old {
	display: block;
	font-size: 22px;
	color: #d85a4d;
}

.product-prices strike.price_old span {
	color: #999999;
}

.product-prices strike.price_old span  span {
	font-size: 16px;
}

.product-prices span.price {
	display: block;
	font-size: 22px;
	color: #222222;
}	

.product-prices span.price span {
	font-size: 16px;
}

.product-prices .product-buy {
	background: url(order-btn.png) 0 0 no-repeat;
	display: block;
	width: 90px;
	height: 34px;
	float: right;
	font-size: 0px;
	line-height: 0px;
}

.product-prices .product-buy:hover {
	background-position: 0 -40px;
}

.product-prices .product-buy:active {
	background-position: 0 -80px;
}

/* *** Shop2 Product Desc *** */

div.product-desc div.shop-tabs {
	border-bottom-color: #d8d8d8;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav {
	border: none; 
}

div.product-desc div.shop-tabs div.shop-tab {
	border: 1px solid #dbdbdb;
	background: #fff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li {
	background: url(tab-header-bg.gif) 0 0 repeat-x;

	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;

	border: 1px solid #dbdbdb;
	border-bottom: none;
	top: 2px;
	padding: 0px;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active {
	background: none;
	border-width: 1px;
	border-color: #dbdbdb;
	background: #fff;
	border-bottom: none;
	top: 1px;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li a {
	padding: 8px 20px 4px;
}

div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active a {
	padding: 12px 20px 4px;
}

div.shop2-tags {
	background: #f0f0f0;
	margin: 0 0 15px;
}

div.product-accessory-wrap {
	padding: 20px 0 20px;
}

div.product-accessory-wrap div.product-accesorry-tit {
	margin: 0 0 15px 0;
}

.product-accessory {
	border-bottom: none;
}

.product-accessory-name {
	width: 195px;
	margin-right: 0;
}

div.yashare {
	overflow: hidden;
	padding:0 0 0 5px;
	text-align: left;
}

span.yashare-header {
	display: block;
	color: #999;
	font-size: 11px;
	padding: 20px 0 0 6px;
}

/*filter*/

form.shop2-filter {background: url(filter-bg.gif) 0 0 repeat-x #ebebeb; border: 1px solid #ccc; padding: 22px 20px 17px; position: relative; top: 1px;}
div.shop2-sorting {background: none; border: 1px solid #ccc;}
ul.shop2-views {display: none;}
span.filter-result {background: #ff6c00;}
span.filter-result div.filter-result-arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #ff6c00;
  height: 0;
  margin: 0 0 0 -12px;
  position: absolute;
  top: 7px;
  right: -7px;
  width: 0;
}

form.shop2-filter th {padding-left: 0;}

div.tpl-product-list-v-stroy img.no-image {width: 200px; height:160px;}

/*form*/

#include-frm textarea,
#include-frm input[type="text"],
#include-frm input[type="submit"] {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

#include-frm textarea,
#include-frm input[type="text"] {
  padding: 2px 4px;
  background: #fff;
  border: 1px solid #cecece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #e2e2e2 inset;
  -moz-box-shadow: 0 1px 2px #e2e2e2 inset;
  box-shadow: 0 1px 2px #e2e2e2 inset;
}

#include-frm textarea:focus,
#include-frm input[type="text"]:focus {
  border-color: #84c7e8;
  -webkit-box-shadow: 0 0 4px #99cfeb, 0 1px 2px #e2e2e2 inset;
  -moz-box-shadow: 0 0 4px #99cfeb, 0 1px 2px #e2e2e2 inset;
  box-shadow: 0 0 4px #99cfeb, 0 1px 2px #e2e2e2 inset;
}

#include-frm input[type="submit"] {
  cursor: pointer;
  color: #fff;
  outline: none;
  min-height: 30px;
  min-width: 100px;
  text-align: center;
  background: #ff6c00;
  border: 1px solid #ff6c00;
  text-shadow: 0 -1px 0 #ff6d00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #999999;
  -moz-box-shadow: 0 1px 2px #999999;
  box-shadow: 0 1px 2px #999999;
  background-color: #00aadb;
  background-image: -moz-linear-gradient(top, #ff9400, #ff6c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9400), to(#ff6c00));
  background-image: -webkit-linear-gradient(top, #ff9400, #ff6c00);
  background-image: -o-linear-gradient(top, #ff9400, #ff6c00);
  background-image: linear-gradient(to bottom, #ff9400, #ff6c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9400', endColorstr='#ff6c00', GradientType=0);
  *height: 30px;
  *width: 100px;
  *vertical-align: middle;
}

#include-frm input[type="submit"]:hover {
  background-color: #ffaa18;
  background-image: -moz-linear-gradient(top, #ffaa18, #ff6c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaa18), to(#ff6c00));
  background-image: -webkit-linear-gradient(top, #ffaa18, #ff6c00);
  background-image: -o-linear-gradient(top, #ffaa18, #ff6c00);
  background-image: linear-gradient(to bottom, #ffaa18, #ff6c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa18', endColorstr='#ff6c00', GradientType=0);
}

#include-frm input[type="submit"]:active {
  text-shadow: 0 -1px 0 #ff6d00;
  -webkit-box-shadow: 0 0 3px #ff6d00 inset;
  -moz-box-shadow: 0 0 3px #ff6d00 inset;
  box-shadow: 0 0 3px #ff6d00 inset;
  background-color: #ff6c00;
  background-image: -moz-linear-gradient(top, #ff6c00, #ff6c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6c00), to(#ff6c00));
  background-image: -webkit-linear-gradient(top, #ff6c00, #ff6c00);
  background-image: -o-linear-gradient(top, #ff6c00, #ff6c00);
  background-image: linear-gradient(to bottom, #ff6c00, #ff6c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0);
}

#include-frm input[type="text"] {
  height: 24px;
  width: 100%;
}

#include-frm textarea {
  height: 100px;
  width: 100%;
}

#include-frm {
  color: #333333;
  padding: 20px 15px 30px;
}

.draggable-header .highslide-controls, .highslide-resize {
	display: none !important;
}

.tpl-product-list-v-stroy .tpl-stars {margin:4px 0;}