/* --------------------------------------------------------------
   cart.css
-------------------------------------------------------------- */

h2
{
	margin-bottom: 17px;
}

table thead th,
table tfoot td
{
	font-weight: bold;

}

table tfoot td
{
	background-color: #d7e8bb;
}

table thead th.actions
{
	width: 150px;
}

form.delete
{
	display: inline;
}

a.checkout
{
	background: #79ab29;
	border-color: #79ab29;
	
}

a.checkout:hover
{
	background: #6a9524;
	border-color: #79ab29;
}

a.add-on
{
	background: rgb(255, 106, 0);
	border-color: #79ab29;
	
}

a.add-on:hover
{
	background: #ff8c00;
	border-color: #79ab29;
}

p.min-order
{
	font-weight: bold;
	margin: 0;
}

td.right,
th.right
{
	text-align: right;
	margin-right: 10px;
}

td.center,
th.center
{
	text-align: center;
}