@charset "utf-8";
/* CSS Document */

#content .shopping_cart {
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
#content .shopping_cart table {
	width: 100%;	
}