
table.cart_table{
	width: 100%;
	/* font-size: .8em; 
	border-top: 1px solid black;
	border-left: 1px solid black;
	*/
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	clear: both;
	margin-bottom: 10px;
	font-size: 14px;
}

.bottom_cart{
	font-size: 14px;
}

#gift_card_fields{

}

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;
	*/
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

tr.cart_row_first{
	font-weight: bold;
	/*background-color: black;*/
	/* color: white; */
	/* font-size: .93em; */

}
td.cart_cell_1{

}

tr.cart_row_last{
	/*background-color: #C2E1B5; */

	
}

tr.cart_row_second_to_last{
	/*background-color: #CCCCFF;*/
	/*background-color:#0CF;*/
	
}

td.shipping_label{
	text-align: right;
}

td.no_right_border{
	border-right: 0px;
}

td#total_cell{
	text-align: right;
	font-weight:bold;
}

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;
	font-size: 14px;	
}

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;
	}

