/*********************************selector ******************************************/

.tselect {
	text-align:right;
}

ul.multitabselector {
	margin:0;
	border-bottom:1px solid #ccc;
}

ul.multitabselector li {
	display:inline-block;
	list-style:none;

}

ul.multitabselector li a {
	border: 1px solid #ccc;
	border-bottom:none;
	padding: 5px 7px;
	background:#eee;
	margin-right: 5px;
	display: inherit;
}

ul.multitabselector li a.active {
	background:#fff;
}

[class^="ticon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/viewselector.png ");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.ticon-defstyle {
  background-position: 0 0;
}
.ticon-picstyle {
  background-position: -24px 0;
}
.ticon-pricestyle {
  background-position: -48px 0;
}

/***********************************************************************************/
.list_product.price_list {}
.price_list .list_product_row {width:100%;}
.price_list img {max-width:60px; max-height:60px;}

.price_list .product {
	width:100%;
	border-top:1px solid #ccc;
}
th.tharticul, th.thname, th.thweight, th.thimage, th.thpricel, th.thbutns{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
th.tharticul{
	width:65px;
}
th.thname{
	width:300px;
}
th.thweight{
	width:65px;
}
th.thimage{
	width:65px;
}
th.thpricel{
	width:100px;
}
th.thbutns{
	width:100px;
}

.price_list td.articul{width:10%;vertical-align:middle;}
.price_list td.name {width:350px; vertical-align:middle;}
.price_list td.weight {width:10%;}
.price_list td.pricel {width:15%;}
.price_list td.plqty {width:45px; vertical-align:middle; padding:0 10px;}
.price_list td.butns {width:90px;}

.price_list td.avail,
.price_list td.butns,
.price_list td.weight {
	vertical-align: middle;
}
.price_list td.image {text-align:center; vertical-align:middle;}
.price_list td.name {font-size:14px;}
.price_list td.avail {width:35px;	text-align: center;}
.price_list td.pricel {
	text-align:right;
	vertical-align: middle;
}
.price_list td.pricel .jshop_price {font-weight:bold; font-size:14px;}
.price_list td.pricel .taxinfo, .price_list td.pricel .plusshippinginfo {
	line-height: 1;
}

.price_list td.plqty input{
	width: 45px;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.price_list td.butns {text-align:center;}

.price_list td.weight {
	width:70px;
	text-align:right;
	padding:0 10px;
}

/********************** picture style *************************************/
.view {
   width:95%;
   height:100%;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 0 0 2px #ddd;
   cursor: default;
}
.view .mask {
   width: 100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   color:#fff;
}


.view img {
   display: block;
   position: relative;
   margin: 10px auto;
}
.view h2 {
   text-transform: uppercase;
   color: #fff!important;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.nvg1style img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.nvg1style .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.nvg1style h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.nvg1style p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.nvg1style:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.nvg1style a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.nvg1style:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.nvg1style:hover h2,
.nvg1style:hover p,
.nvg1style:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.nvg1style:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.nvg1style:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.nvg1style .jshop_price {
	color: #fff;
	float: right;
	background: #950000;
	padding: 3px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.nvg1style .product_label {margin:0;}
/*****************************************/
.jswidth100, .jswidth50, .jswidth33, .jswidth25, .jswidth20, .jswidth15, .jswidth10 { display:inline-block; margin-right:5px; vertical-align:top;}
.jswidth100 { width: 98%; }
.jswidth50 { width: 48%; }
.jswidth33 { width: 30%; }
.jswidth25 { width: 23%; }
.jswidth20 { width: 18%; }
.jswidth15 { width: 13%; }
.jswidth10 { width: 8%; }