#shopping_cart {
	margin-bottom: 20px;
}

#shopping_cart h1 {
	display: inline;
	margin: 0px 20px 0px 5px;
}

#shopping_cart_table {
	font-size: 1em;
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
#shopping_cart_table thead {
	font-size: 1.1em;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
}
#shopping_cart_table th,
#shopping_cart_table td {
	vertical-align: top;
	padding: 4px;
}
#shopping_cart_table th {
	text-align: left;
}
.cart_sub_total, .cart_unit_price {
	font-weight: bold;
}

#qty_submit_box {
	border-bottom: 2px solid #999999; 
	height: .8em;
	margin-bottom: 1.5em;
}

#update_qty_submit {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #777777;
	font-weight: bold;
}	#update_qty_submit:hover {
	background-color: #666666;
	color: #FFFFFF;
}	#update_qty_submit:active {
	color: #CCCCCC;
	border: 1px solid #000000;
}

#cart_footer {
	border-top: 2px solid #999999;
	clear: both;
	margin-bottom: 5px;
}

#cart_footer p {
	width: 65%;
	text-align: right;
}

#cart_links {
	margin-top: 10px;
	width: 65%;
	text-align: right;
}
#cart_totals {
	float: right;
	width: 30%;
	margin-bottom: 5px;
}
#cart_weight_total,
#cart_grand_total {
	text-align: right;
	font-weight: bold;
	color: #444444;
	font-size: 1.3em;
	margin-top: 5px;
}
#cart_sub_total,
#cart_tax_total,
#cart_shipping_total {
	font-size: 1.2em;
	text-align: right;
	font-weight: normal;
	color: #444444;
	margin-top: 5px;
}

#cart_actions {
	font-size: .9em;
	margin-top: 15px;
	width: 100%;
	background-color: #777777;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	padding: 5px;
}

#cart_actions h2 {
	color: #FFFFFF;
	margin-bottom: 5px;
	display: inline;
}


.checkout_button {
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px 3px;
	background-color: #777777;
	border: 1px solid black;
	font-weight: bold;
	margin: 0px 5px;
}

.checkout_button:hover {
	background-color: #AAAAAA;
}
.checkout_button:active {
	color: #000000;
}

.item_promo_message {
	background-color: #FFFFCC;
	padding: 2px 5px;
	border: 1px dashed #777777;
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
}
.item_promo_message em {
	text-decoration: underline;
	font-weight: bold;
}

#cart_submit_bar {
	clear: both;
	width: 100%;
	text-align: center;
}
