
/* Reset that stupid reset.css */
#view-cart #content button {
	height: auto;
	border: none;
	cursor: pointer;
}
#view-cart #content button span {
	display: block;
	padding-left: 8px;
}



/****************** >     SUBMIT SHOPPING CART (Update, Discard)      < ******************/
.submitShoppingCart {
	background: url(../images/required-shopping-cart/submit-cart-right.png) right no-repeat; 
}
.submitShoppingCart:hover {
	/*background: url(../images/required-shopping-cart/submit-cart-right.png) right no-repeat; */
}

.submitShoppingCart span { 
	font-family: arial, sans-serif;
	font-size: 14px;
	height: 22px; 
	line-height: 22px;
	background: url(../images/required-shopping-cart/submit-cart-left.png) left no-repeat;
	color: white; 
	font-weight: bold;
	text-transform: uppercase;
}
.submitShoppingCart:hover span {
	/*background: url(../images/required-shopping-cart/submit-cart-left.png) left no-repeat;*/
	color: #d8d8d8;
}



/****************** >     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: #f7d2ec;
}



/****************** >     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;
}

