@media screen and (max-width: 991px) {
     
    /* Force table to not be like tables anymore */
    .nomoretable table, 
    .nomoretable thead, 
    .nomoretable tbody, 
    .nomoretable th, 
    .nomoretable td, 
    .nomoretable tr { 
        display: block; 
    }
  
    /* Hide table headers (but not display: none;, for accessibility) */
    .nomoretable thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
  
    .nomoretable tr { border: 1px solid #ccc; }
  
    .nomoretable  .table > tbody > tr > td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0px solid #eee; 
        position: relative;
        padding-left: 20%; 
        white-space: normal;
        text-align:left;
    }
  
    .nomoretable  .table > tbody > tr > td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 75%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
		line-height: 24px;
    }
  
    /*
    Label the data
    */
    .nomoretable  .table > tbody > tr > td:before { content: attr(data-title); }
}

body {
    background: #f8f8f8 url("../img/imgbg.jpg") repeat scroll 0 0;
}
body {
    font-family: "Helvetica Neue","Helvetica","Arial","microsoft yahei ui","microsoft yahei","sans-serif" !important;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Helvetica Neue","Helvetica","Arial","microsoft yahei ui","microsoft yahei","sans-serif" !important;
    font-weight: 700;
}
a {
    color: #0654ba;
}
a:hover, a:focus {
    color: #004e8a;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.error {
    color: #a94442;
    font-size: 11px;
    font-weight: 300;
    padding-top: 6px;
}
input.error, textarea.error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input.error:focus, textarea.error:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.header {
    min-height: 60px;
}
.header .topnav {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    line-height: 30px;
    width: 100%;
}
.topnav ul {
    margin-bottom: 0;
}
.topnav li {
    border: 1px solid #ffffff;
    position: relative;
}
.topnav a .fa {
    font-size: 16px;
}
.topnav ul li a.border {
    border-right: 1px solid #888888;
    padding-right: 14px;
}
.topnav li.active a.border {
    border-right: 1px solid #ffffff;
}
@media (max-width: 979px) {
	.header .topnav {
		line-height: 36px;
	}
	.header .topnav {
		font-size: 14px;
	}
	.topnav a .fa {
		font-size: 24px;
		margin-top: 4px;
	}
	.topnav ul li a.border {
		border-right: 1px solid #ffffff;
	}
}
.searchbar {
    padding-top: 12px;
}
.sign {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ddd #ccc #ddd #ddd;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 4px 4px 1px #eee;
    margin-bottom: 15px;
    padding: 20px;
}
.nomoretable{
	margin-top:10px;
}
.sign .page-header {
    margin: 10px 0;
}
h2{
	font-size:18px;
}
.msgtext{
	display:none;
}
#itemdesc .oldprice{
	text-decoration:line-through;
}
#itemdesc .price{
	font-weight:700;
	font-size:18px;
	color:#c0392b;

}
#itemdesc .defcurr{
	font-size:14px;
	font-weight:700;
}

.itemprpo {
	font-size:12px;
	display:block;
	color:#343434;
}
.itemprpo label{


	color:#777777;
	font-weight:300;
}
.tb-prop dt, .shipping dt {
    color: #666666;
}
.tb-prop dd li {
    
    float: left;
    line-height: 20px;
    margin: 0 4px 4px 0;
    padding: 1px;
    position: relative;
    vertical-align: middle;
	max-width:100%;
}
.tb-prop dd li a {
    background-color: #ffffff;
    border: 1px solid #888888;
    color: #222222;
    display: block;
    min-width: 10px;
    padding: 1px 7px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: auto !important;
	overflow:hidden;

	white-space:nowrap;
	max-width:100%;
}
.tb-prop dd li a:hover {
    border: 2px solid #df0001;
    margin: -1px;
}
.tb-prop dd li.tb-selected a {
    border: 2px solid #df0001;
    margin: 0px;
}
.tb-prop dd li.tb-txt.tb-selected a {
    border: 2px solid #df0001;
    margin: -1px;
}
.tb-prop .tb-selected i {
    background-position: -1px -202px;
    bottom: 0;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -99em;
    width: 12px;
}
.tb-prop .tb-txt i {
    background-position: -2px -202px;
    bottom: 0;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -99em;
    width: 12px;
}
.tb-prop .tb-selected i {
    background-image: url("../img/itemss.png");
    background-repeat: no-repeat;
}
.tb-prop .tb-img li a {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    outline: 0 none;
    padding: 0;
    width: 32px !important;
}
.tb-prop dd li.tb-img  a:hover{
    border: 2px solid #df0001;
    margin: 0px;
}
.tb-prop li.tb-img a {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    outline: 0 none;
    padding: 0;
    width: 32px !important;
	*width:32px;
	display:block;
}
.tb-prop li.tb-img{
    width: 34px !important;
	*width:34px;
	height: 34px;
	display:block;
}
.tb-prop li span {
    padding-left: 1px;
}
.tb-prop li.tb-img span {
    display: block;
    text-indent: -9999em;
}
.tb-prop li.tb-out-of-stock span {
    background-image: url("data:image/gif;base64,R0lGODlhKAAoAIABAP///////yH5BAEAAAEALAAAAAAoACgAAAJTRIynyeudnoSzIoqtNrtn9nmiGJYlqaEntqqS24KwO8eHjSu1mud73KMFgb/RkHRsFVdJ43LTPD1N01QUWs1kLdfQlvV9dbnhRvkx1qYna8qZUQAAOw==");
}
.tb-prop li.tb-img a.no-display {
    display: none;
}
.tb-prop li.tb-out-of-stock a {
    border: 1px dashed #d6d6d8;
    color: #cdcdcd;
    cursor: not-allowed;
    margin: 0;
}
.tb-prop li.tb-out-of-stock a:hover {
    border: 1px dashed #d6d6d8;
    color: #cdcdcd;
    cursor: not-allowed;
    margin: 0;
}
.product_attributes dd li, .product_attributes dd ul {
    list-style: none outside none;
}
.product_attributes dd, .product_attributes dd ul {
    margin-left: 0;
}
.product_attributes dt {
    font-size: 14px;

    padding-bottom: 6px;
}
.product_attributes dd {

    
    padding: 8px;
}
.product_attributes dt b {
    color: #000;
    font-weight: 300;
    padding-left: 10px;
}
.product_attributes {
    border-bottom: 1px solid #d6d6d8;
    margin: 0px;
}
.product_attributes dl {
    margin: 5px 0;
}
.product_attributes dl dd ul {
    margin: 0;
    padding: 0;
}
.buyform{
	 background: none repeat scroll 0 0 #e2e2e2;	
	 position: relative;
	border-radius: 4px;
	 box-shadow: 4px 0 1px #eee;
	 border: 1px solid #cccccc;
	 margin-bottom:12px;
}

