#shoppingCart {
	margin-right: 220px;
	min-height: 430px;
	height: auto !important;
	height: 400px;
}

#checkoutButtons {
	float: right;
	width: 200px;
	padding: 5px 0 0 5px;
	text-align: center;
}

#checkoutButtonsHeader {
	background-color: #3366CC;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

#checkoutButtonsWrapper {
	border: solid;
	border-color: #3366CC;
	border-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#beginCheckout {
	padding-top: 5px;
	padding-bottom: 5px;
}

#additionalPayTypes {
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid;
	border-top-color: #3366CC;
	border-top-width: 1px;
}

.checkoutButtonFirst {
	padding-top: 5px;
	padding-bottom: 5px;
}

.checkoutButton {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
}

.shoppingCartHeader {
	background-color: #EEEEEE;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.shoppingCartItem {
	padding: 5px;
}

.shoppingCartYouSaved {
	padding: 0 0 0 5px;
	color: #338800;
	font-weight: bold;
}

#checkoutYouSaved {
	text-align: right;
	color: #338800;
	font-weight: bold;
}

#checkoutYouSavedBox {
	text-align: center;
	background-color: #338800;
	color: #ffffff;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 3px;
}

#shoppingCartTotals {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
}

.shoppingCartLineItem {
	padding: 2px;
	white-space: nowrap;
}

.shoppingCartLineItemTotal {
	padding: 2px;
	background-color: #FFFFB5;
	white-space: nowrap;
}

#shoppingCartActionButtons {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
}

#checkoutTotals {
	margin-top: 10px;
	text-align: right;
	border-top: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
}

#checkoutStep1Buttons {
	border-top: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

#checkoutSecureGuarantee {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.checkoutOption {
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

.checkoutOptionInfo {
	margin-left: 20px;
	margin-right: 20px;
}

.actionButton {
	padding: 2px;
}

.restrictedFreightText {
	color: #880000;
}

#shoppingCartCrossSells {
	border-top: solid;
	border-top-color: #999999;
	border-top-width: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#shoppingCartLastParentProduct {
	padding-bottom: 15px;
}

#shoppingCartWarranties {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.shoppingCartDivision {
	border-top: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}

#shoppingCartGCText {
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}

.salesTaxToolTip {
	display: none;
	font-size: 12px;
	max-width: 250px;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 5px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}

#salesTaxDisclaimer {
	text-decoration: underline !important;
	color: #333333 !important;
	cursor: pointer;
}

#eligibleFreeShippingText {
	font-weight: bold;
	font-size: 14px;
}

