.buybox table { background-color: transparent; _background:none !important; border-collapse: collapse; border-spacing: 0; max-width: 100%; font-size:13px;  margin-bottom: 20px; width: 100%; }
.buybox table td.selected, table th.selected{ background:#F9F9F9; }
.buybox table.bordered th, table.bordered td { border-top: 1px solid #DDDDDD; line-height: 40px; padding: 4px 5px; /*text-align: left; vertical-align: top;*/ }
.buybox table th { font-weight: bold; }
.buybox table thead th, table thead td { vertical-align: bottom; background:#DBEFF9; }
.buybox table.bordered { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-collapse: separate; border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color; border-image: none; border-style: none solid solid none; border-width: 1px 1px 1px 0; padding:0 !important; }
.buybox table.bordered th, table.bordered td { border-left: 1px solid #DDDDDD; border-top: 1px solid #DDDDDD; }




.bordered{ border: 1px solid #DDDDDD; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); padding:5px; border-radius:2px; }
.bordered:hover{ border-color:#bbb; }

/*斑马条纹*/
.buybox table.zebra tr:nth-child(odd){ }
.buybox table.zebra tr:nth-child(even){
	background:#F9F9F9;
}



.buybox input[type=text], .buybox textarea, .buybox .text {
    background: #fff;
    border: 1px solid #ccc;
    /* box-shadow: 0 1px 1px #ccc inset; */
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 0.5em;
    border-radius: 4px;
    width:400px;
}


.buybox .button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    border: none;
    color: #999;
    background: #E6E6E6;
    border-radius: 2px;
    padding: 0.5em 1.5em;
}

.buybox .text-center{text-align: center}


.buybox .button.blue:hover {
    background: #007ead;
}

.buybox .button.blue {
    color: #d9eef7;
    background: #00A0E9;
}

.buybox .red{color:red;}

.buybox .warn{color:red;}

.buybox tr td label{}