.cartShow {
	margin:30px 0;
	overflow:hidden;
	clear:both;
}
.cartShow .price{
	font-family:tahoma,verdana;
	color:red;
}

.cartShowNav {
	margin:20px auto;
	background-color:#eee;
	height:25px;
}
.cartShowNav ul{
}
.cartShowNav ul li{
	float:left;
	padding:0 10px;
	text-align:left;
	line-height:25px;
}
.cartShowNav ul li.isHere{
	background-color:#f60;
	color:white;
}

.cartShowTitle {
	width:100%;
	margin:10px auto;
	color:#264250;
	background-color:#f7f7f7;
	text-align:center;
	height:25px;
	line-height:25px;
}
.cartTbl {
	width:100%;
	background-color:#ddd;
}
.cartTbl tr {
	line-height:20px;
}
.cartTbl tr td {
	background-color:white;
	text-align:center;
}
.cartTbl tr.head td{text-align:center;background:url(/images/style1/tblHeadBg.gif) repeat-x bottom;}
.cartTbl tr td.right{
	text-align:right;
}
.cartTbl tr td.left{
	text-align:left;
}
.cartTbl tr td.center{
	text-align:center;
}
.cartTblFooter {
	width:100%;
	margin:0 auto;
	text-align:right;
	line-height:25px;
}
.cartTblFooter span {
	color:red;
}

.cartShowBtn {
	clear:both;
	text-align:center;
	margin:10px auto 10px auto;
}
.cartShowInfo {color:#999;line-height:25px;}
.cartShowInfo ul {}
.cartShowInfo a {color:blue;text-decoration:underline;}

.tblOrder{width:100%;background-color:white;}
.tblOrder td{padding:2px;line-height:21px;background-color:white;}
.tblOrder tr.head td{text-align:center;background:url(/images/style1/tblHeadBg.gif) repeat-x bottom;}

.tblTitle {height:30px;line-height:30px;text-align:center;font-weight:bold;overflow:hidden;}
.tblFooter {line-height:30px;text-align:right;}
.orderList {width:100%;margin:0 auto;overflow:hidden;}
.orderList .status{border:1px solid #ccc;height:30px;line-height:30px;text-align:center;}
.titleOrder{line-height:25px;text-align:center;color:red;margin:5px 0;}
.btnForm {clear:both;text-align:center;margin:10px auto;}



