/* SHOPPING CART VARIABLES */
#shopping_cart {
	border: #2d4172 1px solid;
	width: 172px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#shopping_cart div.cart_head h3 {
	padding: 5px 7px;
	color: #CCCCCC;
	background: #2d4172;
	font-size: 1em;
	text-align: center;
}
#shopping_cart div.cart_error {
	border-bottom: #2d4172 1px solid;
	padding: 5px 7px;
}
#shopping_cart div.cart_head span {
	font-size: 85%;
}
#shopping_cart div.product {
	border-bottom: #2d4172 1px solid;
	padding: 5px 5px;
}
#shopping_cart div.product_name input {
	width: 20px;
}
#shopping_cart div.product_name {
	width: 162px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#shopping_cart p.product_price {
	width: auto;
	float: right;
	text-align: right;
}
#shopping_cart a:link, #shopping_cart a:active, #shopping_cart a:visited {
	color: #6381c8;
	text-decoration: none;
}
#shopping_cart a:hover {
	color: #fe6f0d;
	text-decoration: underline;
}
#shopping_cart div.cart_totals {
	border-bottom: #2d4172 1px solid;
	padding: 5px 7px;
	text-align: right;
}
#shopping_cart div.cart_totals label {
	font-size: 1em;
	color: #000000;
}
#shopping_cart div.cart_totals input#product_zip {
	width: 50px;
}
#shopping_cart div.cart_totals select {
	width: auto;
}
#shopping_cart div.cart_submit {
	padding: 5px 7px;
}
#shopping_cart div.cart_submit p {
	width: auto;
	text-align: center;
}
#shopping_cart div.cart_submit input {
	width: 151px;
	float: right;
	border: 0;
}

