@charset "utf-8";
/* CSS Document */

#cartTable td, #cartTable th
{
	padding: 5px 10px;
	font-size: inherit;
	vertical-align: middle;
	line-height: normal;
	border-bottom: 1px solid #64A4C5;
	
}
#cartTable th
{
	background-color: #64A4C5;	
}
#cartTable
{
	
}
.total
{
	margin-top: 15px;
	font-weight:bold;
	font-size: 16px;
}
.totals td
{
	text-align: right;
	border-bottom: none !important;
}