
/* Reset that stupid reset.css */
#view-cart #content button {
	height: auto;
	border: none;
	cursor: pointer;
}
#view-cart #content button span {
	display: block;
	/*padding-left: 14px;*/
}

/**********************************************************************/
/*              SUBMIT SHOPPING CART (Update, Discard)                */
/**********************************************************************/
.submitShoppingCart {
	background: #727372;
	padding: 2px 5px;
}
.submitShoppingCart span {
	padding: 0;
	margin: 0;
}
.submitShoppingCart:hover {
	background: #555555;
}





/********************************************************************/
/*              SUBMIT CHECKOUT, APPLY for promotion                */
/********************************************************************/
.submitCheckout {
	background: url(../images/required-shopping-cart/submit-cart-checkout-right.png) right no-repeat; 
}
.submitCheckout:hover {
	background: url(../images/required-shopping-cart/submit-cart-checkout-right.png) right no-repeat;
}

.submitCheckout span { 
	font-family: arial, sans-serif;
	font-size: 14px;
	height: 29px; 
	line-height: 29px;
	background: url(../images/required-shopping-cart/submit-cart-checkout-left.png) left no-repeat;
	color: white; 
	font-weight: bold;
	text-transform: uppercase;
}
.submitCheckout:hover span {
	background: url(../images/required-shopping-cart/submit-cart-checkout-left.png) left no-repeat;
	color: #9bd8f5;
}




/***********************************************/
/*              BUTTON INACTIVE                */
/***********************************************/
.buttonDisabled {
	background: url(../images/required-shopping-cart/submit-cart-disabled-right.png) right no-repeat; 
	padding:0 18px 0 0;
}

.buttonDisabled span { 
	position: relative; 
	display: block; 
	height: 23px;
	white-space: nowrap; 
	padding: 0 0 0 18px;
	
	
	font-family: arial, sans-serif;
	font-size: 14px;
	height: 29px; 
	line-height: 29px;
	background: url(../images/required-shopping-cart/submit-cart-disabled-left.png) left no-repeat;
	color: white; 
	font-weight: bold;
	text-transform: uppercase;
}
