@CHARSET "UTF-8";

.productImg{
     max-width: 65px;
     max-height: 65px;
}
.productImg{
     width: expression(this.width > 65 && this.width > this.height ? 65 : true);
     height: expresion(this.height > 65 ? 65 : true);
}

.cart table{
	width:100%;
	font-family: "微软雅黑";
	font-size:13px;
	border:1px solid #BFBED6;
	border-collapse:collapse;
	font-weight:bolder;
}
.cart th {
    border: 1px solid #BFBED6;   
    background: #EAEAEA;
    padding: 6px;
    color: #3D3D3D;
    text-align: center;
}

.cart td {
    border: 1px solid #BFBED6;
    background: #FCFCFC;
    color: #3D3D3D;
    padding: 6px;
    text-align: center;
}

.cart td a{
	border-bottom: 1px dashed #BFBED6;
    color: #3D3D3D;
}
.cart td a:hover{
	border-bottom: 1px dashed #183885;
    color: #183885;
}

.cart td.alt {
    background: #F9F7F7;
    color: #3D3D3D;
}


.amount{
	text-align:right;
	color:#183885;
	font-size:14px;
	font-weight: bold;
	line-height:30px;
}

.amount span{
	color:red;
}

.clearCart{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin:0 0 0 10px;
}

.clearCart a{
	color:#183885;
}



/*info*/
.info{
	margin:0 0 5px 0 ;
}

.info-title{
	font-size:14px;
	font-weight: bold;
}

.need{color: #B20202;}

.infoform{
	font-size:12px;
	color: #424242;
}
.infoform td{
    padding: 0px 0;
    /*
    text-align: left;
    vertical-align: top;
    */
}
.infoform .inputxt{
	width:200px;
}
.infoform  textarea{
	width:300px;
	height:100px;
}
.infoform .gray {
    color: #686868 !important;
}

hr{
	color:#E5E5E5;
}