.product_attributes{
	padding:10px 10px 0px;
}
.buyform{
	 background: none repeat scroll 0 0 #e2e2e2;	
	 position: relative;
	border-radius: 4px;
	 box-shadow: 4px 0 1px #eee;
	 border: 1px solid #cccccc;
	 margin-bottom:12px;
}

.product_attributes{
	padding:10px 10px 0px;
}
.itembuy{
	background: none repeat scroll 0 0 #ffffff;
	padding:10px;
	font-size:14px;
	border-radius: 0px 0px 3px 3px;
}
.itembutton button{
	margin:8px 0px;
}
.itemprop .ilabel{
	text-align:right;
	color:#6a6a6a;
	font-weight:300;
	font-size:12px;
}

.itemskus{
	padding:10px 0px;
}
.itembuy dl dt,.itembuy dl dd{
	margin-bottom:0px;
	line-height:24px;
}
.itembuy dl{
	margin-bottom:0px;
}

.qtylabel{
	width:112px;
	position: relative;
}
.itempropqty{
	margin:8px 0px;
	
}

.itembuy dl.itempropprice dt,.itembuy dl.itempropprice dd,.itembuy dl.itempropqty dt,.itembuy dl.itempropqty dd{
	line-height:30px;
}
.qtylabel input{
	padding-left:34px;
	padding-right:34px;
}
.qtylabel button{
	position: absolute;
	top:3px;
}
.qtylabel button.increase{
	right:2px;
}
.qtylabel button.decrease{
	left:2px;
}
.itembuy dl.itemproptotal{
	margin-top:8px;
}
.itembuy dl.itemproptotal dt,.itembuy dl.itemproptotal dd{
	line-height:32px;
}
.label_price{
	font-size: 16px;
    font-weight: 700;

}
.label_oldprice{
	font-size:12px;
	color:#777777;
	text-decoration: line-through;
}
#loading-mask {
    background: url("../img/bg_black.png") repeat scroll 0 0 transparent;
    display: none;
    font-size: 14px;
    height: 100%;
    left: 0;
    line-height: 20px;

    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loading-mask {
    font-size: 14px;
    line-height: 20px;
}
#loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -105px;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 250px;
    z-index: 1000;
}
#loading-mask .loader {
    color: #d85909;
    font-weight: bold;
    text-align: center;
}
#itemdesc #loading-mask {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}
#itemdesc{
    position: relative;
}
.thumbimg{
	float:left;
	padding:5px;
	margin:0px 5px 5px 0px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.p14{

	font-size:14px;
	font-weight:700;
	color:#222222;
}
.seller{
	font-size:12px;
	font-weight:300;
	color:#888888;
}
.totalsum{
	font-size:14px;
	font-weight:700;
}
.totalamount{
	font-size:18px;
}
.linecenter{
	text-decoration: line-through;
	font-weight:700;
	color:#d9534f;
}
.order-detail .label{
	font-size:14px;
}

/* 商品列表 */
#item_list ul li {
    float: left;
    margin-right: 12px;
    width: 160px;
    overflow: hidden;
    list-style-type: none;
}
#item_list ul li .pic {
    margin-bottom: 7px;
    float: left;
}
#item_list ul li .pic a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 150px;
    width: 150px;
    background: #FFF;
    font-family: Arial;
    box-sizing: content-box;
    float: left;
    border: #CCC solid 1px;
    padding: 2px;
}
#item_list ul li .pic img {
    height: 150px;
    width: 150px;
    vertical-align: middle;
}
#item_list .summary {
    margin: 4px 0 10px 0;
    float: left;
}
#item_list .summary h1 {
    font-size: 12px;
    height: 40px;
    width: 150px;
    overflow: hidden;
    margin: 0px;
}
#item_list .summary p {
    font-size: 16px;
    font-weight: bold;
    height: 10px;
    color: #999;
}

.page {
    padding-left: 40px;
    font-size: 14px;
}
.page li {
    list-style-type: none;
    display: inline-block;
}
.list_sort {
    height: 30px;
    margin-top: 5px;
    padding-left: 40px;
    display: none;
}
.list_sort a {
    display: block;
    float: left;
    line-height: 25px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    color: #000;
    border-radius: 4px;
}
.list_sort a.select {
    border-color: #f47a20;
}