table.cart_table{
	width: 100%;
	font-size: .8em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	clear: both;
	margin-bottom: 10px;
}

td.cart_cell_1, td.cart_cell_2, td.cart_cell_3, td.cart_cell_4, td.cart_cell_5, td.cart_cell_6{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

tr.cart_row_first{
	font-weight: bold;
	background-color: black;
	color: white;
	font-size: .93em;
}

tr.cart_row_last{
	background-color: #C2E1B5;
}

tr.cart_row_second_to_last{
	background-color: #CCCCFF;
}

td.shipping_label{
	text-align: right;
	padding-right: 10px
}

td.no_right_border{
	border-right: 0px;
}

td#total_cell{
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}

input.num_boxes{
	width: 15px;
	font-size: .8em;
}

div.change_quantity, div.change_recurrence{
	float: right;
}

div.change_quantity a:link, div.change_recurrence a:link{
	text-decoration: none;
	color: #006;
	font-size: 1.2em;
	font-weight: bold;
}

div.change_quantity a:visited, div.change_recurrence a:visited{
	text-decoration: none;
	color: #006;
	font-size: 1.2em;
	font-weight: bold;
}

td.price_cell{
	text-align: right;
}

div.cart_header{
	margin-bottom: 8px;
}

div.cart_footer_row{
	width: 730px;
	float: left;
	clear: left;
}

div.cart_footer_cell_left, div.cart_footer_cell_right{
	float: left;
	width: 365px;
}

div.edit_cart{
	float: right;
}

div.sh_cell_left{
	margin-bottom: 10px;
}

.billing_shipping{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
