table.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-color:#fff;
}
table.cart td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}
table.cart tr.hdr td{
	color: #666666;
	padding: 5px 10px;
	border-bottom: 3px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	background-color: #EEEEEE;
	font-weight: bold;
}
table.cart tr.odd {
 	background-color: #F5F5F5;
}
table.cart tr.total td{
 	color: #AA3333;
 	font-weight: bold;
 	text-align:right;
}
table.cart td.nm{
	text-align: left;
}
table.cart td.prc{
	text-align: right;
}

table.cart a.no_line{text-decoration:none !important;}
.input_cart	{width:30px;}