@CHARSET "UTF-8";
.J-global-toolbar div a {
	margin: 0px;
	padding: 0px;
	font: 12px/150% Arial, Verdana, ;
	
}

.toolbar-wrap {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9990;
	width: 35px;
	height: 100%;
}

.toolbar-wrap a {
	text-decoration: none;
}

.toolbar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 100%;
	background: #161E34
}

.toolbar-panels {
	position: absolute;
	left: 35px;
	top: 0px;
	width: 270px;
	height: 100%;
	z-index: 2;
	background: #ECEAEA none repeat scroll 0% 0%;
}

.toolbar-panel {
	width: 270px;
	height: 100%;
	position: absolute;
	background: #ECEAEA none repeat scroll 0% 0%;
}

.tbar-panel-header {
	position: relative;
	width: 270px;
	height: 40px;
	line-height: 40px;
	background: #E9E9E9 none repeat scroll 0% 0%;
	font-family: "microsoft yahei";
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px;
}

.tbar-panel-header .title {
	display: inline-block;
	height: 40px;
	color: #504E4E;
	font: 12px/40px "微软雅黑";
}
.tbar-panel-header a{float: right;}
.tbar-panel-cart .tbar-panel-header i {
	width: 20px;
	height: 18px;
	background-position: 0px 0px;
	margin-top: 11px;
}

.tbar-panel-header i {
	margin-right: 4px;
	margin-left: 10px;
	vertical-align: top;
}

.tbar-panel-header i,
.tbar-panel-header .close-panel {
	display: inline-block;
	font-style: normal;
	/*background-image: url("../images/icons.png");*/
	background-repeat: no-repeat;
}

.tbar-panel-header .title em {
	display: inline-block;
	vertical-align: top;
}

.tbar-panel-header .close-panel {
	width: 12px;
	height: 12px;
	background-position: 0px -250px;
	position: absolute;
	right: 8px;
	top: 16px;
	cursor: pointer;
	transition: transform 0.2s ease-out 0s;
}

.tbar-panel-main {
	position: relative;
	margin: 0px;
	padding: 0px;
	font: 12px/150% Arial, Verdana, ;
	color: #262626;
}

.tbar-tipbox {
	display: block;
}

