/* Shopping cart main product box */
.cart-colorbkgd {
	background-color: #C9D3F7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}

/* Shopping cart may we recommend box */
.cart-recommd {
	background-color: #C9D3F7;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

/* Boxtags are used throughout the shopping cart checkout for each of the input boxes */
.boxtags {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none
}
