#cart{

	width:100%;

}



#total{

	text-align:right;

}



td.qty{

	text-align:center;

}



td.cost, td.total{

	text-align:right;

}



td.remove{

	text-align:center;

}



td.remove a{

	text-decoration:none;

	color:#29739A;

}



#cart tfoot .label{

	text-align:right;

}



#cart tfoot{

	font-weight:bold;

}



#cart thead th{

	border-bottom:1px solid #2D7397;

}



#cart td, #cart th{

	padding:2px 3px;

}



#total_top td{

	border-top:1px solid #2D7397;

}