.tbar-panel-content {
	width: 270px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.tbar-tipbox .tip-inner {
	padding: 6px 5px;
	border: 1px solid #EDD28B;
	background: #FFFDEE none repeat scroll 0% 0%;
	text-align: center;
}

.tbar-tipbox .tip-text {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	color: #333;
}

.tbar-tipbox .tip-btn {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin-left: 5px;
	color: #FFF;
	vertical-align: middle;
	background: #C81623 none repeat scroll 0% 0%;
}

.tbar-panel-cart .tbar-panel-footer {
	height: 100px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom:0;
	width: 270px;
}

.tbar-checkout {
	height: 40px;
	padding: 8px 10px 5px 10px;
	position: relative;
	overflow: hidden;
}

.tbar-checkout .jtc-number strong {
	font-family: verdana;
	color: #C81623;
}

.tbar-checkout .jtc-number {
	line-height: 20px;
	font: 12px/150% Arial, Verdana, ;
	color: #504E4E;
	float: left;
}

.tbar-checkout .jtc-sum {
	line-height: 20px;
	font: 12px/150% Arial, Verdana, ;
	color: #666;
	float: right;
}

.tbar-checkout .jtc-sum strong {
	font-family: verdana;
	color: #F42233;
}

 .jtc-btn {
	display: block;
	width: 250px;
	height: 45px;
	font: 14px/45px;
	text-align: center;	
	color: #FFF;
	margin:0 auto;
}
 .jtc-btn a{
 	color: #fff;
 	background:#F42233 url(../images/icons/carts.png)  no-repeat 180px 16px;
 	display: block;
 	height: 45px;
 	line-height: 45px;
 	font-size: 14px;
 }
 
.tbar-cart-list {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 12px;
	color: #666;
}

.tbar-cart-item {
	padding: 0px 10px;
	margin-bottom: 20px;
	background: #FFF none repeat scroll 0% 0%;
}

.jtc-item-promo {
	padding: 10px 0px 4px 0px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}

.jtc-item-promo .promo-tag {
	position: relative;
	float: left;
	width: 40px;
	height: 20px;
	margin-top: -1px;
	margin-left: -57px;
	margin-right: 17px;
	text-align: center;
	font: 12px/20px ;
	color: #FFF;
	background-color: #F58813;
}

.jtc-item-promo .promo-text {
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: 12px/18px verdana;
	float: right;
}

.jtc-item-goods {
	padding: 10px 0px;
	position: relative;
	overflow: hidden;
	height: 84px;
}
.jtc-item-goods {border-bottom:1px #eee solid;}
.jtc-item-goods .p-img {
	float: left;
	width: 66px;
	height: 66px;
	border: 1px solid #EEEEEE;
	padding: 0px;
	margin-right: 5px;
	text-align: center;
}

.jtc-item-goods .p-img img {
	width: 60px;
	height: 60px;
	line-height: 66px;
	
}

img {
	border: 0px none;
	vertical-align: middle;
}

.jtc-item-goods .p-name {
	height: 64px;
	line-height: 16px;
	margin-bottom: 4px;
	overflow: hidden;
	float: left;
    width: 60px;
    margin-left: 3px;
    color: #262626;
    margin-right:10px;
}

.jtc-item-goods .p-name a {
	color: #333;
}

.jtc-item-goods .p-price {
	height: 16px;
	padding-right: 0px;
	overflow: hidden;
	font: 12px/16px verdana;
	color: #666;
	margin-top:25px;
	margin-left:10px
}
.jtc-item-goods .p-price span{
	padding-right:10px;
	width: 30px;
	text-align: right;
	display: inline-block;}
.jtc-item-goods .p-price strong {
	color: #262626;
	font-weight: normal;
	width: 50px;
	text-align: right;
	display: inline-block;
}

.jtc-item-goods .p-del {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 35px;
	height: 16px;
	line-height: 16px;
	color: #005AA0;
	text-align: right;
	display: none;
}

.tbar-panel-history div {
	padding: 0px;
}

.jt-history-wrap {
	width: 235px;
	margin: 0px auto;
}

.tbar-panel-history ul {
	overflow: hidden;
	margin-right: -15px;
	margin-top: 0px;
	list-style: outside none none;
	padding: 0px;
}

.tbar-panel-history .tbar-panel-header i {
	width: 20px;
	height: 17px;
	margin-top: 11px;
	background-position: 0px -100px;
}

.tbar-panel-follow .tbar-panel-header i {
	width: 20px;
	height: 17px;
	margin-top: 11px;
	background-position: 0px -50px;
}

.tbar-panel-history .jth-item {
	float: left;
	position: relative;
	width: 100px;
	height: 120px;
	margin-right: 15px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 15px;
	padding: 5px;
}

.tbar-panel-history .jth-item .img-wrap {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	margin-bottom: 5px;
}

.tbar-panel-history .jth-item .add-cart-button {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	display: none;
	position: absolute;
	width: 100px;
	bottom: 25px;
	left: 5px;
	z-index: 3;
	color: #FFF;
	background: rgba(28, 25, 28, 0.8) none repeat scroll 0% 0%;
}

.tbar-panel-history .jth-item .price {
	color: #C81623;
}

.tbar-panel-history .history-bottom-more {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: ;
	color: #666;
}


/*-----  */

.toolbar-header {
	position: absolute;
	top: 0px;
	right: -6px;
}

.toolbar-tabs {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 35px;
	margin-top: -61px;
}

.toolbar-tab {
	position: relative;
	width: 35px;
	
	margin-bottom: 1px;
	cursor: pointer;
	font: 12px/150% Arial, Verdana, ;
	color: #666;
	display: inline-block;
	padding-top:10px;
	text-align: center;
	
}

.tbar-tab-cart {
	display: block;
	background-position: 8px 0px;
	padding-bottom:10px;
}
.tbar-tab-cart:hover{
	background:#F42233;
}
.tbar-tab-cart:hover .tbar-tab-cart-ico{
	background:#F42233 url(../images/icons/sideCart.png) no-repeat 8px -33px;
}
.tbar-tab-cart-ico {
	background: url(../images/icons/sideCart.png) no-repeat 8px 0;
	display: block;
	width: 30px;
	height: 16px;
}
.tbar-tab-cart-ico-white {
	background: url(../images/icons/sideCart.png) no-repeat 8px -33px;
	display: block;
	width: 30px;
	height: 16px;
}

.tbar-tab-order {
	background-position: -50px -50px;
}
.tbar-tab-order:hover{
	background:#F42233;
}
.tbar-tab-order:hover .tbar-tab-order-ico{
	background:#F42233 url(../images/icons/sideCart.png) no-repeat 9px -101px;
}
.tbar-tab-order-ico {
	background: url(../images/icons/sideCart.png) no-repeat 9px -68px;
	display: block;
	width: 30px;
	height: 16px;
}
.tbar-tab-order-ico-white {
	background: url(../images/icons/sideCart.png) no-repeat 9px -101px;
	display: block;
	width: 30px;
	height: 16px;
}

.tbar-tab-history {
	background-position: -50px -100px;
}

.tab-ico {
	width: 34px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
	background-color: #7A6E6E;
}

.carttext,
.ordertext {
	width: 62px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	writing-mode: vertical-lr;
	letter-spacing: 2px;
	border-radius: 3px 0px 0px 3px;
	transition: left 0.3s ease-in-out 0.1s;
	font-style: normal;
	margin: 0px;
	padding: 10px 0 5px 0;
	cursor: pointer;
}

.tab-sub {
	height: 11px;
	padding: 1px 2px;
	color: #FFF;
	font: 11px/11px verdana;
	text-align: center;
	min-width: 11px;
	border-radius: 10px;
	background-color: #F42233;
	margin:0 auto;
}

.hide {
	display: none;
	;
}

.toolbar-footer {
	position: absolute;
	bottom: -1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 12px/150% Arial, Verdana, ;
	color: #666;
}

.tbar-tab-top {
	background-position: -50px -250px;
}

.tbar-tab-feedback {
	background-position: -50px -300px;
}

.footer-tab-text {
	width: 50px;
	height: 120px;
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	position: absolute;
	z-index: 1;
	left: 35px;
	top: 0px;
	background-color: #7A6E6E;
	border-radius: 3px 0px 0px 3px;
	transition: left 0.3s ease-in-out 0.1s;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.tbar-tab-hover {
	left: -60px;
	background-color: #C81623;
}

.tbar-tab-footer-hover {
	left: -48px;
	background-color: #F42233;
}

.tbar-tab-selected {
	background-color: #F42233;
}



.tbar-tab-selected .tab-sub {
	color: #C81623;
	background-color: #FFF;
	background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

.tbar-tab-click-selected {
	background-color: #F42233;
}

.tbar-tab-click-selected .tab-sub {
	color: #C81623;
	background-color: #FFF;
	background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

.survey-tab-ico {
	display: none;
}

.survey-tab-text {
	left: 0px;
	width: 35px;
	height: 30px;
	padding: 2px 0px 3px;
	line-height: 15px;
	background: #C81623 none repeat scroll 0% 0%;
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	position: absolute;
	z-index: 1;
	top: 0px;
	border-radius: 3px 0px 0px 3px;
	transition: left 0.3s ease-in-out 0.1s;
	font-style: normal;
	margin: 0px;
	cursor: pointer;
}

.toolbar-open {
	right: 270px;
}

.J-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.tbar-panel-history .jth-item .add-cart-button:hover {
	background: rgb(200, 22, 35) none repeat scroll 0% 0%;
}
.back-top{background:url(../images/icons/sideCart.png) no-repeat 9px -140px;height: 30px;padding:10px 0;width: 35px;display: block;}
.back-top:hover{background:#1b284e url(../images/icons/sideCart.png) no-repeat 9px -183px;padding:10px 0;width: 35px;display: block;}
input[type='checkbox']{
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
   margin-right:8px;
   margin-top:0px;
   float: left;
}
.checkBox input[type=checkbox]:checked{
   background: #567FDB url("../images/icons/checkbox-right.png")no-repeat center;
    border: 1px solid #567FDB;
     font-weight: normal;
    
}
.checkBox{
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
}

.jtc-item-goods .checkBox{
	margin-top:25px;
}
