
/* Reset that stupid reset.css */
#shopping-cart button {
	height: auto;
	border: none;
	display: block;
	font-family: arial, sans-serif;
	font-size: 14px;
	height: 22px; 
	line-height: 22px;
	color: white; 
	font-weight: bold;
	text-transform: uppercase;
}



/**********************************************************************/
/*              SUBMIT SHOPPING CART (Update, Discard)                */
/**********************************************************************/
.submitShoppingCart {
	background: #727372;
}

/********************************************************************/
/*              SUBMIT CHECKOUT, APPLY for promotion                */
/********************************************************************/
.submitCheckout {
	background: #9e7751;
}

/***********************************************/
/*              BUTTON INACTIVE                */
/***********************************************/
.buttonDisabled {
	background: #ebebeb;
}
