.qzCart {
	width: 980px;
	margin: 15px 0 15px 0;
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
}

.qzCart td {
	padding: 8px 10px 8px 10px;
	border-bottom: 1px dotted #c4c4c4;
	font-size: 12px;
	color: #2e323a;
	line-height: 22px;
}

.qzCart a {
	color: #003399;
	text-decoration: none;
}

.qzCart a:hover {
	color: #003399;
	text-decoration: underline;
}

.qzCart img {
	border: 0px;
	cursor: pointer;
}

.qzCart .red {
	color: Red;
}

.qzCart .head td {
	background-color: #ececec;
	font-size: 12px;
	text-align: center;
	color: #1357c6;
}

.qzCart .empty td {
	height: 230px;
	text-align: center;
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 22px;
	color: #666;
}

.qzCart .empty td img {
	vertical-align: middle;
	margin-right: 20px;
}

.qzCart .list td {
	line-height: 20px;
}

.qzCart .list img {
	vertical-align: middle;
}

.qzCart .list .pp {
	float: left;
	border: 1px solid #ccc;
	margin-right: 15px;
}

.qzCart .list input {
	border: 1px solid #ccc;
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
	vertical-align: middle;
}

.qzCart .total td {
	background-color: #f5fcfe;
	border-top: 1px dotted #c4c4c4;
	padding-left: 20px;
	padding-right: 20px;
}

.qzCart .total .t1 {
	text-align:right;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
}

.qzCart .total .t1 .txt {
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 18px;
	font-weight: bold;
}

.qzCart .total .t1 .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}

.qzCart .total .t2 {
	float: left;
	padding-bottom: 10px;
}

.qzCart .total .t3 {
	float: right;
	padding-bottom: 10px;
}

/* ----- Top Cart ----- */

#topCartList {
	
	border:2px solid #ff7c7d;
	background-color:#ffefef;
	margin:5px 0px 0px 97px;
	padding:3px 10px 3px 10px;
	width:350px;
	line-height:28px;
}

.qzCartTop {
	width: 980px;
	border-collapse: collapse;
}

.qzCartTop a {
	color: #003399;
	text-decoration: none;
}

.qzCartTop a:hover {
	color: #003399;
	text-decoration: underline;
}

.qzCartTop .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

.qzCartTop .empty {
	color:#888;
	padding-left:55px;
}